Compare commits

..

No commits in common. "0f7abac403697ee2b497fa39ddce6cbf4af10d9a" and "9710219bf3c7748f4af2d4510ec3c957088a82ca" have entirely different histories.

1 changed files with 1 additions and 14 deletions

View File

@ -74,16 +74,3 @@ SoyooFacade.InstallGame()
## 打包 ## 打包
执行命令 `node single-html/build.js` 执行命令 `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>
```