更新版本号
This commit is contained in:
@@ -43,6 +43,8 @@ let navTools = {
|
|||||||
title: '生成随机字符串',
|
title: '生成随机字符串',
|
||||||
desc: '生成随机组合的字符串,可用于密码',
|
desc: '生成随机组合的字符串,可用于密码',
|
||||||
component: 'GenRandomStr',
|
component: 'GenRandomStr',
|
||||||
|
update: '20210504',
|
||||||
|
version: '1',
|
||||||
enabled: true
|
enabled: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -86,13 +88,15 @@ let navTools = {
|
|||||||
'new-window': {
|
'new-window': {
|
||||||
title: '新窗口(小窗)中打开',
|
title: '新窗口(小窗)中打开',
|
||||||
component: 'OtherNewWindow',
|
component: 'OtherNewWindow',
|
||||||
update: '2021-05-03',
|
update: '20210503',
|
||||||
|
version: '1',
|
||||||
enabled: true
|
enabled: true
|
||||||
},
|
},
|
||||||
'run-js': {
|
'run-js': {
|
||||||
title: '执行 JavaScript',
|
title: '执行 JavaScript',
|
||||||
component: 'OtherRunJS',
|
component: 'OtherRunJS',
|
||||||
update: '2021-05-03',
|
update: '20210503',
|
||||||
|
version: '1',
|
||||||
enabled: true
|
enabled: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user