统一原生壳验收门禁

新增 check:native-shells 根级验收脚本

将 H5 HostBridge 与 Expo、Tauri 壳检查串成统一门禁

把原生壳验收入口写入方案文档和共享工作流
This commit is contained in:
2026-06-18 01:16:25 +08:00
parent ad883df307
commit 6843185a6c
7 changed files with 86 additions and 4 deletions

View File

@@ -210,6 +210,12 @@ npm run test
npm run build
```
原生壳验收:
```bash
npm run check:native-shells
```
内容检查:
```bash