Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
init-things
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
init-things
Commits
ae784fda
Commit
ae784fda
authored
Nov 15, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gocq
parent
d4290acb
Pipeline
#6853
passed with stages
in 1 minute and 34 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
13 deletions
+12
-13
things/gocq-windows/app-config.yaml
things/gocq-windows/app-config.yaml
+11
-0
things/gocq-windows/bundle.sh
things/gocq-windows/bundle.sh
+1
-1
things/gocq-windows/launch.bat
things/gocq-windows/launch.bat
+0
-12
No files found.
things/gocq-windows/app-config.yaml
0 → 100644
View file @
ae784fda
adapter
:
bots
:
-
protocol
:
'
ws'
endpoint
:
'
ws://127.0.0.1:6700'
selfId
:
'
2222222222'
token
:
'
token'
koishiOptions
:
commandPrefix
:
'
.'
adminIds
:
-
'
1111111111'
app
:
things/gocq-windows/bundle.sh
View file @
ae784fda
...
...
@@ -4,4 +4,4 @@ set -o errexit
wget
-O
go-cqhttp.exe https://github.com/Mrs4s/go-cqhttp/releases/latest/download/go-cqhttp_windows_amd64.exe
7z a
-mx9
target.7z config.yml
launch.bat
koishi.exe go-cqhttp.exe readme.txt
"
$@
"
7z a
-mx9
target.7z config.yml
app-config.yaml
koishi.exe go-cqhttp.exe readme.txt
"
$@
"
things/gocq-windows/launch.bat
deleted
100644 → 0
View file @
d4290acb
@echo
off
set
ONEBOT_HOST
=
ws
://127.0.0.1:6700
set
ONEBOT_ID
=
2222222222
set
ONEBOT_TOKEN
=
JdkTapiX8sjKmeYeIT4qt0DIhtCa0fdxa
set
COMMAND_PREFIX
=
.
set
ADMIN_ID
=
11111111
set
KZ_DATA
=
data
.txt
set
KZ_ADMIN
=
11111111
set
KZ_ENCODING
=
utf8
app
.exe
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment