change readme
parent
c9d1d5f056
commit
0bbfc9d1b8
29
README.md
29
README.md
|
@ -41,20 +41,26 @@ SoyooFacade.InstallGame()
|
||||||
0. 把目标目录web-mobile复制到soyoo-cocos目录下。
|
0. 把目标目录web-mobile复制到soyoo-cocos目录下。
|
||||||
1. 删掉index.html里的js代码部分
|
1. 删掉index.html里的js代码部分
|
||||||
2. 在body最后加上
|
2. 在body最后加上
|
||||||
`<script src="loader-and-starter.js" charset="utf-8"></script>
|
`
|
||||||
<script src="asset-map.js" charset="utf-8"></script>`
|
<script src="loader-and-starter.js" charset="utf-8"></script>
|
||||||
|
<script src="asset-map.js" charset="utf-8"></script>
|
||||||
|
`
|
||||||
|
|
||||||
## 渠道处理
|
## 渠道处理
|
||||||
### applovin
|
### applovin
|
||||||
1. 把networks/applovin.js 复制到web-mobile下
|
1. 把networks/applovin.js 复制到web-mobile下
|
||||||
2. 编辑复制的applovin.js, 在前几行填入对应的iosUrl和androidUrl
|
2. 编辑复制的applovin.js, 在前几行填入对应的iosUrl和androidUrl
|
||||||
3. 编辑index.html,在body最后加上
|
3. 编辑index.html,在body最后加上
|
||||||
`<script src="applovin.js" charset="utf-8"></script>`
|
`
|
||||||
|
<script src="applovin.js" charset="utf-8"></script>
|
||||||
|
`
|
||||||
|
|
||||||
### applovin
|
### applovin
|
||||||
1. 把networks/mintegral.js 复制到web-mobile下
|
1. 把networks/mintegral.js 复制到web-mobile下
|
||||||
2. 编辑index.html,在body最后加上
|
2. 编辑index.html,在body最后加上
|
||||||
`<script src="mintegral.js" charset="utf-8"></script>`
|
`
|
||||||
|
<script src="mintegral.js" charset="utf-8"></script>
|
||||||
|
`
|
||||||
|
|
||||||
### moloco
|
### moloco
|
||||||
1. 把`networks/moloco.js`复制到web-mobile目录下。
|
1. 把`networks/moloco.js`复制到web-mobile目录下。
|
||||||
|
@ -65,4 +71,17 @@ 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>
|
||||||
|
```
|
Loading…
Reference in New Issue