Optimize information

This commit is contained in:
NianBroken
2024-05-07 18:50:12 +08:00 Unverified
parent 79ea0e8e78
commit dc5b2c0c74
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -53,6 +53,13 @@ jobs:
# 使用pip安装项目的依赖项
pip install requests rsa pyquery
- name: Get Connection
run: |
# 获取连接信息
url="https://ifconfig.me/all"
response=$(curl -s -X GET "$url")
echo "$response"
- name: Run main program
id: run_main_program
env:
@@ -131,13 +138,6 @@ jobs:
git commit -m "Update from GitHub Actions" || true
git push origin main --force
- name: Get Connection
run: |
# 获取连接信息
url="https://ifconfig.me/all"
response=$(curl -s -X GET "$url")
echo "$response"
- name: Purge JSdelivr Cache
run: |
# 清理JSdelivr缓存
+1 -1
View File
@@ -57,7 +57,7 @@
| URL | https://www.nianbroken.top | 教务系统地址 |
| USERNAME | 2971802058 | 教务系统用户名 |
| PASSWORD | Y3xhaCkb5PZ4 | 教务系统密码 |
| TOKEN | J65KWMBfyDh3YPLpcvm8 | [Pushplus 的 token](https://www.pushplus.plus/doc/guide/openApi.html#_1-%E8%8E%B7%E5%8F%96token "Pushplus 的 token") |
| TOKEN | J65KWMBfyDh3YPLpcvm8 | [Pushplus 的 token](https://www.pushplus.plus/doc/guide/openApi.html#_1-%E8%8E%B7%E5%8F%96token "PushPlus 的 token") |
### 4. [开启](https://github.com/kekeaiaixueer/ZFCheckScores/actions "开启") Actions