update at 2025-10-21 21:47:02

This commit is contained in:
douboer
2025-10-21 21:47:02 +08:00
parent 8d40fbb01f
commit b823d90b55
29 changed files with 2159 additions and 1626 deletions

View File

@@ -99,8 +99,8 @@ export class NMPSettings {
filenameKeywords: []
}
];
// 切图配置默认值
this.sliceImageSavePath = '/Users/gavin/note2any/images/xhs';
// 切图配置默认值(使用 vault 相对路径)
this.sliceImageSavePath = 'xhs-images';
this.sliceImageWidth = 1080;
this.sliceImageAspectRatio = '3:4';
this.xhsPreviewWidth = 540;