mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 03:55:26 +00:00
parent
33b5f3b3bd
commit
118bfde945
2
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
@ -25,7 +25,7 @@ body:
|
||||
options:
|
||||
- label: "我已经使用一个干净且无其它非必要的插件的环境测试过,问题依旧存在。"
|
||||
required: true
|
||||
- label: "我已经在 [Issue Tracker](https://github.com/luoshuijs/TGPaimonBot/issues) 中找过我要提出的问题,没有找到相同问题的ISSUE。"
|
||||
- label: "我已经在 [Issue Tracker](https://github.com/PaiGramTeam/PaiGram/issues) 中找过我要提出的问题,没有找到相同问题的ISSUE。"
|
||||
required: true
|
||||
- label: 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。
|
||||
required: true
|
||||
|
2
.github/ISSUE_TEMPLATE/new-feature.yaml
vendored
2
.github/ISSUE_TEMPLATE/new-feature.yaml
vendored
@ -24,7 +24,7 @@ body:
|
||||
options:
|
||||
- label: "我确定这是一个从未被提出和实现过的功能。"
|
||||
required: true
|
||||
- label: "我已经在 [Issue Tracker](https://github.com/luoshuijs/TGPaimonBot/issues) 以及 [Pull Request](https://github.com/luoshuijs/TGPaimonBot/pulls) 中找过我要提出的功能,没有找到相同功能的ISSUE和PR。"
|
||||
- label: "我已经在 [Issue Tracker](https://github.com/PaiGramTeam/PaiGram/issues) 以及 [Pull Request](https://github.com/PaiGramTeam/PaiGram/pulls) 中找过我要提出的功能,没有找到相同功能的ISSUE和PR。"
|
||||
required: true
|
||||
- label: 我已知晓并同意,此处仅用于建议新功能。若这个 Issue 是关于其他非主题的问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。
|
||||
required: true
|
||||
|
@ -8,7 +8,7 @@ RUN echo "deb http://ftp.us.debian.org/debian buster main non-free" >> /etc/apt/
|
||||
&& apt update \
|
||||
# clone
|
||||
&& apt install git wget curl -y \
|
||||
&& git clone -b main https://github.com/luoshuijs/TGPaimonBot.git /app \
|
||||
&& git clone -b main https://github.com/PaiGramTeam/PaiGram.git /app \
|
||||
# install dependencies \
|
||||
&& pip install virtualenv==20.19.0 poetry==1.3.2 \
|
||||
&& python3 -m virtualenv venv/ \
|
||||
|
@ -5,7 +5,7 @@
|
||||
<img src="https://img.shields.io/badge/works%20on-my%20machine-brightgreen">
|
||||
<img src="https://img.shields.io/badge/status-%E5%92%95%E5%92%95%E5%92%95-blue">
|
||||
<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/luoshuijs/TGPaimonBot/dashboard?utm_source=github.com&utm_medium=referral&utm_content=luoshuijs/TGPaimonBot&utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/810a80be4cbe4b7284ab7634941423c4"/></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/810a80be4cbe4b7284ab7634941423c4"/></a>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
@ -53,7 +53,7 @@ poetry install --extras pyro
|
||||
cp .env.example .env
|
||||
```
|
||||
|
||||
详细配置说明见 [Wiki/Env Settings](https://github.com/luoshuijs/TGPaimonBot/wiki/Env-Settings)
|
||||
详细配置说明见 [Wiki/Env Settings](https://github.com/PaiGramTeam/PaiGram/wiki/Env-Settings)
|
||||
|
||||
### 4. 初始化数据库
|
||||
|
||||
@ -69,11 +69,11 @@ poetry run python ./run.py
|
||||
|
||||
## 使用 Docker 部署
|
||||
|
||||
详见 [Wiki/Deploy with Docker](https://github.com/luoshuijs/TGPaimonBot/wiki/Deploy-with-Docker)
|
||||
详见 [Wiki/Deploy with Docker](https://github.com/PaiGramTeam/PaiGram/wiki/Deploy-with-Docker)
|
||||
|
||||
## 使用 Podman 部署
|
||||
|
||||
详见 [Wiki/Deploy with Podman](https://github.com/luoshuijs/TGPaimonBot/wiki/Deploy-with-Podman)
|
||||
详见 [Wiki/Deploy with Podman](https://github.com/PaiGramTeam/PaiGram/wiki/Deploy-with-Podman)
|
||||
|
||||
## 其他说明
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user