Compare commits

..

1 Commits

Author SHA1 Message Date
Siornya 2289797f01 🍻 publish plugin 彩六数据查询 (#4072) 2026-06-15 15:26:48 +08:00
10 changed files with 25 additions and 10 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
PYDANTIC_VERSION: ${{ matrix.env }}
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v6
- name: Setup Python environment
uses: ./.github/actions/setup-python
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
private_key: ${{ secrets.APP_KEY }}
- name: Checkout Code
uses: actions/checkout@v7
uses: actions/checkout@v6
with:
token: ${{ steps.generate-token.outputs.token }}
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v6
- name: Setup Python environment
uses: ./.github/actions/setup-python
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_KEY }}
- uses: actions/checkout@v7
- uses: actions/checkout@v6
with:
token: ${{ steps.generate-token.outputs.token }}
@@ -67,7 +67,7 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_KEY }}
- uses: actions/checkout@v7
- uses: actions/checkout@v6
- name: Setup Python Environment
uses: ./.github/actions/setup-python
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_KEY }}
- uses: actions/checkout@v7
- uses: actions/checkout@v6
with:
token: ${{ steps.generate-token.outputs.token }}
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
cancel-in-progress: true
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v6
- name: Run Ruff Lint
uses: astral-sh/ruff-action@v3
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
cancel-in-progress: true
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v6
with:
fetch-depth: 0
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
cancel-in-progress: true
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
+16
View File
@@ -11033,4 +11033,20 @@
],
"is_official": false
},
{
"module_name": "nonebot_plugin_R6States",
"project_link": "nonebot-plugin-R6States",
"author_id": 82685282,
"tags": [
{
"label": "战绩",
"color": "#ea5252"
},
{
"label": "彩六",
"color": "#ff3d2c"
}
],
"is_official": false
},
]
-1
View File
@@ -22,7 +22,6 @@ toc_max_heading_level: 2
### 🍻 插件发布
- Plugin: 哔哩哔哩文件下载器 [@noneflow](https://github.com/noneflow) ([#4018](https://github.com/nonebot/nonebot2/pull/4018))
- Plugin: 开源依赖安全助手 [@noneflow](https://github.com/noneflow) ([#4044](https://github.com/nonebot/nonebot2/pull/4044))
- Plugin: Uptime Kuma [@noneflow](https://github.com/noneflow) ([#4042](https://github.com/nonebot/nonebot2/pull/4042))
- Plugin: Ret 2 Shell 播报与查询 [@noneflow](https://github.com/noneflow) ([#4009](https://github.com/nonebot/nonebot2/pull/4009))