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",
"mitt": "^3.0.0",
"nodejs-file-downloader": "^4.10.6",
"piclist": "^0.2.4",
"piclist": "^0.3.0",
"pinia": "^2.0.32",
"pinia-plugin-persistedstate": "^3.1.0",
"qiniu": "^7.8.0",
"qrcode.vue": "^3.3.3",
"sharp": "^0.31.3",
"shell-path": "2.1.0",
"upyun": "^3.4.6",
"uuid": "^9.0.0",

View File

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

View File

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

View File

@ -182,7 +182,7 @@
</el-form-item>
<el-form-item
v-show="waterMarkForm.isAddWatermark && waterMarkForm.watermarkType === 'text'"
label="水印字体路径(留空默认使用simhei.ttf)"
label="水印字体路径(留空默认黑体,第一次需下载字体文件)"
>
<el-input v-model="waterMarkForm.watermarkFontPath" />
</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"
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
piclist@^0.2.4:
version "0.2.4"
resolved "https://registry.npmjs.org/piclist/-/piclist-0.2.4.tgz#f6c0f4f1d2d271a6240afc0312818738eefc195c"
integrity sha512-IZiK7ikGlW8Gp6QW+15WlVrvAFqIlJ55OoiU4m7ZmJYBE/tAHXyGDtZKuiNlvzSnDMDnJ3+KDJUkfiiik7o9MA==
piclist@^0.3.0:
version "0.3.0"
resolved "https://registry.npmjs.org/piclist/-/piclist-0.3.0.tgz#54cdc2273058e5181619aec06c141d1759ccbcc4"
integrity sha512-cmNWKY/whYO/RFDDmwnTkc5ojlp+4fDvrYzo/moZbwIIJWsgMZlnMpMFthAjJVfk3hAGHQrsJHxY2IZuMVg66w==
dependencies:
"@picgo/i18n" "^1.0.0"
"@picgo/store" "^2.0.4"