跳到主要内容
MARKET / RELEASES

版本 1.3.2

天气 · 瑞士红白

正常2026/9/19 11:05:02

这次更新

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

审核通过

完整性与兼容性

SHA-256
ef8563ee301b0bfd2c0eef3a040d225b3024aabc0ddee2208fc1caff3b8ff391
原始大小
21265 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.3.2",
  "widgets": [
    {
      "id": "weather",
      "name": "瑞士红白实时天气",
      "sizes": [
        {
          "h": 2,
          "w": 2
        }
      ],
      "editor": "widgets/weather/editor.json",
      "surface": "transparent",
      "bindings": [],
      "defaultSize": {
        "h": 2,
        "w": 2
      },
      "description": "显示实况温度、天气描述、当天高低温,点击查看预报和来源。",
      "permissions": {
        "capabilities": [
          "timer.tick",
          "weather.read"
        ],
        "networkSources": []
      },
      "configSchema": "widgets/weather/config.schema.json",
      "configVersion": 3,
      "defaultConfig": {
        "city": "",
        "configured": true,
        "useDeviceLocation": true
      }
    }
  ],
  "pluginId": "df.silverridge.weather-swiss",
  "publisher": {
    "id": "df.silverridge",
    "name": "SilverRidge"
  },
  "dependencies": [],
  "compatibility": {
    "androidMinApi": 28,
    "editorPlatforms": [
      "macos"
    ],
    "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
}