From 8754d3a333c78ec81f9580e48c5b734a2c512964 Mon Sep 17 00:00:00 2001 From: wangqiao Date: Sat, 13 Sep 2025 21:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A5=E5=85=B7=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E8=A1=A8=E5=8D=95=E5=92=8C=E6=8F=8F=E8=BF=B0=E5=AD=97?= =?UTF-8?q?=E6=95=B0=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/toolbox-publish/index.vue | 67 ++++++++++++++++++++++++++++----- pages/toolbox/index.vue | 2 +- 2 files changed, 58 insertions(+), 11 deletions(-) diff --git a/pages/toolbox-publish/index.vue b/pages/toolbox-publish/index.vue index fba768c..c1d8a05 100644 --- a/pages/toolbox-publish/index.vue +++ b/pages/toolbox-publish/index.vue @@ -2,16 +2,48 @@
- + - - + + + + + 原创开发 + 转载分享 + + - + - + - + { console.log(rule) - if (value.length < 70) { - callback(new Error('输入内容不能少于 70 字')) + if (value.length < 30) { + callback(new Error('输入内容不能少于 30 字')) } else { callback() } @@ -72,13 +111,21 @@ }, ]" > - +
- 保存 + 发布工具
diff --git a/pages/toolbox/index.vue b/pages/toolbox/index.vue index 1184e99..faadb4e 100644 --- a/pages/toolbox/index.vue +++ b/pages/toolbox/index.vue @@ -15,7 +15,7 @@
{{ item.title }}
-
{{ item.description }}
+
{{ item.description }}