This commit is contained in:
Daniel 2024-11-23 09:48:08 +08:00
parent 8639955ff0
commit 65f55b0dbe
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
15 changed files with 58 additions and 49 deletions

View file

@ -1540,9 +1540,10 @@ declare namespace Config {
* - `docker`: Docker container
* - `android`: Android device
* - `ios`: iOS device
* - `harmony`: HarmonyOS device
* - `std`: Desktop Electron environment
*/
export type TSystemContainer = "docker" | "android" | "ios" | "std";
export type TSystemContainer = "docker" | "android" | "ios" | "harmony" | "std";
/**
* SiYuan Network proxy configuration