Compare commits

..

2 Commits

Author SHA1 Message Date
guofei 0f7abac403 Merge branch 'master' of https://gogs.soyootech.com/guofei/soyoo-cocos 2024-12-11 11:39:25 +08:00
guofei 0bbfc9d1b8 change readme 2024-12-11 11:38:59 +08:00
1 changed files with 14 additions and 1 deletions

View File

@ -73,4 +73,17 @@ SoyooFacade.InstallGame()
## 打包
执行命令 `node single-html/build.js`
生成目标文件 `dist/index.html`即为目标文件
生成目标文件 `dist/index.html`即为目标文件
```css
@media (orientation: landscape) {#splash {background-size: 15% !important;}}
```
```js
<script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.15.1/vconsole.min.js"></script>
<script>new VConsole()</script>
```