mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-26 17:04:07 +01:00
🎨 Support HarmonyOS NEXT system https://github.com/siyuan-note/siyuan/issues/13184
This commit is contained in:
parent
8639955ff0
commit
65f55b0dbe
15 changed files with 58 additions and 49 deletions
3
app/src/types/config.d.ts
vendored
3
app/src/types/config.d.ts
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue