Skip to content

Commit

Permalink
Update 明文源码.js
Browse files Browse the repository at this point in the history
set uuid
  • Loading branch information
TheFourthRome authored Jan 18, 2025
1 parent 5ba1450 commit 3a68b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 明文源码.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import { connect } from 'cloudflare:sockets';

let userID = '';
let userID = '76088b13-bd9a-4811-94ee-1095a12490ca';
let proxyIP = '';
//let sub = '';
let subConverter = 'SUBAPI.fxxk.dedyn.io';
Expand Down Expand Up @@ -2190,4 +2190,4 @@ async function KV(request, env, txt = 'ADD.txt') {
headers: { "Content-Type": "text/plain;charset=utf-8" }
});
}
}
}

0 comments on commit 3a68b5e

Please sign in to comment.