waibu-mpa 2.1.2 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
- package/wiki/CHANGES.md +4 -0
package/index.js
CHANGED
|
@@ -207,7 +207,7 @@ async function factory (pkgName) {
|
|
|
207
207
|
const { get } = this.app.lib._
|
|
208
208
|
const plugin = getPlugin(name, true)
|
|
209
209
|
if (!plugin) return
|
|
210
|
-
return get(plugin, 'config.waibu.title', get(plugin, 'config.waibu.prefix', plugin.
|
|
210
|
+
return get(plugin, 'config.waibu.title', get(plugin, 'config.waibu.prefix', plugin.ns))
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
getResource (name) {
|
package/package.json
CHANGED