feat: 新增账号密码加密页面及访问加密配置

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
liumangmang
2026-05-08 11:56:01 +08:00
parent 48f04577dc
commit b4653e209c
2 changed files with 62 additions and 0 deletions
+7
View File
@@ -8,6 +8,13 @@ export default hopeTheme(
// 网站域名配置(用于SEO和RSS等功能)
hostname: "https://mangmang.fun/",
// 加密配置
encrypt: {
config: {
"/accounts/": "362165265", // 账号密码页面访问密码
},
},
// 作者信息
author: {
name: "LiuMangMang",