Update rssSourceEditConfig.js

This commit is contained in:
Xwite 2023-07-30 08:04:15 +08:00 committed by GitHub
parent 50973c6311
commit ce2907ca33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,6 +164,12 @@ export default {
type: "String",
hint: "webView链接加载白名单英文逗号隔开",
},
{
title: "链接拦截",
id: "shouldOverrideUrlLoading",
type: "String",
hint: "填写js变量url为当前资源链接返回true拦截",
},
],
},
other: {