水滴

Results 2 issues of 水滴

breadcrumbs.ts:155 Error importing `index.js`: TypeError: Cannot set property 'style' of undefined at resize (index.js?ee1c:114) at eval (index.js?ee1c:117) at Module../js/index.js (1.e22692a2f01f3cf7e8df.js:343) at __webpack_require__ (main.92fa4d75296f0cce142e.js:84) ![image](https://user-images.githubusercontent.com/18341555/75841081-d0422800-5e07-11ea-9603-f4f98a1db782.png) ![image](https://user-images.githubusercontent.com/18341555/75841106-da642680-5e07-11ea-91e4-890d43c9e797.png)

目前系统登录使用的是浏览器弹窗(window.prompt 或 basic auth 方式)来输入用户名和密码。这种方式无法被常用的密码管理器(如 Bitwarden、1Password 等)识别和自动填充,导致用户每次登录都需要手动输入,也无法在客户端记录登录状态,非常不便。 建议的改进方式: 希望将当前的弹窗登录方式,替换为标准的 HTML 登录表单页面(包含用户名和密码输入框),这样密码管理器就可以识别并自动填充凭据,从而提升用户体验和使用效率。 环境信息 部署方式:使用 Docker 部署服务 访问方式:通过 Web 浏览器访问

enhancement