[Staff]Init

This commit is contained in:
2025-06-20 18:57:40 +08:00
parent c57ae846e3
commit 900e42f1db
8 changed files with 231 additions and 1 deletions

View File

@ -20,8 +20,15 @@
"zoujingli/think-install": true
}
},
"repositories": {
"think-plug-staff": {
"type": "path",
"url": "plugs/think-plugs-staff"
}
},
"require": {
"php": ">=8.3",
"zoujingli/think-plugs-admin": "^1.0"
"zoujingli/think-plugs-admin": "^1.0",
"jerryyan/think-plugs-staff": "dev-master"
}
}