mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
luci ssr plus:v2ray JSON should be pretty printed
This commit is contained in:
parent
e03cad5f63
commit
8baa7aa55c
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-ssr-plus
|
||||
PKG_VERSION:=1
|
||||
PKG_RELEASE:=68
|
||||
PKG_RELEASE:=70
|
||||
|
||||
PKG_CONFIG_DEPENDS:= CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks \
|
||||
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_V2ray \
|
||||
|
@ -84,4 +84,4 @@ local v2ray = {
|
||||
}
|
||||
}
|
||||
}
|
||||
print(json.stringify(v2ray))
|
||||
print(json.stringify(v2ray, 1))
|
||||
|
Loading…
Reference in New Issue
Block a user