From da8212b4cf81959a9ecc4b9f1537e9f5c6f9e9c8 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 16 Apr 2025 14:29:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/login.html | 95 +++++++++++++++++++++++----- plugins/dify/config.toml | 2 - 2 files changed, 79 insertions(+), 18 deletions(-) diff --git a/admin/dashboard/templates/login.html b/admin/dashboard/templates/login.html index 4b98847..91ce695 100644 --- a/admin/dashboard/templates/login.html +++ b/admin/dashboard/templates/login.html @@ -8,17 +8,21 @@ - + + + - + - + + +
diff --git a/plugins/dify/config.toml b/plugins/dify/config.toml index f9af437..c4ef0f4 100644 --- a/plugins/dify/config.toml +++ b/plugins/dify/config.toml @@ -10,8 +10,6 @@ command-tip = """ 聊天 请求内容 """ -price = 0 # 用一次扣积分,如果0则不扣 - # Http代理设置 # 格式: http://用户名:密码@代理地址:代理端口 # 例如:http://127.0.0.1:7890