$(%Y-%m-%d %H:%M:%S) 自动提交

This commit is contained in:
etoai 2025-03-19 11:49:28 +08:00
parent 93eb6a8d1d
commit f4858836b1
2 changed files with 10 additions and 10 deletions

18
.vscode/tasks.json vendored
View File

@ -4,19 +4,19 @@
{ {
"label": "Git Commit & Push", "label": "Git Commit & Push",
"type": "shell", "type": "shell",
"command": "git add . ; git commit -m '${input:commitMessage}' ; git push", "command": "git add . ; git commit -m '$(%Y-%m-%d %H:%M:%S) 自动提交'; git push",
"problemMatcher": [], "problemMatcher": [],
"options": { "options": {
"cwd": "${workspaceFolder}" "cwd": "${workspaceFolder}"
} }
} }
],
"inputs": [
{
"id": "commitMessage",
"type": "promptString",
"description": "输入提交信息:",
"default": "Auto commit via VS Code Task"
}
] ]
// "inputs": [
// {
// "id": "commitMessage",
// "type": "promptString",
// "description": "输入提交信息:",
// "default": "Auto commit via VS Code Task"
// }
// ]
} }

View File

@ -1,4 +1,4 @@
123456 12345678
说明本系统为django-vue-lyadmin专业版专业版与基础版大体框架一样只是功能有增加因此文档可以参考基础版 说明本系统为django-vue-lyadmin专业版专业版与基础版大体框架一样只是功能有增加因此文档可以参考基础版
注意使用专业版开发时请使用superadmin/123456超级管理员登录系统方便测试和调试避免菜单权限问题 注意使用专业版开发时请使用superadmin/123456超级管理员登录系统方便测试和调试避免菜单权限问题