Skip to content

Commit

Permalink
Create app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Jan 24, 2023
1 parent 0a101d4 commit 5d0720e
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions Oliva_Plugin_GPT/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{

"name": "OlivaGithub",

"author": "简律纯",

"namespace": "OlivaGithub",

"info": "基本信息:\nGithub推送插件 by 简律纯([email protected]).\n\n文档: \nhttps://ss.jyunko.cn/",

"priority": 30000,

"version": "1.0.0",

"svn": 22,

"compatible_svn": 101,

"message_mode": "olivos_string",

"support": [

{

"sdk": "onebot",

"platform": "qq",

"model": "all"

},

{

"sdk": "all",

"platform": "all",

"model": "all"

}

],

"menu_config": [

{

"title": "配置",

"event": "Menu_Conf"

},

{

"title": "关于",

"event": "Menu_About"

}

]

}

0 comments on commit 5d0720e

Please sign in to comment.