Skip to content

Commit 4061998

Browse files
author
uhu
committed
feat: update MiniGameConfig.asset
1 parent c202b06 commit 4061998

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

Diff for: Design/AssetDescription.md

+32-32
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,22 @@
6464
| iOSAutoGCInterval | int | iOS高性能模式自动GC间隔(毫秒)。 |
6565
| enableIOSPerformancePlus | bool | 是否使用iOS高性能Plus。 |
6666
| brotliMT: 1 | bool | 是否使用brotli多线程压缩 |
67+
| autoAdaptScreen | bool | 是否使用自适应屏幕尺寸变化 |
6768

6869
## CompressTexture:
6970

7071
以下是微信压缩纹理工具涉及配置,如未使用微信压缩纹理工具可以不予设置。
7172

72-
| 字段 | 类型 | 说明 |
73-
| --- | --- | --- |
74-
| halfSize | bool | 已废弃。|
75-
| useDXT5 | bool | 是否开启PC压缩纹理。 |
76-
| bundleSuffix | string | 已废弃。|
77-
| parallelWithBundle | int | 已废弃。 |
78-
| bundleDir | string | 自定义AB包目录路径。 |
79-
| dstMinDir | string | 压缩纹理产物输出目录。 |
80-
| debugMode | bool | 是否开启仅ASTC模式。 |
81-
| force | bool | 是否强制重新执行。 |
82-
73+
| 字段 | 类型 | 说明 |
74+
| ------------------ | ------ | ---------------------- |
75+
| halfSize | bool | 已废弃。 |
76+
| useDXT5 | bool | 是否开启 PC 压缩纹理。 |
77+
| bundleSuffix | string | 已废弃。 |
78+
| parallelWithBundle | int | 已废弃。 |
79+
| bundleDir | string | 自定义 AB 包目录路径。 |
80+
| dstMinDir | string | 压缩纹理产物输出目录。 |
81+
| debugMode | bool | 是否开启仅 ASTC 模式。 |
82+
| force | bool | 是否强制重新执行。 |
8383

8484
## PlayerPrefsKeys:
8585

@@ -89,24 +89,24 @@
8989

9090
字体相关配置。请阅读 [WXFont章节](./WXFont.md)
9191

92-
| 字段 | 类型 | 说明 |
93-
| --- | --- | --- |
94-
|CJK_Unified_Ideographs | bool | - |
95-
|C0_Controls_and_Basic_Latin | bool | - |
96-
|CJK_Symbols_and_Punctuation | bool | - |
97-
|General_Punctuation | bool | - |
98-
|Enclosed_CJK_Letters_and_Months | bool | - |
99-
|Vertical_Forms | bool | - |
100-
|CJK_Compatibility_Forms | bool | - |
101-
|Miscellaneous_Symbols | bool | - |
102-
|CJK_Compatibility | bool | - |
103-
|Halfwidth_and_Fullwidth_Forms | bool | - |
104-
|Dingbats | bool | - |
105-
|Letterlike_Symbols | bool | - |
106-
|Enclosed_Alphanumerics | bool | - |
107-
|Number_Forms | bool | - |
108-
|Currency_Symbols | bool | - |
109-
|Arrows | bool | - |
110-
|Geometric_Shapes | bool | - |
111-
|Mathematical_Operators | bool | - |
112-
|CustomUnicode | bool | - |
92+
| 字段 | 类型 | 说明 |
93+
| ------------------------------- | ---- | ---- |
94+
| CJK_Unified_Ideographs | bool | - |
95+
| C0_Controls_and_Basic_Latin | bool | - |
96+
| CJK_Symbols_and_Punctuation | bool | - |
97+
| General_Punctuation | bool | - |
98+
| Enclosed_CJK_Letters_and_Months | bool | - |
99+
| Vertical_Forms | bool | - |
100+
| CJK_Compatibility_Forms | bool | - |
101+
| Miscellaneous_Symbols | bool | - |
102+
| CJK_Compatibility | bool | - |
103+
| Halfwidth_and_Fullwidth_Forms | bool | - |
104+
| Dingbats | bool | - |
105+
| Letterlike_Symbols | bool | - |
106+
| Enclosed_Alphanumerics | bool | - |
107+
| Number_Forms | bool | - |
108+
| Currency_Symbols | bool | - |
109+
| Arrows | bool | - |
110+
| Geometric_Shapes | bool | - |
111+
| Mathematical_Operators | bool | - |
112+
| CustomUnicode | bool | - |

0 commit comments

Comments
 (0)