Ai
1 Star 0 Fork 2

Pikalu/plugin-notification

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
plugin.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
tikazyq 提交于 2022-05-25 22:02 +08:00 . updated plugin.json
{
"name": "notification",
"full_name": "crawlab-team/plugin-notification",
"description": "A plugin for handling notifications",
"proto": "http",
"cmd": "sh ./bin/start.sh",
"docker_cmd": "/app/plugins/bin/plugin-notification",
"endpoint": "localhost:39999",
"event_key": {
"include": "^model:",
"exclude": "artifact"
},
"install_url": "https://github.com/crawlab-team/plugin-notification",
"deploy_mode": "master_only",
"auto_start": true,
"lang_url": "ui/lang",
"ui_components": [
{
"name": "notification-list",
"title": "Notifications",
"src": "ui/src/NotificationList.vue",
"type": "view",
"path": "notifications"
},
{
"name": "notification-detail",
"title": "Notifications",
"src": "ui/src/NotificationDetail.vue",
"type": "view",
"path": "notifications/:id"
}
],
"ui_sidebar_navs": [
{
"path": "/notifications",
"title": "plugins.notification.ui_sidebar_navs.title.notifications",
"icon": [
"fa",
"envelope"
]
}
],
"ui_assets": [
{
"path": "ui/public/simplemde/simplemde.js",
"type": "js"
},
{
"path": "ui/public/simplemde/simplemde.css",
"type": "css"
},
{
"path": "ui/public/css/style.css",
"type": "css"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/looyolo/plugin-notification.git
git@gitee.com:looyolo/plugin-notification.git
looyolo
plugin-notification
plugin-notification
main

搜索帮助