Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
Koishi Plugin Order Picker
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
3rdeye
Koishi Plugin Order Picker
Commits
4cc9043f
"...Irrlicht/svn:/svn.code.sf.net/p/irrlicht/code/trunk@5098" did not exist on "6fc71dfd38dbf15d131ea4388bb2e827a346e1ce"
Commit
4cc9043f
authored
Aug 13, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix immediate things
parent
5a69f938
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/index.ts
src/index.ts
+2
-3
No files found.
src/index.ts
View file @
4cc9043f
...
...
@@ -33,7 +33,7 @@ const base = StarterPlugin(OrderPickerConfig);
@
Provide
(
'
utility
'
,
{
immediate
:
true
})
@
DefinePlugin
()
class
Utility
extends
base
{
@
Inject
(
true
)
@
Inject
()
private
aragami
:
AragamiPlugin
;
async
isOnline
(
selfId
:
string
)
{
...
...
@@ -48,7 +48,7 @@ class Utility extends base {
@
DefinePlugin
()
class
ControlPanel
extends
base
{
@
Inject
(
true
)
@
Inject
()
private
uitlity
:
Utility
;
@
UseCommand
(
'
order
'
,
'
抢单管理
'
,
{
empty
:
true
})
...
...
@@ -80,7 +80,6 @@ class ControlPanel extends base {
}
}
@
Reusable
()
@
UsingService
(
'
aragami
'
)
@
Isolate
(
'
utility
'
)
@
OnPlatform
(
'
onebot
'
)
...
...
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