- 深色主题:深蓝背景 + 毛玻璃卡片 + 金色结果数字 - 自定义底部弹窗货币选择器,替换原生白色 Picker - 换算卡片内容居中竖排布局 - 汇率信息条改为竖排独立卡片 - 实时脉冲徽章 + 蓝紫渐变互换按钮 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
419 B
JSON
18 lines
419 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/overview/overview"
|
|
],
|
|
"window": {
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#0B1120",
|
|
"navigationBarTextStyle": "white",
|
|
"backgroundColor": "#0B1120",
|
|
"backgroundTextStyle": "dark"
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|