FEAT => 更新测试页面URL,移除不再使用的postMessage测试组件,优化项目配置,添加Capacitor命令到package.json。

This commit is contained in:
2025-07-31 18:44:45 +08:00
parent ecddbf2226
commit efec6d6857
10 changed files with 223 additions and 1298 deletions

View File

@@ -16,11 +16,6 @@ const componentTestRoutes = DEV_FEATURES.SHOW_TEST_PAGES
element: <SelectTest />,
auth: true,
},
{
path: "/test/postMessage",
element: <PostMessageTest />,
auth: true,
},
]
: [];