• 支持 RSS、Reddit、Hacker News、天气、YouTube、Twitch 等多种实时小部件
• 低内存占用、单文件二进制或轻量 Docker 镜像,跨平台即装即用
• 可自定义主题与布局,支持多页面与自定义 CSS
https://github.com/Panonim/dynacat
- ❤️2
{
"name": "2025 年节假日",
"start": "2025-01-01",
"end": "2025-12-31",
"note": "自定义模板",
"days": [
{ "date": "2025-01-01", "name": "元旦", "type": 0 },
{ "date": "2025-01-26", "name": "春节调班", "type": 1 },
{ "date": "2025-01-28", "name": "春节(除夕)", "type": 0 },
{ "date": "2025-01-29", "name": "春节(初一)", "type": 0 }
]
}
#cacheKey=xxx (xxx 不要重复, 这是缓存的 key ) 填入 Sub-Store 开启乐观缓存功能 详见 https://t.me/zhetengsha/1417noFlow 不查询流量信息, 反正都焚了...类似这样 #cacheKey=xxx&noFlow#cacheTtl=31536000&headersCacheTtl=31536000 这样缓存为一年 就不会拉取了. 流量查询好像也没啥意义了, 直接设置不查 #cacheTtl=31536000&noFlow
2.20.5$options._res.status, 拉取文件时将设置自定义响应状态码 const { headers, url, path } = $options?._req || {}
const ua = headers?.['user-agent'] || headers?.['User-Agent']
if (/^\/share\//.test(url) && !/surge/i.test(ua)) {
$options._res = {
status: 418
}
$content = `I'm a teapot`
}