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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 998 B

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

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

Loading…
Cancel
Save