From 63e633c4521093b17feefef4bf3e6ef604cae202 Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Sat, 19 Mar 2022 18:45:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86=E5=B0=8F?= =?UTF-8?q?=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/navTools.js | 5 ++- src/components/Tools/GenRandomStr.vue | 6 ++-- src/components/Tools/OtherEditCSV.vue | 48 +++++++++++++++++++++---- src/components/Tools/OtherNewWindow.vue | 12 +++++-- src/components/Tools/OtherRunJS.vue | 14 ++++++-- 5 files changed, 71 insertions(+), 14 deletions(-) diff --git a/src/assets/js/navTools.js b/src/assets/js/navTools.js index 10cad14..accb46b 100644 --- a/src/assets/js/navTools.js +++ b/src/assets/js/navTools.js @@ -118,13 +118,15 @@ const navTools = { list: { 'edit-csv': { title: 'CSV 编辑工具', + desc: '查看或编辑 CSV 文件', component: 'OtherEditCSV', update: '2022-03-17', - version: '1', + version: '2', enabled: true, }, 'new-window': { title: '新窗口(小窗)中打开', + desc: '从新的小窗口中打开指定的链接(仅支持 PC 端浏览器)', component: 'OtherNewWindow', update: '2021-05-03', version: '1', @@ -132,6 +134,7 @@ const navTools = { }, 'run-js': { title: '执行 JavaScript', + desc: '执行简单的 JavaScript 代码片段', component: 'OtherRunJS', update: '2021-06-14', version: '2', diff --git a/src/components/Tools/GenRandomStr.vue b/src/components/Tools/GenRandomStr.vue index c591d48..96d0bc3 100644 --- a/src/components/Tools/GenRandomStr.vue +++ b/src/components/Tools/GenRandomStr.vue @@ -59,18 +59,20 @@