Skip to content

Commit

Permalink
修复备用1问题
Browse files Browse the repository at this point in the history
  • Loading branch information
akl7777777 committed Jul 30, 2023
1 parent 58c18e7 commit d6e025d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": "1.2.8",
"version": "1.2.9",
"category": "translate",
"name": "Free ChatGPT",
"summary": "免秘钥免启动任何服务调用ChatGPT",
Expand Down
4 changes: 2 additions & 2 deletions 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('aHR0cHM6Ly9mLmZyZWUtY2hhdC5hc2lhL2FwaS9nZW5lcmF0ZQ=='),
url: random_safe('aHR0cHM6Ly9nLmZyZWUtY2hhdC5hc2lhL2FwaS9nZW5lcmF0ZQ=='),
body: {
messages: A,
time: L,
Expand Down Expand Up @@ -90,7 +90,7 @@ async function digestMessage(r) {

async function generateSignature(r) {
const {t: e, m: t} = r;
const n = 'wtf';
const n = 'please contact me with kilo.meter@foxmail.com, thanks!';
const a = `${e}:${t}:${n}`;
const rs = await digestMessage(a);
$log.error('==========' + rs)
Expand Down

0 comments on commit d6e025d

Please sign in to comment.