Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ppgee committed Jan 26, 2024
1 parent 255da9e commit 8f66022
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/playable-adapter-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playable-adapter-core",
"version": "1.0.0",
"version": "1.0.1",
"description": "A node application for exporting playable ads",
"title": "Playable Adapter Core",
"main": "dist/playable-adapter-core.js",
Expand Down
25 changes: 4 additions & 21 deletions packages/playable-ads-adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,10 @@ Cocos广告试玩多渠道导出插件

### 支持渠道

- AppLovin

- Facebook

- Google

- IronSource

- Liftoff

- Mintegral

- Moloco

- Pangle

- Rubeex

- Tiktok

- Unity
| | AppLovin | Facebook | Google | IronSource | Liftoff | Mintegral | Moloco | Pangle | Rubeex | Tiktok | Unity |
| ------------ | -------- | -------- | ------ | ---------- | ------- | --------- | ------ | ------ | ------ | ------ | ----- |
| **>= 2.4.6** ||||||||||||
| **3.8.x** ||||||||||||

### 额外支持功能

Expand Down
2 changes: 1 addition & 1 deletion packages/playable-ads-adapter/i18n/en.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"use strict";module.exports={description:"A adapter builder"};
"use strict";module.exports={description:"Playable Ads Adapter"};
2 changes: 1 addition & 1 deletion packages/playable-ads-adapter/i18n/zh.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"use strict";module.exports={description:"适配构建器"};
"use strict";module.exports={description:"广告试玩适配器"};
3 changes: 2 additions & 1 deletion packages/playable-ads-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": "1.3.3",
"version": "1.3.4",
"name": "playable-ads-adapter",
"description": "i18n:playable-ads-adapter.description",
"main": "./main.js",
"devDependencies": {
"@rollup/plugin-alias": "^4.0.2",
Expand Down

0 comments on commit 8f66022

Please sign in to comment.