fix: fix incorrect bbcode url

pull/90/head
moonrailgun 2 years ago
parent e6d9561d7a
commit 693edf2739

@ -2,7 +2,7 @@
"label": "BBCode Mmessage Interpreter",
"label.zh-CN": "BBCode 消息解释器",
"name": "com.msgbyte.bbcode",
"url": "/plugins/com.msgbyte.miaolang/index.js",
"url": "/plugins/com.msgbyte.bbcode/index.js",
"version": "0.0.0",
"author": "msgbyte",
"description": "A plugin for supporting bbcode syntax to interpret rich text messages",

@ -28,7 +28,7 @@ export const builtinPlugins: PluginManifest[] = _compact([
label: 'BBCode Mmessage Interpreter',
'label.zh-CN': 'BBCode 消息解释器',
name: 'com.msgbyte.bbcode',
url: '/plugins/com.msgbyte.miaolang/index.js',
url: '/plugins/com.msgbyte.bbcode/index.js',
version: '0.0.0',
author: 'msgbyte',
description:

Loading…
Cancel
Save