We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc44e74 commit 417cf6bCopy full SHA for 417cf6b
dev/src/views/Sidebar.js
@@ -193,7 +193,7 @@ export default class Sidebar {
193
} else {
194
let ref = app.reference;
195
this.contentEl.innerHTML = this._isInReference(o) ? ref.getContent(o.id) : ref.fillTags((o.desc || "") + (o.ext || ""), o, ref);
196
- if (o.example) { this.contentEl.appendChild(new Example("Example", o.example).el); }
+ if (o.example) { this.contentEl.appendChild(new Example("示例", o.example).el); }
197
}
198
199
0 commit comments