You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
veypi 54bb58048e fix(auth): 创建通配符权限前先创建 permission 记录
修复 initRole 中外键约束错误:
- 在创建 scope:*:* 的 role_permission 前,先确保 permission 记录存在
- 避免 Error 1452 外键约束失败
1 month ago
api feat: 实现组织成员角色管理功能 1 month ago
auth fix(auth): 创建通配符权限前先创建 permission 记录 1 month ago
cfg add docs and auth test 1 month ago
cli upgrade 1 month ago
docs refactor(auth): 重构权限系统,简化API并添加缓存支持 1 month ago
libs upgrade new version 1 month ago
models refactor(auth): 重构权限系统,简化API并添加缓存支持 1 month ago
scripts fix bug 1 month ago
ui feat: 实现组织成员角色管理功能 1 month ago
.gitignore remove ignore makefile 4 years ago
LICENSE Initial commit 5 years ago
Makefile update 10 months ago
README.md remove old 1 month ago
agents.md feat: 重构组织详情页UI和权限控制 1 month ago
dev.yml rename to vbase 1 month ago
go.mod update 1 month ago
go.sum update 7 months ago
init.go remove old 1 month ago
test.sh fix bug 1 month ago

README.md

VBase

基于 vhtml/vigo 框架实现,提供用户认证、数据库存储、文件存储等功能。