AI-Otter | 2025.2.1 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 4 weeks ago
parent 1cb81b3cd5
commit 03eb61113f

@ -22,6 +22,13 @@
<option name="translationDialogLocationY" value="567" />
<option name="translationDialogWidth" value="1381" />
<histories>
<item value="Resolves this image provider using the given `configuration`, returning an [ImageStream]. This is the public entry-point of the [ImageProvider] class hierarchy. Subclasses should implement [obtainKey] and [loadImage], which are used by this method. If they need to change the implementation of [ImageStream] used, they should override [createStream]. If they need to manage the actual resolution of the image, they should override [resolveStreamForKey]. See the Lifecycle documentation on [ImageProvider] for more information." />
<item value="was synchronously loaded" />
<item value="If a [loadingBuilder] has _also_ been specified for an image, the two builders will be chained together: the _result_ of this builder will be passed as the `child` argument to the [loadingBuilder]. For example, consider the following builders used in conjunction:" />
<item value="To have finer-grained control over the way that an image's loading progress is communicated to the user, see [loadingBuilder]." />
<item value="For more information on how to interpret the arguments that are passed to this builder, see the documentation on [ImageFrameBuilder]." />
<item value="If this is null, this widget will display an image that is painted as soon as the first image frame is available (and will appear to &quot;pop&quot; in if it becomes available asynchronously). Callers might use this builder to add effects to the image (such as fading the image in when it becomes available) or to display a placeholder widget while the image is loading." />
<item value="A builder function responsible for creating the widget that represents this image." />
<item value="The `callback`, the `message` given to it as well as the result have to be objects that can be sent across isolates (as they may be transitively copied if needed). The majority of objects can be sent across isolates." />
<item value="On native platforms `await compute(fun, message)` is equivalent to `await Isolate.run(() =&gt; fun(message))`. See also [Isolate.run]." />
<item value="{@youtube 560 315 https:www.youtube.comwatch?v=5AxWC49ZMzs}" />
@ -65,13 +72,6 @@
<item value="任务关联数据" />
<item value="seq tasks" />
<item value="AM offering model" />
<item value="audioes" />
<item value="emotes" />
<item value="A widget that paints its area with a specified [Color] and then draws its child on top of that color." />
<item value="task only speech" />
<item value="Whether this selection has disambiguated its base and extent. On some platforms, the base and extent are not disambiguated until the first time the user adjusts the selection. At that point, either the start or the end of the selection becomes the base and the other one becomes the extent and is adjusted." />
<item value="If the text range is collapsed and has more than one visual location (e.g., occurs at a line break), which of the two locations to use when painting the caret." />
<item value="The offset at which the selection terminates. When the user uses the arrow keys to adjust the selection, this is the value that changes. Similarly, if the current theme paints a caret on one side of the selection, this is the location at which to paint the caret. Might be larger than, smaller than, or equal to base." />
</histories>
<option name="languageScores">
<map>

Loading…
Cancel
Save