update at 2025-10-08 14:08:36

This commit is contained in:
douboer
2025-10-08 14:08:36 +08:00
parent 719021bc67
commit cbf32b3f0b
10 changed files with 899 additions and 57 deletions

View File

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