feat: 开发练习纸
This commit is contained in:
@@ -38,6 +38,12 @@ export const CATEGORY_LIST: CategoryType[] = [
|
||||
icon: '🔤',
|
||||
path: '/pages/category/category?id=english',
|
||||
},
|
||||
{
|
||||
id: 'papers',
|
||||
name: '作业纸',
|
||||
icon: '📄',
|
||||
path: '/pages/category/category?id=papers',
|
||||
},
|
||||
// {
|
||||
// id: 'craft',
|
||||
// name: '创意手工',
|
||||
|
||||
@@ -4,7 +4,8 @@ export type CategoryId =
|
||||
| 'english'
|
||||
| 'puzzle'
|
||||
| 'craft'
|
||||
| 'pinyin';
|
||||
| 'pinyin'
|
||||
| 'papers';
|
||||
|
||||
/** Tab / 首页用的分类展示模型 */
|
||||
export interface CategoryType {
|
||||
|
||||
Reference in New Issue
Block a user