feat: 更新内容管理方案
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user