Skip to content

Instantly share code, notes, and snippets.

/* global api */
class encn_xiaohua {
constructor(options) {
this.options = options;
this.maxexample = 3;
this.word = '';
}
async displayName() {
let locale = await api.locale();