|
|
|
@ -13,40 +13,50 @@ const isOffical = [
|
|
|
|
|
*/
|
|
|
|
|
export const builtinPlugins: PluginManifest[] = _compact([
|
|
|
|
|
{
|
|
|
|
|
label: '网页面板插件',
|
|
|
|
|
label: 'Web Panel Plugin',
|
|
|
|
|
'label.zh-CN': '网页面板插件',
|
|
|
|
|
name: 'com.msgbyte.webview',
|
|
|
|
|
url: '/plugins/com.msgbyte.webview/index.js',
|
|
|
|
|
version: '0.0.0',
|
|
|
|
|
author: 'msgbyte',
|
|
|
|
|
description: '为群组提供创建网页面板的功能',
|
|
|
|
|
description: 'Provides groups with the ability to create web panels',
|
|
|
|
|
'description.zh-CN': '为群组提供创建网页面板的功能',
|
|
|
|
|
documentUrl: '/plugins/com.msgbyte.webview/README.md',
|
|
|
|
|
requireRestart: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: 'BBCode',
|
|
|
|
|
label: 'BBCode Mmessage Interpreter',
|
|
|
|
|
'label.zh-CN': 'BBCode 消息解释器',
|
|
|
|
|
name: 'com.msgbyte.bbcode',
|
|
|
|
|
url: '/plugins/com.msgbyte.bbcode/index.js',
|
|
|
|
|
url: '/plugins/com.msgbyte.miaolang/index.js',
|
|
|
|
|
version: '0.0.0',
|
|
|
|
|
author: 'msgbyte',
|
|
|
|
|
description: 'BBCode 格式消息内容解析',
|
|
|
|
|
description:
|
|
|
|
|
'A plugin for supporting bbcode syntax to interpret rich text messages',
|
|
|
|
|
'description.zh-CN': '一个用于支持bbcode语法解释富文本消息的插件',
|
|
|
|
|
requireRestart: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: '消息通知插件',
|
|
|
|
|
label: 'Message notification plugin',
|
|
|
|
|
'label.zh-CN': '消息通知插件',
|
|
|
|
|
name: 'com.msgbyte.notify',
|
|
|
|
|
url: '/plugins/com.msgbyte.notify/index.js',
|
|
|
|
|
version: '0.0.0',
|
|
|
|
|
author: 'msgbyte',
|
|
|
|
|
description: '为应用增加通知的能力',
|
|
|
|
|
description: 'Ability to add notifications to apps',
|
|
|
|
|
'description.zh-CN': '为应用增加通知的能力',
|
|
|
|
|
requireRestart: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: '初始引导插件',
|
|
|
|
|
label: 'Intro plugin',
|
|
|
|
|
'label.zh-CN': '初始引导插件',
|
|
|
|
|
name: 'com.msgbyte.intro',
|
|
|
|
|
url: '/plugins/com.msgbyte.intro/index.js',
|
|
|
|
|
version: '0.0.0',
|
|
|
|
|
author: 'msgbyte',
|
|
|
|
|
description: '为应用首次打开介绍应用的能力',
|
|
|
|
|
description:
|
|
|
|
|
'Turn on the ability to introduce the app for the first time for the app',
|
|
|
|
|
'description.zh-CN': '为应用首次打开介绍应用的能力',
|
|
|
|
|
requireRestart: true,
|
|
|
|
|
},
|
|
|
|
|
// isOffical
|
|
|
|
@ -57,7 +67,8 @@ export const builtinPlugins: PluginManifest[] = _compact([
|
|
|
|
|
icon: '/plugins/com.msgbyte.posthog/assets/icon.png',
|
|
|
|
|
version: '0.0.0',
|
|
|
|
|
author: 'moonrailgun',
|
|
|
|
|
description: 'Posthog 数据统计',
|
|
|
|
|
description: 'Posthog Statistics',
|
|
|
|
|
'description.zh-CN': 'Posthog 数据统计',
|
|
|
|
|
requireRestart: true,
|
|
|
|
|
},
|
|
|
|
|
isOffical && {
|
|
|
|
@ -67,16 +78,19 @@ export const builtinPlugins: PluginManifest[] = _compact([
|
|
|
|
|
icon: '/plugins/com.msgbyte.sentry/assets/icon.png',
|
|
|
|
|
version: '0.0.0',
|
|
|
|
|
author: 'moonrailgun',
|
|
|
|
|
description: 'Sentry 错误处理',
|
|
|
|
|
description: 'Sentry error handling',
|
|
|
|
|
'description.zh-CN': 'Sentry 错误处理',
|
|
|
|
|
requireRestart: true,
|
|
|
|
|
},
|
|
|
|
|
isOffical && {
|
|
|
|
|
label: '用户地理位置',
|
|
|
|
|
label: 'User Location',
|
|
|
|
|
'label.zh-CN': '用户地理位置',
|
|
|
|
|
name: 'com.msgbyte.user.location',
|
|
|
|
|
url: '/plugins/com.msgbyte.user.location/index.js',
|
|
|
|
|
version: '0.0.0',
|
|
|
|
|
author: 'moonrailgun',
|
|
|
|
|
description: '为用户信息增加地理位置记录',
|
|
|
|
|
description: 'Add geographic location records for user information',
|
|
|
|
|
'description.zh-CN': '为用户信息增加地理位置记录',
|
|
|
|
|
requireRestart: true,
|
|
|
|
|
},
|
|
|
|
|
]);
|
|
|
|
|