feat: 更新内容管理方案

This commit is contained in:
R524809
2026-04-29 17:47:14 +08:00
parent 63fa08ff1a
commit 2cb9ec55d6
44 changed files with 1181 additions and 625 deletions
+3
View File
@@ -3,6 +3,9 @@ import { CategoryId } from './category';
* 题型与模板引擎相关模型:对齐技术架构 §5.4 与云开发 worksheets 集合 §3.3
*/
/** 难度等级文案键(用于前端展示与映射) */
export type Difficulty = 'beginner' | 'basic' | 'intermediate' | 'advanced';
/** 与架构文档 WorksheetConfig 一致,供云端下发 / 本地内置 */
export interface WorksheetConfig {
id: string;