zydx-plus 1.32.253 → 1.32.254
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zydx-plus",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.254",
|
|
4
4
|
"description": "Vue.js",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"files": [
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
"@vue-office/docx": "^1.1.3",
|
|
42
42
|
"@vue-office/excel": "^1.1.3",
|
|
43
43
|
"fabric": "^5.3.0",
|
|
44
|
-
"js-export-word": "^1.0.5"
|
|
44
|
+
"js-export-word": "^1.0.5",
|
|
45
|
+
"js-audio-recorder": "^1.0.7"
|
|
45
46
|
},
|
|
46
47
|
"peerDependencies": {
|
|
47
48
|
"vue": "^3.2.13"
|
|
@@ -1992,30 +1992,6 @@ let buttonNames = {
|
|
|
1992
1992
|
}
|
|
1993
1993
|
}
|
|
1994
1994
|
},
|
|
1995
|
-
action_Interrogation: {
|
|
1996
|
-
actionName: '苏氏资源',
|
|
1997
|
-
buttonList: {
|
|
1998
|
-
0: {
|
|
1999
|
-
headLevel: {
|
|
2000
|
-
default: "demand",
|
|
2001
|
-
demand: '回答要求',
|
|
2002
|
-
resourceIndex: '教学项目',
|
|
2003
|
-
review: '回答点评',
|
|
2004
|
-
analyse: '回答分析',
|
|
2005
|
-
countermeasure: '教学对策'
|
|
2006
|
-
},
|
|
2007
|
-
otherLevel: {
|
|
2008
|
-
default: "singletonClass",
|
|
2009
|
-
singletonClass: this.getCurrentPrefix(item) + '项目',
|
|
2010
|
-
allClass: this.getPrefix(item) + '项目'
|
|
2011
|
-
},
|
|
2012
|
-
lowLevel: {
|
|
2013
|
-
default: "singletonClass",
|
|
2014
|
-
singletonClass: this.getCurrentPrefix(item) + '项目'
|
|
2015
|
-
}
|
|
2016
|
-
}
|
|
2017
|
-
}
|
|
2018
|
-
},
|
|
2019
1995
|
resource_lesson012: {
|
|
2020
1996
|
actionName: '提问资源',
|
|
2021
1997
|
buttonList: {
|
|
@@ -2127,25 +2103,25 @@ let buttonNames = {
|
|
|
2127
2103
|
}
|
|
2128
2104
|
},
|
|
2129
2105
|
resource_Interrogation: {
|
|
2130
|
-
actionName: '
|
|
2106
|
+
actionName: '追问资源',
|
|
2131
2107
|
buttonList: {
|
|
2132
2108
|
0: {
|
|
2133
2109
|
headLevel: {
|
|
2134
2110
|
default: "demand",
|
|
2135
2111
|
demand: '回答要求',
|
|
2136
|
-
resourceIndex: '
|
|
2112
|
+
resourceIndex: '追  问',
|
|
2137
2113
|
review: '回答点评',
|
|
2138
2114
|
analyse: '回答分析',
|
|
2139
2115
|
countermeasure: '教学对策'
|
|
2140
2116
|
},
|
|
2141
2117
|
otherLevel: {
|
|
2142
2118
|
default: "singletonClass",
|
|
2143
|
-
singletonClass: this.getCurrentPrefix(item) + '
|
|
2144
|
-
allClass: this.getPrefix(item) + '
|
|
2119
|
+
singletonClass: this.getCurrentPrefix(item) + '追问',
|
|
2120
|
+
allClass: this.getPrefix(item) + '追问'
|
|
2145
2121
|
},
|
|
2146
2122
|
lowLevel: {
|
|
2147
2123
|
default: "singletonClass",
|
|
2148
|
-
singletonClass: this.getCurrentPrefix(item) + '
|
|
2124
|
+
singletonClass: this.getCurrentPrefix(item) + '追问'
|
|
2149
2125
|
}
|
|
2150
2126
|
}
|
|
2151
2127
|
}
|