chore: update deps
This commit is contained in:
parent
0e764ac748
commit
c504ad065c
58
package.json
58
package.json
@ -31,49 +31,49 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@unocss/eslint-config": "^0.51.12",
|
"@unocss/eslint-config": "^0.53.6",
|
||||||
"@vueuse/core": "^9.13.0",
|
"@vueuse/core": "^10.2.1",
|
||||||
"@wangeditor/editor": "^5.1.23",
|
"@wangeditor/editor": "^5.1.23",
|
||||||
"@wangeditor/editor-for-vue": "^5.1.12",
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
||||||
"@zclzone/utils": "^0.0.8",
|
"@zclzone/utils": "^0.0.13",
|
||||||
"axios": "^1.3.4",
|
"axios": "^1.4.0",
|
||||||
"dayjs": "^1.11.7",
|
"dayjs": "^1.11.9",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"md-editor-v3": "^2.9.0",
|
"md-editor-v3": "^4.2.2",
|
||||||
"mockjs": "^1.1.0",
|
"mockjs": "^1.1.0",
|
||||||
"pinia": "^2.0.33",
|
"pinia": "^2.1.6",
|
||||||
"vite": "^4.3.5",
|
"vite": "^4.4.7",
|
||||||
"vue": "3.3.0-beta.5",
|
"vue": "3.3.4",
|
||||||
"vue-router": "^4.1.6",
|
"vue-router": "^4.2.4",
|
||||||
"xlsx": "^0.18.5"
|
"xlsx": "^0.18.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^17.4.4",
|
"@commitlint/cli": "^17.6.7",
|
||||||
"@commitlint/config-conventional": "^17.4.4",
|
"@commitlint/config-conventional": "^17.6.7",
|
||||||
"@iconify/json": "^2.2.31",
|
"@iconify/json": "^2.2.95",
|
||||||
"@iconify/vue": "^4.1.0",
|
"@iconify/vue": "^4.1.1",
|
||||||
"@vitejs/plugin-vue": "^4.0.0",
|
"@vitejs/plugin-vue": "^4.2.3",
|
||||||
"@vue/compiler-sfc": "^3.2.47",
|
"@vue/compiler-sfc": "^3.3.4",
|
||||||
"@zclzone/eslint-config": "^0.0.4",
|
"@zclzone/eslint-config": "^0.0.4",
|
||||||
"chalk": "^5.2.0",
|
"chalk": "^5.3.0",
|
||||||
"commitizen": "^4.3.0",
|
"commitizen": "^4.3.0",
|
||||||
"cz-conventional-changelog": "^3.3.0",
|
"cz-conventional-changelog": "^3.3.0",
|
||||||
"cz-customizable": "^7.0.0",
|
"cz-customizable": "^7.0.0",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.3.1",
|
||||||
"esno": "^0.16.3",
|
"esno": "^0.17.0",
|
||||||
"fs-extra": "^11.1.0",
|
"fs-extra": "^11.1.1",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
"lint-staged": "^13.1.2",
|
"lint-staged": "^13.2.3",
|
||||||
"naive-ui": "^2.34.3",
|
"naive-ui": "^2.34.4",
|
||||||
"rollup-plugin-visualizer": "^5.9.0",
|
"rollup-plugin-visualizer": "^5.9.2",
|
||||||
"sass": "^1.58.3",
|
"sass": "^1.64.1",
|
||||||
"unocss": "0.46.5",
|
"unocss": "0.53.6",
|
||||||
"unplugin-auto-import": "^0.15.1",
|
"unplugin-auto-import": "^0.16.6",
|
||||||
"unplugin-icons": "^0.15.3",
|
"unplugin-icons": "^0.16.5",
|
||||||
"unplugin-vue-components": "^0.24.1",
|
"unplugin-vue-components": "^0.25.1",
|
||||||
"vite-plugin-compression": "^0.5.1",
|
"vite-plugin-compression": "^0.5.1",
|
||||||
"vite-plugin-html": "^3.2.0",
|
"vite-plugin-html": "^3.2.0",
|
||||||
"vite-plugin-mock": "^2.9.6",
|
"vite-plugin-mock": "^3.0.0",
|
||||||
"vite-plugin-svg-icons": "^2.0.1"
|
"vite-plugin-svg-icons": "^2.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
9432
pnpm-lock.yaml
generated
9432
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,8 @@
|
|||||||
<li
|
<li
|
||||||
v-for="(item, index) in tab.messages"
|
v-for="(item, index) in tab.messages"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="flex-col border-t border-gray-200 py-12"
|
class="flex-col py-12"
|
||||||
|
border-t="1 solid gray-200"
|
||||||
:style="index > 0 ? '' : 'border: none;'"
|
:style="index > 0 ? '' : 'border: none;'"
|
||||||
>
|
>
|
||||||
<span mb-4 text-ellipsis>{{ item.content }}</span>
|
<span mb-4 text-ellipsis>{{ item.content }}</span>
|
||||||
|
@ -13,7 +13,8 @@
|
|||||||
|
|
||||||
<article flex-col flex-1 overflow-hidden>
|
<article flex-col flex-1 overflow-hidden>
|
||||||
<header
|
<header
|
||||||
class="flex items-center border-b bg-white px-15 bc-eee"
|
border-b="1 solid #eee"
|
||||||
|
class="flex items-center bg-white px-15"
|
||||||
dark="bg-dark border-0"
|
dark="bg-dark border-0"
|
||||||
:style="`height: ${header.height}px`"
|
:style="`height: ${header.height}px`"
|
||||||
>
|
>
|
||||||
|
@ -14,20 +14,20 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div mt-20 w-350 f-c-c flex-col>
|
<div mt-20 w-350 f-c-c flex-col>
|
||||||
<div flex flex-wrap justify-around b-1 rounded-10 p-10 bc-ccc>
|
<div flex flex-wrap justify-around rounded-10 p-10 border="1 solid #ccc">
|
||||||
<div m-20 h-50 w-50 f-c-c b-1 rounded-5 p-10>
|
<div m-20 h-50 w-50 f-c-c rounded-5 p-10 border="1 solid">
|
||||||
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
||||||
</div>
|
</div>
|
||||||
<div m-20 h-50 w-50 flex justify-between b-1 rounded-5 p-10>
|
<div m-20 h-50 w-50 flex justify-between rounded-5 p-10 border="1 solid">
|
||||||
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
||||||
<span h-6 w-6 self-end rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 self-end rounded-3 bg-black dark:bg-white />
|
||||||
</div>
|
</div>
|
||||||
<div m-20 h-50 w-50 flex justify-between b-1 rounded-5 p-10>
|
<div m-20 h-50 w-50 flex justify-between rounded-5 p-10 border="1 solid">
|
||||||
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
||||||
<span h-6 w-6 self-center rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 self-center rounded-3 bg-black dark:bg-white />
|
||||||
<span h-6 w-6 self-end rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 self-end rounded-3 bg-black dark:bg-white />
|
||||||
</div>
|
</div>
|
||||||
<div m-20 h-50 w-50 flex justify-between b-1 rounded-5 p-10>
|
<div m-20 h-50 w-50 flex justify-between rounded-5 p-10 border="1 solid">
|
||||||
<div flex-col justify-between>
|
<div flex-col justify-between>
|
||||||
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
||||||
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
||||||
@ -37,7 +37,7 @@
|
|||||||
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div m-20 h-50 w-50 flex-col items-center justify-between b-1 rounded-5 p-10>
|
<div m-20 h-50 w-50 flex-col items-center justify-between rounded-5 p-10 border="1 solid">
|
||||||
<div w-full flex justify-between>
|
<div w-full flex justify-between>
|
||||||
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
||||||
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div m-20 h-50 w-50 flex-col justify-between b-1 rounded-5 p-10>
|
<div m-20 h-50 w-50 flex-col justify-between rounded-5 p-10 border="1 solid">
|
||||||
<div w-full flex justify-between>
|
<div w-full flex justify-between>
|
||||||
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
||||||
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
<span h-6 w-6 rounded-3 bg-black dark:bg-white />
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import MdEditor from 'md-editor-v3'
|
import { MdEditor } from 'md-editor-v3'
|
||||||
import 'md-editor-v3/lib/style.css'
|
import 'md-editor-v3/lib/style.css'
|
||||||
|
|
||||||
defineOptions({ name: 'MDEditor' })
|
defineOptions({ name: 'MDEditor' })
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<AppPage>
|
<AppPage>
|
||||||
<div h-full flex-col border-1 bc-ccc dark:bg-dark>
|
<div class="h-full flex-col" border="1 solid #ccc" dark:bg-dark>
|
||||||
<WangToolbar
|
<WangToolbar
|
||||||
border-b
|
border-b="1px solid #ccc"
|
||||||
bc-ccc
|
|
||||||
:editor="editorRef"
|
:editor="editorRef"
|
||||||
:default-config="toolbarConfig"
|
:default-config="toolbarConfig"
|
||||||
mode="default"
|
mode="default"
|
||||||
|
Loading…
Reference in New Issue
Block a user