We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
刚注册的号,都不一定知道开了这个,突然一个消息。。。 这个能改默认关闭嘛?
The text was updated successfully, but these errors were encountered:
这里是初始值, 不支持通过 config 配置
你可以加个参数传 false 即可 getSwitchValue(LocalStorageKey.SoundSwitch, false)
getSwitchValue(LocalStorageKey.SoundSwitch, false)
或者也可以类比前一行从 config 获取值 getSwitchValue(LocalStorageKey.SoundSwitch, config.soundSwitch), 然后修改 config 配置
getSwitchValue(LocalStorageKey.SoundSwitch, config.soundSwitch)
Sorry, something went wrong.
No branches or pull requests
刚注册的号,都不一定知道开了这个,突然一个消息。。。
这个能改默认关闭嘛?
The text was updated successfully, but these errors were encountered: