doc: update user config

This commit is contained in:
qixinbo
2026-03-22 19:30:41 +08:00
parent e7d799ffe1
commit cb50398ceb
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -83,7 +83,9 @@ npm install
npm run dev npm run dev
``` ```
打开浏览器并访问 `http://localhost:5173`。搞定!🎉 你现在可以开始和你的数据愉快的聊天了。
### 3. 初始账号配置 👤
系统首次注册的用户将自动成为管理员。您可以在登录页面直接点击“注册”按钮创建您的管理员账号(例如:用户名 `admin`,密码 `admin`),随后即可登录并管理项目、数据源和用户。
*** ***
+2 -1
View File
@@ -83,7 +83,8 @@ npm install
npm run dev npm run dev
``` ```
Open your browser and navigate to `http://localhost:5173`. Boom! 🎉 You're ready to chat with your data. ### 3. Initial Account Setup 👤
The first user to register in the system will automatically be granted admin privileges. You can simply click the "Register" button on the login page to create your admin account (e.g., Username: `admin`, Password: `admin`), and then log in to manage projects, data sources, and users.
*** ***