对齐我的界面反馈入口

我的界面反馈与建议改为新页签打开飞书表格

隐藏旧站内反馈页面路由和渲染分支

补充反馈入口外链和旧路由隐藏测试
This commit is contained in:
2026-06-23 22:08:37 +08:00
parent fcd9470dcf
commit d693279d8a
4 changed files with 48 additions and 34 deletions
+3 -6
View File
@@ -11,15 +11,12 @@ import {
} from './appPageRoutes';
describe('appPageRoutes', () => {
it('resolves profile feedback route', () => {
it('hides the legacy profile feedback route', () => {
expect(resolveSelectionStageFromPath('/profile/feedback')).toBe(
'profile-feedback',
'platform',
);
expect(resolveSelectionStageFromPath('/profile/feedback/')).toBe(
'profile-feedback',
);
expect(resolvePathForSelectionStage('profile-feedback')).toBe(
'/profile/feedback',
'platform',
);
});
-1
View File
@@ -15,7 +15,6 @@ const STAGE_ROUTE_ENTRIES = [
['creation-home', '/creation'],
['project', '/project'],
['image-editor', '/editor/canvas'],
['profile-feedback', '/profile/feedback'],
['work-detail', '/works/detail'],
['detail', '/worlds/detail'],
['agent-workspace', '/creation/rpg'],