Manager Scheme
更新: 8/20/2025字数: 0 字时长: 0 分钟
ShiroSU Manager registers two schemes,ssu
andshirosu
. You can invoke them usingssu://...
orshirosu://...
If no content or incorrect content is provided, the ShiroSU Manager's home page will open. Supported hosts are as follows:
module
To invoke thishost
, you need to provide one of the followingpaths
:
action
To invoke thispath
, you need to provide the followingquery
:
id
: Module ID
Example:ssu://module/action?id=xxx
After invocation, the module'soperation
will be executed. If the module does not exist, the ShiroSU Manager's home page will open.
webui
To invoke thispath
, you need to provide the followingquery
:
id
: Module ID
Example:ssu://module/webui?id=xxx
After invocation, it will redirect to the module'sWebUI
. If the module does not exist, the ShiroSU Manager's home page will open.
install
To invoke thispath
, you need to provide the followingquery
:
name
: Module name, defaults tounknown
if not provided.url
: Module download link
Example:ssu://module/install?name=meow&url=https://meow.latestfile.zip
After invocation, the module will be downloaded and installed.