Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
release: v0.0.3 导出功能新增JSON格式,更新部分文档
Browse files Browse the repository at this point in the history
  • Loading branch information
gantrol committed Feb 15, 2023
1 parent 4a51e6a commit 0375b4c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 94 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@
This edge extension adds a Button for exporting Bing Chat Content as:

- PNG
- JPG
- JSON

And it removes the welcome message.

## Usage

Click Button below feedback button at right bottom of the chat UI.
Click Buttons below feedback button at right bottom of the chat UI.

![buttons](https://user-images.githubusercontent.com/31330732/218730012-7a7a7f0d-1762-4d9c-b9b9-d6cb05f21382.png)
![buttons](assets/demo_buttons.png)

Current result:

Expand All @@ -31,7 +33,7 @@ Current result:

## Main TODO

1. export as Markdown, JSON
1. export as Markdown
2. reload chat with JSON
3. auto cache the history session

Expand Down
12 changes: 7 additions & 5 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
通过添加相关按钮,这个插件添加可以将聊天记录导出,目前支持的格式为:

- PNG
- JPG
- JSON

> 注意:为了避免欢迎页占用过多篇幅,这个插件直接移除了欢迎页面,后续将考虑作为选项。
Expand All @@ -17,7 +19,7 @@

安装插件后,在与必应聊天的界面(非搜索侧边栏),右下角原先只有反馈按钮,会增加相应导出按钮。如PNG即为导出为PNG。

![1676378602296](https://user-images.githubusercontent.com/31330732/218741972-65e4d64a-35a7-4c7e-83fd-1a9720afbd66.png)
![buttons](assets/demo_cn_buttons.png)

现阶段结果示例(可导出长图):

Expand All @@ -27,19 +29,19 @@
## 接下来的主要 TODO

1. 导出格式添加JSON、Markdown
1. 导出格式添加Markdown
2. 通过导入 JSON,“重新加载”对话
3. 自动缓存历史对话列表

Others are placed in [todo.md](todo.md)
其他详见[项目看板](https://github.com/users/gantrol/projects/5)

## 开发

> 以下是`Plasmo`库的文档。后续有空再调整为中文。
This is a [Plasmo extension](https://docs.plasmo.com/) project bootstrapped with [`plasmo init`](https://www.npmjs.com/package/plasmo).
这是一个以 [Plasmo 插件开发框架](https://docs.plasmo.com/) 为基础的插件应用(改代码不用手工reload)

### Getting Started
### 起步

First, make sure to replace `type="ts"` with `lang="ts"` in your Svelte components.

Expand Down
Binary file added assets/demo_buttons.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 assets/demo_cn_buttons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 0 additions & 86 deletions background.md

This file was deleted.

0 comments on commit 0375b4c

Please sign in to comment.