mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-04 02:40:39 +08:00
feat: 脚本操作 ProxyUtils 增加了 isIPv4, isIPv6, isIP 方法
This commit is contained in:
parent
9c78b87834
commit
3e5f3eafdd
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sub-store",
|
"name": "sub-store",
|
||||||
"version": "2.14.87",
|
"version": "2.14.88",
|
||||||
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
|
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -183,6 +183,9 @@ export const ProxyUtils = {
|
|||||||
parse,
|
parse,
|
||||||
process,
|
process,
|
||||||
produce,
|
produce,
|
||||||
|
isIPv4,
|
||||||
|
isIPv6,
|
||||||
|
isIP,
|
||||||
};
|
};
|
||||||
|
|
||||||
function tryParse(parser, line) {
|
function tryParse(parser, line) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user