Browse Source

Merge remote-tracking branch 'origin/2024鹅状元' into 2024鹅状元

wangguoyu 5 months ago
parent
commit
a2e753d5f5

BIN
static/images/grade/grade-title.png


BIN
static/images/grade/grades-title.png


BIN
static/images/grade/term-bj.png


BIN
static/images/study/egg-btn.png


BIN
static/images/tabbar/select/plan-sj.png


BIN
static/images/tabbar/unselect/plan-sj.png


+ 6 - 6
utils/constant.js

@@ -1,26 +1,26 @@
 
  export const nianji_list = [{
-		label: '一年级',
+		label: 'L1',
 		id: 1
 	},
 	{
-		label: '二年级',
+		label: 'L2',
 		id: 2
 	},
 	{
-		label: '三年级',
+		label: 'L3',
 		id: 3
 	},
 	{
-		label: '四年级',
+		label: 'L4',
 		id: 4
 	},
 	{
-		label: '五年级',
+		label: 'L5',
 		id: 5
 	},
 	{
-		label: '六年级',
+		label: 'L6',
 		id: 6
 	},
 ];