mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
refactor: 重构模型加载选项和CRUD预加载逻辑 fix: 修复日期范围查询格式问题 style: 优化前端组件样式和布局 perf: 提升字典数据更新性能 docs: 更新注释和文档说明 chore: 清理无用文件和代码 test: 更新测试用例 build: 添加vue-json-pretty依赖 ci: 优化初始化脚本和事务处理
32 lines
871 B
JSON
32 lines
871 B
JSON
[
|
|
{
|
|
"username": "admin",
|
|
"password": "$2b$12$e2IJgS/cvHgJ0H3G7Xa08OXoXnk6N/NX3IZRtubBDElA0VLZhkNOa",
|
|
"name": "超级管理员",
|
|
"mobile": null,
|
|
"email": null,
|
|
"gender": "0",
|
|
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
|
|
"status": true,
|
|
"is_superuser": true,
|
|
"last_login": null,
|
|
"dept_id": 1,
|
|
"description": "初始化管理员",
|
|
"creator_id": null
|
|
},
|
|
{
|
|
"username": "demo",
|
|
"password": "$2b$12$e2IJgS/cvHgJ0H3G7Xa08OXoXnk6N/NX3IZRtubBDElA0VLZhkNOa",
|
|
"name": "演示用户",
|
|
"mobile": null,
|
|
"email": null,
|
|
"gender": "1",
|
|
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
|
|
"status": true,
|
|
"is_superuser": false,
|
|
"last_login": null,
|
|
"dept_id": 1,
|
|
"description": "初始化演示用户",
|
|
"creator_id": 1
|
|
}
|
|
] |