mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
📝 更新(docs): 添加新的版本历史记录2024-03-07
✨ 功能(docs): 在README和index中添加Python版本和下载数量的徽章 🐛 修复(docs): 在Bark通知设置文档中添加消息长度限制的警告 ♻️ 重构(docs): 更新主题配置中的banner信息为最新版本 🚀 部署(docs): 更新aliyun设置文档的格式
This commit is contained in:
parent
5fa538e640
commit
495bc9e026
13
README.md
13
README.md
@ -17,10 +17,11 @@
|
|||||||
[![][github-issues-shield]][github-issues-link]
|
[![][github-issues-shield]][github-issues-link]
|
||||||
[![][github-contributors-shield]][github-contributors-link]
|
[![][github-contributors-shield]][github-contributors-link]
|
||||||
|
|
||||||
|
[![][python-version-shield]][python-version-link]
|
||||||
|
[![][pypi-dm-shield]][pypi-dm-link]
|
||||||
[![][docker-pull-shield]][docker-pull-link]
|
[![][docker-pull-shield]][docker-pull-link]
|
||||||
[![][docker-size-shield]][docker-size-link]
|
[![][docker-size-shield]][docker-size-link]
|
||||||
[![][docker-stars-shield]][docker-stars-link]
|
[![][docker-stars-shield]][docker-stars-link]
|
||||||
[![][pypi-dm-shield]][pypi-dm-link]
|
|
||||||
[![][github-license-shield]][github-license-link]
|
[![][github-license-shield]][github-license-link]
|
||||||
|
|
||||||
<!-- SHIELD GROUP -->
|
<!-- SHIELD GROUP -->
|
||||||
@ -94,10 +95,12 @@
|
|||||||
|
|
||||||
## 📝 License
|
## 📝 License
|
||||||
|
|
||||||
This project is [MIT](./LICENSE) licensed.
|
Copyright © 2021 [Sitoi][profile-link]. <br />
|
||||||
|
This project is [MIT](https://github.com/Sitoi/dailycheckin/blob/main/LICENSE) licensed.
|
||||||
|
|
||||||
<!-- LINK GROUP -->
|
<!-- LINK GROUP -->
|
||||||
|
|
||||||
|
[profile-link]: https://github.com/sitoi
|
||||||
[github-codespace-link]: https://codespaces.new/sitoi/dailycheckin
|
[github-codespace-link]: https://codespaces.new/sitoi/dailycheckin
|
||||||
[github-codespace-shield]: https://github.com/sitoi/dailycheckin/blob/main/images/codespaces.png?raw=true
|
[github-codespace-shield]: https://github.com/sitoi/dailycheckin/blob/main/images/codespaces.png?raw=true
|
||||||
[github-contributors-link]: https://github.com/sitoi/dailycheckin/graphs/contributors
|
[github-contributors-link]: https://github.com/sitoi/dailycheckin/graphs/contributors
|
||||||
@ -126,7 +129,9 @@ This project is [MIT](./LICENSE) licensed.
|
|||||||
[docker-stars-link]: https://hub.docker.com/repository/docker/sitoi/dailycheckin
|
[docker-stars-link]: https://hub.docker.com/repository/docker/sitoi/dailycheckin
|
||||||
[pypi-dm-shield]: https://img.shields.io/pypi/dm/dailycheckin?label=pypi&labelColor=black&style=flat-square
|
[pypi-dm-shield]: https://img.shields.io/pypi/dm/dailycheckin?label=pypi&labelColor=black&style=flat-square
|
||||||
[pypi-dm-link]: https://pypi.org/project/dailycheckin/
|
[pypi-dm-link]: https://pypi.org/project/dailycheckin/
|
||||||
|
[python-version-link]: https://pypi.org/project/dailycheckin/
|
||||||
|
[python-version-shield]: https://img.shields.io/pypi/pyversions/dailycheckin?labelColor=black&style=flat-square
|
||||||
[pypi-version-shield]: https://img.shields.io/pypi/v/dailycheckin?labelColor=black&style=flat-square
|
[pypi-version-shield]: https://img.shields.io/pypi/v/dailycheckin?labelColor=black&style=flat-square
|
||||||
[pypi-version-link]: https://pypi.org/project/dailycheckin/
|
[pypi-version-link]: https://pypi.org/project/dailycheckin/
|
||||||
[starchart-shield]: https://starchart.cc/Sitoi/dailycheckin.svg
|
[starchart-shield]: https://api.star-history.com/svg?repos=sitoi/dailycheckin&type=Date
|
||||||
[starchart-link]: https://starchart.cc/Sitoi/dailycheckin
|
[starchart-link]: https://star-history.com/#sitoi/dailycheckin&Date
|
||||||
|
7
docs/pages/history/2024-03-07.mdx
Normal file
7
docs/pages/history/2024-03-07.mdx
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# 2024-03-07
|
||||||
|
|
||||||
|
![PyPI](https://img.shields.io/badge/Pypi-v24.3.7-brightgreen)
|
||||||
|
|
||||||
|
## 🐛 修复
|
||||||
|
|
||||||
|
- 修复「Bark」消息不通知的 BUG
|
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"2024-03-07": "2024-03-07",
|
||||||
"2024-02-27": "2024-02-27",
|
"2024-02-27": "2024-02-27",
|
||||||
"2024-02-22": "2024-02-22",
|
"2024-02-22": "2024-02-22",
|
||||||
"2024-02-20": "2024-02-20",
|
"2024-02-20": "2024-02-20",
|
||||||
|
@ -23,10 +23,11 @@
|
|||||||
[![][github-issues-shield]][github-issues-link]
|
[![][github-issues-shield]][github-issues-link]
|
||||||
[![][github-contributors-shield]][github-contributors-link]
|
[![][github-contributors-shield]][github-contributors-link]
|
||||||
|
|
||||||
|
[![][python-version-shield]][python-version-link]
|
||||||
|
[![][pypi-dm-shield]][pypi-dm-link]
|
||||||
[![][docker-pull-shield]][docker-pull-link]
|
[![][docker-pull-shield]][docker-pull-link]
|
||||||
[![][docker-size-shield]][docker-size-link]
|
[![][docker-size-shield]][docker-size-link]
|
||||||
[![][docker-stars-shield]][docker-stars-link]
|
[![][docker-stars-shield]][docker-stars-link]
|
||||||
[![][pypi-dm-shield]][pypi-dm-link]
|
|
||||||
[![][github-license-shield]][github-license-link]
|
[![][github-license-shield]][github-license-link]
|
||||||
|
|
||||||
<!-- SHIELD GROUP -->
|
<!-- SHIELD GROUP -->
|
||||||
@ -100,10 +101,12 @@
|
|||||||
|
|
||||||
## 📝 License
|
## 📝 License
|
||||||
|
|
||||||
This project is [MIT](./LICENSE) licensed.
|
Copyright © 2021 [Sitoi][profile-link]. <br />
|
||||||
|
This project is [MIT](https://github.com/Sitoi/dailycheckin/blob/main/LICENSE) licensed.
|
||||||
|
|
||||||
<!-- LINK GROUP -->
|
<!-- LINK GROUP -->
|
||||||
|
|
||||||
|
[profile-link]: https://github.com/sitoi
|
||||||
[github-codespace-link]: https://codespaces.new/sitoi/dailycheckin
|
[github-codespace-link]: https://codespaces.new/sitoi/dailycheckin
|
||||||
[github-codespace-shield]: https://github.com/sitoi/dailycheckin/blob/main/images/codespaces.png?raw=true
|
[github-codespace-shield]: https://github.com/sitoi/dailycheckin/blob/main/images/codespaces.png?raw=true
|
||||||
[github-contributors-link]: https://github.com/sitoi/dailycheckin/graphs/contributors
|
[github-contributors-link]: https://github.com/sitoi/dailycheckin/graphs/contributors
|
||||||
@ -132,7 +135,9 @@ This project is [MIT](./LICENSE) licensed.
|
|||||||
[docker-stars-link]: https://hub.docker.com/repository/docker/sitoi/dailycheckin
|
[docker-stars-link]: https://hub.docker.com/repository/docker/sitoi/dailycheckin
|
||||||
[pypi-dm-shield]: https://img.shields.io/pypi/dm/dailycheckin?label=pypi&labelColor=black&style=flat-square
|
[pypi-dm-shield]: https://img.shields.io/pypi/dm/dailycheckin?label=pypi&labelColor=black&style=flat-square
|
||||||
[pypi-dm-link]: https://pypi.org/project/dailycheckin/
|
[pypi-dm-link]: https://pypi.org/project/dailycheckin/
|
||||||
|
[python-version-link]: https://pypi.org/project/dailycheckin/
|
||||||
|
[python-version-shield]: https://img.shields.io/pypi/pyversions/dailycheckin?labelColor=black&style=flat-square
|
||||||
[pypi-version-shield]: https://img.shields.io/pypi/v/dailycheckin?labelColor=black&style=flat-square
|
[pypi-version-shield]: https://img.shields.io/pypi/v/dailycheckin?labelColor=black&style=flat-square
|
||||||
[pypi-version-link]: https://pypi.org/project/dailycheckin/
|
[pypi-version-link]: https://pypi.org/project/dailycheckin/
|
||||||
[starchart-shield]: https://starchart.cc/Sitoi/dailycheckin.svg
|
[starchart-shield]: https://api.star-history.com/svg?repos=sitoi/dailycheckin&type=Date
|
||||||
[starchart-link]: https://starchart.cc/Sitoi/dailycheckin
|
[starchart-link]: https://star-history.com/#sitoi/dailycheckin&Date
|
||||||
|
@ -87,6 +87,7 @@ import { Steps } from 'nextra/components'
|
|||||||
## 获取方式
|
## 获取方式
|
||||||
|
|
||||||
<Steps>
|
<Steps>
|
||||||
|
|
||||||
### 打开官网
|
### 打开官网
|
||||||
|
|
||||||
进入[阿里云盘](https://www.aliyundrive.com/drive/)
|
进入[阿里云盘](https://www.aliyundrive.com/drive/)
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
import { Cards, Card } from 'nextra/components'
|
import { Cards, Card } from 'nextra/components'
|
||||||
|
import { Callout } from 'nextra/components'
|
||||||
|
|
||||||
<Cards>
|
<Cards>
|
||||||
<Card
|
<Card
|
||||||
@ -49,6 +50,10 @@ import { Cards, Card } from 'nextra/components'
|
|||||||
|
|
||||||
# BARK
|
# BARK
|
||||||
|
|
||||||
|
<Callout type="warning">
|
||||||
|
通知消息在 Bark 有长度限制,如果没收到推送,请将 MERGE_PUSH 改为 false
|
||||||
|
</Callout>
|
||||||
|
|
||||||
### 配置示例
|
### 配置示例
|
||||||
|
|
||||||
```json filename="config.json" copy
|
```json filename="config.json" copy
|
||||||
|
@ -72,13 +72,13 @@ const config: DocsThemeConfig = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
banner: {
|
banner: {
|
||||||
key: '2024.2.27-release',
|
key: '2024.3.7-release',
|
||||||
text: (
|
text: (
|
||||||
<a
|
<a
|
||||||
href="/dailycheckin/history/2024-02-27/"
|
href="/dailycheckin/history/2024-03-07/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
🎉 DailyCheckIn 2024.2.27 is released. Read more →
|
🎉 DailyCheckIn 2024.3.7 is released. Read more →
|
||||||
</a>
|
</a>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user