PersonalWebApplication/Client/src/api
cc 8d89cee451 @
feat(photo-wall): 修复4个问题 + 特殊文件夹(共享公共相册)

**照片墙修复:**
- 右键菜单 z-index 40→9999,不再被元素遮挡
- 图片放大后强制重建 DOM(img key 绑定 w/h)
- 右键菜单添加滑条调节旋转步长(1°-90°)和缩放步长(照片 px / 其他 scale)
- Delete 键可删除右键菜单选中的元素(便签也能删)

**特殊文件夹功能(按设计文档实现):**
- 后端:FolderRegistry 解析 special_folders.txt 注册表 + FolderStore 按文件夹存图
- 后端:5 个接口(存在性检查/列表/上传/获取/删除),白名单 + 管理员鉴权
- 前端:App.tsx 按 hash 路由到特殊文件夹,复用 PhotoWallPage
- 前端:文件夹模式无张数上限,localStorage 按文件夹隔离
- 前端:管理员配额警告条(超 1GiB 时显示)
- 前端:403 无权访问时退回起始页

Co-Authored-By: Claude <noreply@anthropic.com>
@
2026-06-24 22:19:29 +08:00
..
auth.ts 重构登录后博客页:Lunada 渐变背景 + 两侧图片液态玻璃;登录报错改英文 2026-06-18 10:57:00 +08:00
folders.ts @ 2026-06-24 22:19:29 +08:00
gate.ts feat(client): 隐藏登录入口改为后端校验 URL hash 2026-06-20 20:45:30 +08:00
photos.ts feat(client): photos API client + expose auth token 2026-06-24 21:18:43 +08:00
weather.ts feat(weather): 起始页天气/定位细节完善 2026-06-20 20:45:39 +08:00