AI-Quail 1 | 2026.1.1 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
<option name="translationDialogLocationY" value="567" />
|
||||
<option name="translationDialogWidth" value="1381" />
|
||||
<histories>
|
||||
<item value="SOURCE LINKCRAFT" />
|
||||
<item value="SOURCE LINKSOUL" />
|
||||
<item value="set is app interaction required" />
|
||||
<item value="set is enhanced open" />
|
||||
<item value="notification count" />
|
||||
@@ -70,8 +72,6 @@
|
||||
<item value="On iOS and macOS, this state corresponds to the Flutter host view running in the foreground inactive state. Apps transition to this state when in a phone call, when responding to a TouchID request, when entering the app switcher or the control center, or when the UIViewController hosting the Flutter app is transitioning." />
|
||||
<item value="On non-web desktop platforms, this corresponds to an application that is not in the foreground, but still has visible windows. On the web, this corresponds to an application that is running in a window or tab that does not have input focus." />
|
||||
<item value="At least one view of the application is visible, but none have input focus. The application is otherwise running normally." />
|
||||
<item value="Returns whether the wakelock is currently enabled or not. If you want to retrieve the current wakelock status, you will have to call [WakelockPlus.enabled] and await its result: ```dart bool wakelockEnabled = await WakelockPlus.enabled;" />
|
||||
<item value="Toggles the wakelock on or off. You can simply use this function to toggle the wakelock using a [bool] value (for the [enable] parameter). ```dart This line keeps the screen on. WakelockPlus.toggle(enable: true); bool enableWakelock = false; The following line disables the WakelockPlus. WakelockPlus.toggle(enable: enableWakelock); ``` You can await the [Future] to wait for the operation to complete." />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
|
||||
Reference in New Issue
Block a user