File tree Expand file tree Collapse file tree 5 files changed +41
-8
lines changed Expand file tree Collapse file tree 5 files changed +41
-8
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
#### 微更新
6
- * 最近更新:* 2020年12月28日 *
6
+ * 最近更新:* 2021年1月15日 *
7
7
* 更新内容:
8
- * 1.增加了更详细的使用指导与模板
9
- * 2.优化了桌面模块图标
10
- * 3.新增了区域刷新功能
8
+ * 1.新增了组件功能实现展示页面
11
9
12
10
13
11
# vue-web-os
Original file line number Diff line number Diff line change 23
23
"vue-count-to" : " ^1.0.13" ,
24
24
"vue-i18n" : " ^8.15.3" ,
25
25
"vue-router" : " ^3.1.3" ,
26
+ "vuedraggable" : " ^2.24.3" ,
26
27
"vuex" : " ^3.1.2"
27
28
},
28
29
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -101,9 +101,29 @@ if (debug) {
101
101
"color" : "success" ,
102
102
"icon" : "ios-easel" ,
103
103
"image" : null
104
+ } , {
105
+ "id" : 8 ,
106
+ "permissionsname" : "插件展示" ,
107
+ "permissionsenglish" : "plugShow" ,
108
+ "state" : true ,
109
+ "type" : 1 ,
110
+ "parentid" : 0 ,
111
+ "color" : "info" ,
112
+ "icon" : "ios-basket" ,
113
+ "image" : null
114
+ } , {
115
+ "id" : 9 ,
116
+ "permissionsname" : "拖拽列表" ,
117
+ "permissionsenglish" : "slidingList" ,
118
+ "state" : true ,
119
+ "type" : 2 ,
120
+ "parentid" : 8 ,
121
+ "color" : "info" ,
122
+ "icon" : "ios-apps" ,
123
+ "image" : null
104
124
} , ]
105
125
}
106
126
} ) ;
107
127
108
-
128
+
109
129
}
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ const control = {
15
15
cloudDisk :false ,
16
16
//系统介绍面板展示键
17
17
userManagement :false ,
18
+ //插件展示面板展示键
19
+ plugShow :false ,
18
20
//新增模块时的其他面板展示键......
19
21
} ,
20
22
getters : {
@@ -32,7 +34,7 @@ const control = {
32
34
}
33
35
}
34
36
} ,
35
-
37
+
36
38
//显示页面
37
39
refresh ( state ) {
38
40
for ( let key in state ) {
@@ -41,7 +43,7 @@ const control = {
41
43
}
42
44
}
43
45
} ,
44
-
46
+
45
47
//***********************************基本增删改*************************************************
46
48
//添加一个任务
47
49
addTaskList ( state , task ) {
@@ -68,7 +70,7 @@ const control = {
68
70
69
71
70
72
//****************************************所有展示界面键************************************************
71
-
73
+
72
74
setTrueSIVB ( state ) {
73
75
state . startInformationViewBool = true
74
76
} ,
Original file line number Diff line number Diff line change @@ -6711,6 +6711,11 @@ sort-keys@^1.0.0:
6711
6711
dependencies :
6712
6712
is-plain-obj "^1.0.0"
6713
6713
6714
+
6715
+ version "1.10.2"
6716
+ resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.10.2.tgz#6e40364d913f98b85a14f6678f92b5c1221f5290"
6717
+ integrity sha512-YkPGufevysvfwn5rfdlGyrGjt7/CRHwvRPogD/lC+TnvcN29jDpCifKP+rBqf+LRldfXSTh+0CGLcSg0VIxq3A==
6718
+
6714
6719
source-list-map@^2.0.0 :
6715
6720
version "2.0.1"
6716
6721
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
@@ -7608,6 +7613,13 @@ vue@^2.6.10, vue@^2.6.9:
7608
7613
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
7609
7614
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
7610
7615
7616
+ vuedraggable@^2.24.3 :
7617
+ version "2.24.3"
7618
+ resolved "https://registry.yarnpkg.com/vuedraggable/-/vuedraggable-2.24.3.tgz#43c93849b746a24ce503e123d5b259c701ba0d19"
7619
+ integrity sha512-6/HDXi92GzB+Hcs9fC6PAAozK1RLt1ewPTLjK0anTYguXLAeySDmcnqE8IC0xa7shvSzRjQXq3/+dsZ7ETGF3g==
7620
+ dependencies :
7621
+ sortablejs "1.10.2"
7622
+
7611
7623
vuex@^3.1.2 :
7612
7624
version "3.1.2"
7613
7625
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.1.2.tgz#a2863f4005aa73f2587e55c3fadf3f01f69c7d4d"
You can’t perform that action at this time.
0 commit comments