跳到主要内容
MARKET / RELEASES

版本 1.1.2

悬浮指针

正常2026/9/19 09:39:53

这次更新

SilverRidge 首次市场提交:MIT 自有代码及原第三方许可保留;沿用原版本功能与权限,使用平台托管签名。最终包设备验证仍按集中节点执行,提交审核不代表已发布。

审核通过

完整性与兼容性

SHA-256
43f121cd64f1c92c424c96e575338c394de9b0f37fcee25ed1dbabc25d3c1a5f
原始大小
14872 bytes
运行时
javascript-es2020
接口版本
1
包格式
manifest v1
查看已校验的清单
{
  "name": "悬浮指针",
  "license": "MIT",
  "runtime": {
    "kind": "javascript",
    "entry": "scripts/main.js",
    "language": "javascript-es2020",
    "apiVersion": 1,
    "quotaProfile": "standard-v1"
  },
  "summary": "悬浮指针时钟:透明叠加于方案背景,离线按设备时间走时。",
  "version": "1.1.2",
  "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.clock-dial",
  "publisher": {
    "id": "df.silverridge",
    "name": "SilverRidge"
  },
  "dependencies": [],
  "compatibility": {
    "androidMinApi": 28,
    "editorPlatforms": [
      "macos"
    ],
    "requiredFeatures": [
      "registry.v1",
      "javascript.v1",
      "native-ui.v1",
      "vector-ui.v1"
    ]
  },
  "manifestVersion": 1
}