mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 03:55:26 +00:00
📝 Correct some syntax problems
This commit is contained in:
parent
4cd8eda043
commit
80dc9f4e2a
10
README.md
10
README.md
@ -1,15 +1,15 @@
|
||||
<h1 align="center">PaiGram</h1>
|
||||
<h1 style="text-align:center">PaiGram</h1>
|
||||
|
||||
<div align="center">·<img src="https://img.shields.io/badge/python-3.11%2B-blue" alt="">
|
||||
<div style="text-align:center"><img src="https://img.shields.io/badge/python-3.11%2B-blue" alt="">
|
||||
<img src="https://img.shields.io/badge/works%20on-my%20machine-brightgreen" alt="">
|
||||
<img src="https://img.shields.io/badge/status-%E5%92%95%E5%92%95%E5%92%95-blue" alt="">
|
||||
<a href="https://black.readthedocs.io/en/stable/index.html"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="code_style" /></a>
|
||||
<a href="https://www.codacy.com/gh/PaiGramTeam/PaiGram/dashboard?utm_source=github.com&utm_medium=referral&utm_content=PaiGramTeam/PaiGram&utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/ac5844e2b0d14a3e8aa16b9b1b099ce0"/></a>
|
||||
<a href="https://www.codacy.com/gh/PaiGramTeam/PaiGram/dashboard?utm_source=github.com&utm_medium=referral&utm_content=PaiGramTeam/PaiGram&utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/ac5844e2b0d14a3e8aa16b9b1b099ce0" alt=""/></a>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<img src="https://user-images.githubusercontent.com/70872201/190447002-119a8819-b111-4a96-a0b3-701c5e256137.png" align="right" width="100px" alt="">
|
||||
<h2 align="left">简介</h2>
|
||||
<img src="https://user-images.githubusercontent.com/70872201/190447002-119a8819-b111-4a96-a0b3-701c5e256137.png" style="float:right" width="100px" alt="">
|
||||
<h2 style="text-align:left">简介</h2>
|
||||
|
||||
基于 [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) 的 PaiGram
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# modules 目录说明
|
||||
|
||||
## apihelpe 模块
|
||||
## apihelper 模块
|
||||
|
||||
用于获取米忽悠BBS的数据写的请求模块
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
### 计划
|
||||
|
||||
当成设计之初为考虑摆脱并消除第三方 `metadata` 数据结发生变化的影响
|
||||
当成设计之初为考虑摆脱并消除第三方 `metadata` 数据结构发生变化的影响
|
||||
|
||||
### 选择
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user