From 6c723f5d3192e4c1df2a9cfcbfbde26d9c915588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=8C=E4=BA=9A?= <130141407+ShiaBox@users.noreply.github.com> Date: Fri, 23 May 2025 19:46:11 +0800 Subject: [PATCH] update templates --- templates/templates/dice.json | 26 +++++++++++++++++++++++ templates/templates/olivos.json | 35 +++++++++++++++++++++++++++++++ templates/templates/sealdice.json | 26 +++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 templates/templates/dice.json create mode 100644 templates/templates/olivos.json create mode 100644 templates/templates/sealdice.json diff --git a/templates/templates/dice.json b/templates/templates/dice.json new file mode 100644 index 0000000..c80b599 --- /dev/null +++ b/templates/templates/dice.json @@ -0,0 +1,26 @@ +{ + "network": { + "httpServers": [], + "httpSseServers": [], + "httpClients": [], + "websocketServers": [ + { + "enable": true, + "name": "dice", + "host": "0.0.0.0", + "port": 15801, + "reportSelfMessage": false, + "enableForcePushEvent": true, + "messagePostFormat": "array", + "token": "", + "debug": false, + "heartInterval": 30000 + } + ], + "websocketClients": [], + "plugins": [] +}, + "musicSignUrl": "", + "enableLocalFile2Url": false, + "parseMultMsg": false +} \ No newline at end of file diff --git a/templates/templates/olivos.json b/templates/templates/olivos.json new file mode 100644 index 0000000..1ab2f23 --- /dev/null +++ b/templates/templates/olivos.json @@ -0,0 +1,35 @@ +{ + "network": { + "httpServers": [ + { + "enable": true, + "name": "olivos-http-server", + "host": "0.0.0.0", + "port": 5700, + "enableCors": true, + "enableWebsocket": true, + "messagePostFormat": "string", + "token": "7777777", + "debug": false + } + ], + "httpSseServers": [], + "httpClients": [ + { + "enable": true, + "name": "olivos-http-client", + "url": "http://olivos-app:55001/OlivOSMsgApi/qq/onebot/default", + "reportSelfMessage": false, + "messagePostFormat": "string", + "token": "7777777", + "debug": false + } + ], + "websocketServers": [], + "websocketClients": [], + "plugins": [] + }, + "musicSignUrl": "", + "enableLocalFile2Url": false, + "parseMultMsg": false +} \ No newline at end of file diff --git a/templates/templates/sealdice.json b/templates/templates/sealdice.json new file mode 100644 index 0000000..42ef68d --- /dev/null +++ b/templates/templates/sealdice.json @@ -0,0 +1,26 @@ +{ + "network": { + "httpServers": [], + "httpSseServers": [], + "httpClients": [], + "websocketServers": [ + { + "enable": true, + "name": "sealdice", + "host": "0.0.0.0", + "port": 1234, + "reportSelfMessage": false, + "enableForcePushEvent": true, + "messagePostFormat": "array", + "token": "", + "debug": false, + "heartInterval": 30000 + } + ], + "websocketClients": [], + "plugins": [] + }, + "musicSignUrl": "", + "enableLocalFile2Url": false, + "parseMultMsg": false + } \ No newline at end of file