This commit is contained in:
cilame 2022-11-27 19:38:54 +08:00
parent 1dab3cd1c4
commit 7fd6474f59

View File

@ -40,7 +40,7 @@ function init_edit_function(){
chrome.storage.local.get(["config-request_hook"], function (res) {
try{
var code = res["config-request_hook"]
// TODO
}catch(e){
console.log(e)
}