zydx-plus 1.32.270 → 1.32.271
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
|
@@ -2109,19 +2109,19 @@ let buttonNames = {
|
|
|
2109
2109
|
headLevel: {
|
|
2110
2110
|
default: "demand",
|
|
2111
2111
|
demand: '回答要求',
|
|
2112
|
-
resourceIndex: '
|
|
2112
|
+
resourceIndex: '追问主题',
|
|
2113
2113
|
review: '回答点评',
|
|
2114
2114
|
analyse: '回答分析',
|
|
2115
2115
|
countermeasure: '教学对策'
|
|
2116
2116
|
},
|
|
2117
2117
|
otherLevel: {
|
|
2118
2118
|
default: "singletonClass",
|
|
2119
|
-
singletonClass: this.getCurrentPrefix(item) + '
|
|
2120
|
-
allClass: this.getPrefix(item) + '
|
|
2119
|
+
singletonClass: this.getCurrentPrefix(item) + '主题',
|
|
2120
|
+
allClass: this.getPrefix(item) + '主题'
|
|
2121
2121
|
},
|
|
2122
2122
|
lowLevel: {
|
|
2123
2123
|
default: "singletonClass",
|
|
2124
|
-
singletonClass: this.getCurrentPrefix(item) + '
|
|
2124
|
+
singletonClass: this.getCurrentPrefix(item) + '主题'
|
|
2125
2125
|
}
|
|
2126
2126
|
}
|
|
2127
2127
|
}
|