feat: restore wechat-style root shell
This commit is contained in:
@@ -48,6 +48,22 @@ public class WechatSurfaceMapperTest {
|
||||
);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void rootTabOrder_isWechatStyle() throws Exception {
|
||||
assertArrayEquals(
|
||||
new String[]{"会话", "设备", "我的"},
|
||||
WechatSurfaceMapper.rootTabLabels()
|
||||
);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void mainPage_doesNotExposeOpsEntry() throws Exception {
|
||||
assertArrayEquals(
|
||||
new String[]{"账号与安全", "AI 账号", "设置", "技能", "关于"},
|
||||
WechatSurfaceMapper.rootMeMenuTitles()
|
||||
);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void projectQuickActions_keepOnlyGoalsAndVersions() throws Exception {
|
||||
assertArrayEquals(
|
||||
|
||||
Reference in New Issue
Block a user