收口原生外观查询边界

将 Expo 系统配色读取收口到 appearance 模块

将 Tauri 窗口主题读取收口到 appearance 模块

同步原生壳结构门禁和架构文档清单
This commit is contained in:
2026-06-19 21:51:28 +08:00
parent b92b9bbc29
commit f04daee4a4
11 changed files with 118 additions and 31 deletions
+2
View File
@@ -249,6 +249,7 @@ const expectedWechatPageFilesByRoute = {
'wechat-pay': ['index.js', 'index.json', 'index.wxml', 'index.wxss'],
};
const expectedMobileHostBridgeFiles = [
'appearance.ts',
'badge.ts',
'bridge.test.ts',
'bridge.ts',
@@ -293,6 +294,7 @@ const expectedMobileShellFiles = [
'webViewPolicy.ts',
];
const expectedDesktopHostBridgeRustFiles = [
'appearance.rs',
'badge.rs',
'capabilities.rs',
'clipboard.rs',