feat: 添加导航页密码保护功能
- 使用 CryptoJS AES-256 加密页面内容 - 添加密码输入界面,正确密码解锁显示 - 修复 fnos NAS 端口 5000 → 5667 - 添加加密生成脚本 generate-encrypted.js 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
5
package.json
Normal file
5
package.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"crypto-js": "^4.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user