diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c597a3f..760f15c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Others - 其他 * 普通:网络接口如UnityWebRequest支持通过添加特殊请求头`request.SetRequestHeader("wechatminigame-skipclean", "1")`不做旧缓存淘汰。 * 普通:适配插件版本升级到1.2.50 +## 2024-5-15 【普通更新】 ### Fixed * 普通:修复团结版dotnet wasm加载报错 * 普通:修复音频的长度为负数时的异常stop diff --git a/Editor/MiniGameConfig.asset b/Editor/MiniGameConfig.asset index 37958bce..04612c49 100644 --- a/Editor/MiniGameConfig.asset +++ b/Editor/MiniGameConfig.asset @@ -72,3 +72,23 @@ MonoBehaviour: debugMode: 0 force: 0 PlayerPrefsKeys: [] + FontOptions: + CJK_Unified_Ideographs: 1 + C0_Controls_and_Basic_Latin: 1 + CJK_Symbols_and_Punctuation: 1 + General_Punctuation: 1 + Enclosed_CJK_Letters_and_Months: 1 + Vertical_Forms: 1 + CJK_Compatibility_Forms: 1 + Miscellaneous_Symbols: 1 + CJK_Compatibility: 1 + Halfwidth_and_Fullwidth_Forms: 1 + Dingbats: 1 + Letterlike_Symbols: 1 + Enclosed_Alphanumerics: 1 + Number_Forms: 1 + Currency_Symbols: 1 + Arrows: 1 + Geometric_Shapes: 1 + Mathematical_Operators: 1 + CustomUnicode: diff --git a/Editor/wx-editor.dll b/Editor/wx-editor.dll index 3be12a8d..f9a210cc 100644 Binary files a/Editor/wx-editor.dll and b/Editor/wx-editor.dll differ diff --git a/Runtime/Plugins/wx-runtime-editor.dll b/Runtime/Plugins/wx-runtime-editor.dll index a53eb222..b0818b55 100644 Binary files a/Runtime/Plugins/wx-runtime-editor.dll and b/Runtime/Plugins/wx-runtime-editor.dll differ diff --git a/Runtime/Plugins/wx-runtime.dll b/Runtime/Plugins/wx-runtime.dll index 8bc1d48a..04c59fb3 100644 Binary files a/Runtime/Plugins/wx-runtime.dll and b/Runtime/Plugins/wx-runtime.dll differ diff --git a/package.json b/package.json index 0c7efe88..550aeb58 100644 --- a/package.json +++ b/package.json @@ -1 +1 @@ -{"name":"com.qq.weixin.minigame","displayName":"WXSDK","description":"WeChat Mini Game Tuanjie Engine Adapter SDK Package.","version":"0.1.11","unity":"2019.4","unityRelease":"29f1","keywords":["Tuanjie","WX"],"dependencies":{}} +{"name":"com.qq.weixin.minigame","displayName":"WXSDK","description":"WeChat Mini Game Tuanjie Engine Adapter SDK Package.","version":"0.1.12","unity":"2019.4","unityRelease":"29f1","keywords":["Tuanjie","WX"],"dependencies":{}}