调整webIDE

This commit is contained in:
何童崇 2022-09-23 16:18:31 +08:00
parent 1dd0c7debb
commit a07dbdc0cd
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
<meta name="theme-color" content="#000000">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link href="https://gw.alipayobjects.com/os/lib/alipay/alex/2.0.17/bundle/alex.all.global.min.css" rel="stylesheet"/>
<link href="https://gw.alipayobjects.com/os/lib/alipay/alex/2.0.19/bundle/alex.all.global.min.css" rel="stylesheet"/>
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%css/iconfont.css">
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%css/edu-purge.css">
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%css/editormd.min.css">
@ -35,7 +35,7 @@
<script src="%PUBLIC_URL%js/editormd/editormd.min.js"></script>
<script src="%PUBLIC_URL%js/codemirror/merge/merge.js"></script>
<script src="https://gw.alipayobjects.com/os/lib/moment/2.29.4/moment.js"></script>
<script src="https://gw.alipayobjects.com/os/lib/alipay/alex/2.0.17/bundle/alex.all.global.js"></script>
<script src="https://gw.alipayobjects.com/os/lib/alipay/alex/2.0.19/bundle/alex.all.global.js"></script>
<%= htmlWebpackPlugin.tags.bodyTags %>
</body>

View File

@ -2,7 +2,7 @@ module.exports = {
"extension": {
"publisher": "alex-ext-public",
"name": "web-scm",
"version": "0.0.10"
"version": "0.0.11"
},
"packageJSON": {
"name": "web-scm",
@ -81,11 +81,11 @@ module.exports = {
},
{
"command": "git.branch",
"when": "scmProvider == webscm"
"when": "scmProvider == webscm && createBranchAble"
},
{
"command": "git.branchFrom",
"when": "scmProvider == webscm"
"when": "scmProvider == webscm && createBranchAble"
}
],
"scm/resourceState/context": [