diff --git a/.gitignore b/.gitignore index 19163ea8..e899dec4 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ native #////////////////////////// # WebStorm #////////////////////////// -.idea/ \ No newline at end of file +.idea/ +extensions/ diff --git a/assets/script/game/wx_clound_client_api/USAGE.md b/assets/script/game/wx_clound_client_api/USAGE.md index ca4706fb..66c5eb96 100644 --- a/assets/script/game/wx_clound_client_api/USAGE.md +++ b/assets/script/game/wx_clound_client_api/USAGE.md @@ -441,3 +441,5 @@ export class GameDataManager { **更新时间**: 2024年 **维护者**: 游戏开发团队 + + diff --git a/build-templates/wechatgame/cloud_functions/cocos_cloud/API.md b/build-templates/wechatgame/cloud_functions/cocos_cloud/API.md index 49046561..50c44943 100644 --- a/build-templates/wechatgame/cloud_functions/cocos_cloud/API.md +++ b/build-templates/wechatgame/cloud_functions/cocos_cloud/API.md @@ -911,3 +911,5 @@ wx.cloud.callFunction({ **更新时间**: 2024年 **维护者**: 游戏开发团队 + + diff --git a/build-templates/wechatgame/cloud_functions/cocos_cloud/modules/auth.js b/build-templates/wechatgame/cloud_functions/cocos_cloud/modules/auth.js index e906f150..3b6b15ee 100644 --- a/build-templates/wechatgame/cloud_functions/cocos_cloud/modules/auth.js +++ b/build-templates/wechatgame/cloud_functions/cocos_cloud/modules/auth.js @@ -278,3 +278,5 @@ module.exports = { upgradeUserData }; + + diff --git a/build-templates/wechatgame/cloud_functions/cocos_cloud/modules/inventory.js b/build-templates/wechatgame/cloud_functions/cocos_cloud/modules/inventory.js index bcf9e117..b3017c8f 100644 --- a/build-templates/wechatgame/cloud_functions/cocos_cloud/modules/inventory.js +++ b/build-templates/wechatgame/cloud_functions/cocos_cloud/modules/inventory.js @@ -496,3 +496,5 @@ module.exports = { SUPPORTED_TYPES }; + + diff --git a/build-templates/wechatgame/cloud_functions/cocos_cloud/modules/response.js b/build-templates/wechatgame/cloud_functions/cocos_cloud/modules/response.js index b55aef86..92730977 100644 --- a/build-templates/wechatgame/cloud_functions/cocos_cloud/modules/response.js +++ b/build-templates/wechatgame/cloud_functions/cocos_cloud/modules/response.js @@ -265,3 +265,5 @@ module.exports = { ERROR_CODES }; + + diff --git a/extensions/oops-plugin-framework b/extensions/oops-plugin-framework index 0ec61f89..0cfa95d8 160000 --- a/extensions/oops-plugin-framework +++ b/extensions/oops-plugin-framework @@ -1 +1 @@ -Subproject commit 0ec61f895c95fff00aa8372ece1f551575ce8e78 +Subproject commit 0cfa95d8f10d2692a09e4a629f2ca86b757506f3 diff --git a/extensions/oops-plugin-framework.rar b/extensions/oops-plugin-framework.rar deleted file mode 100644 index 494d2a4a..00000000 Binary files a/extensions/oops-plugin-framework.rar and /dev/null differ