跳到主要内容
MARKET / RELEASES

版本 1.1.3

悬浮指针

正常2026-09-22 15:30

这次更新

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

审核通过

完整性与兼容性

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