-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize the canvas transform strategy
- Loading branch information
1 parent
1833c81
commit 6dfc04d
Showing
5 changed files
with
96 additions
and
2,746 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Baidu MiniGame Support 0.2.9 Release Notes | ||
|
||
- **[OPTIMIZE]** Optimize the canvas transform strategy | ||
- **[OPTIMIZE]** Remove invalid comments and reduce the volume of the adapter layer js file | ||
|
||
|
||
## 百度小游戏支持库 0.2.9 更新日志 | ||
- **[优化]** 优化 canvas 缩放策略 | ||
- **[优化]** 移除无效的注释,减小适配层 js 文件体积 | ||
|
||
|
||
【2019.10.15】 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"projectType": "baidugame", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"args": [ | ||
{ | ||
"name": "appid", | ||
|
Oops, something went wrong.