From 8dff6450b2f07a6a9dfbca2a126038888ec44068 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Sun, 26 Apr 2026 20:13:16 +0800 Subject: [PATCH] update wxwork.svg path --- web/components/login-form.tsx | 2 +- web/public/{ => images}/wxwork.svg | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename web/public/{ => images}/wxwork.svg (100%) diff --git a/web/components/login-form.tsx b/web/components/login-form.tsx index 59f258b..137972b 100644 --- a/web/components/login-form.tsx +++ b/web/components/login-form.tsx @@ -128,7 +128,7 @@ export function LoginForm({ window.location.href = `${path}?next=${encodeURIComponent(redirectPath)}` }} > - + 企业微信登录 diff --git a/web/public/wxwork.svg b/web/public/images/wxwork.svg similarity index 100% rename from web/public/wxwork.svg rename to web/public/images/wxwork.svg