chore: 修改文件权限并添加脚本和CI配置

修改多个文件的权限为755,添加release.sh和docker-env.sh脚本,配置Gitea的CI工作流和版本更新日志配置文件
This commit is contained in:
李东云
2025-04-16 15:47:06 +08:00
parent 55bd2fab90
commit 2625bd2826
45 changed files with 112 additions and 2 deletions

4
composer.json Normal file → Executable file
View File

@@ -1,5 +1,5 @@
{
"name": "hyperf-admin/admin",
"name": "hdk/hdk-admin",
"type": "project",
"license": "MIT",
"authors": [
@@ -28,4 +28,4 @@
"config": "HyperfAdmin\\Admin\\ConfigProvider"
}
}
}
}