Skip to content

Commit

Permalink
將設定功能整合到左側選單&&新增超級樣板功能&&更新圖片和介紹
Browse files Browse the repository at this point in the history
  • Loading branch information
joe committed Apr 29, 2023
1 parent a056df0 commit da8b2b7
Show file tree
Hide file tree
Showing 17 changed files with 1,782 additions and 236 deletions.
54 changes: 49 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@

- 提供 10 種的問題範本,方便使用者快速建立問題。
- 提供客製化的設定視窗,讓使用者能夠自由設計問題的格式。
- 提供 10 組的超級樣板,可更加靈活製作問題範本。
- 提供 5 組客製快速回覆的按鈕,讓使用者能夠自由設計快速回覆的內容。
- 支援 Windows 和 Mac 平台的快捷鍵功能,讓使用者更加快速地操作。
- 支援 Dark Mode,讓使用者在低光環境下也能舒適地使用。
- 可匯出設定檔,和朋友分享您設計的問題樣板和快速回覆文字。
- 可匯出設定檔,和朋友分享你設計的問題樣板和快速回覆文字。
- 可下載當前對話的網頁,和朋友分享對話。

> 請注意:本工具僅提供 輔助對話 和 快捷鍵 功能,並不包括 ChatGPT 4.0 的使用。如果您需要使用 ChatGPT 4.0,請自行前往官方網站訂閱。
## 贊助作者

如果您覺得這個小工具實用,歡迎請作者喝杯咖啡,感謝您的支持!

<a href="https://www.buymeacoffee.com/Joe.lin" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

## 操作功能一覽

### Mac 快捷鍵
Expand Down Expand Up @@ -161,6 +169,13 @@ ChatGPT 雖厲害,但也有其極限,所以我們要加強自己的判斷力

> 推薦用這個[ 網站 ](https://regex101.com/)來驗證是否正確
### 程式碼轉換

![](https://i.imgur.com/QkKVMfb.png)

![](https://i.imgur.com/kcgDfba.png)


### 程式開發建議

![](https://i.imgur.com/knl8qSM.png)
Expand Down Expand Up @@ -262,12 +277,41 @@ ChatGPT 雖厲害,但也有其極限,所以我們要加強自己的判斷力
### 0.6.0 版

送審日期:2023/4/20
通過日期:正在審核中
通過日期:2023/4/22

* 將『轉換 3.5 / 4.0』 功能的快捷鍵,調整為 主鍵 + B

## 贊助作者
### 0.7.0 版

如果您覺得這個小工具實用,歡迎請作者喝杯咖啡,感謝您的支持!
送審日期:2023/4/22
通過日期:2023/4/25

- 調整提問視窗的輸入框,預設顯示15行,每行最多顯示50個字。
- 每個設定視窗的右下方增加 buy me a coffee 按鈕
- 右側選單寬度微調

### 0.8.0 版

送審日期:2023/4/25
通過日期:2023/4/27

- 加入多國語系,預設英文,支援繁體中文、簡體中文、日文、韓文
- 調整 爬山 prompt 為 食譜
- 修正匯入的問題
- 因 ChatGPT 改版,修正左側選單擺放位置

### 0.9.0 版

送審日期:2023/4/30
通過日期:送審中

- 將設定功能選項,整合到左側的各式功能設定

![](https://i.imgur.com/37Ad7sI.png)

- 新增全新超級樣板,可更加靈活製作問題範本

![](https://i.imgur.com/4nbcS7t.png)

![](https://i.imgur.com/eQtFO1v.png)

<a href="https://www.buymeacoffee.com/Joe.lin" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
26 changes: 26 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"button_import_only_replay": {
"message": "Import Quick Replies Only"
},
"button_import_only_super_prompt": {
"message": "Import only the Super Template"
},
"button_reset": {
"message": "Restore System Defaults"
},
Expand All @@ -41,6 +44,9 @@
"nav_item_download_message_html": {
"message": "Download Conversation"
},
"nav_item_settings": {
"message": "Various function settings"
},
"menu_item_continue": {
"message": "Continue"
},
Expand All @@ -50,6 +56,12 @@
"menu_prompt_template2_settings": {
"message": "Prompt Settings 2"
},
"menu_super_prompt_template_settings": {
"message": "Super template settings"
},
"menu_super_prompt_template_settings2": {
"message": "Super template2 settings"
},
"menu_reply_message_settings": {
"message": "Reply Settings"
},
Expand Down Expand Up @@ -77,6 +89,9 @@
"table_title_replay_message": {
"message": "Quick Reply Message"
},
"table_title_super_prompt_text": {
"message": "Super template content"
},
"alert_not_found_input": {
"message": "Cannot find the input box of ChatGPT!"
},
Expand All @@ -98,6 +113,9 @@
"placeholder_please_input": {
"message": "Please enter"
},
"placeholder_supper_prompt_desc": {
"message": "Using {{}} can represent a field. You can set the field name and default value in {{}}, for example: {{ role || chef }}."
},
"confirm_is_reset_system_settings": {
"message": "Are you sure you want to restore to the system's default templates and quick replies?"
},
Expand Down Expand Up @@ -125,6 +143,14 @@
}
}
},
"confirm_is_import_only_super_prompt_template": {
"message": "Confirm to import the Super Template for only '$fileName$''?",
"placeholders": {
"fileName": {
"content": "$1"
}
}
},
"export_file_name": {
"message": "ChatGPTQuestionAssistant_Settings_$year$year_$month$month_$date$date_$hour$hour_$minute$minute_$seconds$seconds",
"placeholders": {
Expand Down
26 changes: 26 additions & 0 deletions _locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"button_import_only_replay": {
"message": "迅速な返信のみインポート"
},
"button_import_only_super_prompt": {
"message": "スーパーテンプレートのみインポートする"
},
"button_reset": {
"message": "システムのデフォルト値に戻す"
},
Expand All @@ -41,6 +44,9 @@
"nav_item_download_message_html": {
"message": "現在の会話をダウンロード"
},
"nav_item_settings": {
"message": "様々な機能設定"
},
"menu_item_continue": {
"message": "続ける"
},
Expand All @@ -50,6 +56,12 @@
"menu_prompt_template2_settings": {
"message": "プロンプト設定 2"
},
"menu_super_prompt_template_settings": {
"message": "スーパーテンプレート設定"
},
"menu_super_prompt_template_settings2": {
"message": "スーパーテンプレート2設定"
},
"menu_reply_message_settings": {
"message": "迅速な返信の設定"
},
Expand Down Expand Up @@ -77,6 +89,9 @@
"table_title_replay_message": {
"message": "迅速な返信メッセージ"
},
"table_title_super_prompt_text": {
"message": "スーパーテンプレートの内容"
},
"alert_not_found_input": {
"message": "ChatGPTの入力欄が見つかりませんでした!"
},
Expand All @@ -98,6 +113,9 @@
"placeholder_please_input": {
"message": "入力してください"
},
"placeholder_supper_prompt_desc": {
"message": "{{}} を使用すると、フィールドを表すことができます。{{}} 内にフィールド名とデフォルト値を設定できます。例えば、{{ ロール || シェフ }}。"
},
"confirm_is_reset_system_settings": {
"message": "システムのデフォルトのテンプレートとクイックリプライにリセットしますか?"
},
Expand Down Expand Up @@ -125,6 +143,14 @@
}
}
},
"confirm_is_import_only_super_prompt_template": {
"message": "「$fileName$」のスーパーテンプレートのみをインポートしますか?",
"placeholders": {
"fileName": {
"content": "$1"
}
}
},
"export_file_name": {
"message": "chatGPT質問アシスタント_設定ファイル_$year$年$month$月$date$日$hour$時$minute$分$seconds$秒",
"placeholders": {
Expand Down
26 changes: 26 additions & 0 deletions _locales/ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"button_import_only_replay": {
"message": "빠른 답변만 가져오기"
},
"button_import_only_super_prompt": {
"message": "슈퍼 템플릿만 가져오기"
},
"button_reset": {
"message": "시스템 기본값으로 복원"
},
Expand All @@ -41,6 +44,9 @@
"nav_item_download_message_html": {
"message": "현재 대화 창의 웹 페이지 다운로드"
},
"nav_item_settings": {
"message": "다양한 기능 설정"
},
"menu_item_continue": {
"message": "계속"
},
Expand All @@ -50,6 +56,12 @@
"menu_prompt_template2_settings": {
"message": "질문 템플릿2 설정"
},
"menu_super_prompt_template_settings": {
"message": "슈퍼 템플릿 설정"
},
"menu_super_prompt_template_settings2": {
"message": "슈퍼 템플릿 2 설정"
},
"menu_reply_message_settings": {
"message": "빠른 답장 설정"
},
Expand Down Expand Up @@ -77,6 +89,9 @@
"table_title_replay_message": {
"message": "빠른 답장 메시지"
},
"table_title_super_prompt_text": {
"message": "슈퍼 템플릿 내용"
},
"alert_not_found_input": {
"message": "ChatGPT의 입력 상자를 찾을 수 없습니다!"
},
Expand All @@ -98,6 +113,9 @@
"placeholder_please_input": {
"message": "입력해주세요"
},
"placeholder_supper_prompt_desc": {
"message": "{{}}를 사용하면 필드를 나타낼 수 있습니다. {{}} 내에 필드 이름과 기본값을 설정할 수 있습니다. 예를 들어, {{ 역할 || 요리사 }} 입니다."
},
"confirm_is_reset_system_settings": {
"message": "시스템 기본 템플릿 및 빠른 답장으로 복원하시겠습니까?"
},
Expand Down Expand Up @@ -125,6 +143,14 @@
}
}
},
"confirm_is_import_only_super_prompt_template": {
"message": "確定只匯入『$fileName$』的 超級樣板 ?",
"placeholders": {
"fileName": {
"content": "$1"
}
}
},
"export_file_name": {
"message": "ChatGPT_질문도우미_설정파일_$year$년$month$월$date$일$hour$시$minute$분$seconds$초",
"placeholders": {
Expand Down
26 changes: 26 additions & 0 deletions _locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"button_import_only_replay": {
"message": "只导入快速回复"
},
"button_import_only_super_prompt": {
"message": "只导入超级模板"
},
"button_reset": {
"message": "恢复系统预设值"
},
Expand All @@ -41,6 +44,9 @@
"nav_item_download_message_html": {
"message": "下载当前对话视窗"
},
"nav_item_settings": {
"message": "各种功能设置"
},
"menu_item_continue": {
"message": "继续"
},
Expand All @@ -50,6 +56,12 @@
"menu_prompt_template2_settings": {
"message": "提问样板2 设定"
},
"menu_super_prompt_template_settings": {
"message": "超级模板设置"
},
"menu_super_prompt_template_settings2": {
"message": "超级模板2 设置"
},
"menu_reply_message_settings": {
"message": "快速回复 设定"
},
Expand Down Expand Up @@ -77,6 +89,9 @@
"table_title_replay_message": {
"message": "快速回复的讯息"
},
"table_title_super_prompt_text": {
"message": "超级模板内容"
},
"alert_not_found_input": {
"message": "找不到 chatGPT 的 输入框!"
},
Expand All @@ -98,6 +113,9 @@
"placeholder_please_input": {
"message": "请输入"
},
"placeholder_supper_prompt_desc": {
"message": "使用{{}}可以代表一个字段,{{}}里面可以设置字段名称和默认值,例如:{{ 角色 || 厨师 }}。"
},
"confirm_is_reset_system_settings": {
"message": "确定要还原到系统最初的 预设样板 与 快速回复 ?"
},
Expand Down Expand Up @@ -125,6 +143,14 @@
}
}
},
"confirm_is_import_only_super_prompt_template": {
"message": "确定只导入『$fileName$』的超级模板?",
"placeholders": {
"fileName": {
"content": "$1"
}
}
},
"export_file_name": {
"message": "chatGPT提问助手_设定档_$year$年$month$月$date$日$hour$点$minute$分$seconds$秒",
"placeholders": {
Expand Down
Loading

0 comments on commit da8b2b7

Please sign in to comment.