mirror of
https://github.com/Sliverkiss/QuantumultX.git
synced 2025-12-16 23:09:36 +08:00
Create jiemi.js
This commit is contained in:
5
Utils/jiemi.js
Normal file
5
Utils/jiemi.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const $originalDone=$.done;
|
||||
$done=(obj={})=>{
|
||||
console.log(JSON.stringify(obj));
|
||||
$originalDone(obj);
|
||||
}
|
||||
Reference in New Issue
Block a user