Update README.md

This commit is contained in:
ZhgChgLi 2024-10-27 11:07:18 +08:00 committed by GitHub
parent ec04c3f7bb
commit e4a0dfe229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
- [Features](https://github.com/ZhgChgLi/linkyee/edit/main/README.md#features)
- [Get Started Deploy on GitHub Pages](https://github.com/ZhgChgLi/linkyee/edit/main/README.md#get-started--deploy-on-github-pages)
- [Configuration & Customized](https://github.com/ZhgChgLi/linkyee/edit/main/README.md#configuration)
- [Configuration & Customized & Automatic Redeployment](https://github.com/ZhgChgLi/linkyee/edit/main/README.md#configuration)
- [Custom Domain](https://en.zhgchg.li/posts/483af5d93297/)
## Features
@ -208,6 +208,15 @@ Refresh the page for the changes to take effect. 🚀
> Yes, you can use GenAI tools like ChatGPT to help you create your own custom link pages!
#### Automatic Redeployment
By default, the project redeploys automatically once a day to refresh the values of plugin's dynamic variables. You can adjust the [cron](https://crontab.guru/#0_0_*_*_*) settings in [build.yml](../../actions/workflows/build.yml):
```
schedule:
- cron: '0 0 * * *' # Runs daily at midnight (00:00 UTC)
```
If you dont need scheduled redeployment, simply delete the schedule block.
## Custom Domain ❤️❤️❤️
You can set a custom GitHub Pages domain, such as my own: [https://link.zhgchg.li](https://link.zhgchg.li).