qiushang 1 tahun lalu
induk
melakukan
04775dd5ea
6 mengubah file dengan 4 tambahan dan 2 penghapusan
  1. TEMPAT SAMPAH
      bin/pngquant/pngquant.exe
  2. TEMPAT SAMPAH
      nsis/skin/bg1.png
  3. TEMPAT SAMPAH
      nsis/skin/bg2.png
  4. TEMPAT SAMPAH
      nsis/skin/bgtop.png
  5. 1 1
      src/renderer/components/header.vue
  6. 3 1
      src/renderer/components/home.vue

TEMPAT SAMPAH
bin/pngquant/pngquant.exe


TEMPAT SAMPAH
nsis/skin/bg1.png


TEMPAT SAMPAH
nsis/skin/bg2.png


TEMPAT SAMPAH
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';