feat: 英文字母描红开发
This commit is contained in:
+17
-2
@@ -4,10 +4,15 @@
|
||||
"pages/age/age",
|
||||
"pages/favorites/favorites",
|
||||
"pages/profile/profile",
|
||||
"pages/guide/guide",
|
||||
"pages/index/index"
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "supportPages",
|
||||
"name": "supportPages",
|
||||
"pages": ["guide/guide", "debug/debug"],
|
||||
"independent": false
|
||||
},
|
||||
{
|
||||
"root": "mathPages",
|
||||
"name": "mathPages",
|
||||
@@ -31,6 +36,12 @@
|
||||
],
|
||||
"independent": false
|
||||
},
|
||||
{
|
||||
"root": "englishPages",
|
||||
"name": "englishPages",
|
||||
"pages": ["letterTracing/letterTracing"],
|
||||
"independent": false
|
||||
},
|
||||
{
|
||||
"root": "focusPages",
|
||||
"name": "focusPages",
|
||||
@@ -53,7 +64,11 @@
|
||||
"preloadRule": {
|
||||
"pages/home/home": {
|
||||
"network": "all",
|
||||
"packages": ["mathPages", "focusPages"]
|
||||
"packages": ["mathPages", "focusPages", "englishPages"]
|
||||
},
|
||||
"pages/profile/profile": {
|
||||
"network": "all",
|
||||
"packages": ["supportPages"]
|
||||
}
|
||||
},
|
||||
"window": {},
|
||||
|
||||
Reference in New Issue
Block a user