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: "已搁置"

Updates

  • 赞助平台
    • 微信
    • 支付宝
    • 多档位+对应徽章+主页展示
  • 粉丝QQ群群规
  • 撸大湿
    • 基础记录
    • 热力图、公开时间线
    • 排行榜、点赞功能
  • 贡献榜单
  • 个人首页
    • 撸大湿热力图显示
    • 徽章显示
    • 个人资料
    • 头像压缩、拉伸
  • 神必小广告*2
  • 公告板

Fixed

Known Issues