zydx-plus 1.33.370 → 1.33.371

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.33.370",
3
+ "version": "1.33.371",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -1672,6 +1672,31 @@ let buttonNames = {
1672
1672
  }
1673
1673
  }
1674
1674
  },
1675
+ action_scene: {
1676
+ actionName: '情景学习',
1677
+ buttonList: {
1678
+ 0: {
1679
+ headLevel: {
1680
+ default: "demand",
1681
+ demand: '学习要求',
1682
+ singletonClass: this.getCurrentPrefix(item) + '学习',
1683
+ allClass: this.getPrefix(item) + '情况',
1684
+ },
1685
+ otherLevel: {
1686
+ default: "singletonClass",
1687
+ singletonClass: this.getCurrentPrefix(item) + '学习',
1688
+ allClass: this.getPrefix(item) + '情况',
1689
+ },
1690
+ lowLevel: {
1691
+ default: "singletonClass",
1692
+ singletonClass: '学习任务',
1693
+ score: '学习成绩',
1694
+ analysis: '统计分析',
1695
+ power: '学习动力'
1696
+ },
1697
+ }
1698
+ }
1699
+ },
1675
1700
  action_lesson056: {
1676
1701
  actionName: '讲给他人',
1677
1702
  buttonList: {
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.370',
86
+ version: '1.33.371',
87
87
  install,
88
88
  Calendar,
89
89
  Message,