update at 2025-10-08 17:06:31

This commit is contained in:
douboer
2025-10-08 17:06:31 +08:00
parent cbf32b3f0b
commit 1c8449b04a
11 changed files with 113 additions and 901 deletions

View File

@@ -538,7 +538,7 @@ export class BatchPublishModal extends Modal {
const preview = this.plugin.getNotePreview();
if (preview) {
// 确保预览器处于微信模式
preview.setCurrentPlatform('wechat');
preview.currentPlatform = 'wechat';
await preview.renderMarkdown(file);
await preview.postToWechat();
} else {