Skip to content

Commit aeebaf6

Browse files
author
Taois
committed
feat: decoder support class_name
1 parent e604e92 commit aeebaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs_drpy/drpyCustom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ export const objectToQueryString = (obj) => {
693693
export async function getOriginalJs(js_code) {
694694
// let current_match = /var rule|[\u4E00-\u9FA5]+|function|let |var |const |\(|\)|"|'/;
695695
let current_match = /var rule|function|let |var |const|class Rule|async|this\./;
696-
let current_match1 = /["{}]/;
696+
let current_match1 = /["{}&]/;
697697
if (current_match.test(js_code)) {
698698
return js_code
699699
}

0 commit comments

Comments
 (0)