diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 979b117..7a429c7 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,19 +4,19 @@ { "label": "Git Commit & Push", "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": [], "options": { "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" + // } + // ] } \ No newline at end of file diff --git a/README.md b/README.md index be86390..e64148e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -123456 +12345678 说明:本系统为django-vue-lyadmin专业版,专业版与基础版大体框架一样,只是功能有增加,因此文档可以参考基础版 注意:使用专业版开发时,请使用superadmin/123456超级管理员登录系统,方便测试和调试(避免菜单权限问题)