Feature: update piclist-core, reduce package size

This commit is contained in:
萌萌哒赫萝 2023-03-09 16:56:43 +08:00
parent 27b92d8004
commit c88dd1dc7e
5 changed files with 16 additions and 7 deletions

View File

@ -64,11 +64,12 @@
"mime-types": "^2.1.35", "mime-types": "^2.1.35",
"mitt": "^3.0.0", "mitt": "^3.0.0",
"nodejs-file-downloader": "^4.10.6", "nodejs-file-downloader": "^4.10.6",
"piclist": "^0.2.4", "piclist": "^0.3.0",
"pinia": "^2.0.32", "pinia": "^2.0.32",
"pinia-plugin-persistedstate": "^3.1.0", "pinia-plugin-persistedstate": "^3.1.0",
"qiniu": "^7.8.0", "qiniu": "^7.8.0",
"qrcode.vue": "^3.3.3", "qrcode.vue": "^3.3.3",
"sharp": "^0.31.3",
"shell-path": "2.1.0", "shell-path": "2.1.0",
"upyun": "^3.4.6", "upyun": "^3.4.6",
"uuid": "^9.0.0", "uuid": "^9.0.0",

View File

@ -13,18 +13,26 @@
> >
<el-icon <el-icon
class="minus" class="minus"
color="#fff"
size="20"
style="margin-right: 10px;"
@click="minimizeWindow" @click="minimizeWindow"
> >
<Minus /> <Minus />
</el-icon> </el-icon>
<el-icon <el-icon
class="plus" class="plus"
color="orange"
size="20"
style="margin-right: 10px;"
@click="openMiniWindow" @click="openMiniWindow"
> >
<CirclePlus /> <CirclePlus />
</el-icon> </el-icon>
<el-icon <el-icon
class="close" class="close"
color="#fff"
size="20"
@click="closeWindow" @click="closeWindow"
> >
<Close /> <Close />

View File

@ -591,7 +591,7 @@
</el-form-item> </el-form-item>
<el-form-item <el-form-item
v-show="waterMarkForm.isAddWatermark && waterMarkForm.watermarkType === 'text'" v-show="waterMarkForm.isAddWatermark && waterMarkForm.watermarkType === 'text'"
label="水印字体路径(留空默认使用simhei.ttf)" label="水印字体路径(留空默认黑体,第一次需下载字体文件)"
> >
<el-input v-model="waterMarkForm.watermarkFontPath" /> <el-input v-model="waterMarkForm.watermarkFontPath" />
</el-form-item> </el-form-item>

View File

@ -182,7 +182,7 @@
</el-form-item> </el-form-item>
<el-form-item <el-form-item
v-show="waterMarkForm.isAddWatermark && waterMarkForm.watermarkType === 'text'" v-show="waterMarkForm.isAddWatermark && waterMarkForm.watermarkType === 'text'"
label="水印字体路径(留空默认使用simhei.ttf)" label="水印字体路径(留空默认黑体,第一次需下载字体文件)"
> >
<el-input v-model="waterMarkForm.watermarkFontPath" /> <el-input v-model="waterMarkForm.watermarkFontPath" />
</el-form-item> </el-form-item>

View File

@ -10989,10 +10989,10 @@ performance-now@^2.1.0:
resolved "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" resolved "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow== integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
piclist@^0.2.4: piclist@^0.3.0:
version "0.2.4" version "0.3.0"
resolved "https://registry.npmjs.org/piclist/-/piclist-0.2.4.tgz#f6c0f4f1d2d271a6240afc0312818738eefc195c" resolved "https://registry.npmjs.org/piclist/-/piclist-0.3.0.tgz#54cdc2273058e5181619aec06c141d1759ccbcc4"
integrity sha512-IZiK7ikGlW8Gp6QW+15WlVrvAFqIlJ55OoiU4m7ZmJYBE/tAHXyGDtZKuiNlvzSnDMDnJ3+KDJUkfiiik7o9MA== integrity sha512-cmNWKY/whYO/RFDDmwnTkc5ojlp+4fDvrYzo/moZbwIIJWsgMZlnMpMFthAjJVfk3hAGHQrsJHxY2IZuMVg66w==
dependencies: dependencies:
"@picgo/i18n" "^1.0.0" "@picgo/i18n" "^1.0.0"
"@picgo/store" "^2.0.4" "@picgo/store" "^2.0.4"