feat: add signed numbered module lifecycle

This commit is contained in:
冰朔 2026-08-19 01:28:22 +08:00
commit 7673c337fc
18 changed files with 1622 additions and 12 deletions

View file

@ -496,6 +496,62 @@ const ROUTES = {
"moduleNumber": "HLP-NIPC-MOD-0019",
"operationNumber": "HLP-NIPC-OP-0062",
"targetNumber": "HLP-NIPC-TGT-0019"
},
"get_module_runtime_snapshot": {
"protocolVersion": "HLP-NIPC-v1",
"callerNumber": "HLP-NIPC-CALLER-MAIN-WEBVIEW-0001",
"channelNumber": "HLP-NIPC-CH-0002",
"moduleNumber": "HLP-NIPC-MOD-0020",
"operationNumber": "HLP-NIPC-OP-0063",
"targetNumber": "HLP-NIPC-TGT-0020"
},
"verify_module_package": {
"protocolVersion": "HLP-NIPC-v1",
"callerNumber": "HLP-NIPC-CALLER-MAIN-WEBVIEW-0001",
"channelNumber": "HLP-NIPC-CH-0002",
"moduleNumber": "HLP-NIPC-MOD-0020",
"operationNumber": "HLP-NIPC-OP-0064",
"targetNumber": "HLP-NIPC-TGT-0020"
},
"install_module_package": {
"protocolVersion": "HLP-NIPC-v1",
"callerNumber": "HLP-NIPC-CALLER-MAIN-WEBVIEW-0001",
"channelNumber": "HLP-NIPC-CH-0002",
"moduleNumber": "HLP-NIPC-MOD-0020",
"operationNumber": "HLP-NIPC-OP-0065",
"targetNumber": "HLP-NIPC-TGT-0020"
},
"mount_module": {
"protocolVersion": "HLP-NIPC-v1",
"callerNumber": "HLP-NIPC-CALLER-MAIN-WEBVIEW-0001",
"channelNumber": "HLP-NIPC-CH-0002",
"moduleNumber": "HLP-NIPC-MOD-0020",
"operationNumber": "HLP-NIPC-OP-0066",
"targetNumber": "HLP-NIPC-TGT-0020"
},
"self_test_module": {
"protocolVersion": "HLP-NIPC-v1",
"callerNumber": "HLP-NIPC-CALLER-MAIN-WEBVIEW-0001",
"channelNumber": "HLP-NIPC-CH-0002",
"moduleNumber": "HLP-NIPC-MOD-0020",
"operationNumber": "HLP-NIPC-OP-0067",
"targetNumber": "HLP-NIPC-TGT-0020"
},
"unmount_module": {
"protocolVersion": "HLP-NIPC-v1",
"callerNumber": "HLP-NIPC-CALLER-MAIN-WEBVIEW-0001",
"channelNumber": "HLP-NIPC-CH-0002",
"moduleNumber": "HLP-NIPC-MOD-0020",
"operationNumber": "HLP-NIPC-OP-0068",
"targetNumber": "HLP-NIPC-TGT-0020"
},
"rollback_module": {
"protocolVersion": "HLP-NIPC-v1",
"callerNumber": "HLP-NIPC-CALLER-MAIN-WEBVIEW-0001",
"channelNumber": "HLP-NIPC-CH-0002",
"moduleNumber": "HLP-NIPC-MOD-0020",
"operationNumber": "HLP-NIPC-OP-0069",
"targetNumber": "HLP-NIPC-TGT-0020"
}
} as const