Skip to content

Commit

Permalink
feat: 展示模式添加全屏水印 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnotherID authored Jun 2, 2024
1 parent a8b64d6 commit 62226ef
Show file tree
Hide file tree
Showing 5 changed files with 427 additions and 402 deletions.
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ declare module 'vue' {
ElTooltip: typeof import('element-plus/es')['ElTooltip']
ElTree: typeof import('element-plus/es')['ElTree']
ElUpload: typeof import('element-plus/es')['ElUpload']
ElWatermark: typeof import('element-plus/es')['ElWatermark']
FoldableCard: typeof import('./src/components/utils/foldable-card.vue')['default']
HelpConfigTags: typeof import('./src/components/mod/helpdoc/HelpConfigTags.vue')['default']
IBiFileBreak: typeof import('~icons/bi/file-break')['default']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "vite",
"dev-host": "vite --host",
"build": "vite build && vue-tsc --noEmit",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"build-only": "vite build",
"lint": "vue-tsc --noEmit && eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix"
Expand Down
Loading

0 comments on commit 62226ef

Please sign in to comment.