跳到主要内容
MARKET / RELEASES

版本 1.1.2

柔光翻页

正常2026/9/20 07:19:34

这次更新

独立 Widget 发行,保留原配置、权限、运行实现与第三方许可。自有代码 MIT,平台托管签名;使用新版清单,最终设备验收待集中节点。

审核通过

完整性与兼容性

SHA-256
807917e52f26e50309a398f863cdf642ea2490a19ac65e8a0ec52e2907f6f29b
原始大小
13367 bytes
接口版本
v 1.0
包格式
manifest v1
查看已校验的清单
{
  "name": "柔光翻页",
  "license": "MIT",
  "summary": "柔光翻页时钟:透明叠加于方案背景,离线按设备时间走时。",
  "version": "1.1.2",
  "widgets": [
    {
      "id": "clock",
      "name": "柔光翻页",
      "sizes": [
        {
          "h": 1,
          "w": 2
        },
        {
          "h": 2,
          "w": 4
        },
        {
          "h": 3,
          "w": 6
        },
        {
          "h": 4,
          "w": 8
        },
        {
          "h": 5,
          "w": 10
        },
        {
          "h": 6,
          "w": 12
        }
      ],
      "editor": "widgets/clock/editor.json",
      "surface": "transparent",
      "bindings": [],
      "defaultSize": {
        "h": 1,
        "w": 2
      },
      "description": "2:1 等比拖动缩放 · 柔光翻页 · 支持日期与时区设置",
      "permissions": {
        "capabilities": [
          "timer.tick"
        ],
        "networkSources": []
      },
      "configSchema": "widgets/clock/config.schema.json",
      "configVersion": 1,
      "defaultConfig": {
        "hour24": true,
        "showDate": true,
        "timeZone": "device"
      }
    }
  ],
  "pluginId": "df.silverridge.clock-flip",
  "publisher": {
    "id": "df.silverridge",
    "name": "SilverRidge"
  },
  "apiVersion": 1,
  "dependencies": [],
  "compatibility": {
    "requiredFeatures": [
      "registry.v1",
      "javascript.v1",
      "native-ui.v1",
      "vector-ui.v1"
    ]
  },
  "manifestVersion": 1
}