qiushang 1 năm trước cách đây
mục cha
commit
04775dd5ea

BIN
bin/pngquant/pngquant.exe


BIN
nsis/skin/bg1.png


BIN
nsis/skin/bg2.png


BIN
nsis/skin/bgtop.png


+ 1 - 1
src/renderer/components/header.vue

@@ -79,7 +79,7 @@
 				</div>
 				<div class="font-12" style="padding: 20px; margin-bottom: 10px;">
 					<div style="text-align: center; margin-bottom: 10px;">
-						<p style="font-size: 16px;font-weight: 600;color: #f73131;">试用时导出有官方水印,批量命名仅处理前10张</p>
+						<p style="font-size: 16px;font-weight: 600;color: #f73131;">非VIP导出图片有官方水印,批量命名仅前10张</p>
 						<p style="font-size: 14px; font-weight: 600; margin-top: 15px;">开通会员即享以下权益</p>
 					</div>
 					<el-row :gutter="20" class="micon-list">

+ 3 - 1
src/renderer/components/home.vue

@@ -2678,8 +2678,10 @@ export default {
 					fontSize = 28
 				}else if(width < 2000){
 					fontSize = 40;
-				}else{
+				}else if(width < 3000){
 					fontSize = 100;
+				}else{
+					fontSize = 220;
 				}
 
 				let sysDefaultTmpPath = os.tmpdir()+separator+'water_xy_'+fontSize+'.png';