BUTTON[start,complete, cancel, pause, delay]
label: 开始
icon: play
style: primary
class: btn-warning
id: "start"
hidden: true
actions:
- type: updateMetadata
bindTarget: 状态
evaluate: false
value: "进行中"label: 完成
icon: check
style: primary
class: btn-success
id: "complete"
hidden: true
actions:
- type: updateMetadata
bindTarget: 完成时间
evaluate: true
value: "new Date(new Date().getTime() + 8 * 3600 * 1000).toISOString().replace('T', ' ').substring(0, 16);"
- type: updateMetadata
bindTarget: 状态
evaluate: false
value: "已完成"label: 取消
icon: x
style: primary
class: btn-danger
id: "cancel"
hidden: true
actions:
- type: updateMetadata
bindTarget: 状态
evaluate: false
value: "已取消"label: 推迟
icon: chevrons-right
style: primary
class: btn-secondary
id: "delay"
hidden: true
actions:
- type: updateMetadata
bindTarget: 预计交付时间
evaluate: true
value: "new Date(new Date(getMetadata('预计交付时间')).getTime() + 32 * 3600 * 1000).toISOString().replace('T', ' ').substring(0, 16)"label: 搁置
icon: pause
style: "default"
class: btn-emphasis
id: "pause"
hidden: true
actions:
- type: updateMetadata
bindTarget: 状态
evaluate: false
value: "已搁置"任务内容
项目/家庭AI中台/Tasks
- RSS服务 ^502a6e
- GitHub - imsyy/DailyHotApi: 🔥 今日热榜 API,一个聚合热门数据的 API 接口,支持 RSS 模式 及 Vercel 部署 | 前端页面:https://github.com/imsyy/DailyHot
- 部署后用RSS插件做
- 改用RSSHub来做
- 这玩意儿也不是整合RSS的,是创建任何网页的自定义RSS的
- 直接拿http访问来做
- RSS对接Dify
- 总结输出
后记
- 构思玩意
- 做进拾心咖啡屋 v2.0里面去,别用现成的了,乱的要死
- 等^5b11fe做好