From 1cf6d9fb8cf2f10e302509f033d8d55b4e60712c Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Sun, 14 Aug 2022 01:45:42 +0800
Subject: [PATCH] 优化友链布局,月台窗口自适应,处理hls取消后仍然缓存问题

---
 src/components/mini/box13-reply.vue |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/components/mini/box13-reply.vue b/src/components/mini/box13-reply.vue
index fdb52e5..95634b1 100644
--- a/src/components/mini/box13-reply.vue
+++ b/src/components/mini/box13-reply.vue
@@ -18,10 +18,8 @@
 				</a-form-model-item>
 				<a-form-model-item label="认证"
 					v-show="form.nickName=='inleft'||form.nickName=='笔墨'||form.nickName=='阿墨'">
-					<a-input-password v-model="form.authCode" autocomplete='new-password' type="password"
-						placeholder="我的授权码">
-						<a-icon slot="prefix" type="lock" style="color:rgba(0,0,0,.25)" />
-					</a-input-password>
+					<a-input v-model="form.authCode" autocomplete='new-password' type="password" placeholder="我的授权码">
+					</a-input>
 				</a-form-model-item>
 			</a-form-model>
 		</div>
@@ -176,7 +174,7 @@
 				nickName: "",
 				eMail: "",
 				homePage: "",
-				isReceiveMail: true,
+				isReceiveMail: false,
 				isSecretMsg: false,
 				visitorContent: "",
 				parentId: 0,
@@ -234,8 +232,8 @@
 					}],
 					"homePage": [{
 						trigger: 'blur',
-						pattern: /^((https|http)?:\/\/)[^\s]+/,
-						message: '仅支持 https | http'
+						pattern: /^((https|http)?:\/\/)+/,
+						message: '仅支持 https:// | http://'
 					}, {
 						trigger: 'blur',
 						max: 50,

--
Gitblit v1.9.1