Feature(custom): add mirgration support from installation

This commit is contained in:
Kuingsmile
2026-01-15 21:54:32 +08:00
parent db8dd19eae
commit 235dbee40d
8 changed files with 107 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ export const IRPCType = {
export const IRPCActionType = {
// system rpc
GET_IS_PORTABLE: 'GET_IS_PORTABLE',
CONFIGURE_MIGRATE_FROM_PICLIST_INSTALLATION: 'CONFIGURE_MIGRATE_FROM_PICLIST_INSTALLATION',
GET_SYSTEM_THEME: 'GET_SYSTEM_THEME',
SET_SYSTEM_THEME: 'SET_SYSTEM_THEME',
APPLY_THEME: 'APPLY_THEME',