From 693edf2739fd2150d23764aa11cfa2b6e797951a Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 22 Feb 2023 16:42:33 +0800 Subject: [PATCH] fix: fix incorrect bbcode url --- client/web/plugins/com.msgbyte.bbcode/manifest.json | 2 +- client/web/src/plugin/builtin.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/web/plugins/com.msgbyte.bbcode/manifest.json b/client/web/plugins/com.msgbyte.bbcode/manifest.json index 0a6ef9ff..3874d184 100644 --- a/client/web/plugins/com.msgbyte.bbcode/manifest.json +++ b/client/web/plugins/com.msgbyte.bbcode/manifest.json @@ -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", diff --git a/client/web/src/plugin/builtin.ts b/client/web/src/plugin/builtin.ts index 3e3133e2..557306eb 100644 --- a/client/web/src/plugin/builtin.ts +++ b/client/web/src/plugin/builtin.ts @@ -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: