admin 页面增加统计功能

This commit is contained in:
wangli 2025-12-21 19:25:33 +08:00
parent 9025507bf3
commit a92c771c8f

View File

@ -3,15 +3,15 @@ server:
# 文件存储路径配置
file:
path: "/Users/wangli/Downloads/image2/" # 文件存储路径
path: "/Users/wangli/Downloads/image2/" # 文件存储路径,同时也是存放 SqlLite 文件的位置
# 应用配置
app:
# 管理员密码
secure-password: "WANG+li648438"
# 生成授权码的接口访问KEY
# 生成授权码的接口访问 KEY
secure-auth: "1q2w3e4r"
# 加密 key
# 授权码生成时需要的 slot key
secure-key: "WANG+li648438745"
spring: