updat core

This commit is contained in:
2024-10-22 19:10:15 +08:00
parent fbbd08e0a5
commit d48401607d
75 changed files with 68830 additions and 116 deletions

View File

@@ -88,7 +88,7 @@ namespace System
return;
#endif
var shakeValue = Account.Instance.AccountSystemData.ShakeValue;
var duration = 40 * (int)vibratorScale;
var duration = 250;
int type = (int)vibratorScale;
if (VibratorImp.Instance.HasCustomVibration ())