|
@@ -81,7 +81,7 @@ export async function addWatermark(
|
|
|
const fontSize = store.config.watermark.fontSize || 30;
|
|
|
// const maxX = imageWidth / 2 - x * 2;
|
|
|
let dynamicX = x;
|
|
|
- const maxStartX = imageWidth - x - fontSize * 0.7 * 4;
|
|
|
+ const maxStartX = imageWidth - fontSize * 0.7 * 5;
|
|
|
const nextLineStartX = x + fontSize * 0.7 * 2;
|
|
|
const height = fontSize + 10;
|
|
|
//计算总分
|