Skip to content

Commit 6553f2a

Browse files
authored
Update CustomLoading.md
1 parent 8778401 commit 6553f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Design/CustomLoading.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ loadingPageConfig: {
2929
*/
3030
designWidth: 0, // 设计宽度,单位px
3131
designHeight: 0, // 设计高度,单位px
32-
scaleMode: '', // 缩放模式, 取值和效果参考,https://docs.egret.com/engine/docs/screenAdaptation/zoomMode
32+
scaleMode: '', // 缩放模式, 取值和效果参考,https://github.com/egret-labs/egret-docs/blob/master/Engine2D/screenAdaptation/zoomMode/README.md
3333
// 以下配置的样式,尺寸相对设计宽高
3434
textConfig: {
3535
firstStartText: '首次加载请耐心等待', // 首次启动时提示文案
@@ -147,7 +147,7 @@ loadingPageConfig: {
147147

148148
- `scaleMode`取值
149149
```js
150-
// https://docs.egret.com/engine/docs/screenAdaptation/zoomMode
150+
// https://github.com/egret-labs/egret-docs/blob/master/Engine2D/screenAdaptation/zoomMode/README.md
151151
export const scaleMode = {
152152
noBorder: 'NO_BORDER', // 常用之一,不留黑边
153153
exactFit: 'EXACT_FIT',

0 commit comments

Comments
 (0)