AI-Otter 2 Feature Drop | 2025.2.2 Patch 1 <debuggerx@debuggerx-PC Update androidStudioFirstRun.xml, studiobot.xml, yiiguxing.translation.xml

master
debuggerx 3 weeks ago
parent 745b8395b9
commit cb86090d70

@ -3,6 +3,6 @@
<version>1</version> <version>1</version>
</component> </component>
<component name="whatsNew"> <component name="whatsNew">
<shownVersion>2025.2.2rc7</shownVersion> <shownVersion>2025.2.2rc8</shownVersion>
</component> </component>
</application> </application>

@ -8,14 +8,5 @@
</option> </option>
<option name="contextSharingModeV2" value="AskPerProject" /> <option name="contextSharingModeV2" value="AskPerProject" />
<option name="onboardedVersion" value="3" /> <option name="onboardedVersion" value="3" />
<option name="queryHistory">
<list>
<historyEntry timestamp="1767002676238">改成statelesswidget</historyEntry>
<historyEntry timestamp="1766040961069">var rect = Rect.fromCircle(center: offset, radius: _radius);
if (rect.hasNaN) return;
什么情况下会出现rect.hasNaN</historyEntry>
<historyEntry timestamp="1765433964428">replace和pushReplacement的区别</historyEntry>
</list>
</option>
</component> </component>
</application> </application>

@ -22,6 +22,7 @@
<option name="translationDialogLocationY" value="567" /> <option name="translationDialogLocationY" value="567" />
<option name="translationDialogWidth" value="1381" /> <option name="translationDialogWidth" value="1381" />
<histories> <histories>
<item value="nav use percep" />
<item value="beverage" /> <item value="beverage" />
<item value="https:docs.opencv.org4.xd3d63classcv_1_1Mat.htmla51615ebf17a64c968df0bf49b4de6a3a" /> <item value="https:docs.opencv.org4.xd3d63classcv_1_1Mat.htmla51615ebf17a64c968df0bf49b4de6a3a" />
<item value="Mat (int rows, int cols, int type, void data, size_t step=AUTO_STEP)" /> <item value="Mat (int rows, int cols, int type, void data, size_t step=AUTO_STEP)" />
@ -71,7 +72,6 @@
<item value="Replaces the top-most page of the page stack with the given one but treats it as the same page." /> <item value="Replaces the top-most page of the page stack with the given one but treats it as the same page." />
<item value="Replaces the top-most page of the page stack with the given URL location w optional query parameters, e.g. `familyf2personp1?color=blue`." /> <item value="Replaces the top-most page of the page stack with the given URL location w optional query parameters, e.g. `familyf2personp1?color=blue`." />
<item value="Replaces the top-most page of the page stack with the given URL location w optional query parameters, e.g. `familyf2personp1?color=blue`. See also: [go] which navigates to the location. [push] which pushes the given location onto the page stack. [replace] which replaces the top-most page of the page stack but treats it as the same page. The page key will be reused. This will preserve the state and not run any page animation." /> <item value="Replaces the top-most page of the page stack with the given URL location w optional query parameters, e.g. `familyf2personp1?color=blue`. See also: [go] which navigates to the location. [push] which pushes the given location onto the page stack. [replace] which replaces the top-most page of the page stack but treats it as the same page. The page key will be reused. This will preserve the state and not run any page animation." />
<item value="Controls how one widget replaces another widget in the tree. If the [runtimeType] and [key] properties of the two widgets are [operator==], respectively, then the new widget replaces the old widget by updating the underlying element (i.e., by calling [Element.update] with the new widget). Otherwise, the old element is removed from the tree, the new widget is inflated into an element, and the new element is inserted into the tree. In addition, using a [GlobalKey] as the widget's [key] allows the element to be moved around the tree (changing parent) without losing state. When a new widget is found (its key and type do not match a previous widget in the same location), but there was a widget with that same global key elsewhere in the tree in the previous frame, then that widget's element is moved to the new location. Generally, a widget that is the only child of another widget does not need an explicit key. See also: The discussions at [Key] and [GlobalKey]." />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>

Loading…
Cancel
Save