fix actions and update deps.
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
|
||||
- uses: easingthemes/ssh-deploy@main
|
||||
- uses: easingthemes/ssh-deploy@v2.2.11
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.KEY }}
|
||||
REMOTE_HOST: ${{ secrets.HOST }}
|
||||
|
||||
2315
package-lock.json
generated
2315
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
38
package.json
38
package.json
@@ -13,38 +13,38 @@
|
||||
"@codemirror/lang-cpp": "^6.0.2",
|
||||
"@codemirror/lang-python": "^6.1.3",
|
||||
"@element-plus/icons-vue": "^2.1.0",
|
||||
"@vueuse/core": "^10.1.2",
|
||||
"@vueuse/core": "^10.4.1",
|
||||
"@wangeditor/editor": "^5.1.23",
|
||||
"@wangeditor/editor-for-vue": "^5.1.12",
|
||||
"axios": "1.4.0",
|
||||
"chart.js": "^4.3.0",
|
||||
"axios": "1.5.0",
|
||||
"chart.js": "^4.4.0",
|
||||
"codemirror": "^6.0.1",
|
||||
"copy-text-to-clipboard": "^3.1.0",
|
||||
"copy-text-to-clipboard": "^3.2.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"highlight.js": "^11.8.0",
|
||||
"naive-ui": "^2.34.4",
|
||||
"normalize.css": "^8.0.1",
|
||||
"party-js": "^2.2.0",
|
||||
"pinia": "^2.1.3",
|
||||
"pinia": "^2.1.6",
|
||||
"vue": "^3.3.4",
|
||||
"vue-chartjs": "^5.2.0",
|
||||
"vue-codemirror": "^6.1.1",
|
||||
"vue-router": "^4.2.2"
|
||||
"vue-router": "^4.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/ep": "^1.1.10",
|
||||
"@types/node": "^20.3.0",
|
||||
"@vitejs/plugin-legacy": "^4.0.4",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"@iconify-json/ep": "^1.1.12",
|
||||
"@types/node": "^20.5.9",
|
||||
"@vitejs/plugin-legacy": "^4.1.1",
|
||||
"@vitejs/plugin-vue": "^4.3.4",
|
||||
"markdown-it-shiki": "^0.9.0",
|
||||
"prettier": "^2.8.8",
|
||||
"terser": "^5.18.0",
|
||||
"typescript": "^5.1.3",
|
||||
"unplugin-auto-import": "^0.16.4",
|
||||
"unplugin-icons": "^0.16.3",
|
||||
"unplugin-vue-components": "^0.25.1",
|
||||
"vite": "^4.3.9",
|
||||
"vite-plugin-vue-markdown": "^0.23.5",
|
||||
"vue-tsc": "^1.6.5"
|
||||
"prettier": "^3.0.3",
|
||||
"terser": "^5.19.3",
|
||||
"typescript": "^5.2.2",
|
||||
"unplugin-auto-import": "^0.16.6",
|
||||
"unplugin-icons": "^0.17.0",
|
||||
"unplugin-vue-components": "^0.25.2",
|
||||
"vite": "^4.4.9",
|
||||
"unplugin-vue-markdown": "^0.24.3",
|
||||
"vue-tsc": "^1.8.8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -405,7 +405,7 @@ watch([fromExistingTags, newTags], (tags) => {
|
||||
</n-button>
|
||||
<n-form>
|
||||
<n-form-item label="提示">
|
||||
<n-input v-model:value="problem.hint"/>
|
||||
<n-input type="textarea" v-model:value="problem.hint" />
|
||||
</n-form-item>
|
||||
</n-form>
|
||||
<n-form>
|
||||
|
||||
@@ -7,7 +7,7 @@ import Components from "unplugin-vue-components/vite"
|
||||
import { NaiveUiResolver } from "unplugin-vue-components/resolvers"
|
||||
import IconsResolver from "unplugin-icons/resolver"
|
||||
import Icons from "unplugin-icons/vite"
|
||||
import Markdown from "vite-plugin-vue-markdown"
|
||||
import Markdown from "unplugin-vue-markdown/vite"
|
||||
import Shiki from "markdown-it-shiki"
|
||||
|
||||
const url = "https://oj.hyyz.izhai.net"
|
||||
|
||||
Reference in New Issue
Block a user