更新代码并修改远程仓库地址

This commit is contained in:
史悦
2025-09-02 13:53:24 +08:00
parent 9471480c89
commit 4c6e03a59f
9 changed files with 132 additions and 9 deletions

View File

@@ -0,0 +1,18 @@
{
"permissions": {
"allow": [
"Bash(docker build:*)",
"Bash(npm install)",
"Bash(mkdir:*)",
"Bash(docker run:*)",
"Bash(docker logs:*)",
"Bash(npm run build:*)",
"Bash(docker stop:*)",
"Bash(docker rm:*)",
"Bash(docker tag:*)",
"Bash(docker push:*)",
"Bash(docker login:*)"
],
"deny": []
}
}