feat: 开发练习纸
This commit is contained in:
@@ -687,6 +687,18 @@ const CATEGORY_ITEMS_BY_ID: Record<string, CategoryItem[]> = {
|
||||
available: true,
|
||||
}),
|
||||
],
|
||||
papers: [
|
||||
item({
|
||||
id: 'paper-sheet',
|
||||
title: '作业纸',
|
||||
subtitle: '田字格 / 方格 / 信纸等多种作业纸一键打印',
|
||||
icon: '📄',
|
||||
ageBand: age(3, 12),
|
||||
difficulty: 1,
|
||||
path: '/papersPages/paperSheet/paperSheet?id=paper-sheet',
|
||||
available: true,
|
||||
}),
|
||||
],
|
||||
craft: [
|
||||
item({
|
||||
id: 'craft-coloring',
|
||||
|
||||
Reference in New Issue
Block a user