style: 增加posthog 和 sentry 插件的图标

pull/56/head
moonrailgun 3 years ago
parent d4b1c822ef
commit b7de74ff1e

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

@ -2,6 +2,7 @@
"label": "Posthog",
"name": "com.msgbyte.posthog",
"url": "/plugins/com.msgbyte.posthog/index.js",
"icon": "/plugins/com.msgbyte.posthog/assets/icon.png",
"version": "0.0.0",
"author": "moonrailgun",
"description": "Posthog 数据统计",

Binary file not shown.

After

Width:  |  Height:  |  Size: 998 B

@ -2,6 +2,7 @@
"label": "Sentry",
"name": "com.msgbyte.sentry",
"url": "/plugins/com.msgbyte.sentry/index.js",
"icon": "/plugins/com.msgbyte.sentry/assets/icon.png",
"version": "0.0.0",
"author": "moonrailgun",
"description": "Sentry 错误处理",

@ -2,8 +2,8 @@ import type { PluginManifest } from 'tailchat-shared';
import _compact from 'lodash/compact';
const isOffical = [
'nightly.paw.msgbyte.com',
// 'localhost:11011',
'nightly.paw.msgbyte.com', //
//'localhost:11011'
].includes(location.host);
/**
@ -53,6 +53,7 @@ export const builtinPlugins: PluginManifest[] = _compact([
label: 'Posthog',
name: 'com.msgbyte.posthog',
url: '/plugins/com.msgbyte.posthog/index.js',
icon: '/plugins/com.msgbyte.posthog/assets/icon.png',
version: '0.0.0',
author: 'moonrailgun',
description: 'Posthog 数据统计',
@ -62,6 +63,7 @@ export const builtinPlugins: PluginManifest[] = _compact([
label: 'Sentry',
name: 'com.msgbyte.sentry',
url: '/plugins/com.msgbyte.sentry/index.js',
icon: '/plugins/com.msgbyte.sentry/assets/icon.png',
version: '0.0.0',
author: 'moonrailgun',
description: 'Sentry 错误处理',

Loading…
Cancel
Save