Compare commits

...

3 Commits

Author SHA1 Message Date
Libin YANG
c52593ba50
chore: upgrade workflows (#453)
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped
2024-11-28 09:47:59 +08:00
Libin YANG
58b12d5fd1
chore: upgrade packages (#452) 2024-11-28 09:27:48 +08:00
Libin YANG
cf03fd6a1d
chore: update build workflow (#451) 2024-11-28 08:13:01 +08:00
6 changed files with 1633 additions and 1594 deletions

View File

@ -26,6 +26,10 @@ jobs:
- name: Build
run: npm run build
- name: Add .nojekyll file
run: |
touch ./dist/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:

View File

@ -25,7 +25,7 @@ jobs:
npm run build:h5-netlify
- name: Upload dist artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
@ -37,7 +37,7 @@ jobs:
- name: Upload PR number
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr
path: ./pr-id.txt

View File

@ -12,7 +12,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' && github.repository == 'doocs/md'
steps:
- name: Download PR artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
name: pr
@ -22,7 +22,7 @@ jobs:
run: echo "id=$(<pr-id.txt)" >> "$GITHUB_OUTPUT"
- name: Download dist artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
workflow_conclusion: success
@ -35,7 +35,7 @@ jobs:
npx surge --project ./ --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }}
- name: Upload status comment
uses: actions-cool/maintain-one-comment@v2
uses: actions-cool/maintain-one-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
@ -49,7 +49,7 @@ jobs:
- name: The job failed
if: ${{ failure() }}
uses: actions-cool/maintain-one-comment@v2
uses: actions-cool/maintain-one-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
@ -66,7 +66,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure' && github.repository == 'doocs/md'
steps:
- name: Download PR artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
name: pr
@ -76,7 +76,7 @@ jobs:
run: echo "id=$(<pr-id.txt)" >> "$GITHUB_OUTPUT"
- name: The job failed
uses: actions-cool/maintain-one-comment@v2
uses: actions-cool/maintain-one-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |

3143
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,64 +20,64 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^11.1.0",
"axios": "^1.7.7",
"@vueuse/core": "^12.0.0",
"axios": "^1.7.8",
"buffer-from": "^1.1.2",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codemirror": "^5.65.17",
"core-js": "^3.38.1",
"cos-js-sdk-v5": "^1.8.4",
"core-js": "^3.39.0",
"cos-js-sdk-v5": "^1.8.6",
"crypto-js": "^4.2.0",
"csstype": "^3.1.3",
"element-plus": "^2.8.3",
"es-toolkit": "^1.20.0",
"form-data": "4.0.0",
"element-plus": "^2.8.8",
"es-toolkit": "^1.27.0",
"form-data": "4.0.1",
"highlight.js": "^11.10.0",
"juice": "^11.0.0",
"lucide-vue-next": "^0.445.0",
"marked": "^14.1.2",
"mermaid": "^11.4.0",
"lucide-vue-next": "^0.462.0",
"marked": "^15.0.2",
"mermaid": "^11.4.1",
"minio": "7.1.3",
"node-fetch": "^3.3.2",
"pinia": "^2.2.2",
"pinia": "^2.2.7",
"qiniu-js": "^3.4.2",
"radix-vue": "^1.9.6",
"tailwind-merge": "^2.5.2",
"radix-vue": "^1.9.10",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tiny-oss": "^0.5.1",
"uuid": "^10.0.0",
"vue": "^3.5.8"
"uuid": "^11.0.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "3.7.1",
"@antfu/eslint-config": "3.11.0",
"@types/buffer-from": "^1.1.3",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.7.0",
"@types/node": "^22.10.0",
"@types/uuid": "^10.0.0",
"@unocss/eslint-plugin": "^0.62.4",
"@vitejs/plugin-vue": "^5.1.4",
"@unocss/eslint-plugin": "^0.64.1",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^9.11.1",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"less": "^4.2.0",
"less": "^4.2.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"postcss": "^8.4.49",
"prettier": "3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"shx": "^0.3.4",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"unocss": "^0.62.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.2",
"unocss": "^0.64.1",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.7",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-vue-devtools": "^7.4.6",
"vue-tsc": "^2.1.6"
"vite-plugin-vue-devtools": "^7.6.5",
"vue-tsc": "^2.1.10"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"

View File

@ -60,7 +60,7 @@ Markdown 中的段落就是一行接一行的文本。要创建新段落,只
轻松实现富媒体内容展示!
> 因微信公众号平台不支持除公众号文章以外的链接,故其他平台的链接,会呈现链接色泽但不能点击
> 因微信公众号平台不支持除公众号文章以外的链接,故其他平台的链接,会呈现链接样式但无法点击跳转
> 对于这些链接请注意明文书写,或点击左上角「格式->微信外链接转底部引用」开启引用,这样就可以在底部观察到链接指向。