mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 21:20:29 +08:00
17 lines
397 B
TypeScript
17 lines
397 B
TypeScript
export { getAppConfig, setAppConfig } from './app'
|
|
export { getControledMihomoConfig, setControledMihomoConfig } from './controledMihomo'
|
|
export {
|
|
getProfile,
|
|
getCurrentProfileItem,
|
|
getProfileItem,
|
|
getProfileConfig,
|
|
setProfileConfig,
|
|
addProfileItem,
|
|
removeProfileItem,
|
|
createProfile,
|
|
getProfileStr,
|
|
setProfileStr,
|
|
changeCurrentProfile,
|
|
updateProfileItem
|
|
} from './profile'
|