update at 2025-10-08 14:08:36
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user