修复 Native shell 过期文件清单
移除已退役 H5 QR 扫码组件和 HostBridge wrapper 的检查引用 清理根 Vitest include 中已删除的个人中心测试路径 补充 Native shell 检查清单维护决策记录
This commit is contained in:
@@ -211,23 +211,17 @@ function assertNativeShellDependencyVersionGuardrails() {
|
||||
|
||||
assertNativeShellDependencyVersionGuardrails();
|
||||
const h5HostBridgeCallChainWrapperFiles = [
|
||||
'src/hooks/useHostLifecycleActive.ts',
|
||||
'src/hooks/useHostNavigationCanGoBack.ts',
|
||||
'src/hooks/useHostNetworkOnline.ts',
|
||||
'src/components/platform-entry/platformProfileHostClipboard.ts',
|
||||
'src/components/platform-entry/platformHostBridgeSync.ts',
|
||||
];
|
||||
const h5HostBridgeRequiredCallChainFiles = [
|
||||
'src/ActiveApp.tsx',
|
||||
'src/components/auth/AuthGate.tsx',
|
||||
'src/components/platform-entry/PlatformFeedbackView.tsx',
|
||||
'src/components/platform-entry/PlatformProfileQrScannerModal.tsx',
|
||||
'src/components/platform-entry/PlatformProfileReferralModal.tsx',
|
||||
'src/components/platform-entry/PlatformProfileRewardCodeRedeemModal.tsx',
|
||||
'src/components/platform-entry/usePlatformProfileCenterController.ts',
|
||||
'src/hooks/useHostLifecycleActive.ts',
|
||||
'src/hooks/useHostNavigationCanGoBack.ts',
|
||||
'src/hooks/useHostNetworkOnline.ts',
|
||||
'src/active-main.tsx',
|
||||
'src/services/activeAppTitle.ts',
|
||||
'src/services/authService.ts',
|
||||
@@ -2155,7 +2149,6 @@ const h5HostBridgeTests = [
|
||||
'src/services/host-bridge/nativeAppHostBridge.test.ts',
|
||||
'src/components/auth/AuthGate.test.tsx',
|
||||
'src/hooks/useHostNavigationCanGoBack.test.tsx',
|
||||
'src/components/platform-entry/PlatformProfileQrScannerModal.test.tsx',
|
||||
'src/routing/activeAppRoutes.test.ts',
|
||||
'src/services/clipboard.test.ts',
|
||||
'src/services/activeAppTitle.test.ts',
|
||||
|
||||
Reference in New Issue
Block a user