Skip to content

Commit

Permalink
修复线路
Browse files Browse the repository at this point in the history
  • Loading branch information
akl7777777 committed Jun 4, 2023
1 parent ab1a3f5 commit fb39e62
Show file tree
Hide file tree
Showing 3 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.1.7",
"version": "1.1.8",
"category": "translate",
"name": "Free ChatGPT",
"summary": "免秘钥免启动任何服务调用ChatGPT",
Expand Down
2 changes: 1 addition & 1 deletion src/space.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async function digestMessage(r) {

async function generateSignature(r) {
const {t: e, m: t} = r;
const n = 'you ain\'t see me...';
const n = 'you ain\'t see me!';
const a = `${e}:${t}:${n}`;
const rs = await digestMessage(a);
$log.error('==========' + rs)
Expand Down
2 changes: 1 addition & 1 deletion src/space1.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async function digestMessage(r) {

async function generateSignature(r) {
const {t: e, m: t} = r;
const n = 'c';
const n = 'bad';
const a = `${e}:${t}:${n}`;
const rs = await digestMessage(a);
$log.error('==========' + rs)
Expand Down

0 comments on commit fb39e62

Please sign in to comment.