update at 2025-10-08 17:32:31
This commit is contained in:
@@ -160,9 +160,8 @@ export class NoteToMpSettingTab extends PluginSettingTab {
|
||||
|
||||
this.wxInfo = this.parseWXInfo();
|
||||
|
||||
const helpEl = containerEl.createEl('div');
|
||||
helpEl.style.cssText = 'display: flex;flex-direction: row;align-items: center;';
|
||||
helpEl.createEl('h2', {text: '帮助文档'}).style.cssText = 'margin-right: 10px;';
|
||||
const helpEl = containerEl.createEl('div', { cls: 'setting-help-section' });
|
||||
helpEl.createEl('h2', {text: '帮助文档', cls: 'setting-help-title'});
|
||||
helpEl.createEl('a', {text: 'https://sunboshi.tech/doc', attr: {href: 'https://sunboshi.tech/doc'}});
|
||||
|
||||
containerEl.createEl('h2', {text: '插件设置'});
|
||||
|
||||
Reference in New Issue
Block a user