Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/docs/en/guide/transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,16 @@ Go to the [Disqus backend](https://disqus.com/admin), find "Moderation - Export"

### Commento

You can export the data file in JSON format from the Commento backend, then use the [conversion tool](#conversion-tool) for conversion.
Go to the Commento backend, click on "General - Export" in sequence, export the data file in JSON format, and then use the [conversion tool](#conversion-tool) for conversion.

[Image, to be supplemented...]
![](/images/transfer/commento.png)

### Twikoo
[Twikoo](https://twikoo.js.org/) can obtain the JSON file through the "Export" section in the administrative panel where it is located, and then convert it using the [conversion tool](#conversion-tool).

[Twikoo](https://twikoo.js.org/) is a comment system developed based on Tencent Cloud. Go to the [Tencent Cloud backend](https://console.cloud.tencent.com/tcb) to export the comment data file in JSON format, then use the [conversion tool](#conversion-tool) for conversion.
![](/images/transfer/twikoo-control.png)

In addition, for Twikoo tencent cloud deployment, you can travel to [Tencent Cloud Background](https://console.cloud.tencent.com/tcb) export comment JSON format data.

<img src="/images/transfer/tencent-tcb.png" style="max-width: 480px;">

Expand Down
Binary file added docs/docs/images/transfer/commento.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/images/transfer/twikoo-control.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions docs/docs/zh/guide/transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,19 @@ typecho-20220424-202246.artrans

### Commento

你可在 Commento 后台导出 JSON 格式的数据文件,然后使用[转换工具](#转换工具)进行转换。
前往 Commento 后台,依次点击「General - Export」,导出 JSON 格式的数据文件,然后使用[转换工具](#转换工具)进行转换。

【图示,待补充...】
![](/images/transfer/commento.png)

### Twikoo

[Twikoo](https://twikoo.js.org/) 是一款基于腾讯云开发的评论系统,可前往 [腾讯云后台](https://console.cloud.tencent.com/tcb) 导出 JSON 格式的评论数据,然后使用[转换工具](#转换工具)进行转换。
[Twikoo](https://twikoo.js.org/) 可以通过所在管理面板中的「导出」板块获取JSON 文件,然后使用[转换工具](#转换工具)进行转换。

<img src="/images/transfer/tencent-tcb.png" style="max-width: 480px;">
![](/images/transfer/twikoo-control.png)

除此之外,对于腾讯云一键部署的Twikoo,可前往 [腾讯云后台](https://console.cloud.tencent.com/tcb) 导出 JSON 格式的评论数据。

![](/images/transfer/tencent-tcb.png)

### Artalk v1 (PHP 旧版后端)

Expand Down