跳到主要内容
MARKET / RELEASES

版本 1.0.0

海岸晨光天气

正常2026-09-22 16:31

这次更新

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

审核通过

完整性与兼容性

SHA-256
0e2019bdc3cac1f1003b270c4827f9592847e1e48846d5fede32816894f9bee4
原始大小
30000 bytes
接口版本
v 1.0
包格式
manifest v1
查看已校验的清单
{
  "name": "海岸晨光天气",
  "license": "MIT",
  "summary": "珍珠玻璃底,天气图标、城市和温度突出,辅助天气字段按可用数据展示。 使用公共天气服务,无需设备令牌。",
  "version": "1.0.0",
  "widgets": [
    {
      "id": "coastal-dawn",
      "name": "海岸晨光天气",
      "sizes": [
        {
          "h": 2,
          "w": 2
        }
      ],
      "editor": "widgets/coastal-dawn/editor.json",
      "surface": "transparent",
      "bindings": [],
      "defaultSize": {
        "h": 2,
        "w": 2
      },
      "description": "珍珠玻璃底,天气图标、城市和温度突出,辅助天气字段按可用数据展示。 使用公共天气服务,无需设备令牌。",
      "permissions": {
        "capabilities": [
          "timer.tick",
          "weather.read"
        ],
        "networkSources": []
      },
      "configSchema": "widgets/coastal-dawn/config.schema.json",
      "configVersion": 1,
      "defaultConfig": {
        "city": "",
        "configured": true,
        "useDeviceLocation": true
      }
    }
  ],
  "pluginId": "df.silverridge.weathercoastaldawn",
  "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
}