more web api

This commit is contained in:
open-trade
2022-01-26 19:00:23 +08:00
parent 3d77365edc
commit 16218a731b
7 changed files with 34 additions and 32 deletions

View File

@@ -202,6 +202,6 @@ Color str2color(String str, [alpha = 0xFF]) {
return Color((hash & 0xFF7FFF) | (alpha << 24));
}
bool isAndroid;
bool isIOS;
bool isWeb;
bool isAndroid = false;
bool isIOS = false;
bool isWeb = false;