MARKET / RELEASES
版本 1.1.1
瑞士红白 · 组件组
这次更新
实验/兼容包:旧瑞士红白组件组,包含实验或占位功能,不作为完整可用方案承诺。MIT 自有代码及第三方许可保留;SilverRidge 首次市场提交,平台托管签名。最终设备验收仍待集中节点,提交审核不代表已发布。
审核通过
完整性与兼容性
- SHA-256
- ae56abf043707b5089e590d97e0c9fdcd9dea874982269ee775b281bd1a55104
- 原始大小
- 30117 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.1",
"widgets": [
{
"id": "clock",
"name": "瑞士红白时钟",
"sizes": [
{
"h": 1,
"w": 4
}
],
"editor": "widgets/clock/editor.json",
"surface": "transparent",
"bindings": [],
"defaultSize": {
"h": 1,
"w": 4
},
"description": "瑞士红白方案组件。时间与日期使用宿主本地时钟。",
"permissions": {
"capabilities": [
"timer.tick"
],
"networkSources": []
},
"configSchema": "widgets/clock/config.schema.json",
"configVersion": 1,
"defaultConfig": {}
},
{
"id": "calendar",
"name": "瑞士红白日历",
"sizes": [
{
"h": 2,
"w": 2
}
],
"editor": "widgets/calendar/editor.json",
"surface": "transparent",
"bindings": [],
"defaultSize": {
"h": 2,
"w": 2
},
"description": "瑞士红白方案组件。时间与日期使用宿主本地时钟。",
"permissions": {
"capabilities": [
"timer.tick"
],
"networkSources": []
},
"configSchema": "widgets/calendar/config.schema.json",
"configVersion": 1,
"defaultConfig": {}
},
{
"id": "app",
"name": "瑞士红白应用图标(占位)",
"sizes": [
{
"h": 1,
"w": 1
}
],
"editor": "widgets/app/editor.json",
"surface": "transparent",
"bindings": [],
"defaultSize": {
"h": 1,
"w": 1
},
"description": "四款应用图标;当前尚未绑定启动目标。",
"permissions": {
"capabilities": [],
"networkSources": []
},
"configSchema": "widgets/app/config.schema.json",
"configVersion": 1,
"defaultConfig": {
"app": "Safari"
}
},
{
"id": "weather",
"name": "瑞士红白天气(占位)",
"sizes": [
{
"h": 2,
"w": 2
}
],
"editor": "widgets/weather/editor.json",
"surface": "transparent",
"bindings": [],
"defaultSize": {
"h": 2,
"w": 2
},
"description": "数据源尚未接入,不显示模拟行情或天气。",
"permissions": {
"capabilities": [],
"networkSources": []
},
"configSchema": "widgets/weather/config.schema.json",
"configVersion": 1,
"defaultConfig": {}
},
{
"id": "stocks",
"name": "瑞士红白股票列表(占位)",
"sizes": [
{
"h": 3,
"w": 4
}
],
"editor": "widgets/stocks/editor.json",
"surface": "transparent",
"bindings": [],
"defaultSize": {
"h": 3,
"w": 4
},
"description": "数据源尚未接入,不显示模拟行情或天气。",
"permissions": {
"capabilities": [],
"networkSources": []
},
"configSchema": "widgets/stocks/config.schema.json",
"configVersion": 1,
"defaultConfig": {}
},
{
"id": "tasks",
"name": "瑞士红白 Codex 任务(示例)",
"sizes": [
{
"h": 3,
"w": 4
}
],
"editor": "widgets/tasks/editor.json",
"surface": "transparent",
"bindings": [],
"defaultSize": {
"h": 3,
"w": 4
},
"description": "显示任务名称、项目和运行中 / 已完成状态;当前使用明确标注的示例任务。",
"permissions": {
"capabilities": [],
"networkSources": []
},
"configSchema": "widgets/tasks/config.schema.json",
"configVersion": 1,
"defaultConfig": {
"tasks": [
{
"title": "优化任务列表布局",
"status": "运行中",
"project": "doufer · 示例项目"
},
{
"title": "验证组件状态显示",
"status": "运行中",
"project": "doufer · 示例项目"
},
{
"title": "完成红白背景设计",
"status": "已完成",
"project": "界面设计 · 示例项目"
},
{
"title": "调整额度文字边距",
"status": "已完成",
"project": "额度组件 · 示例项目"
},
{
"title": "制作本地日历组件",
"status": "已完成",
"project": "doufer · 示例项目"
}
]
}
}
],
"pluginId": "df.silverridge.swiss-red-widgets",
"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
}