From c90ecb39015485dc97f4dc010fe523fe574ba34c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=83=E6=A0=88?= Date: Sun, 12 Dec 2021 03:27:58 +0000 Subject: [PATCH 1/3] =?UTF-8?q?update=20extend/WordAnalysis/Analysis.php.?= =?UTF-8?q?=20=E8=8E=B7=E5=8F=96=E5=88=B0=E7=9A=84=E5=85=B3=E9=94=AE?= =?UTF-8?q?=E8=AF=8D=EF=BC=8C=E8=AF=8D=E5=BA=93=E6=80=A7=E8=83=BD=E6=AF=94?= =?UTF-8?q?=E8=BE=83=E5=BC=B1=EF=BC=8C=E5=85=B3=E8=81=94=E6=80=A7=E4=B8=8D?= =?UTF-8?q?=E5=A4=AA=E5=A5=BD=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/WordAnalysis/Analysis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/WordAnalysis/Analysis.php b/extend/WordAnalysis/Analysis.php index a272d9b2..885744c7 100644 --- a/extend/WordAnalysis/Analysis.php +++ b/extend/WordAnalysis/Analysis.php @@ -14,7 +14,7 @@ class Analysis * @param int $num 获取数量 * @return string */ - public static function getKeywords(string $content = null,int $num = 6) { + public static function getKeywords(string $content = null,int $num = 2) { if (empty ($content )) { return ''; -- Gitee From e8974852db1efa71c919f83c26efef63bfeffe0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=AE=88?= <1933392134@qq.com> Date: Sun, 12 Dec 2021 07:46:35 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=A8=E4=BD=8E?= =?UTF-8?q?=E5=88=86=E8=BE=A8=E7=8E=87=E4=B8=8B=E4=BC=9A=E9=81=AE=E6=8C=A1?= =?UTF-8?q?=E5=90=8C=E6=84=8F=E5=8D=8F=E8=AE=AE=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/install/view/index/index.html | 5 ++++- app/install/view/index/step1.html | 5 ++++- app/install/view/index/step2.html | 5 ++++- app/install/view/index/step3.html | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/app/install/view/index/index.html b/app/install/view/index/index.html index 7ce21c1b..b1eea51f 100644 --- a/app/install/view/index/index.html +++ b/app/install/view/index/index.html @@ -75,7 +75,10 @@ - + \ No newline at end of file diff --git a/app/install/view/index/step1.html b/app/install/view/index/step1.html index 1bd77e3d..8337f8b2 100644 --- a/app/install/view/index/step1.html +++ b/app/install/view/index/step1.html @@ -151,7 +151,10 @@ - + diff --git a/app/install/view/index/step2.html b/app/install/view/index/step2.html index 19ffb2cb..1c4a46a1 100644 --- a/app/install/view/index/step2.html +++ b/app/install/view/index/step2.html @@ -123,7 +123,10 @@ - + diff --git a/app/install/view/index/step3.html b/app/install/view/index/step3.html index 8e8a303f..e5064723 100644 --- a/app/install/view/index/step3.html +++ b/app/install/view/index/step3.html @@ -75,7 +75,10 @@ - + -- Gitee From 263091be6970a410dbbb22a136dcf252f0fa31fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=AE=88?= <1933392134@qq.com> Date: Sun, 12 Dec 2021 08:45:26 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=BF=87=E7=A8=8B=E7=BB=86=E8=8A=82=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/install/view/index/step2.html | 2 +- app/install/view/index/step3.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/install/view/index/step2.html b/app/install/view/index/step2.html index 1c4a46a1..f7440287 100644 --- a/app/install/view/index/step2.html +++ b/app/install/view/index/step2.html @@ -110,7 +110,7 @@
* 请输入确认密码
- +
温馨提示:下一步的安装过程不能关闭窗口,否则安装失败
diff --git a/app/install/view/index/step3.html b/app/install/view/index/step3.html index e5064723..d609f7ca 100644 --- a/app/install/view/index/step3.html +++ b/app/install/view/index/step3.html @@ -63,7 +63,8 @@
SWIFTADMIN安装成功
1. 请不要将后台地址泄露给他人,如有泄露请及时修改
- 2. 后台地址: + 2. 后台地址:
+ 3. 系统默认管理员账号为:admin
访问前台 访问后台 -- Gitee