File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " ajax-proxy" ,
3
3
"private" : true ,
4
4
"description" : " Modify your Ajax response to test" ,
5
- "version" : " 2.2.5 " ,
5
+ "version" : " 2.2.6 " ,
6
6
"scripts" : {
7
7
"dev" : " pnpm -C ./packages/vue-panels serve" ,
8
8
"watch" : " run-p watch:lib watch:chrome" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 3 ,
3
3
"name" : " Ajax Proxy" ,
4
- "version" : " 2.2.5 " ,
4
+ "version" : " 2.2.6 " ,
5
5
"description" : " Modify your Ajax response to test" ,
6
6
"author" : " Gj" ,
7
7
"icons" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { onLoadForDataConversion } from "@proxy/compatibility";
18
18
19
19
// 在页面上插入代码
20
20
const script = document . createElement ( "script" ) ;
21
- script . setAttribute ( "type" , "module " ) ;
21
+ script . setAttribute ( "type" , "text/javascript " ) ;
22
22
script . setAttribute ( "src" , chrome . runtime . getURL ( "document.js" ) ) ;
23
23
document . documentElement . appendChild ( script ) ;
24
24
You can’t perform that action at this time.
0 commit comments