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 外键约束失败
2 months ago
api feat: 实现组织成员角色管理功能 2 months ago
auth fix(auth): 创建通配符权限前先创建 permission 记录 2 months ago
cfg add docs and auth test 2 months ago
cli upgrade 2 months ago
docs refactor(auth): 重构权限系统,简化API并添加缓存支持 2 months ago
libs upgrade new version 3 months ago
models refactor(auth): 重构权限系统,简化API并添加缓存支持 2 months ago
scripts fix bug 2 months ago
ui feat: 实现组织成员角色管理功能 2 months ago
.gitignore remove ignore makefile 4 years ago
LICENSE Initial commit 5 years ago
Makefile update 12 months ago
README.md remove old 2 months ago
agents.md feat: 重构组织详情页UI和权限控制 2 months ago
dev.yml rename to vbase 3 months ago
go.mod update 3 months ago
go.sum update 8 months ago
init.go remove old 2 months ago
test.sh fix bug 2 months ago

README.md

VBase

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