luci ssr plus:v2ray JSON should be pretty printed

This commit is contained in:
coolsnowwolf 2018-12-14 11:02:26 +08:00
parent e03cad5f63
commit 8baa7aa55c
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -84,4 +84,4 @@ local v2ray = {
}
}
}
print(json.stringify(v2ray))
print(json.stringify(v2ray, 1))