恢复移动端原有提示与门禁

恢复移动端首次进入欢迎遮罩与单次关闭状态
恢复删除前的桌面端创作主页提示与旧 IP 资源
保留移动端仅“我的”页签及项目画布硬门禁
补充现役依赖、静态资源与回归测试门禁
同步平台入口权威文档
This commit is contained in:
2026-08-08 15:46:22 +08:00
parent b63923eb04
commit 1fb72ba26c
10 changed files with 344 additions and 38 deletions
+5
View File
@@ -311,5 +311,10 @@ describe('retired creation template asset boundary', () => {
isForbiddenPublicAssetPath('/generated-editor-images/asset.png'),
).toBe(true);
expect(isForbiddenPublicAssetPath('/creation-home/logo.png')).toBe(false);
expect(
isForbiddenPublicAssetPath(
'/branding/mobile-home-welcome-taonier-ip.png',
),
).toBe(false);
});
});