mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
📝 添加文档更新和修复:添加新的历史条目并修复设置指南
This commit is contained in:
parent
7e0acf1f98
commit
9a708df324
7
docs/pages/history/2024-10-08.mdx
Normal file
7
docs/pages/history/2024-10-08.mdx
Normal file
@ -0,0 +1,7 @@
|
||||
# 2024-10-08
|
||||
|
||||
![PyPI](https://img.shields.io/badge/Pypi-v24.10.8-brightgreen)
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
- 修复「小米运动」获取时间戳失败的问题
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"2024-10-08": "2024-10-08",
|
||||
"2024-05-15": "2024-05-15",
|
||||
"2024-03-19": "2024-03-19",
|
||||
"2024-03-11": "2024-03-11",
|
||||
|
@ -51,7 +51,6 @@
|
||||
## 🧾 列表
|
||||
|
||||
🟢: 正常运行 🔴: 脚本暂不可用 🔵: 可以执行(需更新) 🟡: 待测试 🟤: 看脸
|
||||
|
||||
| 状态 | 任务名称 | 名称网站 | 检查日期 | 备注 |
|
||||
| ---- | -------- | ---------------------------------------------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| 🟢️ | KGQQ | [全民 K 歌](https://kg.qq.com/index-pc.html) | 24.02.20 | 每日签到获取鲜花 每日大约 120 鲜花左右 |
|
||||
|
@ -110,9 +110,9 @@ import { Steps } from 'nextra/components'
|
||||
|
||||
### 点击 Network 标签
|
||||
|
||||
### 选择 Doc 标签
|
||||
### 选择 Fetch/XHR 标签
|
||||
|
||||
### 选中 www.bilibili.com
|
||||
### 选中 https://api.bilibili.com/x/space/user/setting/list
|
||||
|
||||
### 下滑找到 cookie 全选复制即可
|
||||
|
||||
|
@ -72,13 +72,13 @@ const config: DocsThemeConfig = {
|
||||
}
|
||||
},
|
||||
banner: {
|
||||
key: '2024.5.15-release',
|
||||
key: '2024.10.8-release',
|
||||
text: (
|
||||
<a
|
||||
href="/dailycheckin/history/2024-05-15/"
|
||||
href="/dailycheckin/history/2024-10-08/"
|
||||
target="_blank"
|
||||
>
|
||||
🎉 DailyCheckIn 2024.5.15 is released. Read more →
|
||||
🎉 DailyCheckIn 2024.10.8 is released. Read more →
|
||||
</a>
|
||||
),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user