Skip to content

Commit

Permalink
dynamic import support
Browse files Browse the repository at this point in the history
  • Loading branch information
imzlh committed Jul 8, 2024
1 parent 4fda1e7 commit 6b16850
Show file tree
Hide file tree
Showing 29 changed files with 499 additions and 608 deletions.
1 change: 0 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run build --if-present
- run: npm test
- run: tar -zcvf release.tgz dist/
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down
1 change: 0 additions & 1 deletion env.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@guolao/vue-monaco-editor": "^1.5.1",
"@petamoriken/float16": "^3.8.7",
"aplayer-ts": "^2.4.5",
"artplayer": "^5.1.5",
"artplayer-plugin-libass": "^1.0.0",
"assjs": "^0.1.0",
"lrc-kit": "^1.1.1",
"monaco-editor": "^0.50.0",
"sass": "^1.77.4",
"viewerjs": "^1.11.6",
"vue": "^3.4.21"
Expand Down
Binary file added public/icon/warning.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { onMounted, reactive, ref, watch, type Ref } from 'vue';
import type { CtxDispOpts, CtxMenuData, vDir } from './data';
import type { CtxDispOpts, CtxMenuData } from './env';
import tabManager from './module/tabs.vue';
import Tree from './module/tree.vue';
import CtxMenu from './module/ctxmenu.vue';
Expand Down
Loading

0 comments on commit 6b16850

Please sign in to comment.