zydx-plus 1.35.563 → 1.35.564
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -826,26 +826,26 @@ let buttonNames = {
|
|
|
826
826
|
}
|
|
827
827
|
},
|
|
828
828
|
action_lesson_homework: {
|
|
829
|
-
actionName: '
|
|
829
|
+
actionName: '学习思考',
|
|
830
830
|
buttonList: {
|
|
831
831
|
0: {
|
|
832
832
|
headLevel: {
|
|
833
833
|
default: "demand",
|
|
834
|
-
demand: '
|
|
834
|
+
demand: '思考要求',
|
|
835
835
|
quest:'全课题目',
|
|
836
|
-
singletonClass: this.getCurrentPrefix(item) + '
|
|
836
|
+
singletonClass: this.getCurrentPrefix(item) + '任务',
|
|
837
837
|
allClass: this.getPrefix(item) + '情况',
|
|
838
838
|
},
|
|
839
839
|
otherLevel: {
|
|
840
840
|
default: "singletonClass",
|
|
841
841
|
quest:'全章题目',
|
|
842
|
-
singletonClass: this.getCurrentPrefix(item) + '
|
|
842
|
+
singletonClass: this.getCurrentPrefix(item) + '任务',
|
|
843
843
|
allClass: this.getPrefix(item) + '情况',
|
|
844
844
|
},
|
|
845
845
|
lowLevel: {
|
|
846
846
|
default: "singletonClass",
|
|
847
847
|
quest:'全节题目',
|
|
848
|
-
singletonClass: '
|
|
848
|
+
singletonClass: '思考任务',
|
|
849
849
|
score: '成绩报告',
|
|
850
850
|
analysis: '统计分析',
|
|
851
851
|
power: '学习动力'
|
|
@@ -854,17 +854,17 @@ let buttonNames = {
|
|
|
854
854
|
2: {
|
|
855
855
|
headLevel: {
|
|
856
856
|
default: "singletonClass",
|
|
857
|
-
singletonClass: this.getPrefix(item) + '
|
|
857
|
+
singletonClass: this.getPrefix(item) + '任务',
|
|
858
858
|
allClass: this.getPrefix(item) + '情况',
|
|
859
859
|
},
|
|
860
860
|
otherLevel: {
|
|
861
861
|
default: "singletonClass",
|
|
862
|
-
singletonClass: this.getPrefix(item) + '
|
|
862
|
+
singletonClass: this.getPrefix(item) + '任务',
|
|
863
863
|
allClass: this.getPrefix(item) + '情况',
|
|
864
864
|
},
|
|
865
865
|
lowLevel: {
|
|
866
866
|
default: "singletonClass",
|
|
867
|
-
singletonClass: '
|
|
867
|
+
singletonClass: '思考任务',
|
|
868
868
|
score: '成绩报告',
|
|
869
869
|
analysis: '统计分析',
|
|
870
870
|
power: '学习动力'
|
|
@@ -1834,23 +1834,23 @@ let buttonNames = {
|
|
|
1834
1834
|
}
|
|
1835
1835
|
},
|
|
1836
1836
|
action_lesson_homework: {
|
|
1837
|
-
actionName: '
|
|
1837
|
+
actionName: '学习思考',
|
|
1838
1838
|
buttonList: {
|
|
1839
1839
|
0: {
|
|
1840
1840
|
headLevel: {
|
|
1841
1841
|
default: "demand",
|
|
1842
|
-
demand: '
|
|
1843
|
-
singletonClass: this.getCurrentPrefix(item) + '
|
|
1842
|
+
demand: '思考要求',
|
|
1843
|
+
singletonClass: this.getCurrentPrefix(item) + '任务',
|
|
1844
1844
|
allClass: this.getPrefix(item) + '情况',
|
|
1845
1845
|
},
|
|
1846
1846
|
otherLevel: {
|
|
1847
1847
|
default: "singletonClass",
|
|
1848
|
-
singletonClass: this.getCurrentPrefix(item) + '
|
|
1848
|
+
singletonClass: this.getCurrentPrefix(item) + '任务',
|
|
1849
1849
|
allClass: this.getPrefix(item) + '情况',
|
|
1850
1850
|
},
|
|
1851
1851
|
lowLevel: {
|
|
1852
1852
|
default: "singletonClass",
|
|
1853
|
-
singletonClass: '
|
|
1853
|
+
singletonClass: '思考任务',
|
|
1854
1854
|
score: '成绩报告',
|
|
1855
1855
|
analysis: '统计分析',
|
|
1856
1856
|
power: '学习动力'
|