Skip to content

Commit

Permalink
feat: support no-cut mode (#88)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Tohrusky <[email protected]>
  • Loading branch information
chenpt0809 and Tohrusky authored Dec 4, 2024
1 parent 3669c59 commit 1a09cf9
Show file tree
Hide file tree
Showing 7 changed files with 862 additions and 737 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# FinalRip-dashboard

[![CI](https://github.com/TensoRaws/FinalRip-dashboard/actions/workflows/CI.yml/badge.svg)](https://github.com/TensoRaws/FinalRip-dashboard/actions/workflows/CI.yml)
[![Docker Build CI](https://github.com/TensoRaws/FinalRip-dashboard/actions/workflows/CI-docker.yml/badge.svg)](https://github.com/TensoRaws/FinalRip-dashboard/actions/workflows/CI-docker.yml)
[![Release](https://github.com/TensoRaws/FinalRip-dashboard/actions/workflows/Release.yml/badge.svg)](https://github.com/TensoRaws/FinalRip-dashboard/actions/workflows/Release.yml)
[![CI](https://github.com/TensoRaws/FinalRip-dashboard/actions/workflows/CI.yml/badge.svg)](https://github.com/TensoRaws/FinalRip-dashboard/actions/workflows/CI.yml) [![Docker Build CI](https://github.com/TensoRaws/FinalRip-dashboard/actions/workflows/CI-docker.yml/badge.svg)](https://github.com/TensoRaws/FinalRip-dashboard/actions/workflows/CI-docker.yml) [![Release](https://github.com/TensoRaws/FinalRip-dashboard/actions/workflows/Release.yml/badge.svg)](https://github.com/TensoRaws/FinalRip-dashboard/actions/workflows/Release.yml)

a simple dashboard for FinalRip

Expand Down
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ declare module 'vue' {
NProgress: typeof import('naive-ui')['NProgress']
NSelect: typeof import('naive-ui')['NSelect']
NSpace: typeof import('naive-ui')['NSpace']
NSwitch: typeof import('naive-ui')['NSwitch']
NText: typeof import('naive-ui')['NText']
NUpload: typeof import('naive-ui')['NUpload']
NUploadDragger: typeof import('naive-ui')['NUploadDragger']
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@guolao/vue-monaco-editor": "^1.5.4",
"@vicons/antd": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"axios": "^1.7.7",
"axios": "^1.7.8",
"dayjs": "^1.11.13",
"highlight.js": "^11.10.0",
"monaco-editor": "^0.51.0",
"naive-ui": "^2.40.1",
"pinia": "^2.2.4",
"monaco-editor": "^0.52.0",
"naive-ui": "^2.40.3",
"pinia": "^2.2.8",
"pinia-plugin-persistedstate": "^3.2.3",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
Expand All @@ -46,11 +46,11 @@
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.6"
"vue-tsc": "2.0.29",
"typescript": "5.6.2"
}
}
Loading

0 comments on commit 1a09cf9

Please sign in to comment.