完善客户端模块与工作区能力
This commit is contained in:
@@ -3,17 +3,9 @@ import { getSkillDisplayInfo } from '@/lib/skill-display';
|
||||
|
||||
describe('skill display metadata', () => {
|
||||
it('keeps runtime ids internal and returns Chinese-only learner-facing copy', () => {
|
||||
expect(getSkillDisplayInfo('youth-plain-language')).toEqual({
|
||||
name: '青少年通俗表达',
|
||||
description: '让所有伙伴用简体中文、短句和少术语的方式,向 10 至 16 岁青少年解释任务。',
|
||||
});
|
||||
expect(getSkillDisplayInfo('pm-project-plan')).toEqual({
|
||||
name: '通用软件项目规划',
|
||||
description: '把软件想法整理成目标、用户、范围、里程碑、任务和验收标准。',
|
||||
});
|
||||
expect(getSkillDisplayInfo('nianxxgame-skill')).toEqual({
|
||||
name: '网页游戏开发',
|
||||
description: '完成游戏策划、开发、试玩、体验打磨和发布验证。',
|
||||
expect(getSkillDisplayInfo('agent-browser')).toEqual({
|
||||
name: '开发浏览器',
|
||||
description: '打开、查看或调试本地及公网网页,读取 Console、Network、DOM 和样式信息。',
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user