Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ys1231/MoveCertificate
/ Window
Interface
Window
webdev/src/env.d.ts:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
/** KernelSU WebUI 注入的全局对象 */
11
declare global {
12
interface
Window {
13
/** KernelSU 运行时桥接对象(Android 环境注入) */
14
ksu: KsuRuntime;
15
}
16
}
17
18
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected