恢复移动端原有提示与门禁
恢复移动端首次进入欢迎遮罩与单次关闭状态 恢复删除前的桌面端创作主页提示与旧 IP 资源 保留移动端仅“我的”页签及项目画布硬门禁 补充现役依赖、静态资源与回归测试门禁 同步平台入口权威文档
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user