This commit is contained in:
hrxiang
2022-10-31 10:27:54 +08:00
parent b8ee9276a2
commit d758f3fca1
5 changed files with 22 additions and 4 deletions

View File

@@ -10,4 +10,6 @@ class IMPlatform {
static const web = 5;
static const mini_web = 6;
static const linux = 7;
static const android_pad = 8;
static const ipad = 9;
}