Commit 8f66022 1 parent 255da9e commit 8f66022 Copy full SHA for 8f66022
File tree 5 files changed +9
-25
lines changed
5 files changed +9
-25
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playable-adapter-core" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A node application for exporting playable ads" ,
5
5
"title" : " Playable Adapter Core" ,
6
6
"main" : " dist/playable-adapter-core.js" ,
Original file line number Diff line number Diff line change @@ -32,27 +32,10 @@ Cocos广告试玩多渠道导出插件
32
32
33
33
### 支持渠道
34
34
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** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
56
39
57
40
### 额外支持功能
58
41
Original file line number Diff line number Diff line change 1
- "use strict" ; module . exports = { description :"A adapter builder " } ;
1
+ "use strict" ; module . exports = { description :"Playable Ads Adapter " } ;
Original file line number Diff line number Diff line change 1
- "use strict" ; module . exports = { description :"适配构建器 " } ;
1
+ "use strict" ; module . exports = { description :"广告试玩适配器 " } ;
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.3.3 " ,
2
+ "version" : " 1.3.4 " ,
3
3
"name" : " playable-ads-adapter" ,
4
+ "description" : " i18n:playable-ads-adapter.description" ,
4
5
"main" : " ./main.js" ,
5
6
"devDependencies" : {
6
7
"@rollup/plugin-alias" : " ^4.0.2" ,
You can’t perform that action at this time.
0 commit comments