diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 7035362..f0f542a 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -64,6 +64,10 @@ gtag('config', 'G-HD5ZM67WNQ'); { text: '示例', items: [ + { + text: '盯梢脚本集', + link: '/script/examples/digshare-scripts.md', + }, { text: 'NPM 包新版本发布', link: '/script/examples/npm-package-new-release.md', diff --git a/docs/script/examples/digshare-scripts.md b/docs/script/examples/digshare-scripts.md new file mode 100644 index 0000000..effa3bb --- /dev/null +++ b/docs/script/examples/digshare-scripts.md @@ -0,0 +1,9 @@ +# 盯梢脚本集 + +> 以下脚本基本为 TypeScript 编写。 + +- [雪球用户自选股票更新](https://github.com/digshare-scripts/xueqiu-stock-picks) +- [V2EX 爆贴推送](https://github.com/digshare-scripts/v2ex-trending) +- [GitHub 中文项目趋势](https://github.com/digshare-scripts/github-trending-chinese-projects) +- [主流数字货币价格波动提醒](https://github.com/digshare-scripts/digital-assets-volatility-monitor) +- [服务器证书过期监测](https://github.com/digshare-scripts/digshare-ssl-cert-expiration-monitor)