- 修改 .gitignore 文件,添加新忽略的目录 - 在 package.json 中添加 better-sqlite3 依赖 - 更新 index.html,改进登录表单,添加注册按钮 - 优化 login.js 中的 fetch 请求和错误处理
6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
.*
|
|
!.gitignore
|
|
*-*/
|
|
node_modules/
|
|
test/
|
|
package-lock.json |