BUTTON[start,complete, cancel, delay, pause]

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-emphasis
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-secondary
id: "pause"
hidden: true
actions:
  - type: updateMetadata
    bindTarget: 状态
    evaluate: false
    value: "已搁置"

任务内容

项目/家庭AI中台/Tasks

  • open ssh ✅ 2025-09-06
  • Stable Diffusion Web UI平台,搭在的电脑上 ✅ 2025-09-27
    • WSL2问题(好像是管理员权限的事,试试管理员启动cmd或powershell) ✅ 2025-09-27
    • WSL升级 ✅ 2025-09-27
  • 内网发布 ✅ 2025-11-25
    • 解决内网其他设备无法访问的问题 ✅ 2025-11-25 ^673e08
      • 放弃wsl,改成windows下运行 ✅ 2025-11-25
    • 记录端口等信息(可以把DockerFile丢ob来或者给个路径由nas自动收集) ✅ 2025-11-25
  • 弄一个基本模型,跑通测试 ✅ 2025-10-19
  • 各种有用的插件 ✅ 2025-11-25 ^6f08a7

后记