35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"name": "keping-simplified",
|
|
"skill_name": "keping-simplified",
|
|
"version": "5.0.0",
|
|
"description": "超级简化版课评生成器!只需输入 \"/课评\" 即可启动,一键生成,自动保存。支持周数选择、班级选择、学生状态选择、速记输入、进度条显示。为穹狼乐高编程设计。",
|
|
"triggers": [
|
|
"/课评",
|
|
"/keping-simple",
|
|
"/简单课评",
|
|
"生成课评",
|
|
"写课评"
|
|
],
|
|
"semester_config": {
|
|
"baseline_date": "2026-03-02",
|
|
"week_calculation": "Floor((current_date - 2026-03-02) / 7) + 1",
|
|
"total_weeks": 20,
|
|
"current_week": 11,
|
|
"current_date": "2026-05-17"
|
|
},
|
|
"class_types": {
|
|
"DISC": { "prefix": "DISC", "age_group": "preschool", "style": "warm" },
|
|
"CREATE": { "prefix": "CREATE", "age_group": "preschool", "style": "warm" },
|
|
"INVENT": { "prefix": "INVENT", "age_group": "preschool", "style": "warm" },
|
|
"TUBE": { "prefix": "TUBE", "age_group": "preschool", "style": "warm" },
|
|
"SPIKE": { "prefix": "SPIKE", "age_group": "elementary", "style": "concise" },
|
|
"AICODE03": { "prefix": "AICODE03", "age_group": "elementary", "style": "technical" },
|
|
"CSP": { "prefix": "CSP", "age_group": "elementary", "style": "technical" }
|
|
},
|
|
"paths": {
|
|
"class_root": ".claude/memory/class",
|
|
"lesson_root": ".claude/memory/lesson",
|
|
"template": ".claude/skills/keping-simplified/assets/form_template.html"
|
|
}
|
|
}
|