From 8f8f3af7cd1b04e0a8e1f03a3bbd483f2cd80c78 Mon Sep 17 00:00:00 2001 From: thsrite Date: Wed, 25 Oct 2023 16:37:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=8D=AF=E4=B8=B8=E7=AD=BE=E5=88=B0?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/plugins/invitessignin/__init__.py | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/app/plugins/invitessignin/__init__.py b/app/plugins/invitessignin/__init__.py index 3512d79b..3569e0e0 100644 --- a/app/plugins/invitessignin/__init__.py +++ b/app/plugins/invitessignin/__init__.py @@ -264,7 +264,26 @@ class InvitesSignin(_PluginBase): ] } ] - } + }, + { + 'component': 'VRow', + 'content': [ + { + 'component': 'VCol', + 'props': { + 'cols': 12, + }, + 'content': [ + { + 'component': 'VAlert', + 'props': { + 'text': '整点定时签到失败?不妨换个时间试试' + } + } + ] + } + ] + } ] } ], {