|
|
<application>
|
|
|
<component name="Translation.Cache">
|
|
|
<option name="lastTrimTime" value="1708934666033" />
|
|
|
</component>
|
|
|
<component name="Translation.Settings">
|
|
|
<option name="primaryLanguage" value="CHINESE" />
|
|
|
<option name="translator" value="GOOGLE" />
|
|
|
</component>
|
|
|
<component name="Translation.States">
|
|
|
<histories>
|
|
|
<item value="feat: reduce loading timeout of webview." />
|
|
|
<item value="feat: update spar pack page; set cache mode of webview to LOAD_CACHE_ELSE_NETWORK only when not connected to network." />
|
|
|
<item value="Overrides the way the cache is used. The way the cache is used is based on the navigation type. For a normal page load, the cache is checked and content is re-validated as needed. When navigating back, content is not revalidated, instead the content is just retrieved from the cache. This method allows the client to override this behavior by specifying one of LOAD_DEFAULT, LOAD_CACHE_ELSE_NETWORK, LOAD_NO_CACHE or LOAD_CACHE_ONLY. The default value is LOAD_DEFAULT." />
|
|
|
<item value="in Premultiplied" />
|
|
|
<item value="PDF 417_COMPACT" />
|
|
|
<item value="MARGIN" />
|
|
|
<item value="MAX SIZE" />
|
|
|
<item value="MIN SIZE" />
|
|
|
<item value="DATA MATRIX COMPACT" />
|
|
|
<item value="DATA MATRIX SHAPE" />
|
|
|
<item value="CHARACTER SET" />
|
|
|
<item value="ERROR CORRECTION" />
|
|
|
<item value="pixels – The colors to write to the bitmap offset – The index of the first color to read from pixels[] stride – The number of colors in pixels[] to skip between rows. Normally this value will be the same as the width of the bitmap, but it can be larger (or negative). x – The x coordinate of the first pixel to write to in the bitmap. y – The y coordinate of the first pixel to write to in the bitmap. width – The number of colors to copy from pixels[] per row height – The number of rows to write to the bitmap" />
|
|
|
<item value="recive Invite Reward" />
|
|
|
<item value="Return the FragmentActivity this fragment is currently associated with. May return null if the fragment is associated with a Context instead." />
|
|
|
<item value="tracking activityPage events." />
|
|
|
<item value="No Jagged Image View" />
|
|
|
<item value="fix: favoriteIntimacyExp logic and arouter defines." />
|
|
|
<item value="fix: unity model scale issue when enter skin fragment." />
|
|
|
<item value="fix: layout of item_gift and display order of act events; fix: currency list not loaded on mall page when open via deeplink." />
|
|
|
<item value="Calls the specified function block with this value as its receiver and returns its result. For detailed usage information see the documentation for scope functions ." />
|
|
|
<item value="feat: add intimacy page and feed page; task act page support h5." />
|
|
|
<item value="Unsupported App Usage" />
|
|
|
<item value="context" />
|
|
|
<item value="Sets up the given animation to play when the animation supplied in the play(Animator) call that created this Builder object ends. Params: anim – The animation that will play when the animation supplied to the play(Animator) method ends." />
|
|
|
<item value="Sets up the given animation to play when the animation supplied in the play(Animator) call that created this Builder object to start when the animation supplied in this method call ends. Params: anim – The animation whose end will cause the animation supplied to the play(Animator) method to play." />
|
|
|
<item value="Sets up the animation supplied in the play(Animator) call that created this Builder object to play when the given amount of time elapses. Params: delay – The number of milliseconds that should elapse before the animation starts." />
|
|
|
<item value="before" />
|
|
|
<item value="出现" />
|
|
|
<item value="intimacy" />
|
|
|
<item value="Whether the inflated hierarchy should be attached to the root parameter? If false, root is only used to create the correct subclass of LayoutParams for the root view in the XML." />
|
|
|
<item value="Favorability" />
|
|
|
<item value="cover" />
|
|
|
<item value="[Duration] to complate opacity animation. ```dart animationDuration: const Duration(milliseconds: 2000), ```" />
|
|
|
<item value="[Duration] for how long flutter splash screen should stay. NOTE: Do not use [duration] with [asyncNavigationCallback] as [asyncNavigationCallback]'s aim is to navigate only after call back completes. ```dart duration: const Duration(milliseconds: 2000), ```" />
|
|
|
<item value="wish goods detail link from server." />
|
|
|
<item value="wish exchange good detail link from server." />
|
|
|
<item value="实现收货地址编辑功能" />
|
|
|
<item value="<!-- Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key. The default value is false (multi-line wrapped text mode) for non-editable text, but if you specify any value for inputType, the default is true (single-line input field mode). {@deprecated This attribute is deprecated. Use <code>maxLines<code> instead to change the layout of a static text, and use the <code>textMultiLine<code> flag in the inputType attribute instead for editable text views (if both singleLine and inputType are supplied, the inputType flags will override the value of singleLine). } -->" />
|
|
|
<item value="design game res model" />
|
|
|
<item value="Expands each element of this [Iterable] into zero or more elements. The resulting Iterable runs through the elements returned by [toElements] for each element of this, in iteration order. The returned [Iterable] is lazy, and calls [toElements] for each element of this iterable every time the returned iterable is iterated. Example: ```dart Iterable<int> count(int n) sync { for (var i = 1; i <= n; i++) { yield i; } } var numbers = [1, 3, 0, 2]; print(numbers.expand(count)); (1, 1, 2, 3, 1, 2) ``` Equivalent to: ``` Iterable<T> expand<T>(Iterable<T> toElements(E e)) sync { for (var value in this) { yield toElements(value); } } ```" />
|
|
|
<item value="expand" />
|
|
|
<item value="fold" />
|
|
|
<item value="expend" />
|
|
|
<item value="Only the selected [NavigationRailDestination] will show its label. The label will animate in and out as new [NavigationRailDestination]s are selected." />
|
|
|
<item value="Option to display a leading widget at the top of the navigation rail at the middle breakpoint." />
|
|
|
<item value="Option to display a leading widget at the top of the navigation rail at the largest breakpoint." />
|
|
|
<item value="Option to display a trailing widget below the destinations of the navigation rail at the largest breakpoint." />
|
|
|
<item value="Determines which theme will be used by the application if both [theme] and [darkTheme] are provided. If set to [ThemeMode.system], the choice of which theme to use will be based on the user's system preferences. If the [MediaQuery.platformBrightnessOf] is [Brightness.light], [theme] will be used. If it is [Brightness.dark], [darkTheme] will be used (unless it is null, in which case [theme] will be used. If set to [ThemeMode.light] the [theme] will always be used, regardless of the user's system preference. If set to [ThemeMode.dark] the [darkTheme] will be used regardless of the user's system preference. If [darkTheme] is null then it will fallback to using [theme]. The default value is [ThemeMode.system]. See also: [theme], which is used when a light mode is selected. [darkTheme], which is used when a dark mode is selected. [ThemeData.brightness], which indicates to various parts of the system what kind of theme is being used." />
|
|
|
<item value="A Widget that takes a mapping of [SlotLayoutConfig]s to [Breakpoint]s and adds the appropriate Widget based on the current screen size. See also: [AdaptiveLayout], where [SlotLayout]s are assigned to placements on the screen called "slots"." />
|
|
|
</histories>
|
|
|
<option name="languageScores">
|
|
|
<map>
|
|
|
<entry key="CHINESE" value="276" />
|
|
|
<entry key="ENGLISH" value="277" />
|
|
|
<entry key="HAWAIIAN" value="1" />
|
|
|
<entry key="POLISH" value="1" />
|
|
|
<entry key="ROMANIAN" value="1" />
|
|
|
</map>
|
|
|
</option>
|
|
|
</component>
|
|
|
</application> |