MARKET / RELEASES
版本 1.0.3
公共天气 · 图形仪表
这次更新
SilverRidge 首次市场提交:MIT 自有代码及原第三方许可保留;沿用原版本功能与权限,使用平台托管签名。最终包设备验证仍按集中节点执行,提交审核不代表已发布。
审核通过
完整性与兼容性
- SHA-256
- 66a4864c9d619ca8e10ac697fcd8a527a5fe8da0af130d7e17f6903ea813e1f9
- 原始大小
- 43635 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.0.3",
"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
}
},
{
"id": "neon-rain",
"name": "霓虹雨巷天气",
"sizes": [
{
"h": 2,
"w": 2
}
],
"editor": "widgets/neon-rain/editor.json",
"surface": "transparent",
"bindings": [],
"defaultSize": {
"h": 2,
"w": 2
},
"description": "暗透明天气卡,发光云雨符号按天气码和昼夜更换。 使用公共天气服务,无需设备令牌。",
"permissions": {
"capabilities": [
"timer.tick",
"weather.read"
],
"networkSources": []
},
"configSchema": "widgets/neon-rain/config.schema.json",
"configVersion": 1,
"defaultConfig": {
"city": "",
"configured": true,
"useDeviceLocation": true
}
},
{
"id": "pixel-arcade",
"name": "像素街机天气",
"sizes": [
{
"h": 2,
"w": 2
}
],
"editor": "widgets/pixel-arcade/editor.json",
"surface": "transparent",
"bindings": [],
"defaultSize": {
"h": 2,
"w": 2
},
"description": "像素云 / 日 / 雨图标,与实际温度 / 天气对应。 使用公共天气服务,无需设备令牌。",
"permissions": {
"capabilities": [
"timer.tick",
"weather.read"
],
"networkSources": []
},
"configSchema": "widgets/pixel-arcade/config.schema.json",
"configVersion": 1,
"defaultConfig": {
"city": "",
"configured": true,
"useDeviceLocation": true
}
},
{
"id": "emerald-deco",
"name": "翡翠爵士天气",
"sizes": [
{
"h": 2,
"w": 2
}
],
"editor": "widgets/emerald-deco/editor.json",
"surface": "transparent",
"bindings": [],
"defaultSize": {
"h": 2,
"w": 2
},
"description": "2×2 墨绿天气卡,金色月亮 / 云层等多状态图标。 使用公共天气服务,无需设备令牌。",
"permissions": {
"capabilities": [
"timer.tick",
"weather.read"
],
"networkSources": []
},
"configSchema": "widgets/emerald-deco/config.schema.json",
"configVersion": 1,
"defaultConfig": {
"city": "",
"configured": true,
"useDeviceLocation": true
}
},
{
"id": "comic-pop",
"name": "漫画电波天气",
"sizes": [
{
"h": 2,
"w": 2
}
],
"editor": "widgets/comic-pop/editor.json",
"surface": "transparent",
"bindings": [],
"defaultSize": {
"h": 2,
"w": 2
},
"description": "漫画太阳 / 云朵等状态图标,温度动态变化。 使用公共天气服务,无需设备令牌。",
"permissions": {
"capabilities": [
"timer.tick",
"weather.read"
],
"networkSources": []
},
"configSchema": "widgets/comic-pop/config.schema.json",
"configVersion": 1,
"defaultConfig": {
"city": "",
"configured": true,
"useDeviceLocation": true
}
},
{
"id": "silver-orbit",
"name": "银翼轨道天气",
"sizes": [
{
"h": 1,
"w": 2
}
],
"editor": "widgets/silver-orbit/editor.json",
"surface": "transparent",
"bindings": [],
"defaultSize": {
"h": 1,
"w": 2
},
"description": "2×1 简洁银色天气条,铬色云朵等状态、城市与温度。 使用公共天气服务,无需设备令牌。",
"permissions": {
"capabilities": [
"timer.tick",
"weather.read"
],
"networkSources": []
},
"configSchema": "widgets/silver-orbit/config.schema.json",
"configVersion": 1,
"defaultConfig": {
"city": "",
"configured": true,
"useDeviceLocation": true
}
}
],
"pluginId": "df.silverridge.weather-graphic",
"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
}