zydx-plus 1.32.305 → 1.32.306
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
|
@@ -1927,7 +1927,10 @@ let buttonNames = {
|
|
|
1927
1927
|
},
|
|
1928
1928
|
lowLevel: {
|
|
1929
1929
|
default: "singletonClass",
|
|
1930
|
-
singletonClass: this.getCurrentPrefix(item) + '试题',
|
|
1930
|
+
// singletonClass: this.getCurrentPrefix(item) + '试题',
|
|
1931
|
+
createResource: '创建资源',
|
|
1932
|
+
viewResource: '查看资源',
|
|
1933
|
+
batchDelResource: '批量删除',
|
|
1931
1934
|
}
|
|
1932
1935
|
}
|
|
1933
1936
|
}
|
|
@@ -1950,7 +1953,10 @@ let buttonNames = {
|
|
|
1950
1953
|
},
|
|
1951
1954
|
lowLevel: {
|
|
1952
1955
|
default: "singletonClass",
|
|
1953
|
-
singletonClass: this.getCurrentPrefix(item) + '试题'
|
|
1956
|
+
// singletonClass: this.getCurrentPrefix(item) + '试题'
|
|
1957
|
+
createResource: '创建资源',
|
|
1958
|
+
viewResource: '查看资源',
|
|
1959
|
+
batchDelResource: '批量删除',
|
|
1954
1960
|
}
|
|
1955
1961
|
}
|
|
1956
1962
|
}
|
|
@@ -1974,7 +1980,10 @@ let buttonNames = {
|
|
|
1974
1980
|
},
|
|
1975
1981
|
lowLevel: {
|
|
1976
1982
|
default: "singletonClass",
|
|
1977
|
-
singletonClass: this.getCurrentPrefix(item) + '主题'
|
|
1983
|
+
// singletonClass: this.getCurrentPrefix(item) + '主题'
|
|
1984
|
+
createResource: '创建主题',
|
|
1985
|
+
viewResource: '主题列表',
|
|
1986
|
+
selectResource: '查找资源',
|
|
1978
1987
|
}
|
|
1979
1988
|
}
|
|
1980
1989
|
}
|
|
@@ -2012,7 +2021,10 @@ let buttonNames = {
|
|
|
2012
2021
|
},
|
|
2013
2022
|
lowLevel: {
|
|
2014
2023
|
default: "singletonClass",
|
|
2015
|
-
singletonClass: this.getCurrentPrefix(item) + '问题'
|
|
2024
|
+
// singletonClass: this.getCurrentPrefix(item) + '问题'
|
|
2025
|
+
createResource: '创建提问',
|
|
2026
|
+
viewResource: '提问列表',
|
|
2027
|
+
selectResource: '查找资源',
|
|
2016
2028
|
}
|
|
2017
2029
|
}
|
|
2018
2030
|
}
|
|
@@ -2036,7 +2048,10 @@ let buttonNames = {
|
|
|
2036
2048
|
},
|
|
2037
2049
|
lowLevel: {
|
|
2038
2050
|
default: "singletonClass",
|
|
2039
|
-
singletonClass: this.getCurrentPrefix(item) + '提问'
|
|
2051
|
+
// singletonClass: this.getCurrentPrefix(item) + '提问'
|
|
2052
|
+
createResource: '创建提问',
|
|
2053
|
+
viewResource: '提问列表',
|
|
2054
|
+
selectResource: '查找资源',
|
|
2040
2055
|
}
|
|
2041
2056
|
}
|
|
2042
2057
|
}
|
|
@@ -2074,7 +2089,10 @@ let buttonNames = {
|
|
|
2074
2089
|
},
|
|
2075
2090
|
lowLevel: {
|
|
2076
2091
|
default: "singletonClass",
|
|
2077
|
-
singletonClass: this.getCurrentPrefix(item) + '题目'
|
|
2092
|
+
// singletonClass: this.getCurrentPrefix(item) + '题目'
|
|
2093
|
+
createResource: '创建题目',
|
|
2094
|
+
viewResource: '题目列表',
|
|
2095
|
+
selectResource: '查找资源',
|
|
2078
2096
|
}
|
|
2079
2097
|
}
|
|
2080
2098
|
}
|
|
@@ -2098,7 +2116,10 @@ let buttonNames = {
|
|
|
2098
2116
|
},
|
|
2099
2117
|
lowLevel: {
|
|
2100
2118
|
default: "singletonClass",
|
|
2101
|
-
singletonClass: this.getCurrentPrefix(item) + '题目'
|
|
2119
|
+
// singletonClass: this.getCurrentPrefix(item) + '题目'
|
|
2120
|
+
createResource: '创建题目',
|
|
2121
|
+
viewResource: '题目列表',
|
|
2122
|
+
selectResource: '查找资源',
|
|
2102
2123
|
}
|
|
2103
2124
|
}
|
|
2104
2125
|
}
|
|
@@ -2122,7 +2143,10 @@ let buttonNames = {
|
|
|
2122
2143
|
},
|
|
2123
2144
|
lowLevel: {
|
|
2124
2145
|
default: "singletonClass",
|
|
2125
|
-
singletonClass: this.getCurrentPrefix(item) + '主题'
|
|
2146
|
+
// singletonClass: this.getCurrentPrefix(item) + '主题'
|
|
2147
|
+
createResource: '创建主题',
|
|
2148
|
+
viewResource: '主题列表',
|
|
2149
|
+
selectResource: '查找资源',
|
|
2126
2150
|
}
|
|
2127
2151
|
}
|
|
2128
2152
|
}
|
|
@@ -2145,7 +2169,10 @@ let buttonNames = {
|
|
|
2145
2169
|
},
|
|
2146
2170
|
lowLevel: {
|
|
2147
2171
|
default: "singletonClass",
|
|
2148
|
-
singletonClass: this.getCurrentPrefix(item) + '试题'
|
|
2172
|
+
// singletonClass: this.getCurrentPrefix(item) + '试题'
|
|
2173
|
+
createResource: '创建资源',
|
|
2174
|
+
viewResource: '查看资源',
|
|
2175
|
+
batchDelResource: '批量删除',
|
|
2149
2176
|
}
|
|
2150
2177
|
}
|
|
2151
2178
|
}
|
|
@@ -2169,7 +2196,10 @@ let buttonNames = {
|
|
|
2169
2196
|
},
|
|
2170
2197
|
lowLevel: {
|
|
2171
2198
|
default: "singletonClass",
|
|
2172
|
-
singletonClass: this.getCurrentPrefix(item) + '题目'
|
|
2199
|
+
// singletonClass: this.getCurrentPrefix(item) + '题目'
|
|
2200
|
+
createResource: '创建题目',
|
|
2201
|
+
viewResource: '题目列表',
|
|
2202
|
+
selectResource: '查找资源',
|
|
2173
2203
|
}
|
|
2174
2204
|
}
|
|
2175
2205
|
}
|
|
@@ -2193,7 +2223,10 @@ let buttonNames = {
|
|
|
2193
2223
|
},
|
|
2194
2224
|
lowLevel: {
|
|
2195
2225
|
default: "singletonClass",
|
|
2196
|
-
singletonClass: this.getCurrentPrefix(item) + '任务'
|
|
2226
|
+
// singletonClass: this.getCurrentPrefix(item) + '任务'
|
|
2227
|
+
createResource: '创建任务',
|
|
2228
|
+
viewResource: '任务列表',
|
|
2229
|
+
selectResource: '查找任务',
|
|
2197
2230
|
}
|
|
2198
2231
|
}
|
|
2199
2232
|
}
|
|
@@ -2231,7 +2264,10 @@ let buttonNames = {
|
|
|
2231
2264
|
},
|
|
2232
2265
|
lowLevel: {
|
|
2233
2266
|
default: "singletonClass",
|
|
2234
|
-
singletonClass: this.getCurrentPrefix(item) + '题目'
|
|
2267
|
+
// singletonClass: this.getCurrentPrefix(item) + '题目'
|
|
2268
|
+
createResource: '创建题目',
|
|
2269
|
+
viewResource: '题目列表',
|
|
2270
|
+
selectResource: '查找题目',
|
|
2235
2271
|
}
|
|
2236
2272
|
}
|
|
2237
2273
|
}
|
|
@@ -2255,7 +2291,10 @@ let buttonNames = {
|
|
|
2255
2291
|
},
|
|
2256
2292
|
lowLevel: {
|
|
2257
2293
|
default: "singletonClass",
|
|
2258
|
-
singletonClass: this.getCurrentPrefix(item) + '报告'
|
|
2294
|
+
// singletonClass: this.getCurrentPrefix(item) + '报告'
|
|
2295
|
+
createResource: '创建题目',
|
|
2296
|
+
viewResource: '题目列表',
|
|
2297
|
+
selectResource: '查找题目',
|
|
2259
2298
|
}
|
|
2260
2299
|
}
|
|
2261
2300
|
}
|
|
@@ -2309,7 +2348,10 @@ let buttonNames = {
|
|
|
2309
2348
|
},
|
|
2310
2349
|
lowLevel: {
|
|
2311
2350
|
default: "singletonClass",
|
|
2312
|
-
singletonClass: this.getCurrentPrefix(item) + '项目'
|
|
2351
|
+
// singletonClass: this.getCurrentPrefix(item) + '项目'
|
|
2352
|
+
createResource: '创建项目',
|
|
2353
|
+
viewResource: '项目列表',
|
|
2354
|
+
selectResource: '查找项目',
|
|
2313
2355
|
}
|
|
2314
2356
|
}
|
|
2315
2357
|
}
|
|
@@ -2334,7 +2376,10 @@ let buttonNames = {
|
|
|
2334
2376
|
},
|
|
2335
2377
|
lowLevel: {
|
|
2336
2378
|
default: "singletonClass",
|
|
2337
|
-
singletonClass: this.getCurrentPrefix(item) + '项目'
|
|
2379
|
+
// singletonClass: this.getCurrentPrefix(item) + '项目'
|
|
2380
|
+
createResource: '创建项目',
|
|
2381
|
+
viewResource: '项目列表',
|
|
2382
|
+
selectResource: '查找项目',
|
|
2338
2383
|
}
|
|
2339
2384
|
}
|
|
2340
2385
|
}
|
|
@@ -2359,7 +2404,10 @@ let buttonNames = {
|
|
|
2359
2404
|
},
|
|
2360
2405
|
lowLevel: {
|
|
2361
2406
|
default: "singletonClass",
|
|
2362
|
-
singletonClass: this.getCurrentPrefix(item) + '项目'
|
|
2407
|
+
// singletonClass: this.getCurrentPrefix(item) + '项目'
|
|
2408
|
+
createResource: '创建项目',
|
|
2409
|
+
viewResource: '项目列表',
|
|
2410
|
+
selectResource: '查找项目',
|
|
2363
2411
|
}
|
|
2364
2412
|
}
|
|
2365
2413
|
}
|
|
@@ -2384,7 +2432,10 @@ let buttonNames = {
|
|
|
2384
2432
|
},
|
|
2385
2433
|
lowLevel: {
|
|
2386
2434
|
default: "singletonClass",
|
|
2387
|
-
singletonClass: this.getCurrentPrefix(item) + '项目'
|
|
2435
|
+
// singletonClass: this.getCurrentPrefix(item) + '项目'
|
|
2436
|
+
createResource: '创建主题',
|
|
2437
|
+
viewResource: '主题列表',
|
|
2438
|
+
selectResource: '查找主题',
|
|
2388
2439
|
}
|
|
2389
2440
|
}
|
|
2390
2441
|
}
|
|
@@ -2407,7 +2458,10 @@ let buttonNames = {
|
|
|
2407
2458
|
},
|
|
2408
2459
|
lowLevel: {
|
|
2409
2460
|
default: "singletonClass",
|
|
2410
|
-
singletonClass: this.getCurrentPrefix(item) + '试题'
|
|
2461
|
+
// singletonClass: this.getCurrentPrefix(item) + '试题'
|
|
2462
|
+
createResource: '创建资源',
|
|
2463
|
+
viewResource: '查看资源',
|
|
2464
|
+
batchDelResource: '批量删除',
|
|
2411
2465
|
}
|
|
2412
2466
|
}
|
|
2413
2467
|
}
|
|
@@ -2447,7 +2501,10 @@ let buttonNames = {
|
|
|
2447
2501
|
},
|
|
2448
2502
|
lowLevel: {
|
|
2449
2503
|
default: "btnIndex1",
|
|
2450
|
-
btnIndex1: this.getCurrentPrefix(item) + '图谱',
|
|
2504
|
+
// btnIndex1: this.getCurrentPrefix(item) + '图谱',
|
|
2505
|
+
createResource: '创建图谱',
|
|
2506
|
+
viewResource: '图谱列表',
|
|
2507
|
+
selectResource: '查找资源',
|
|
2451
2508
|
}
|
|
2452
2509
|
}
|
|
2453
2510
|
}
|
|
@@ -2468,7 +2525,10 @@ let buttonNames = {
|
|
|
2468
2525
|
},
|
|
2469
2526
|
lowLevel: {
|
|
2470
2527
|
default: "btnIndex1",
|
|
2471
|
-
btnIndex1: this.getCurrentPrefix(item) + '课件',
|
|
2528
|
+
// btnIndex1: this.getCurrentPrefix(item) + '课件',
|
|
2529
|
+
importResource: '导入课件',
|
|
2530
|
+
viewResource: '课件列表',
|
|
2531
|
+
selectResource: '查找资源',
|
|
2472
2532
|
}
|
|
2473
2533
|
}
|
|
2474
2534
|
}
|
|
@@ -2489,7 +2549,10 @@ let buttonNames = {
|
|
|
2489
2549
|
},
|
|
2490
2550
|
lowLevel: {
|
|
2491
2551
|
default: "btnIndex1",
|
|
2492
|
-
btnIndex1: this.getCurrentPrefix(item) + '视频',
|
|
2552
|
+
// btnIndex1: this.getCurrentPrefix(item) + '视频',
|
|
2553
|
+
importResource: '导入视频',
|
|
2554
|
+
viewResource: '视频列表',
|
|
2555
|
+
selectResource: '查找资源',
|
|
2493
2556
|
}
|
|
2494
2557
|
}
|
|
2495
2558
|
}
|
|
@@ -2510,7 +2573,10 @@ let buttonNames = {
|
|
|
2510
2573
|
},
|
|
2511
2574
|
lowLevel: {
|
|
2512
2575
|
default: "btnIndex1",
|
|
2513
|
-
btnIndex1: this.getCurrentPrefix(item) + '视频',
|
|
2576
|
+
// btnIndex1: this.getCurrentPrefix(item) + '视频',
|
|
2577
|
+
importResource: '导入视频',
|
|
2578
|
+
viewResource: '视频列表',
|
|
2579
|
+
selectResource: '查找资源',
|
|
2514
2580
|
}
|
|
2515
2581
|
}
|
|
2516
2582
|
}
|
|
@@ -2531,7 +2597,10 @@ let buttonNames = {
|
|
|
2531
2597
|
},
|
|
2532
2598
|
lowLevel: {
|
|
2533
2599
|
default: "btnIndex1",
|
|
2534
|
-
btnIndex1: this.getCurrentPrefix(item) + '数据',
|
|
2600
|
+
// btnIndex1: this.getCurrentPrefix(item) + '数据',
|
|
2601
|
+
importResource: '导入数据',
|
|
2602
|
+
viewResource: '数据列表',
|
|
2603
|
+
selectResource: '查找资源',
|
|
2535
2604
|
}
|
|
2536
2605
|
}
|
|
2537
2606
|
}
|
|
@@ -2552,7 +2621,10 @@ let buttonNames = {
|
|
|
2552
2621
|
},
|
|
2553
2622
|
lowLevel: {
|
|
2554
2623
|
default: "btnIndex1",
|
|
2555
|
-
btnIndex1: this.getCurrentPrefix(item) + '歌诀',
|
|
2624
|
+
// btnIndex1: this.getCurrentPrefix(item) + '歌诀',
|
|
2625
|
+
createResource: '创建歌诀',
|
|
2626
|
+
viewResource: '歌诀列表',
|
|
2627
|
+
selectResource: '查找资源',
|
|
2556
2628
|
}
|
|
2557
2629
|
}
|
|
2558
2630
|
}
|