Skip to content

Commit 8f66022

Browse files
committed
docs: update docs
1 parent 255da9e commit 8f66022

File tree

5 files changed

+9
-25
lines changed

5 files changed

+9
-25
lines changed

packages/playable-adapter-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playable-adapter-core",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A node application for exporting playable ads",
55
"title": "Playable Adapter Core",
66
"main": "dist/playable-adapter-core.js",

packages/playable-ads-adapter/README.md

+4-21
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,10 @@ Cocos广告试玩多渠道导出插件
3232

3333
### 支持渠道
3434

35-
- AppLovin
36-
37-
- Facebook
38-
39-
- Google
40-
41-
- IronSource
42-
43-
- Liftoff
44-
45-
- Mintegral
46-
47-
- Moloco
48-
49-
- Pangle
50-
51-
- Rubeex
52-
53-
- Tiktok
54-
55-
- Unity
35+
| | AppLovin | Facebook | Google | IronSource | Liftoff | Mintegral | Moloco | Pangle | Rubeex | Tiktok | Unity |
36+
| ------------ | -------- | -------- | ------ | ---------- | ------- | --------- | ------ | ------ | ------ | ------ | ----- |
37+
| **>= 2.4.6** ||||||||||||
38+
| **3.8.x** ||||||||||||
5639

5740
### 额外支持功能
5841

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"use strict";module.exports={description:"A adapter builder"};
1+
"use strict";module.exports={description:"Playable Ads Adapter"};
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"use strict";module.exports={description:"适配构建器"};
1+
"use strict";module.exports={description:"广告试玩适配器"};

packages/playable-ads-adapter/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"version": "1.3.3",
2+
"version": "1.3.4",
33
"name": "playable-ads-adapter",
4+
"description": "i18n:playable-ads-adapter.description",
45
"main": "./main.js",
56
"devDependencies": {
67
"@rollup/plugin-alias": "^4.0.2",

0 commit comments

Comments
 (0)