Skip to content

Commit fcd534c

Browse files
authored
Merge branch 'wechat-miniprogram:main' into main
2 parents 7fddf6a + adbb9ea commit fcd534c

File tree

5,266 files changed

+148426
-1016658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,266 files changed

+148426
-1016658
lines changed

.config/.vitepress/config.mts

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default defineConfig({
3535
{ text: "简介", link: "/README" },
3636
{ text: "安装与使用", link: "/Design/SDKInstaller" },
3737
{ text: "入门指南", link: "/Design/Guide" },
38+
{ text: "快速开始", link: "/Design/Transform" },
3839
{ text: "优秀案例", link: "/Design/ShowCase" },
3940
{ text: "更新日志", link: "/CHANGELOG.md" },
4041
],
@@ -45,6 +46,7 @@ export default defineConfig({
4546
{ text: "技术原理", link: "/Design/Summary" },
4647
{ text: "兼容性评估", link: "/Design/Evaluation" },
4748
{ text: "推荐引擎版本", link: "/Design/UnityVersion" },
49+
{ text: "技术常见问题QA", link: "/Design/DevelopmentQAList" },
4850
],
4951
},
5052
{
@@ -132,6 +134,7 @@ export default defineConfig({
132134
text: "能力适配",
133135
items: [
134136
{ text: "WX SDK 平台能力适配", link: "/Design/WX_SDK" },
137+
{ text: "音频视频适配", link: "/Design/AudioAndVideo" },
135138
{ text: "屏幕适配", link: "/Design/fixScreen" },
136139
{ text: "输入法适配", link: "/Design/InputAdaptation" },
137140
{ text: "排行榜与微信关系数据", link: "/Design/OpenData" },
@@ -146,6 +149,7 @@ export default defineConfig({
146149
items: [
147150
{ text: "开发错误调试与排查", link: "/Design/DebugAndException" },
148151
{ text: "现网错误日志上报与排查", link: "/Design/IssueForProduction" },
152+
{ text: "MiniGameConfig.asset 说明", link: "/Design/AssetDescription" },
149153
],
150154
},
151155
{

.config/dotnet-tools.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"csharpier": {
6+
"version": "0.28.2",
7+
"commands": [
8+
"dotnet-csharpier"
9+
],
10+
"rollForward": false
11+
}
12+
}
13+
}

.editorconfig

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Remove the line below if you want to inherit .editorconfig settings from higher directories
2+
root = true
3+
4+
#### Core EditorConfig Options ####
5+
6+
[*]
7+
# Indentation and spacing: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
8+
indent_style = space
9+
indent_size = 4
10+
end_of_line = crlf
11+
charset = utf-8
12+
trim_trailing_whitespace = true
13+
insert_final_newline = false
14+
15+
# C# files
16+
[*.cs]
17+
# C# formatting options: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/csharp-formatting-options
18+
csharp_new_line_before_open_brace = all
19+
csharp_new_line_before_else = true
20+
csharp_new_line_before_catch = true
21+
csharp_new_line_before_finally = true
22+
csharp_new_line_before_members_in_object_initializers = true
23+
csharp_new_line_before_members_in_anonymous_types = true
24+
csharp_new_line_between_query_expression_clauses = true
25+
26+
#### .NET Coding Conventions ####
27+
28+
# this. and Me. preferences
29+
dotnet_style_qualification_for_method = true
30+
31+
#### Diagnostic configuration ####
32+
33+
# CA1000: Do not declare static members on generic types
34+
dotnet_diagnostic.CA1000.severity = warning

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ docs
5656
node_modules
5757
.config/.vitepress/dist
5858
.config/.vitepress/cache
59+
Demo/API_V2/Assets/WX-WASM-SDK-V2/Editor/MiniGameConfig.asset

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,27 @@ SDK安装指引:[微信小游戏Unity、团结引擎转换插件WXSDK](Design/
1111
1. UnityPackage:[下载地址](https://game.weixin.qq.com/cgi-bin/gamewxagwasmsplitwap/getunityplugininfo?download=1)
1212
2. PackageManager(git URL): https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git
1313

14+
## 2024-8-28 【预发布】
15+
PackageManager(git URL): https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git#pre-v0.1.19
16+
### Feature
17+
* 普通: UDPSocket.write适配
18+
* 普通: 部分JS API接口更新
19+
* 普通: 云开发/云托管支持
20+
### Fixed
21+
* 普通: 修复.net8 OnApplicationFocus/Pause适配
22+
* 普通: 修复插件自动调节dpr后,获取不到实际dpr
23+
* 重要: 修复iOS18微信系统字体丢失
24+
* 重要: 修复游戏圈文案默认显示'打开游戏圈'的问题
25+
26+
## 2024-8-13 【重要更新】
27+
### Feature
28+
* 普通: 横竖屏切换,PC窗口大小自动适配
29+
* 普通: PC分辨率模糊,自动调节dpr属性
30+
### Fixed
31+
* 严重:修复多点触控产生的异常
32+
* 普通:适配2021,去_JS_Focus_Window
33+
* 普通:修复多线程压缩的扩展名判定
34+
1435
## 2024-7-09 【普通更新】
1536
### Feature
1637
* 普通:兼容2022新增的音频API

Demo/API/.vscode/settings.json

-55
This file was deleted.

Demo/API/.vsconfig

-6
This file was deleted.

Demo/API/Assets/Resources.meta

-8
This file was deleted.

Demo/API/Assets/Resources/Video Material.mat

-80
This file was deleted.

Demo/API/Assets/Resources/Video Material.mat.meta

-8
This file was deleted.

Demo/API/Assets/Resources/Video Render Texture.renderTexture

-40
This file was deleted.

Demo/API/Assets/Resources/Video Render Texture.renderTexture.meta

-8
This file was deleted.

Demo/API/Assets/Resources/long.mp3

-1.21 MB
Binary file not shown.

Demo/API/Assets/Resources/long.mp3.meta

-22
This file was deleted.

Demo/API/Assets/Resources/short.mp3

-2.88 KB
Binary file not shown.

Demo/API/Assets/Resources/short.mp3.meta

-22
This file was deleted.

Demo/API/Assets/Scenes.meta

-8
This file was deleted.

0 commit comments

Comments
 (0)