跳到主要内容
MARKET / RELEASES

版本 1.0.0

深夜仪表天气

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

这次更新

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

审核通过

完整性与兼容性

SHA-256
f31b60914ba55479eed1f44f711ada609458228ace7c1db02f9e84f0fa8f80e1
原始大小
29886 bytes
接口版本
v 1.0
包格式
manifest v1
查看已校验的清单
{
  "name": "深夜仪表天气",
  "license": "MIT",
  "summary": "夜间仪表卡,月亮 / 云朵随实际昼夜天气切换,显示体感等可用字段。 使用公共天气服务,无需设备令牌。",
  "version": "1.0.0",
  "widgets": [
    {
      "id": "midnight-console",
      "name": "深夜仪表天气",
      "sizes": [
        {
          "h": 2,
          "w": 2
        }
      ],
      "editor": "widgets/midnight-console/editor.json",
      "surface": "transparent",
      "bindings": [],
      "defaultSize": {
        "h": 2,
        "w": 2
      },
      "description": "夜间仪表卡,月亮 / 云朵随实际昼夜天气切换,显示体感等可用字段。 使用公共天气服务,无需设备令牌。",
      "permissions": {
        "capabilities": [
          "timer.tick",
          "weather.read"
        ],
        "networkSources": []
      },
      "configSchema": "widgets/midnight-console/config.schema.json",
      "configVersion": 1,
      "defaultConfig": {
        "city": "",
        "configured": true,
        "useDeviceLocation": true
      }
    }
  ],
  "pluginId": "df.silverridge.weather-midnight-console",
  "publisher": {
    "id": "df.silverridge",
    "name": "SilverRidge"
  },
  "apiVersion": 1,
  "dependencies": [],
  "compatibility": {
    "requiredFeatures": [
      "registry.v1",
      "javascript.v1",
      "native-ui.v1",
      "vector-ui.v1",
      "vector-ui.layers.v1",
      "weather.v1",
      "weather.city.v1",
      "weather.device-location.v1"
    ]
  },
  "manifestVersion": 1
}