Skip to content

Commit

Permalink
修复备用1
Browse files Browse the repository at this point in the history
  • Loading branch information
akl7777777 committed Nov 21, 2023
1 parent 9de9094 commit aaee6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"identifier": "com.akl.bob-plugin-akl-chatgpt-free-translate",
"version": "2.0.6",
"version": "2.0.7",
"category": "translate",
"name": "Free ChatGPT",
"summary": "免秘钥免启动任何服务调用ChatGPT",
Expand Down
2 changes: 1 addition & 1 deletion src/space1.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function translate(query, source_lang, target_lang, translate_text, comple
const L = Date.now();
const resp = await $http.request({
method: "POST",
url: random_safe('aHR0cHM6Ly8zdi5mcmVlLWNoYXQuYXNpYS9hcGkvZ2VuZXJhdGU='),
url: random_safe('aHR0cHM6Ly9lMy5mcmVjaGF0Lnh5ei9hcGkvZ2VuZXJhdGU='),
body: {
messages: A,
time: L,
Expand Down

0 comments on commit aaee6d7

Please sign in to comment.