update 2024-10-03 04:23:08

This commit is contained in:
kenzok8 2024-10-03 04:23:08 +08:00
parent 397cf5024b
commit b5b00c7895
299 changed files with 331 additions and 17632 deletions

View File

@ -1,103 +0,0 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-bypass
PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Server \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Client \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Libev_Client \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Libev_Server \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Simple_obfs \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Simple_obfs_server \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_plugin \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Xray \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Trojan \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_NaiveProxy \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Hysteria \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Socks5_Proxy \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Socks_Server
LUCI_TITLE:=SS/SSR/Xray/Trojan/NaiveProxy/Socks5/Tun LuCI interface
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+ipset +kmod-ipt-nat +ip-full +iptables-mod-tproxy +lua-neturl +dnsmasq-full +smartdns +coreutils +coreutils-base64 +curl +tcping +chinadns-ng +lua +luci-compat +luci-lib-ipkg +unzip \
+PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Server:shadowsocks-libev-ss-server \
+PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Client:shadowsocks-libev-ss-local \
+PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Client:shadowsocks-libev-ss-redir \
+PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Libev_Client:shadowsocksr-libev-ssr-local \
+PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Libev_Client:shadowsocksr-libev-ssr-redir \
+PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Libev_Server:shadowsocksr-libev-ssr-server \
+PACKAGE_$(PKG_NAME)_INCLUDE_Simple_obfs:simple-obfs \
+PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_plugin:v2ray-plugin \
+PACKAGE_$(PKG_NAME)_INCLUDE_Xray:xray-core \
+PACKAGE_$(PKG_NAME)_INCLUDE_Trojan:trojan-plus \
+PACKAGE_$(PKG_NAME)_INCLUDE_NaiveProxy:naiveproxy \
+PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun:kcptun-client \
+PACKAGE_$(PKG_NAME)_INCLUDE_Hysteria:hysteria \
+PACKAGE_$(PKG_NAME)_INCLUDE_Socks5_Proxy:redsocks2 \
+PACKAGE_$(PKG_NAME)_INCLUDE_Socks_Server:microsocks
define Package/$(PKG_NAME)/config
config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Client
bool "Include Shadowsocks Libev Client"
default y if i386||x86_64||arm||aarch64
config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Server
bool "Include Shadowsocks Libev Server"
default y if i386||x86_64||arm||aarch64
config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Libev_Client
bool "Include ShadowsocksR Libev Client"
default y
config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Libev_Server
bool "Include ShadowsocksR Libev Server"
default y if i386||x86_64||aarch64
config PACKAGE_$(PKG_NAME)_INCLUDE_Simple_Obfs
bool "Include Shadowsocks Simple Obfs Plugin"
default y
config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_plugin
bool "Include Shadowsocks V2ray Plugin"
default n
config PACKAGE_$(PKG_NAME)_INCLUDE_Xray
bool "Include Xray"
default y
config PACKAGE_$(PKG_NAME)_INCLUDE_Trojan
bool "Include Trojan"
default y if i386||x86_64||arm||aarch64
config PACKAGE_$(PKG_NAME)_INCLUDE_NaiveProxy
bool "Include NaiveProxy"
depends on !(arc||armeb||mips||mips64||powerpc)
default n
config PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun
bool "Include Kcptun"
default n
config PACKAGE_$(PKG_NAME)_INCLUDE_Hysteria
bool "Include Hysteria"
default n
config PACKAGE_$(PKG_NAME)_INCLUDE_Socks5_Proxy
bool "Include Socks5 Transparent Proxy"
default n
config PACKAGE_$(PKG_NAME)_INCLUDE_Socks_Server
bool "Include Socks Sever"
default y
endef
define Package/$(PKG_NAME)/conffiles
/etc/config/bypass
/etc/bypass/
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature

View File

@ -1,242 +0,0 @@
module("luci.controller.bypass",package.seeall)
local http = require "luci.http"
local api = require "luci.model.cbi.bypass.api"
local xray = require "luci.model.cbi.bypass.xray"
function index()
if not nixio.fs.access("/etc/config/bypass") then
return
end
local e=entry({"admin","services","bypass"},firstchild(),_("Bypass"),2)
e.dependent=false
e.acl_depends={ "luci-app-bypass" }
entry({"admin","services","bypass","base"},cbi("bypass/base"),_("Base Setting"),1).leaf=true
entry({"admin","services","bypass","servers"},arcombine(cbi("bypass/servers",{autoapply=true}),cbi("bypass/client-config")),_("Severs Nodes"),2).leaf=true
entry({"admin","services","bypass","control"},cbi("bypass/control"),_("Access Control"),3).leaf=true
entry({"admin","services","bypass","advanced"},cbi("bypass/advanced"),_("Advanced Settings"),4).leaf=true
entry({"admin", "services", "bypass", "app_update"}, cbi("bypass/app_update"), _("App Update"), 5).leaf = true
if luci.sys.call("which ssr-server >/dev/null")==0 or luci.sys.call("which ss-server >/dev/null")==0 or luci.sys.call("which microsocks >/dev/null")==0 then
entry({"admin","services","bypass","server"},arcombine(cbi("bypass/server"),cbi("bypass/server-config")),_("SSR Server"),6).leaf=true
end
entry({"admin","services","bypass","status"},form("bypass/status"),_("Status"),7).leaf=true
entry({"admin","services","bypass","log"},form("bypass/log"),_("Log"),8).leaf=true
entry({"admin","services","bypass","check"},call("check_status"))
entry({"admin","services","bypass","subscribe"},call("subscribe"))
entry({"admin","services","bypass","checkport"},call("check_port"))
entry({"admin","services","bypass","run"},call("act_status"))
entry({"admin","services","bypass","ping"},call("act_ping"))
entry({"admin", "services", "bypass", "xray_check"}, call("xray_check")).leaf = true
entry({"admin", "services", "bypass", "xray_update"}, call("xray_update")).leaf = true
entry({"admin", "services", "bypass", "v2ray_check"}, call("v2ray_check")).leaf = true
entry({"admin", "services", "bypass", "v2ray_update"}, call("v2ray_update")).leaf = true
entry({'admin', 'services', "bypass", 'ip'}, call('check_ip')) -- 获取ip情况
entry({"admin", "services", "bypass", "status"}, call("status")).leaf = true
entry({"admin", "services", "bypass", "socks_status"}, call("socks_status")).leaf = true
entry({"admin", "services", "bypass", "connect_status"}, call("connect_status")).leaf = true
entry({"admin", "services", "bypass", "check_port"}, call("check_port")).leaf = true
end
function subscribe()
luci.sys.call("/usr/share/bypass/subscribe >> /var/log/bypass.log 2>&1")
luci.http.prepare_content("application/json")
luci.http.write_json({ret=1})
end
function act_status()
local e={}
e.running=luci.sys.call("ps -w | grep by-retcp | grep -v grep >/dev/null")==0
luci.http.prepare_content("application/json")
luci.http.write_json(e)
end
function act_ping()
local e = {}
local domain = luci.http.formvalue("domain")
local port = luci.http.formvalue("port")
local transport = luci.http.formvalue("transport")
local wsPath = luci.http.formvalue("wsPath")
local tls = luci.http.formvalue("tls")
e.index = luci.http.formvalue("index")
local iret = luci.sys.call("ipset add ss_spec_wan_ac " .. domain .. " 2>/dev/null")
if transport == "ws" then
local prefix = tls=='1' and "https://" or "http://"
local address = prefix..domain..':'..port..wsPath
local result = luci.sys.exec("curl --http1.1 -m 3 -s -i -N -o /dev/null -w 'time_connect=%{time_connect}\nhttp_code=%{http_code}' -H 'Connection: Upgrade' -H 'Upgrade: websocket' -H 'Sec-WebSocket-Key: SGVsbG8sIHdvcmxkIQ==' -H 'Sec-WebSocket-Version: 13' "..address)
e.socket = string.match(result,"http_code=(%d+)")=="101"
e.ping = tonumber(string.match(result, "time_connect=(%d+.%d%d%d)"))*1000
else
local socket = nixio.socket("inet", "stream")
socket:setopt("socket", "rcvtimeo", 3)
socket:setopt("socket", "sndtimeo", 3)
e.socket = socket:connect(domain, port)
socket:close()
-- e.ping = luci.sys.exec("ping -c 1 -W 1 %q 2>&1 | grep -o 'time=[0-9]*.[0-9]' | awk -F '=' '{print$2}'" % domain)
-- if (e.ping == "") then
e.ping = luci.sys.exec(string.format("echo -n $(tcping -q -c 1 -i 1 -t 2 -p %s %s 2>&1 | grep -o 'time=[0-9]*' | awk -F '=' '{print $2}') 2>/dev/null", port, domain))
-- end
end
if (iret == 0) then
luci.sys.call(" ipset del ss_spec_wan_ac " .. domain)
end
luci.http.prepare_content("application/json")
luci.http.write_json(e)
end
function check_status()
sret=luci.sys.call("curl -so /dev/null -m 3 www."..luci.http.formvalue("set")..".com")
if sret==0 then
retstring="0"
else
retstring="1"
end
luci.http.prepare_content("application/json")
luci.http.write_json({ret=retstring})
end
function check_port()
local retstring="<br/>"
local s
local server_name
local iret=1
luci.model.uci.cursor():foreach("bypass","servers",function(s)
if s.alias then
server_name=s.alias
elseif s.server and s.server_port then
server_name="%s:%s"%{s.server,s.server_port}
end
luci.sys.exec(s.server..">>/a")
local dp=luci.sys.exec("netstat -unl | grep 5336 >/dev/null && echo -n 5336 || echo -n 53")
local ip=luci.sys.exec("echo "..s.server.." | grep -E \"^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$\" || \\\
nslookup "..s.server.." 127.0.0.1:"..dp.." 2>/dev/null | grep Address | awk -F' ' '{print$NF}' | grep -E \"^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$\" | sed -n 1p")
ip=luci.sys.exec("echo -n "..ip)
iret=luci.sys.call("ipset add ss_spec_wan_ac "..ip.." 2>/dev/null")
socket=nixio.socket("inet","stream")
socket:setopt("socket","rcvtimeo",3)
socket:setopt("socket","sndtimeo",3)
ret=socket:connect(ip,s.server_port)
socket:close()
if tostring(ret)=="true" then
retstring=retstring.."<font color='green'>["..server_name.."] OK.</font><br/>"
else
retstring=retstring.."<font color='red'>["..server_name.."] Error.</font><br/>"
end
if iret==0 then
luci.sys.call("ipset del ss_spec_wan_ac "..ip)
end
end)
luci.http.prepare_content("application/json")
luci.http.write_json({ret=retstring})
end
local function http_write_json(content)
http.prepare_content("application/json")
http.write_json(content or {code = 1})
end
function xray_check()
local json = xray.to_check("")
http_write_json(json)
end
function xray_update()
local json = nil
local task = http.formvalue("task")
if task == "extract" then
json = xray.to_extract(http.formvalue("file"), http.formvalue("subfix"))
elseif task == "move" then
json = xray.to_move(http.formvalue("file"))
else
json = xray.to_download(http.formvalue("url"))
end
http_write_json(json)
end
function check_site(host, port)
local nixio = require "nixio"
local socket = nixio.socket("inet", "stream")
socket:setopt("socket", "rcvtimeo", 2)
socket:setopt("socket", "sndtimeo", 2)
local ret = socket:connect(host, port)
socket:close()
return ret
end
function get_ip_geo_info()
local result = luci.sys.exec('curl --retry 3 -m 10 -LfsA "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" http://ip-api.com/json/')
local json = require "luci.jsonc"
local info = json.parse(result)
return {
flag = string.lower(info.countryCode) or "un",
country = get_country_name(info.countryCode) or "Unknown",
ip = info.query,
isp = info.isp
}
end
function get_country_name(countryCode)
local country_names = {
US = "美国", CN = "中国", JP = "日本", GB = "英国", DE = "德国",
FR = "法国", BR = "巴西", IT = "意大利", RU = "俄罗斯", CA = "加拿大",
KR = "韩国", ES = "西班牙", AU = "澳大利亚", MX = "墨西哥", ID = "印度尼西亚",
NL = "荷兰", TR = "土耳其", CH = "瑞士", SA = "沙特阿拉伯", SE = "瑞典",
PL = "波兰", BE = "比利时", AR = "阿根廷", NO = "挪威", AT = "奥地利",
TW = "台湾", ZA = "南非", TH = "泰国", DK = "丹麦", MY = "马来西亚",
PH = "菲律宾", SG = "新加坡", IE = "爱尔兰", HK = "香港", FI = "芬兰",
CL = "智利", PT = "葡萄牙", GR = "希腊", IL = "以色列", NZ = "新西兰",
CZ = "捷克", RO = "罗马尼亚", VN = "越南", UA = "乌克兰", HU = "匈牙利",
AE = "阿联酋", CO = "哥伦比亚", IN = "印度", EG = "埃及", PE = "秘鲁", TW = "台湾"
}
return country_names[countryCode]
end
function check_ip()
local e = {}
local port = 80
local geo_info = get_ip_geo_info(ip)
e.ip = geo_info.ip
e.flag = geo_info.flag
e.country = geo_info.country
e.isp = geo_info.isp
e.baidu = check_site('www.baidu.com', port)
e.taobao = check_site('www.taobao.com', port)
e.google = check_site('www.google.com', port)
e.youtube = check_site('www.youtube.com', port)
luci.http.prepare_content('application/json')
luci.http.write_json(e)
end
function status()
local e = {}
e.dns_mode_status = luci.sys.call("pidof smartdns >/dev/null") == 0
e.socks5_status = luci.sys.call("ps -w | grep by- | grep socks5 | grep -v grep >/dev/null") == 0
e.tcp_node_status = luci.sys.call("ps -w | grep by-retcp | grep -v grep >/dev/null") == 0
e.udp_node_status = luci.sys.call("ps -w | grep by-reudp | grep -v grep >/dev/null") == 0
e.kcptun_tcp_node_status = luci.sys.call("pidof kcptun-client >/dev/null") == 0
e.nf_node_status = luci.sys.call("ps -w | grep by-nf | grep -v grep >/dev/null") == 0
e.server_status = luci.sys.call("ps -w | grep by-server | grep -v grep >/dev/null") == 0
e.chinadns_status = luci.sys.call("ps -w | grep chinadns-ng | grep -v grep >/dev/null") == 0
luci.http.prepare_content("application/json")
luci.http.write_json(e)
end
function connect_status()
local e = {}
e.use_time = ""
local url = luci.http.formvalue("url")
local result = luci.sys.exec('curl --connect-timeout 3 -o /dev/null -i -sk -w "%{http_code}:%{time_starttransfer}" ' .. url)
local code = tonumber(luci.sys.exec("echo -n '" .. result .. "' | awk -F ':' '{print $1}'") or "0")
if code ~= 0 then
local use_time = luci.sys.exec("echo -n '" .. result .. "' | awk -F ':' '{print $2}'")
if use_time:find("%.") then
e.use_time = string.format("%.2f", use_time * 1000)
else
e.use_time = string.format("%.2f", use_time / 1000)
end
e.ping_type = "curl"
end
luci.http.prepare_content("application/json")
luci.http.write_json(e)
end

View File

@ -1,58 +0,0 @@
local server_table={}
luci.model.uci.cursor():foreach("bypass","servers",function(s)
if (s.type=="ss" and not nixio.fs.access("/usr/bin/ss-local")) or (s.type=="ssr" and not nixio.fs.access("/usr/bin/ssr-local")) or s.type=="socks5" or s.type=="tun" then
return
end
if s.alias then
server_table[s[".name"]]="[%s]:%s"%{string.upper(s.type),s.alias}
elseif s.server and s.server_port then
server_table[s[".name"]]="[%s]:%s:%s"%{string.upper(s.type),s.server,s.server_port}
end
end)
local key_table={}
for key,_ in pairs(server_table) do
table.insert(key_table,key)
end
table.sort(key_table)
m=Map("bypass")
s=m:section(TypedSection,"global",translate("Server failsafe auto swith settings"))
s.anonymous=true
o=s:option(Flag,"monitor_enable",translate("Enable Process Deamon"))
o.default=1
o=s:option(Flag,"enable_switch",translate("Enable Auto Switch"))
o.default=1
o=s:option(Value,"switch_time",translate("Switch check cycly(second)"))
o.datatype="uinteger"
o.default=300
o:depends("enable_switch",1)
o=s:option(Value,"switch_timeout",translate("Check timout(second)"))
o.datatype="uinteger"
o.default=5
o:depends("enable_switch",1)
o=s:option(Value,"switch_try_count",translate("Check Try Count"))
o.datatype="uinteger"
o.default=3
o:depends("enable_switch",1)
s=m:section(TypedSection,"socks5_proxy",translate("Global SOCKS5 Proxy Server"))
s.anonymous=true
o=s:option(ListValue,"server",translate("Server"))
o:value("",translate("Disable"))
o:value("same",translate("Same as Global Server"))
for _,key in pairs(key_table) do o:value(key,server_table[key]) end
o=s:option(Value,"local_port",translate("Local Port"))
o.datatype="port"
o.placeholder=1080
return m

View File

@ -1,235 +0,0 @@
module("luci.model.cbi.bypass.api", package.seeall)
local fs = require "nixio.fs"
local sys = require "luci.sys"
local uci = require"luci.model.uci".cursor()
local util = require "luci.util"
local datatypes = require "luci.cbi.datatypes"
local i18n = require "luci.i18n"
appname = "bypass"
curl = "/usr/bin/curl"
curl_args = {"-skL", "--connect-timeout 3", "--retry 3", "-m 60"}
wget = "/usr/bin/wget"
wget_args = {"--no-check-certificate", "--quiet", "--timeout=100", "--tries=3"}
command_timeout = 300
LEDE_BOARD = nil
DISTRIB_TARGET = nil
function is_exist(table, value)
for index, k in ipairs(table) do
if k == value then
return true
end
end
return false
end
function get_args(arg, myarg)
local var = {}
for i, arg_k in pairs(arg) do
if i > 0 then
if is_exist(myarg, arg_k) == true then
local v = arg[i + 1]
if v then
if is_exist(myarg, v) == false then
var[arg_k] = v
end
end
end
end
end
return var
end
function chmod_755(file)
if file and file ~= "" then
if not fs.access(file, "rwx", "rx", "rx") then
fs.chmod(file, 755)
end
end
end
function is_finded(e)
return luci.sys.exec('which "%s"' % e) ~= "" and true or false
end
function get_xray_path()
local path = "/usr/bin/xray"
return path
end
function get_xray_version(file)
if file == nil then file = get_xray_path() end
chmod_755(file)
if fs.access(file) then
if file == get_xray_path() then
local md5 = sys.exec("echo -n $(md5sum " .. file .. " | awk '{print $1}')")
if fs.access("/tmp/psw_" .. md5) then
return sys.exec("echo -n $(cat /tmp/psw_%s)" % md5)
else
local version = sys.exec("echo -n $(%s -version | awk '{print $2}' | sed -n 1P)" % file)
sys.call("echo '" .. version .. "' > " .. "/tmp/psw_" .. md5)
return version
end
else
return sys.exec("echo -n $(%s -version | awk '{print $2}' | sed -n 1P)" % file)
end
end
return ""
end
function get_free_space(dir)
if dir == nil then dir = "/" end
if sys.call("df -k " .. dir .. " >/dev/null") == 0 then
return tonumber(sys.exec("echo -n $(df -k " .. dir .. " | awk 'NR>1' | awk '{print $4}')"))
end
return 0
end
function get_file_space(file)
if file == nil then return 0 end
if fs.access(file) then
return tonumber(sys.exec("echo -n $(du -k " .. file .. " | awk '{print $1}')"))
end
return 0
end
function _unpack(t, i)
i = i or 1
if t[i] ~= nil then return t[i], _unpack(t, i + 1) end
end
function exec(cmd, args, writer, timeout)
local os = require "os"
local nixio = require "nixio"
local fdi, fdo = nixio.pipe()
local pid = nixio.fork()
if pid > 0 then
fdo:close()
if writer or timeout then
local starttime = os.time()
while true do
if timeout and os.difftime(os.time(), starttime) >= timeout then
nixio.kill(pid, nixio.const.SIGTERM)
return 1
end
if writer then
local buffer = fdi:read(2048)
if buffer and #buffer > 0 then
writer(buffer)
end
end
local wpid, stat, code = nixio.waitpid(pid, "nohang")
if wpid and stat == "exited" then return code end
if not writer and timeout then nixio.nanosleep(1) end
end
else
local wpid, stat, code = nixio.waitpid(pid)
return wpid and stat == "exited" and code
end
elseif pid == 0 then
nixio.dup(fdo, nixio.stdout)
fdi:close()
fdo:close()
nixio.exece(cmd, args, nil)
nixio.stdout:close()
os.exit(1)
end
end
function compare_versions(ver1, comp, ver2)
local table = table
if not ver1 then ver1 = "" end
if not ver2 then ver2 = "" end
local av1 = util.split(ver1, "[%.%-]", nil, true)
local av2 = util.split(ver2, "[%.%-]", nil, true)
local max = table.getn(av1)
local n2 = table.getn(av2)
if (max < n2) then max = n2 end
for i = 1, max, 1 do
local s1 = tonumber(av1[i] or 0) or 0
local s2 = tonumber(av2[i] or 0) or 0
if comp == "~=" and (s1 ~= s2) then return true end
if (comp == "<" or comp == "<=") and (s1 < s2) then return true end
if (comp == ">" or comp == ">=") and (s1 > s2) then return true end
if (s1 ~= s2) then return false end
end
return not (comp == "<" or comp == ">")
end
function auto_get_arch()
local arch = nixio.uname().machine or ""
if fs.access("/usr/lib/os-release") then
LEDE_BOARD = sys.exec("echo -n $(grep 'LEDE_BOARD' /usr/lib/os-release | awk -F '[\\042\\047]' '{print $2}')")
end
if fs.access("/etc/openwrt_release") then
DISTRIB_TARGET = sys.exec("echo -n $(grep 'DISTRIB_TARGET' /etc/openwrt_release | awk -F '[\\042\\047]' '{print $2}')")
end
if arch == "mips" then
if LEDE_BOARD and LEDE_BOARD ~= "" then
if string.match(LEDE_BOARD, "ramips") == "ramips" then
arch = "ramips"
else
arch = sys.exec("echo '" .. LEDE_BOARD .. "' | grep -oE 'ramips|ar71xx'")
end
elseif DISTRIB_TARGET and DISTRIB_TARGET ~= "" then
if string.match(DISTRIB_TARGET, "ramips") == "ramips" then
arch = "ramips"
else
arch = sys.exec("echo '" .. DISTRIB_TARGET .. "' | grep -oE 'ramips|ar71xx'")
end
end
end
return util.trim(arch)
end
function get_file_info(arch)
local file_tree = ""
local sub_version = ""
if arch == "x86_64" then
file_tree = "amd64"
elseif arch == "aarch64" then
file_tree = "arm64"
elseif arch == "ramips" then
file_tree = "mipsle"
elseif arch == "ar71xx" then
file_tree = "mips"
elseif arch:match("^i[%d]86$") then
file_tree = "386"
elseif arch:match("^armv[5-8]") then
file_tree = "arm"
sub_version = arch:match("[5-8]")
if LEDE_BOARD and string.match(LEDE_BOARD, "bcm53xx") == "bcm53xx" then
sub_version = "5"
elseif DISTRIB_TARGET and string.match(DISTRIB_TARGET, "bcm53xx") ==
"bcm53xx" then
sub_version = "5"
end
sub_version = "5"
end
return file_tree, sub_version
end
function get_api_json(url)
local jsonc = require "luci.jsonc"
local json_content = luci.sys.exec(curl .. " " .. _unpack(curl_args) .. " " .. url)
if json_content == "" then return {} end
return jsonc.parse(json_content) or {}
end

View File

@ -1,11 +0,0 @@
m = Map("bypass")
-- [[ App Settings ]]--
s = m:section(TypedSection, "global", translate("App Update"),
"<font color='red'>" ..
translate("Please confirm that your firmware supports FPU.") ..
"</font>")
s.anonymous = true
s:append(Template("bypass/xray_version"))
return m

View File

@ -1,129 +0,0 @@
local m,s,o
local bypass="bypass"
m=Map(bypass)
m:section(SimpleSection).template="bypass/status"
local server_table={}
luci.model.uci.cursor():foreach(bypass,"servers",function(s)
if s.alias then
server_table[s[".name"]]="[%s]:%s"%{string.upper(s.type),s.alias}
elseif s.server and s.server_port then
server_table[s[".name"]]="[%s]:%s:%s"%{string.upper(s.type),s.server,s.server_port}
end
end)
local key_table={}
for key in pairs(server_table) do
table.insert(key_table,key)
end
table.sort(key_table)
s = m:section(TypedSection, 'global')
s.anonymous=true
o=s:option(ListValue,"global_server",translate("Main Server"))
o:value("",translate("Disable"))
for _,key in pairs(key_table) do o:value(key,server_table[key]) end
o=s:option(ListValue,"udp_relay_server",translate("Game Mode UDP Server"))
o:value("",translate("Disable"))
o:value("same",translate("Same as Global Server"))
for _,key in pairs(key_table) do o:value(key,server_table[key]) end
o=s:option(ListValue,"nf_server",translate("Netflix Server"))
o:value("",translate("Same as Global Server"))
for _,key in pairs(key_table) do o:value(key,server_table[key]) end
o:depends("run_mode","gfw")
o:depends("run_mode","router")
o:depends("run_mode","all")
o=s:option(Flag,"nf_proxy",translate("External Proxy Mode"),
translate("Forward Netflix Proxy through Main Proxy"))
for _,key in pairs(key_table) do o:depends("nf_server",key) end
o=s:option(ListValue,"threads",translate("Multi Threads Option"))
o:value("0",translate("Auto Threads"))
o:value("1",translate("1 Thread"))
o:value("2",translate("2 Threads"))
o:value("4",translate("4 Threads"))
o:value("8",translate("8 Threads"))
o:value("16",translate("16 Threads"))
o:value("32",translate("32 Threads"))
o:value("64",translate("64 Threads"))
o:value("128",translate("128 Threads"))
o=s:option(ListValue,"run_mode",translate("Running Mode"))
o:value("router",translate("Smart Mode"))
o:value("gfw",translate("GFW List Mode"))
o:value("all",translate("Global Mode"))
o:value("oversea",translate("Oversea Mode"))
if luci.sys.call("test `grep MemTotal /proc/meminfo | awk '{print $2}'` -le 233000") == 0 then
o=s:option(Flag,"gfw_mode",translate("Load GFW List"),
translate("If the domestic DNS does not hijack foreign domain name to domestic IP, No need to be enabled"))
o:depends("run_mode","router")
o.default=1
end
if luci.sys.call("test `grep MemTotal /proc/meminfo | awk '{print $2}'` -gt 233000") == 0 then
o=s:option(Flag,"adguardhome",translate("Used with AdGuardHome"),
translate("Luci-app-adguardhome require"))
if luci.sys.call("test `which AdGuardHome` && test -r /etc/init.d/AdGuardHome") == 0 then
o.default=1
else
o.default=0
end
end
o=s:option(ListValue,"dports",translate("Proxy Ports"))
o:value("1",translate("All Ports"))
o:value("2",translate("Only Common Ports"))
o=s:option(ListValue,"dns_mode_o",translate("Foreign Resolve Dns Mode"))
o:value("doh",translate("Use SmartDNS DoH query"))
o:value("tcp",translate("Use SmartDNS TCP query"))
o.default="doh"
o=s:option(Value,"doh_dns_o",translate("Foreign DoH"),
translate("Custom DNS format is https://cloudflare-dns.com/dns-query or https://104.16.249.249/dns-query -http-host cloudflare-dns.com"))
o:value("cloudflare","Cloudflare DoH")
o:value("google",""..translate("Google").." DoH")
o:value("quad9","Quad9 DoH")
o:value("opendns","OpenDNS DoH")
o.default="google"
o:depends("dns_mode_o","doh")
o=s:option(Value,"tcp_dns_o",translate("Foreign DNS"),
translate("Custom DNS format is 1.1.1.1:53,1.0.0.1 ,Port optional"))
o:value("1.1.1.1,1.0.0.1","1.1.1.1,1.0.0.1 (Cloudflare DNS)")
o:value("8.8.8.8,8.8.4.4","8.8.8.8,8.8.4.4 (Google DNS)")
o:value("9.9.9.9,149.112.112.112","9.9.9.9,149.112.112.112 (Quad9 DNS)")
o:value("208.67.222.222,208.67.220.220","208.67.222.222,208.67.220.220 (OpenDNS)")
o.default="8.8.8.8,8.8.4.4"
o:depends("dns_mode_o","tcp")
o=s:option(ListValue,"dns_mode_d",translate("Domestic Resolve Dns Mode"),
translate("If DoH resolution is not normal,use UDP mode and select ISP DNS"))
o:value("doh",translate("Use SmartDNS DoH query"))
o:value("udp",translate("Use SmartDNS UDP query"))
o.default="udp"
o=s:option(Value,"doh_dns_d",translate("Domestic DoH"),
translate("Custom DNS format is https://dns.alidns.com/dns-query or https://223.5.5.5/dns-query"))
o:value("alidns",""..translate("Ali").." DoH")
o:value("dnspod","Dnspod DoH")
o.default="alidns"
o:depends("dns_mode_d","doh")
o=s:option(Value,"udp_dns_d",translate("Domestic DNS"),
translate("Custom DNS format is 223.5.5.5:53,223.6.6.6 ,Port optional"))
o:value("isp",translate("ISP DNS"))
o:value("223.5.5.5,223.6.6.6","223.5.5.5,223.6.6.6 ("..translate("Ali").." DNS)")
o:value("119.29.29.29,119.28.28.28","119.29.29.29,119.28.28.28 (Dnspod DNS)")
o:value("114.114.114.114,114.114.115.115","114.114.114.114,114.114.115.115 (114 DNS)")
o.default="isp"
o:depends("dns_mode_d","udp")
m:section(SimpleSection).template = 'bypass/status_bottom'
return m

File diff suppressed because it is too large Load Diff

View File

@ -1,135 +0,0 @@
local fs = require "nixio.fs"
local m,s,o
m=Map("bypass",translate("IP Access Control"))
s=m:section(TypedSection,"access_control")
s.anonymous=true
m.apply_on_parse=true
function m.on_apply(self)
luci.sys.call("/etc/init.d/bypass reload > /dev/null 2>&1 &")
end
s:tab("wan_ac",translate("WAN IP AC"))
o=s:taboption("wan_ac",DynamicList,"wan_bp_ips",translate("WAN White List IP"))
o.datatype="ip4addr"
o=s:taboption("wan_ac",DynamicList,"wan_fw_ips",translate("WAN Force Proxy IP"))
o.datatype="ip4addr"
s:tab("lan_ac",translate("LAN IP AC"))
o=s:taboption("lan_ac",ListValue,"lan_ac_mode",translate("LAN Access Control"))
o:value("w",translate("Allow listed only"))
o:value("b",translate("Allow all except listed"))
o.rmempty=false
o=s:taboption("lan_ac",DynamicList,"lan_ac_ips",translate("LAN Host List"))
o.datatype="ipaddr"
luci.ip.neighbors({family=4},function(entry)
if entry.reachable then
o:value(entry.dest:string())
end
end)
o:depends("lan_ac_mode","w")
o:depends("lan_ac_mode","b")
o=s:taboption("lan_ac",DynamicList,"lan_fp_ips",translate("LAN Force Proxy Host List"))
o.datatype="ipaddr"
luci.ip.neighbors({family=4},function(entry)
if entry.reachable then
o:value(entry.dest:string())
end
end)
o=s:taboption("lan_ac",DynamicList,"lan_gm_ips",translate("Game Mode Host List"))
o.datatype="ipaddr"
luci.ip.neighbors({family=4},function(entry)
if entry.reachable then
o:value(entry.dest:string())
end
end)
s:tab("direct_list", translate("Direct Domain List"))
s:tab("proxy_list", translate("Proxy Domain List"))
s:tab("netflix_list", translate("Netflix Domain List"))
s:tab("oversea_list", translate("Oversea Domain List"))
---- Direct Hosts
local direct_host = string.format("/etc/bypass/white.list")
o = s:taboption("direct_list", TextValue, "direct_host", "", "<font color='red'>" .. translate("These had been joined websites will not proxy.") .. "</font>")
o.rows = 15
o.wrap = "off"
o.cfgvalue = function(self, section) return fs.readfile(direct_host) or "" end
o.write = function(self, section, value) fs.writefile(direct_host, value:gsub("\r\n", "\n")) end
o.remove = function(self, section, value) fs.writefile(direct_host, "") end
o.validate = function(self, value)
local hosts= {}
string.gsub(value, '[^' .. "\r\n" .. ']+', function(w) table.insert(hosts, w) end)
for index, host in ipairs(hosts) do
if not datatypes.hostname(host) then
return nil, host .. " " .. translate("Not valid domain name, please re-enter!")
end
end
return value
end
---- Proxy Hosts
local proxy_host = string.format("/etc/bypass/black.list")
o = s:taboption("proxy_list", TextValue, "proxy_host", "", "<font color='red'>" .. translate("These had been joined websites will use proxy.") .. "</font>")
o.rows = 15
o.wrap = "off"
o.cfgvalue = function(self, section) return fs.readfile(proxy_host) or "" end
o.write = function(self, section, value) fs.writefile(proxy_host, value:gsub("\r\n", "\n")) end
o.remove = function(self, section, value) fs.writefile(proxy_host, "") end
o.validate = function(self, value)
local hosts= {}
string.gsub(value, '[^' .. "\r\n" .. ']+', function(w) table.insert(hosts, w) end)
for index, host in ipairs(hosts) do
if not datatypes.hostname(host) then
return nil, host .. " " .. translate("Not valid domain name, please re-enter!")
end
end
return value
end
---- Netflix Hosts
local netflix_host = string.format("/etc/bypass/netflix.list")
o = s:taboption("netflix_list", TextValue, "netflix_host", "", "<font color='red'>" .. translate("Netflix Domain List") .. "</font>")
o.rows = 15
o.wrap = "off"
o.cfgvalue = function(self, section) return fs.readfile(netflix_host) or "" end
o.write = function(self, section, value) fs.writefile(netflix_host, value:gsub("\r\n", "\n")) end
o.remove = function(self, section, value) fs.writefile(netflix_host, "") end
o.validate = function(self, value)
local hosts= {}
string.gsub(value, '[^' .. "\r\n" .. ']+', function(w) table.insert(hosts, w) end)
for index, host in ipairs(hosts) do
if not datatypes.hostname(host) then
return nil, host .. " " .. translate("Not valid domain name, please re-enter!")
end
end
return value
end
---- Oversea Hosts
local oversea_host = string.format("/etc/bypass/oversea.list")
o = s:taboption("oversea_list", TextValue, "oversea_host", "", "<font color='red'>" .. translate("Oversea Domain List") .. "</font>")
o.rows = 15
o.wrap = "off"
o.cfgvalue = function(self, section) return fs.readfile(oversea_host) or "" end
o.write = function(self, section, value) fs.writefile(oversea_host, value:gsub("\r\n", "\n")) end
o.remove = function(self, section, value) fs.writefile(oversea_host, "") end
o.validate = function(self, value)
local hosts= {}
string.gsub(value, '[^' .. "\r\n" .. ']+', function(w) table.insert(hosts, w) end)
for index, host in ipairs(hosts) do
if not datatypes.hostname(host) then
return nil, host .. " " .. translate("Not valid domain name, please re-enter!")
end
end
return value
end
return m

View File

@ -1,201 +0,0 @@
module("luci.model.cbi.bypass.kcptun", package.seeall)
local fs = require "nixio.fs"
local sys = require "luci.sys"
local util = require "luci.util"
local i18n = require "luci.i18n"
local api = require "luci.model.cbi.bypass.api"
local kcptun_api = "https://api.github.com/repos/xtaci/kcptun/releases/latest"
function to_check(arch)
local app_path = api.get_kcptun_path() or ""
if app_path == "" then
return {
code = 1,
error = i18n.translatef("You did not fill in the %s path. Please save and apply then update manually.", "Kcptun")
}
end
if not arch or arch == "" then arch = api.auto_get_arch() end
local file_tree, sub_version = api.get_file_info(arch)
if file_tree == "" then
return {
code = 1,
error = i18n.translate("Can't determine ARCH, or ARCH not supported.")
}
end
local json = api.get_api_json(kcptun_api)
if json.tag_name == nil then
return {
code = 1,
error = i18n.translate("Get remote version info failed.")
}
end
local now_version = api.get_kcptun_version()
local remote_version = json.tag_name:match("[^v]+")
local needs_update = api.compare_versions(now_version, "<", remote_version)
local html_url, download_url
if needs_update then
html_url = json.html_url
for _, v in ipairs(json.assets) do
if v.name and v.name:match("linux%-" .. file_tree .. sub_version) then
download_url = v.browser_download_url
break
end
end
end
if needs_update and not download_url then
return {
code = 1,
now_version = now_version,
version = remote_version,
html_url = html_url,
error = i18n.translate("New version found, but failed to get new version download url.")
}
end
return {
code = 0,
update = needs_update,
now_version = now_version,
version = remote_version,
url = {html = html_url, download = download_url}
}
end
function to_download(url)
local app_path = api.get_kcptun_path() or ""
if app_path == "" then
return {
code = 1,
error = i18n.translatef("You did not fill in the %s path. Please save and apply then update manually.", "Kcptun")
}
end
if not url or url == "" then
return {code = 1, error = i18n.translate("Download url is required.")}
end
sys.call("/bin/rm -f /tmp/kcptun_download.*")
local tmp_file = util.trim(util.exec("mktemp -u -t kcptun_download.XXXXXX"))
local result = api.exec(api.curl, {api._unpack(api.curl_args), "-o", tmp_file, url}, nil, api.command_timeout) == 0
if not result then
api.exec("/bin/rm", {"-f", tmp_file})
return {
code = 1,
error = i18n.translatef("File download failed or timed out: %s", url)
}
end
return {code = 0, file = tmp_file}
end
function to_extract(file, subfix)
local app_path = api.get_kcptun_path() or ""
if app_path == "" then
return {
code = 1,
error = i18n.translatef("You did not fill in the %s path. Please save and apply then update manually.", "Kcptun")
}
end
if not file or file == "" or not fs.access(file) then
return {code = 1, error = i18n.translate("File path required.")}
end
sys.call("/bin/rm -rf /tmp/kcptun_extract.*")
local tmp_dir = util.trim(util.exec("mktemp -d -t kcptun_extract.XXXXXX"))
local output = {}
api.exec("/bin/tar", {"-C", tmp_dir, "-zxvf", file},
function(chunk) output[#output + 1] = chunk end)
local files = util.split(table.concat(output))
api.exec("/bin/rm", {"-f", file})
local new_file = nil
for _, f in pairs(files) do
if f:match("client_linux_%s" % subfix) then
new_file = tmp_dir .. "/" .. util.trim(f)
break
end
end
if not new_file then
for _, f in pairs(files) do
if f:match("client_") then
new_file = tmp_dir .. "/" .. util.trim(f)
break
end
end
end
if not new_file then
api.exec("/bin/rm", {"-rf", tmp_dir})
return {
code = 1,
error = i18n.translatef("Can't find client in file: %s", file)
}
end
return {code = 0, file = new_file}
end
function to_move(file)
local app_path = api.get_kcptun_path() or ""
if app_path == "" then
return {
code = 1,
error = i18n.translatef("You did not fill in the %s path. Please save and apply then update manually.", "Kcptun")
}
end
if not file or file == "" or not fs.access(file) then
sys.call("/bin/rm -rf /tmp/kcptun_extract.*")
return {code = 1, error = i18n.translate("Client file is required.")}
end
local new_version = api.get_kcptun_version(file)
if new_version == "" then
sys.call("/bin/rm -rf /tmp/kcptun_extract.*")
return {
code = 1,
error = i18n.translate("The client file is not suitable for current device.")
}
end
local app_path_bak
if fs.access(app_path) then
app_path_bak = app_path .. ".bak"
api.exec("/bin/mv", {"-f", app_path, app_path_bak})
end
local result = api.exec("/bin/mv", {"-f", file, app_path}, nil, api.command_timeout) == 0
if not result or not fs.access(app_path) then
sys.call("/bin/rm -rf /tmp/kcptun_extract.*")
if app_path_bak then
api.exec("/bin/mv", {"-f", app_path_bak, app_path})
end
return {
code = 1,
error = i18n.translatef("Can't move new file to path: %s", app_path)
}
end
api.exec("/bin/chmod", {"755", app_path})
if app_path_bak then api.exec("/bin/rm", {"-f", app_path_bak}) end
sys.call("/bin/rm -rf /tmp/kcptun_extract.*")
return {code = 0}
end

View File

@ -1,20 +0,0 @@
local fs=require "nixio.fs"
f=SimpleForm("logview")
f.reset=false
f.submit=false
t=f:field(TextValue,"conf")
t.rmempty=true
t.rows=20
function t.cfgvalue()
if nixio.fs.access("/var/log/bypass.log") then
local logs = luci.util.execi("cat /var/log/bypass.log")
local s = ""
for line in logs do
s = line .. "\n" .. s
end
return s
end
end
t.readonly = "readonly"
return f

View File

@ -1,154 +0,0 @@
-- Copyright (C) 2017 yushi studio <ywb94@qq.com>
-- Licensed to the public under the GNU General Public License v3.
require "luci.http"
require "luci.dispatcher"
require "nixio.fs"
local m, s, o
local sid = arg[1]
local encrypt_methods = {
"rc4-md5",
"rc4-md5-6",
"rc4",
"table",
"aes-128-cfb",
"aes-192-cfb",
"aes-256-cfb",
"aes-128-ctr",
"aes-192-ctr",
"aes-256-ctr",
"bf-cfb",
"camellia-128-cfb",
"camellia-192-cfb",
"camellia-256-cfb",
"cast5-cfb",
"des-cfb",
"idea-cfb",
"rc2-cfb",
"seed-cfb",
"salsa20",
"chacha20",
"chacha20-ietf"
}
local encrypt_methods_ss = {
-- aead
"aes-128-gcm",
"aes-192-gcm",
"aes-256-gcm",
"chacha20-ietf-poly1305",
"xchacha20-ietf-poly1305",
-- aead 2022
"2022-blake3-aes-128-gcm",
"2022-blake3-aes-256-gcm",
"2022-blake3-chacha20-poly1305"
--[[ stream
"table",
"rc4",
"rc4-md5",
"aes-128-cfb",
"aes-192-cfb",
"aes-256-cfb",
"aes-128-ctr",
"aes-192-ctr",
"aes-256-ctr",
"bf-cfb",
"camellia-128-cfb",
"camellia-192-cfb",
"camellia-256-cfb",
"salsa20",
"chacha20",
"chacha20-ietf" ]]
}
local protocol = {"origin"}
obfs = {"plain", "http_simple", "http_post"}
m = Map("bypass", translate("Edit Server"))
m.redirect = luci.dispatcher.build_url("admin/services/bypass/server")
if m.uci:get("bypass", sid) ~= "server_config" then
luci.http.redirect(m.redirect)
return
end
-- [[ Server Setting ]]--
s = m:section(NamedSection, sid, "server_config")
s.anonymous = true
s.addremove = false
o = s:option(Flag, "enable", translate("Enable"))
o.default = 1
o.rmempty = false
o = s:option(ListValue, "type", translate("Server Type"))
o:value("socks5", translate("Socks5"))
if nixio.fs.access("/usr/bin/ssserver") or nixio.fs.access("/usr/bin/ss-server") then
o:value("ss", translate("Shadowsocks"))
end
if nixio.fs.access("/usr/bin/ssr-server") then
o:value("ssr", translate("ShadowsocksR"))
end
o.default = "socks5"
o = s:option(Value, "server_port", translate("Server Port"))
o.datatype = "port"
math.randomseed(tostring(os.time()):reverse():sub(1, 7))
o.default = math.random(10240, 20480)
o.rmempty = false
o.description = translate("warning! Please do not reuse the port!")
o = s:option(Value, "timeout", translate("Connection Timeout"))
o.datatype = "uinteger"
o.default = 60
o.rmempty = false
o:depends("type", "ss")
o:depends("type", "ssr")
o = s:option(Value, "username", translate("Username"))
o.rmempty = false
o:depends("type", "socks5")
o = s:option(Value, "password", translate("Password"))
o.password = true
o.rmempty = false
o = s:option(ListValue, "encrypt_method", translate("Encrypt Method"))
for _, v in ipairs(encrypt_methods) do
o:value(v)
end
o.rmempty = false
o:depends("type", "ssr")
o = s:option(ListValue, "encrypt_method_ss", translate("Encrypt Method"))
for _, v in ipairs(encrypt_methods_ss) do
o:value(v)
end
o.rmempty = false
o:depends("type", "ss")
o = s:option(ListValue, "protocol", translate("Protocol"))
for _, v in ipairs(protocol) do
o:value(v)
end
o.rmempty = false
o:depends("type", "ssr")
o = s:option(ListValue, "obfs", translate("Obfs"))
for _, v in ipairs(obfs) do
o:value(v)
end
o.rmempty = false
o:depends("type", "ssr")
o = s:option(Value, "obfs_param", translate("Obfs param(optional)"))
o:depends("type", "ssr")
o = s:option(Flag, "fast_open", translate("TCP Fast Open"))
o.rmempty = false
o:depends("type", "ss")
o:depends("type", "ssr")
return m

View File

@ -1,71 +0,0 @@
local m,s,o
m=Map("bypass")
s=m:section(TypedSection,"server_global",translate("Global Setting"))
s.anonymous=true
o=s:option(Flag,"enable_server",translate("Enable Server"))
s=m:section(TypedSection,"server_config",translate("Server Setting"))
s.anonymous=true
s.addremove=true
s.template="cbi/tblsection"
s.extedit=luci.dispatcher.build_url("admin/services/bypass/server/%s")
function s.create(...)
local sid=TypedSection.create(...)
if sid then
luci.http.redirect(s.extedit%sid)
return
end
end
o=s:option(Flag,"enable",translate("Enable"))
function o.cfgvalue(...)
return Value.cfgvalue(...) or translate("0")
end
o.rmempty=false
o=s:option(DummyValue,"type",translate("Server Type"))
function o.cfgvalue(...)
return Value.cfgvalue(...) or "-"
end
o=s:option(DummyValue,"server_port",translate("Server Port"))
function o.cfgvalue(...)
return Value.cfgvalue(...) or "-"
end
o=s:option(DummyValue,"username",translate("Username"))
function o.cfgvalue(...)
return Value.cfgvalue(...) or "-"
end
o=s:option(DummyValue,"encrypt_method_ss",translate("Encrypt Method (SS)"))
function o.cfgvalue(...)
local v=Value.cfgvalue(...)
return v and v:upper() or "-"
end
o=s:option(DummyValue,"plugin",translate("Plugin (SS)"))
function o.cfgvalue(...)
local v=Value.cfgvalue(...)
return v and v:upper() or "-"
end
o=s:option(DummyValue,"encrypt_method",translate("Encrypt Method"))
function o.cfgvalue(...)
local v=Value.cfgvalue(...)
return v and v:upper() or "-"
end
o=s:option(DummyValue,"protocol",translate("Protocol"))
function o.cfgvalue(...)
return Value.cfgvalue(...) or "-"
end
o=s:option(DummyValue,"obfs",translate("Obfs"))
function o.cfgvalue(...)
return Value.cfgvalue(...) or "-"
end
return m

View File

@ -1,126 +0,0 @@
local m,s,o
local bypass="bypass"
local uci=luci.model.uci.cursor()
local server_count=0
uci:foreach(bypass,"servers",function(s)
server_count=server_count+1
end)
m=Map(bypass,translate("Servers subscription and manage"),translate("Support SS/SSR/XRAY/TROJAN/NAIVEPROXY/SOCKS5/TUN etc."))
s=m:section(TypedSection,"server_subscribe")
s.anonymous=true
o=s:option(Flag,"auto_update",translate("Auto Update"))
o.rmempty=false
o.description=translate("Auto Update Server subscription,GFW list and CHN route")
o=s:option(ListValue,"auto_update_time",translate("Update time (every day)"))
for t=0,23 do
o:value(t,t..":00")
end
o.default=2
o.rmempty=false
o=s:option(DynamicList,"subscribe_url",translate("Subscribe URL"))
o.rmempty=true
o = s:option(Value, "filter_words", translate("Subscribe Filter Words"))
o.rmempty = true
o.description = translate("Filter Words splited by /")
o = s:option(Value, "save_words", translate("Subscribe Save Words"))
o.rmempty = true
o.description = translate("Save Words splited by /")
o=s:option(Button,"update_Sub",translate("Update Subscribe List"))
o.inputstyle="reload"
o.description=translate("Update subscribe url list first")
o.write=function()
uci:commit(bypass)
luci.http.redirect(luci.dispatcher.build_url("admin","services",bypass,"servers"))
end
o=s:option(Flag,"switch",translate("Subscribe Default Auto-Switch"))
o.rmempty=false
o.description=translate("Subscribe new add server default Auto-Switch on")
o.default=0
o=s:option(Flag,"proxy",translate("Through proxy update"))
o.rmempty=false
o.description=translate("Through proxy update list,Not Recommended")
o=s:option(Button,"subscribe",translate("Update All Subscribe Severs"))
o.rawhtml=true
o.template="bypass/subscribe"
o=s:option(Button,"delete",translate("Delete All Subscribe Severs"))
o.inputstyle="reset"
o.description=string.format(translate("Server Count")..": %d",server_count)
o.write=function()
uci:delete_all(bypass,"servers",function(s)
if s.hashkey or s.isSubscribe then
return true
else
return false
end
end)
uci:commit(bypass)
luci.http.redirect(luci.dispatcher.build_url("admin","services",bypass,"servers"))
end
s=m:section(TypedSection,"servers")
s.anonymous=true
s.addremove=true
s.template="cbi/tblsection"
s.sortable=true
s.extedit=luci.dispatcher.build_url("admin","services",bypass,"servers","%s")
function s.create(...)
local sid=TypedSection.create(...)
if sid then
uci:set(bypass,sid,'switch_enable',1)
luci.http.redirect(s.extedit%sid)
return
end
end
o=s:option(DummyValue,"type",translate("Type"))
function o.cfgvalue(...)
return (Value.cfgvalue(...)=="vless") and "VLESS" or Value.cfgvalue(...)
end
o=s:option(DummyValue,"alias",translate("Alias"))
function o.cfgvalue(...)
return Value.cfgvalue(...) or translate("None")
end
o=s:option(DummyValue,"server_port",translate("Server Port"))
function o.cfgvalue(...)
return Value.cfgvalue(...) or "N/A"
end
o=s:option(DummyValue,"server_port",translate("Socket Connected"))
o.template="bypass/socket"
o.width="10%"
o=s:option(DummyValue,"server",translate("TCPing Latency"))
o.template="bypass/ping"
o.width="10%"
o=s:option(Button,"apply_node",translate("Apply"))
o.inputstyle="apply"
o.write=function(self,section)
uci:set(bypass,'@global[0]','global_server',section)
uci:commit(bypass)
luci.http.redirect(luci.dispatcher.build_url("admin","services",bypass,"base"))
end
o=s:option(Flag,"switch_enable",translate("Auto Switch"))
o.rmempty=false
function o.cfgvalue(...)
return Value.cfgvalue(...) or 1
end
m:append(Template("bypass/server_list"))
return m

View File

@ -1,175 +0,0 @@
module("luci.model.cbi.bypass.xray", package.seeall)
local fs = require "nixio.fs"
local sys = require "luci.sys"
local util = require "luci.util"
local i18n = require "luci.i18n"
local api = require "luci.model.cbi.bypass.api"
local xray_api = "https://api.github.com/repos/XTLS/Xray-core/releases?per_page=1"
local is_armv7 = false
function to_check(arch)
local app_path = api.get_xray_path() or ""
if app_path == "" then
return {
code = 1,
error = i18n.translatef("You did not fill in the %s path. Please save and apply then update manually.", "Xray")
}
end
if not arch or arch == "" then arch = api.auto_get_arch() end
local file_tree, sub_version = api.get_file_info(arch)
if file_tree == "" then
return {
code = 1,
error = i18n.translate("Can't determine ARCH, or ARCH not supported.")
}
end
if file_tree == "amd64" then file_tree = "64" end
if file_tree == "386" then file_tree = "32" end
if file_tree == "mipsle" then file_tree = "mips32le" end
if file_tree == "mips" then file_tree = "mips32" end
if file_tree == "arm" then file_tree = "arm32" end
local json = api.get_api_json(xray_api)
if #json > 0 then
json = json[1]
end
if json.tag_name == nil then
return {
code = 1,
error = i18n.translate("Get remote version info failed.")
}
end
local now_version = api.get_xray_version()
local remote_version = json.tag_name
local needs_update = api.compare_versions(now_version:match("[^v]+"), "<", remote_version:match("[^v]+"))
local html_url, download_url
if needs_update then
html_url = json.html_url
for _, v in ipairs(json.assets) do
if v.name and v.name:match("linux%-" .. file_tree .. (sub_version ~= "" and ".+" .. sub_version or "")) then
download_url = v.browser_download_url
break
end
end
end
if needs_update and not download_url then
return {
code = 1,
now_version = now_version,
version = remote_version,
html_url = html_url,
error = i18n.translate("New version found, but failed to get new version download url.")
}
end
return {
code = 0,
update = needs_update,
now_version = now_version,
version = remote_version,
url = {html = html_url, download = download_url}
}
end
function to_download(url)
local app_path = api.get_xray_path() or ""
if app_path == "" then
return {
code = 1,
error = i18n.translatef("You did not fill in the %s path. Please save and apply then update manually.", "Xray")
}
end
if not url or url == "" then
return {code = 1, error = i18n.translate("Download url is required.")}
end
sys.call("/bin/rm -f /tmp/xray_download.*")
local tmp_file = util.trim(util.exec("mktemp -u -t xray_download.XXXXXX"))
local result = api.exec(api.curl, {api._unpack(api.curl_args), "-o", tmp_file, url}, nil, api.command_timeout) == 0
if not result then
api.exec("/bin/rm", {"-f", tmp_file})
return {
code = 1,
error = i18n.translatef("File download failed or timed out: %s", url)
}
end
return {code = 0, file = tmp_file}
end
function to_extract(file, subfix)
local app_path = api.get_xray_path() or ""
if app_path == "" then
return {
code = 1,
error = i18n.translatef("You did not fill in the %s path. Please save and apply then update manually.", "Xray")
}
end
if not file or file == "" or not fs.access(file) then
return {code = 1, error = i18n.translate("File path required.")}
end
if sys.exec("echo -n $(opkg list-installed | grep -c unzip)") ~= "1" then
api.exec("/bin/rm", {"-f", file})
return {
code = 1,
error = i18n.translate("Not installed unzip, Can't unzip!")
}
end
sys.call("/bin/rm -rf /tmp/xray_extract.*")
local tmp_dir = util.trim(util.exec("mktemp -d -t xray_extract.XXXXXX"))
local output = {}
api.exec("/usr/bin/unzip", {"-o", file, "-d", tmp_dir},
function(chunk) output[#output + 1] = chunk end)
local files = util.split(table.concat(output))
api.exec("/bin/rm", {"-f", file})
return {code = 0, file = tmp_dir}
end
function to_move(file)
local app_path = api.get_xray_path() or ""
if app_path == "" then
return {
code = 1,
error = i18n.translatef("You did not fill in the %s path. Please save and apply then update manually.", "Xray")
}
end
if not file or file == "" then
sys.call("/bin/rm -rf /tmp/xray_extract.*")
return {code = 1, error = i18n.translate("Client file is required.")}
end
sys.call("/etc/init.d/bypass stop")
local result = nil
result = api.exec("/bin/mv", { "-f", file .. "/xray", app_path }, nil, api.command_timeout) == 0
sys.call("/bin/rm -rf /tmp/xray_extract.*")
if not result or not fs.access(app_path) then
return {
code = 1,
error = i18n.translatef("Can't move new file to path: %s", app_path)
}
end
api.chmod_755(app_path)
sys.call("/etc/init.d/bypass restart >/dev/null 2>&1 &")
return {code = 0}
end

View File

@ -1,4 +0,0 @@
<%+cbi/valueheader%>
<input class="cbi-input-file" style="width: 400px" type="file" id="ulfile" name="ulfile"/>
<input type="submit" class="cbi-button cbi-input-apply" name="upload" value="<%:Upload%>"/>
<%+cbi/valuefooter%>

View File

@ -1,30 +0,0 @@
<%+cbi/valueheader%>
<script type="text/javascript">//<![CDATA[
function check_connect(btn,urlname)
{
btn.disabled=true;
btn.value='<%:Check...%>';
murl=urlname;
XHR.get('<%=luci.dispatcher.build_url("admin","services","bypass","check")%>',
{set:murl},
function(x,rv)
{
var s=document.getElementById(urlname+'-status');
if (s)
{
if (rv.ret=="0")
s.innerHTML="<font color='green'>"+"<%:Connect OK%>"+"</font>";
else
s.innerHTML="<font color='red'>"+"<%:Connect Error%>"+"</font>";
}
btn.disabled=false;
btn.value='<%:Check Connect%>';
}
);
return false;
}
//]]></script>
<input type="button" class="cbi-button cbi-button-apply" value="<%:Check Connect%>" onclick="return check_connect(this,'<%=self.option%>')"/>
<span id="<%=self.option%>-status"><em><%=self.value%></em></span>
<%+cbi/valuefooter%>

View File

@ -1,26 +0,0 @@
<%+cbi/valueheader%>
<script type="text/javascript">//<![CDATA[
function check_port(btn)
{
btn.disabled=true;
btn.value='<%:Check...%>';
XHR.get('<%=luci.dispatcher.build_url("admin","services","bypass","checkport")%>',
null,
function(x,rv)
{
var s=document.getElementById('<%=self.option%>-status');
if (s)
{
s.innerHTML=rv.ret;
}
btn.disabled=false;
btn.value='<%:Check Server%>';
}
);
return false;
}
//]]></script>
<input type="button" class="cbi-button cbi-button-apply" value="<%:Check Server%>" onclick="return check_port(this)"/>
<span id="<%=self.option%>-status"><em><%=self.value%></em></span>
<%+cbi/valuefooter%>

View File

@ -1,172 +0,0 @@
<%
local kcptun_version = require "luci.model.cbi.bypass.api".get_kcptun_version()
-%>
<script type="text/javascript">
//<![CDATA[
var kcptunInfo;
var tokenStr = '<%=token%>';
var manuallyUpdateText = '<%:Check update%>';
var noUpdateText = '<%:It is the latest version%>';
var updateSuccessText = '<%:Update successful%>';
var clickToUpdateText = '<%:Click to update%>';
var inProgressText = '<%:Updating...%>';
var unexpectedErrorText = '<%:Unexpected error%>';
var updateInProgressNotice = '<%:Updating, are you sure to close?%>';
var downloadingText = '<%:Downloading...%>';
var decompressioningText = '<%:Unpacking...%>';
var movingText = '<%:Moving...%>';
window.onload = function() {
var kcptunCheckBtn = document.getElementById('_kcptun-check_btn');
var kcptunDetailElm = document.getElementById('_kcptun-check_btn-detail');
};
function addPageNotice_kcptun() {
window.onbeforeunload = function(e) {
e.returnValue = updateInProgressNotice;
return updateInProgressNotice;
};
}
function removePageNotice_kcptun() {
window.onbeforeunload = undefined;
}
function onUpdateSuccess_kcptun(btn) {
alert(updateSuccessText);
if(btn) {
btn.value = updateSuccessText;
btn.placeholder = updateSuccessText;
btn.disabled = true;
}
window.setTimeout(function() {
window.location.reload();
}, 1000);
}
function onRequestError_kcptun(btn, errorMessage) {
btn.disabled = false;
btn.value = manuallyUpdateText;
if(errorMessage) {
alert(errorMessage);
}
}
function onBtnClick_kcptun(btn) {
if(kcptunInfo === undefined) {
checkUpdate_kcptun(btn);
} else {
doUpdate_kcptun(btn);
}
}
function checkUpdate_kcptun(btn) {
btn.disabled = true;
btn.value = inProgressText;
addPageNotice_kcptun();
var ckeckDetailElm = document.getElementById(btn.id + '-detail');
XHR.get('<%=url([[admin]], [[services]], [[bypass]], [[kcptun_check]])%>', {
token: tokenStr,
arch: ''
}, function(x,json) {
removePageNotice_kcptun();
if(json.code) {
kcptunInfo = undefined;
onRequestError_kcptun(btn, json.error);
} else {
if(json.update) {
kcptunInfo = json;
btn.disabled = false;
btn.value = clickToUpdateText;
btn.placeholder = clickToUpdateText;
if(ckeckDetailElm) {
var urlNode = '';
if(json.version) {
urlNode = '<em style="color:red;">最新版本号:' + json.version + '</em>';
if(json.url && json.url.html) {
urlNode = '<a href="' + json.url.html + '" target="_blank">' + urlNode + '</a>';
}
}
ckeckDetailElm.innerHTML = urlNode;
}
} else {
btn.disabled = true;
btn.value = noUpdateText;
}
}
},300);
}
function doUpdate_kcptun(btn) {
btn.disabled = true;
btn.value = downloadingText;
addPageNotice_kcptun();
var kcptunUpdateUrl = '<%=url([[admin]], [[services]], [[bypass]], [[kcptun_update]])%>';
// Download file
XHR.get(kcptunUpdateUrl, {
token: tokenStr,
url: kcptunInfo ? kcptunInfo.url.download : ''
}, function(x,json) {
if(json.code) {
removePageNotice_kcptun();
onRequestError_kcptun(btn, json.error);
} else {
btn.value = decompressioningText;
// Extract file
XHR.get(kcptunUpdateUrl, {
token: tokenStr,
task: 'extract',
file: json.file,
subfix: kcptunInfo ? kcptunInfo.type : ''
}, function(x,json) {
if(json.code) {
removePageNotice_kcptun();
onRequestError_kcptun(btn, json.error);
} else {
btn.value = movingText;
// Move file to target dir
XHR.get(kcptunUpdateUrl, {
token: tokenStr,
task: 'move',
file: json.file
}, function(x,json) {
removePageNotice_kcptun();
if(json.code) {
onRequestError_kcptun(btn, json.error);
} else {
onUpdateSuccess_kcptun(btn);
}
},300)
}
},300)
}
},300)
}
//]]>
</script>
<div class="cbi-value">
<label class="cbi-value-title">Kcptun
<%:Version%>
</label>
<div class="cbi-value-field">
<div class="cbi-value-description">
<span><%=kcptun_version%> 】</span>
<input class="cbi-button cbi-input-apply" type="button" id="_kcptun-check_btn" onclick="onBtnClick_kcptun(this);" value="<%:Check update%>" />
<span id="_kcptun-check_btn-detail"></span>
</div>
</div>
</div>

View File

@ -1,3 +0,0 @@
<%+cbi/valueheader%>
<span class="pingtime" hint="<%=self:cfgvalue(section)%>">-- ms</span>
<%+cbi/valuefooter%>

View File

@ -1,184 +0,0 @@
<%#
Copyright 2018-2019 Lienol <lawlienol@gmail.com>
Licensed to the public under the Apache License 2.0.
-%>
<%
local dsp=require "luci.dispatcher"
-%>
<script type="text/javascript">
//<![CDATA[
window.addEventListener('load',function(){
const doms=document.getElementsByClassName('pingtime');
const ports=document.getElementsByClassName("socket-connected")
const xhr=(index) =>{
return new Promise((res) =>{
const dom=doms[index];
const port=ports[index];
if (!dom) res()
port.innerHTML='<font color="#0072c3"><%:connecting%></font>';
XHR.get('<%=dsp.build_url("admin/services/bypass/ping")%>',{
index,
domain: dom.getAttribute("hint"),
port: port.getAttribute("hint")
},
(x,result) =>{
let col='#ff0000';
if (result.ping){
if (result.ping < 300) col='#ff3300';
if (result.ping < 200) col='#ff7700';
if (result.ping < 100) col='#249400';
}
dom.innerHTML=`<font color="${col}">${(result.ping ? result.ping : "--") + " ms"}</font>`
if (result.socket){
port.innerHTML='<font color="#249400"><%:ok%></font>';
} else{
port.innerHTML='<font color="#ff0000"><%:fail%></font>';
}
res();
});
})
}
let task=-1;
const thread=() =>{
task=task + 1
if (doms[task]){
xhr(task).then(thread);
}
}
for (let i=0; i < 20; i++){
thread()
}
})
function cbi_row_drop(fromId,toId,store,isToBottom){
var fromNode=document.getElementById(fromId);
var toNode=document.getElementById(toId);
if (!fromNode || !toNode) return false;
var table=fromNode.parentNode;
while (table && table.nodeName.toLowerCase() != "table")
table=table.parentNode;
if (!table) return false;
var ids=[];
if (isToBottom){
toNode.parentNode.appendChild(fromNode);
} else{
fromNode.parentNode.insertBefore(fromNode,toNode);
}
for (var idx=2; idx < table.rows.length; idx++){
table.rows[idx].className=table.rows[idx].className.replace(
/cbi-rowstyle-[12]/,
"cbi-rowstyle-" + (1 + (idx % 2))
);
if (table.rows[idx].id && table.rows[idx].id.match(/-([^\-]+)$/))
ids.push(RegExp.$1);
}
var input=document.getElementById(store);
if (input) input.value=ids.join(" ");
return false;
}
// set tr draggable
function enableDragForTable(table_selecter,store){
var trs=document.querySelectorAll(table_selecter + " tr");
if (!trs || trs.length.length < 3){
return;
}
function ondragstart(ev){
ev.dataTransfer.setData("Text",ev.target.id);
}
function ondrop(ev){
var from=ev.dataTransfer.getData("Text");
cbi_row_drop(from,this.id,store);
}
function ondragover(ev){
ev.preventDefault();
ev.dataTransfer.dropEffect="move";
}
function moveToTop(id){
var top=document.querySelectorAll(table_selecter + " tr")[2];
cbi_row_drop(id,top.id,store);
}
function moveToBottom(id){
console.log('moveToBottom:',id);
var trList=document.querySelectorAll(table_selecter + " tr");
var bottom=trList[trList.length - 1];
cbi_row_drop(id,bottom.id,store,true);
}
for (let index=2; index < trs.length; index++){
const el=trs[index];
el.setAttribute("draggable",true);
el.ondragstart=ondragstart;
el.ondrop=ondrop;
el.ondragover=ondragover;
// reset the behaviors of the btns
var upBtns=el.querySelectorAll(".cbi-button.cbi-button-up");
if (upBtns && upBtns.length > 0){
upBtns.forEach(function (_el){
_el.onclick=function (){
moveToTop(el.id);
};
});
}
var downBtns=el.querySelectorAll(".cbi-button.cbi-button-down");
if (downBtns && downBtns.length > 0){
downBtns.forEach(function (_el){
_el.onclick=function (){
moveToBottom(el.id);
};
});
}
}
}
// enable
enableDragForTable(
"#cbi-bypass-servers table",
"cbi.sts.bypass.servers"
);
function _cbi_row_top(id) {
var dom = document.getElementById("cbi-bypass-" + id);
if (dom) {
var trs = document.getElementById("cbi-bypass-servers").getElementsByClassName("cbi-section-table-row");
if (trs && trs.length > 0) {
for (var i = 0; i < trs.length; i++) {
var up = dom.getElementsByClassName("cbi-button-up");
if (up) {
cbi_row_swap(up[0], true, 'cbi.sts.bypass.servers');
}
}
}
}
}
var edit_btn = document.getElementById("cbi-bypass-servers").getElementsByClassName("cbi-button cbi-button-edit");
for (var i = 0; i < edit_btn.length; i++) {
try {
var onclick_str = edit_btn[i].getAttribute("onclick");
var id = onclick_str.substring(onclick_str.lastIndexOf('/') + 1, onclick_str.length - 1);
var td = edit_btn[i].parentNode;
var new_div = "";
//添加"置顶"按钮
new_div += '<input class="cbi-button" type="button" value="<%:To Top%>" onclick="_cbi_row_top(\'' + id + '\')"/>&nbsp;&nbsp;';
td.innerHTML = new_div + td.innerHTML;
}
catch(err) {
console.error(err);
}
}
</script>

View File

@ -1,3 +0,0 @@
<%+cbi/valueheader%>
<span class="socket-connected" hint="<%=self:cfgvalue(section)%>">wait</span>
<%+cbi/valuefooter%>

View File

@ -1,371 +0,0 @@
<%+cbi/valueheader%>
<script type="text/javascript">
//<![CDATA[
function padright(str, cnt, pad) {
return str + Array(cnt + 1).join(pad);
}
function b64EncodeUnicode(str) {
return btoa(encodeURIComponent(str).replace(/%([0-9A-F]{2})/g, function (match, p1) {
return String.fromCharCode('0x' + p1);
}));
}
function b64encutf8safe(str) {
return b64EncodeUnicode(str).replace(/\+/g, "-").replace(/\//g, "_").replace(/=+$/g, '');
}
function b64DecodeUnicode(str) {
return decodeURIComponent(Array.prototype.map.call(atob(str), function (c) {
return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2);
}).join(''));
}
function b64decutf8safe(str) {
var l;
str = str.replace(/-/g, "+").replace(/_/g, "/");
l = str.length;
l = (4 - l % 4) % 4;
if (l) str = padright(str, l, "=");
return b64DecodeUnicode(str);
}
function b64encsafe(str) {
return btoa(str).replace(/\+/g, "-").replace(/\//g, "_").replace(/=+$/g, '')
}
function b64decsafe(str) {
var l;
str = str.replace(/-/g, "+").replace(/_/g, "/");
l = str.length;
l = (4 - l % 4) % 4;
if (l) str = padright(str, l, "=");
return atob(str);
}
function dictvalue(d, key) {
var v = d[key];
if (typeof (v) == 'undefined' || v == '') return '';
return b64decsafe(v);
}
function export_ssr_url(btn, urlname, sid) {
var s = document.getElementById(urlname + '-status');
if (!s) return false;
var v_server = document.getElementsByName('cbid.bypass.' + sid + '.server')[0];
var v_port = document.getElementsByName('cbid.bypass.' + sid + '.server_port')[0];
var v_protocol = document.getElementsByName('cbid.bypass.' + sid + '.protocol')[0];
var v_method = document.getElementsByName('cbid.bypass.' + sid + '.encrypt_method')[0];
var v_obfs = document.getElementsByName('cbid.bypass.' + sid + '.obfs')[0];
var v_password = document.getElementsByName('cbid.bypass.' + sid + '.password')[0];
var v_obfs_param = document.getElementsByName('cbid.bypass.' + sid + '.obfs_param')[0];
var v_protocol_param = document.getElementsByName('cbid.bypass.' + sid + '.protocol_param')[0];
var v_alias = document.getElementsByName('cbid.bypass.' + sid + '.alias')[0];
var ssr_str = v_server.value + ":" + v_port.value + ":" + v_protocol.value + ":" + v_method.value + ":" + v_obfs.value + ":" + b64encsafe(v_password.value) + "/?obfsparam=" + b64encsafe(v_obfs_param.value) + "&protoparam=" + b64encsafe(v_protocol_param.value) + "&remarks=" + b64encutf8safe(v_alias.value);
var textarea = document.createElement("textarea");
textarea.textContent = "ssr://" + b64encsafe(ssr_str);
textarea.style.position = "fixed";
document.body.appendChild(textarea);
textarea.select();
try {
document.execCommand("copy"); // Security exception may be thrown by some browsers.
s.innerHTML = "<font style=\'color:green\'><%:Copy SSR to clipboard successfully.%></font>";
} catch (ex) {
s.innerHTML = "<font style=\'color:red\'><%:Unable to copy SSR to clipboard.%></font>";
} finally {
document.body.removeChild(textarea);
}
return false;
}
function import_ssr_url(btn, urlname, sid) {
var s = document.getElementById(urlname + '-status');
if (!s) return false;
var ssrurl = prompt("<%:Paste sharing link here%>", "");
if (ssrurl == null || ssrurl == "") {
s.innerHTML = "<font style=\'color:red\'><%:User cancelled.%></font>";
return false;
}
s.innerHTML = "";
//var ssu = ssrurl.match(/ssr:\/\/([A-Za-z0-9_-]+)/i);
var ssu = ssrurl.split('://');
//console.log(ssu.length);
var event = document.createEvent("HTMLEvents");
event.initEvent("change", true, true);
switch (ssu[0]) {
case "hysteria":
try {
var url = new URL("http://" + ssu[1]);
var params = url.searchParams;
} catch(e) {
alert(e);
return false;
}
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].value = ssu[0];
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.server')[0].value = url.hostname;
document.getElementsByName('cbid.bypass.' + sid + '.server_port')[0].value = url.port || "80";
document.getElementsByName('cbid.bypass.' + sid + '.hysteria_protocol')[0].value = params.get("protocol") || "udp";
document.getElementsByName('cbid.bypass.' + sid + '.auth_type')[0].value = params.get("auth") ? "2" : "0";
document.getElementsByName('cbid.bypass.' + sid + '.auth_type')[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.auth_payload')[0].value = params.get("auth") || "";
document.getElementsByName('cbid.bypass.' + sid + '.uplink_capacity')[0].value = params.get("upmbps") || "";
document.getElementsByName('cbid.bypass.' + sid + '.downlink_capacity')[0].value = params.get("downmbps") || "";
document.getElementsByName('cbid.bypass.' + sid + '.seed')[0].value = params.get("obfsParam") || "";
document.getElementsByName('cbid.bypass.' + sid + '.tls_host')[0].value = params.get("peer") || "";
document.getElementsByName('cbid.bypass.' + sid + '.quic_tls_alpn')[0].value = params.get("alpn") || "";
document.getElementsByName('cbid.bypass.' + sid + '.insecure')[0].checked = params.get("insecure") ? true : false;
document.getElementsByName('cbid.bypass.' + sid + '.alias')[0].value = url.hash ? decodeURIComponent(url.hash.slice(1)) : "";
s.innerHTML = "<font style=\'color:green\'><%:Import configuration information successfully.%></font>";
return false;
case "ss":
var url0, param = "";
var sipIndex = ssu[1].indexOf("@");
var ploc = ssu[1].indexOf("#");
if (ploc > 0) {
url0 = ssu[1].substr(0, ploc);
param = ssu[1].substr(ploc + 1);
} else {
url0 = ssu[1];
}
if (sipIndex != -1) {
// SIP002
var userInfo = b64decsafe(url0.substr(0, sipIndex));
var temp = url0.substr(sipIndex + 1).split("/?");
var serverInfo = temp[0].split(":");
var server = serverInfo[0];
var port = serverInfo[1].replace("/","");
var method, password, plugin, pluginOpts;
if (temp[1]) {
var pluginInfo = decodeURIComponent(temp[1]);
var pluginIndex = pluginInfo.indexOf(";");
var pluginNameInfo = pluginInfo.substr(0, pluginIndex);
plugin = pluginNameInfo.substr(pluginNameInfo.indexOf("=") + 1);
pluginOpts = pluginInfo.substr(pluginIndex + 1);
}
var userInfoSplitIndex = userInfo.indexOf(":");
if (userInfoSplitIndex != -1) {
method = userInfo.substr(0, userInfoSplitIndex);
password = userInfo.substr(userInfoSplitIndex + 1);
}
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].value = ssu[0];
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.server')[0].value = server;
document.getElementsByName('cbid.bypass.' + sid + '.server_port')[0].value = port;
document.getElementsByName('cbid.bypass.' + sid + '.password')[0].value = password || "";
document.getElementsByName('cbid.bypass.' + sid + '.encrypt_method_ss')[0].value = method || "";
document.getElementsByName('cbid.bypass.' + sid + '.plugin')[0].value = plugin || "none";
document.getElementsByName('cbid.bypass.' + sid + '.plugin')[0].dispatchEvent(event);
if (plugin != undefined) {
document.getElementsByName('cbid.bypass.' + sid + '.plugin_opts')[0].value = pluginOpts || "";
}
if (param != undefined) {
document.getElementsByName('cbid.bypass.' + sid + '.alias')[0].value = decodeURI(param);
}
s.innerHTML = "<font style=\'color:green\'><%:Import configuration information successfully.%></font>";
} else {
var sstr = b64decsafe(url0);
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].value = ssu[0];
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].dispatchEvent(event);
var team = sstr.split('@');
var part1 = team[0].split(':');
var part2 = team[1].split(':');
document.getElementsByName('cbid.bypass.' + sid + '.server')[0].value = part2[0];
document.getElementsByName('cbid.bypass.' + sid + '.server_port')[0].value = part2[1];
document.getElementsByName('cbid.bypass.' + sid + '.password')[0].value = part1[1];
document.getElementsByName('cbid.bypass.' + sid + '.encrypt_method_ss')[0].value = part1[0];
if (param != undefined) {
document.getElementsByName('cbid.bypass.' + sid + '.alias')[0].value = decodeURI(param);
}
s.innerHTML = "<font style=\'color:green\'><%:Import configuration information successfully.%></font>";
}
return false;
case "ssr":
var sstr = b64decsafe(ssu[1]);
var ploc = sstr.indexOf("/?");
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].value = ssu[0];
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].dispatchEvent(event);
var url0, param = "";
if (ploc > 0) {
url0 = sstr.substr(0, ploc);
param = sstr.substr(ploc + 2);
}
var ssm = url0.match(/^(.+):([^:]+):([^:]*):([^:]+):([^:]*):([^:]+)/);
if (!ssm || ssm.length < 7) return false;
var pdict = {};
if (param.length > 2) {
var a = param.split('&');
for (var i = 0; i < a.length; i++) {
var b = a[i].split('=');
pdict[decodeURIComponent(b[0])] = decodeURIComponent(b[1] || '');
}
}
document.getElementsByName('cbid.bypass.' + sid + '.server')[0].value = ssm[1];
document.getElementsByName('cbid.bypass.' + sid + '.server_port')[0].value = ssm[2];
document.getElementsByName('cbid.bypass.' + sid + '.protocol')[0].value = ssm[3];
document.getElementsByName('cbid.bypass.' + sid + '.encrypt_method')[0].value = ssm[4];
document.getElementsByName('cbid.bypass.' + sid + '.obfs')[0].value = ssm[5];
document.getElementsByName('cbid.bypass.' + sid + '.password')[0].value = b64decsafe(ssm[6]);
document.getElementsByName('cbid.bypass.' + sid + '.obfs_param')[0].value = dictvalue(pdict, 'obfsparam');
document.getElementsByName('cbid.bypass.' + sid + '.protocol_param')[0].value = dictvalue(pdict, 'protoparam');
var rem = pdict['remarks'];
if (typeof (rem) != 'undefined' && rem != '' && rem.length > 0) document.getElementsByName('cbid.bypass.' + sid + '.alias')[0].value = b64decutf8safe(rem);
s.innerHTML = "<font style=\'color:green\'><%:Import configuration information successfully.%></font>";
return false;
case "trojan":
try {
var url = new URL("http://" + ssu[1]);
} catch(e) {
alert(e)
return false;
}
document.getElementsByName('cbid.bypass.' + sid + '.alias')[0].value = url.hash ? decodeURIComponent(url.hash.slice(1)) : "";
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].value = "v2ray";
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.v2ray_protocol')[0].value = "trojan";
document.getElementsByName('cbid.bypass.' + sid + '.v2ray_protocol')[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.server')[0].value = url.hostname;
document.getElementsByName('cbid.bypass.' + sid + '.server_port')[0].value = url.port || "80";
document.getElementsByName('cbid.bypass.' + sid + '.password')[0].value = decodeURIComponent(url.username);
document.getElementsByName('cbid.bypass.' + sid + '.tls')[0].checked = true;
document.getElementsByName('cbid.bypass.' + sid + '.tls')[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.tls_host')[0].value = url.searchParams.get("sni");
s.innerHTML = "<font style=\'color:green\'><%:Import configuration information successfully.%></font>";
return false;
case "vmess":
var sstr = b64DecodeUnicode(ssu[1]);
var ploc = sstr.indexOf("/?");
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].value = "v2ray";
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.v2ray_protocol')[0].value = "vmess";
document.getElementsByName('cbid.bypass.' + sid + '.v2ray_protocol')[0].dispatchEvent(event);
var url0, param = "";
if (ploc > 0) {
url0 = sstr.substr(0, ploc);
param = sstr.substr(ploc + 2);
}
var ssm = JSON.parse(sstr);
document.getElementsByName('cbid.bypass.' + sid + '.alias')[0].value = ssm.ps;
document.getElementsByName('cbid.bypass.' + sid + '.server')[0].value = ssm.add;
document.getElementsByName('cbid.bypass.' + sid + '.server_port')[0].value = ssm.port;
document.getElementsByName('cbid.bypass.' + sid + '.alter_id')[0].value = ssm.aid;
document.getElementsByName('cbid.bypass.' + sid + '.vmess_id')[0].value = ssm.id;
document.getElementsByName('cbid.bypass.' + sid + '.transport')[0].value = ssm.net;
document.getElementsByName('cbid.bypass.' + sid + '.transport')[0].dispatchEvent(event);
if (ssm.net == "tcp") {
if (ssm.type && ssm.type != "http") {
ssm.type = "none"
}
document.getElementsByName('cbid.bypass.' + sid + '.tcp_guise')[0].value = ssm.type;
document.getElementsByName('cbid.bypass.' + sid + '.tcp_guise')[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.http_host')[0].value = ssm.host;
document.getElementsByName('cbid.bypass.' + sid + '.http_path')[0].value = ssm.path;
}
if (ssm.net == "ws") {
document.getElementsByName('cbid.bypass.' + sid + '.ws_host')[0].value = ssm.host;
document.getElementsByName('cbid.bypass.' + sid + '.ws_path')[0].value = ssm.path;
}
if (ssm.net == "h2") {
document.getElementsByName('cbid.bypass.' + sid + '.h2_host')[0].value = ssm.host;
document.getElementsByName('cbid.bypass.' + sid + '.h2_path')[0].value = ssm.path;
}
if (ssm.net == "quic") {
document.getElementsByName('cbid.bypass.' + sid + '.quic_security')[0].value = ssm.securty;
document.getElementsByName('cbid.bypass.' + sid + '.quic_key')[0].value = ssm.key;
}
if (ssm.net == "kcp") {
document.getElementsByName('cbid.bypass.' + sid + '.kcp_guise')[0].value = ssm.type;
}
if (ssm.tls == "tls") {
document.getElementsByName('cbid.bypass.' + sid + '.tls')[0].checked = true;
document.getElementsByName('cbid.bypass.' + sid + '.tls')[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.tls_host')[0].value = ssm.sni || ssm.host;
}
document.getElementsByName('cbid.bypass.' + sid + '.mux')[0].checked = true;
document.getElementsByName('cbid.bypass.' + sid + '.mux')[0].dispatchEvent(event);
s.innerHTML = "<font style=\'color:green\'><%:Import configuration information successfully.%></font>";
return false;
case "vless":
try {
var url = new URL("http://" + ssu[1]);
var params = url.searchParams;
} catch(e) {
alert(e)
return false;
}
document.getElementsByName('cbid.bypass.' + sid + '.alias')[0].value = url.hash ? decodeURIComponent(url.hash.slice(1)) : "";
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].value = "v2ray";
document.getElementsByName('cbid.bypass.' + sid + '.type')[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.v2ray_protocol')[0].value = "vless";
document.getElementsByName('cbid.bypass.' + sid + '.v2ray_protocol')[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.server')[0].value = url.hostname;
document.getElementsByName('cbid.bypass.' + sid + '.server_port')[0].value = url.port || "80";
document.getElementsByName('cbid.bypass.' + sid + '.vmess_id')[0].value = url.username;
document.getElementsByName('cbid.bypass.' + sid + '.transport')[0].value = params.get("type") == "http" ? "h2" : params.get("type") || "tcp";
document.getElementsByName('cbid.bypass.' + sid + '.transport')[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.vless_encryption')[0].value = params.get("encryption") || "none";
if ([ "tls", "reality" ].includes(params.get("security"))) {
document.getElementsByName('cbid.bypass.' + sid + '.' + params.get("security"))[0].checked = true;
document.getElementsByName('cbid.bypass.' + sid + '.' + params.get("security"))[0].dispatchEvent(event);
document.getElementsByName('cbid.bypass.' + sid + '.fingerprint')[0].value = params.get("fp") || "";
document.getElementsByName('cbid.bypass.' + sid + '.tls_flow')[0].value = params.get("flow") || "";
document.getElementsByName('cbid.bypass.' + sid + '.tls_host')[0].value = params.get("sni") || "";
if (params.get("security") === "reality") {
document.getElementsByName('cbid.bypass.' + sid + '.reality_publickey')[0].value = params.get("pbk") ? decodeURIComponent(params.get("pbk")) : "";
document.getElementsByName('cbid.bypass.' + sid + '.reality_shortid')[0].value = params.get("sid") || "";
document.getElementsByName('cbid.bypass.' + sid + '.reality_spiderx')[0].value = params.get("spx") ? decodeURIComponent(params.get("spx")) : "";
}
}
switch (params.get("type")) {
case "ws":
if (params.get("security") !== "tls")
document.getElementsByName('cbid.bypass.' + sid + '.ws_host')[0].value = params.get("host") ? decodeURIComponent(params.get("host")) : "";
document.getElementsByName('cbid.bypass.' + sid + '.ws_path')[0].value = params.get("path") ? decodeURIComponent(params.get("path")) : "/";
break;
case "kcp":
document.getElementsByName('cbid.bypass.' + sid + '.kcp_guise')[0].value = params.get("headerType") || "none";
document.getElementsByName('cbid.bypass.' + sid + '.seed')[0].value = params.get("seed") || "";
break;
case "http":
/* this is non-standard, bullshit */
case "h2":
document.getElementsByName('cbid.bypass.' + sid + '.h2_host')[0].value = params.get("host") ? decodeURIComponent(params.get("host")) : "";
document.getElementsByName('cbid.bypass.' + sid + '.h2_path')[0].value = params.get("path") ? decodeURIComponent(params.get("path")) : "";
break;
case "quic":
document.getElementsByName('cbid.bypass.' + sid + '.quic_guise')[0].value = params.get("headerType") || "none";
document.getElementsByName('cbid.bypass.' + sid + '.quic_security')[0].value = params.get("quicSecurity") || "none";
document.getElementsByName('cbid.bypass.' + sid + '.quic_key')[0].value = params.get("key") || "";
break;
case "grpc":
document.getElementsByName('cbid.bypass.' + sid + '.serviceName')[0].value = params.get("serviceName") || "";
document.getElementsByName('cbid.bypass.' + sid + '.grpc_mode')[0].value = params.get("mode") || "gun";
break;
case "tcp":
document.getElementsByName('cbid.bypass.' + sid + '.tcp_guise')[0].value = params.get("headerType") || "none";
document.getElementsByName('cbid.bypass.' + sid + '.tcp_guise')[0].dispatchEvent(event);
if (params.get("headerType") === "http") {
document.getElementsByName('cbid.bypass.' + sid + '.http_host')[0].value = params.get("host") ? decodeURIComponent(params.get("host")) : "";
document.getElementsByName('cbid.bypass.' + sid + '.http_path')[0].value = params.get("path") ? decodeURIComponent(params.get("path")) : "";
}
break;
}
s.innerHTML = "<font style=\'color:green\'><%:Import configuration information successfully.%></font>";
return false;
default:
s.innerHTML = "<font style=\'color:red\'><%:Invalid format.%></font>";
return false;
}
}
//]]>
</script>
<input type="button" class="btn cbi-button cbi-button-apply" value="<%:Import%>" onclick="return import_ssr_url(this, '<%=self.option%>', '<%=self.value%>')" />
<span id="<%=self.option%>-status"></span>
<%+cbi/valuefooter%>

File diff suppressed because one or more lines are too long

View File

@ -1,125 +0,0 @@
<style>
.pure-img {
max-height: 100%;
width: auto;
}
.flag .pure-img {
max-height: none;
margin-top: -0.34rem;
}
.status-bar {
position: fixed;
bottom: 0;
right: 0;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .3);
color: #525f7f;
background: #fff;
z-index: 5;
box-sizing: border-box;
}
.status-bar .inner {
margin: 0.5em;
}
.status-bar .inner .flag {
height: 2.6em;
display: block;
float: left;
margin-right: 1em;
}
.status-bar .inner .status-info {
font-weight: bold;
}
.status-bar .icon-con {
height: 2.6em;
text-align: right;
}
footer{
display:block !important;
}
@media screen and (max-width: 700px) {
.status-bar .icon-con {
height: 2.5em;
}
}
</style>
<div class="status-bar">
<div class="inner">
<div class="pure-g">
<div class="pure-u-1-2">
<span class="flag"><img src="/luci-static/bypass/flags/loading.svg" class="pure-img"></span> <span
class="status-info">获取中...</span>
</div>
<div class="pure-u-1-2">
<div class="icon-con">
<img src="/luci-static/bypass/img/site_icon1_01.png" class="pure-img i1">
<img src="/luci-static/bypass/img/site_icon1_02.png" class="pure-img i2">
<img src="/luci-static/bypass/img/site_icon1_03.png" class="pure-img i3">
<img src="/luci-static/bypass/img/site_icon1_04.png" class="pure-img i4">
</div>
</div>
</div>
</div>
</div>
<script>
const _ASSETS = '/luci-static/bypass/';
const CHECK_IP_URL = '<%=url([[admin]], [[services]], [[bypass]], [[ip]])%>';
let wW = window.innerWidth;
function resize() {
wW = window.innerWidth;
let lw = document.querySelector(".main-left").offsetWidth;
let statusBar = document.querySelector(".status-bar");
statusBar.style.width = (wW - lw) + 'px';
let flagElement = statusBar.querySelector(".flag");
flagElement.style.width = (flagElement.offsetHeight / 3 * 4) + 'px';
document.querySelectorAll(".flag-icon").forEach(function(el) {
if (el.offsetHeight < 60) {
el.parentElement.style.height = '60px';
el.style.width = '60px';
} else {
el.style.width = el.offsetHeight + 'px';
}
});
}
function write_status(data) {
document.querySelector(".flag img").src = _ASSETS + "flags/" + data.flag + ".svg";
document.querySelector(".status-info").innerHTML = data.ip + "<br>" + data.country + "&nbsp;" + data.isp;
document.querySelector(".i1").src = data.baidu ? _ASSETS + "img/site_icon_01.png" : _ASSETS + "img/site_icon1_01.png";
document.querySelector(".i2").src = data.taobao ? _ASSETS + "img/site_icon_02.png" : _ASSETS + "img/site_icon1_02.png";
document.querySelector(".i3").src = data.google ? _ASSETS + "img/site_icon_03.png" : _ASSETS + "img/site_icon1_03.png";
document.querySelector(".i4").src = data.youtube ? _ASSETS + "img/site_icon_04.png" : _ASSETS + "img/site_icon1_04.png";
setTimeout(function() {
let event = new Event('iploaded');
document.body.dispatchEvent(event);
}, 200);
}
XHR.poll(5, CHECK_IP_URL, null,
function (x, data) {
write_status(data);
}
);
document.addEventListener('DOMContentLoaded', function() {
setTimeout("resize()",100)
fetch(CHECK_IP_URL)
.then(response => response.json())
.then(data => {
write_status(data);
})
.catch(error => console.error('Error:', error));
});
window.addEventListener('resize', resize);
</script>

View File

@ -1,18 +0,0 @@
<%+cbi/valueheader%>
<script type="text/javascript">//<![CDATA[
function subscribe(btn,dataname){
btn.disabled=true;
btn.value='<%:Refresh...%>';
murl=dataname;
XHR.get('<%=luci.dispatcher.build_url("admin","services","bypass","subscribe")%>',{set:murl},function(x,rv){
// 先简单刷新后期如果重构会考虑下如何组织lua shell JavaScript之间的代码逻辑和各自的调用逻辑
window.location.reload()
// btn.disabled = false;
// btn.value = '<%:Refresh Data %>';
});
return false;
}
//]]></script>
<input type="button" class="cbi-button cbi-input-apply" value="<%:Update All Subscribe Severs%> " onclick="return subscribe(this,'<%=self.option%>')" />
<!-- <span id="<%=self.option%>-status"><em><%=self.value%></em></span> -->
<%+cbi/valuefooter%>

View File

@ -1,172 +0,0 @@
<%
local xray_version = require "luci.model.cbi.bypass.api".get_xray_version()
-%>
<script type="text/javascript">
//<![CDATA[
var xrayInfo;
var tokenStr = '<%=token%>';
var manuallyUpdateText = '<%:Check update%>';
var noUpdateText = '<%:It is the latest version%>';
var updateSuccessText = '<%:Update successful%>';
var clickToUpdateText = '<%:Click to update%>';
var inProgressText = '<%:Updating...%>';
var unexpectedErrorText = '<%:Unexpected error%>';
var updateInProgressNotice = '<%:Updating, are you sure to close?%>';
var downloadingText = '<%:Downloading...%>';
var decompressioningText = '<%:Unpacking...%>';
var movingText = '<%:Moving...%>';
window.onload = function() {
var xrayCheckBtn = document.getElementById('_xray-check_btn');
var xrayDetailElm = document.getElementById('_xray-check_btn-detail');
};
function addPageNotice_xray() {
window.onbeforeunload = function(e) {
e.returnValue = updateInProgressNotice;
return updateInProgressNotice;
};
}
function removePageNotice_xray() {
window.onbeforeunload = undefined;
}
function onUpdateSuccess_xray(btn) {
alert(updateSuccessText);
if(btn) {
btn.value = updateSuccessText;
btn.placeholder = updateSuccessText;
btn.disabled = true;
}
window.setTimeout(function() {
window.location.reload();
}, 1000);
}
function onRequestError_xray(btn, errorMessage) {
btn.disabled = false;
btn.value = manuallyUpdateText;
if(errorMessage) {
alert(errorMessage);
}
}
function onBtnClick_xray(btn) {
if(xrayInfo === undefined) {
checkUpdate_xray(btn);
} else {
doUpdate_xray(btn);
}
}
function checkUpdate_xray(btn) {
btn.disabled = true;
btn.value = inProgressText;
addPageNotice_xray();
var ckeckDetailElm = document.getElementById(btn.id + '-detail');
XHR.get('<%=url([[admin]], [[services]], [[bypass]], [[xray_check]])%>', {
token: tokenStr,
arch: ''
}, function(x,json) {
removePageNotice_xray();
if(json.code) {
xrayInfo = undefined;
onRequestError_xray(btn, json.error);
} else {
if(json.update) {
xrayInfo = json;
btn.disabled = false;
btn.value = clickToUpdateText;
btn.placeholder = clickToUpdateText;
if(ckeckDetailElm) {
var urlNode = '';
if(json.version) {
urlNode = '<em style="color:red;">最新版本号:' + json.version + '</em>';
if(json.url && json.url.html) {
urlNode = '<a href="' + json.url.html + '" target="_blank">' + urlNode + '</a>';
}
}
ckeckDetailElm.innerHTML = urlNode;
}
} else {
btn.disabled = true;
btn.value = noUpdateText;
}
}
},300);
}
function doUpdate_xray(btn) {
btn.disabled = true;
btn.value = downloadingText;
addPageNotice_xray();
var xrayUpdateUrl = '<%=url([[admin]], [[services]], [[bypass]], [[xray_update]])%>';
// Download file
XHR.get(xrayUpdateUrl, {
token: tokenStr,
url: xrayInfo ? xrayInfo.url.download : ''
}, function(x,json) {
if(json.code) {
removePageNotice_xray();
onRequestError_xray(btn, json.error);
} else {
btn.value = decompressioningText;
// Extract file
XHR.get(xrayUpdateUrl, {
token: tokenStr,
task: 'extract',
file: json.file,
subfix: xrayInfo ? xrayInfo.type : ''
}, function(x,json) {
if(json.code) {
removePageNotice_xray();
onRequestError_xray(btn, json.error);
} else {
btn.value = movingText;
// Move file to target dir
XHR.get(xrayUpdateUrl, {
token: tokenStr,
task: 'move',
file: json.file
}, function(x,json) {
removePageNotice_xray();
if(json.code) {
onRequestError_xray(btn, json.error);
} else {
onUpdateSuccess_xray(btn);
}
},300)
}
},300)
}
},300)
}
//]]>
</script>
<div class="cbi-value">
<label class="cbi-value-title">Xray
<%:Version%>
</label>
<div class="cbi-value-field">
<div class="cbi-value-description">
<span><%=xray_version%> 】</span>
<input class="cbi-button cbi-input-apply" type="button" id="_xray-check_btn" onclick="onBtnClick_xray(this);" value="<%:Check update%>" />
<span id="_xray-check_btn-detail"></span>
</div>
</div>
</div>

View File

@ -1,739 +0,0 @@
msgid "Base Setting"
msgstr "基本设置"
msgid "Bypass Settings"
msgstr "Bypass 设置"
msgid "Support SS/SSR/XRAY/TROJAN/NAIVEPROXY/SOCKS5/TUN etc."
msgstr "支持 SS/SSR/Xray/Trojan/NavieProxy/Socks5/TUN 等协议"
msgid "Bypass RUNNING"
msgstr "Bypass 客户端运行中"
msgid "Bypass NOT RUNNING"
msgstr "Bypass 客户端未运行"
msgid "Main Server"
msgstr "主服务器"
msgid "Enable"
msgstr "启用"
msgid "Disable"
msgstr "停用"
msgid "Game Mode UDP Server"
msgstr "游戏模式UDP中继服务器"
msgid "Same as Global Server"
msgstr "与全局服务器相同"
msgid "Netflix Server"
msgstr "Netflix 分流服务器"
msgid "External Proxy Mode"
msgstr "分流服务器(前置)代理"
msgid "Forward Netflix Proxy through Main Proxy"
msgstr "分流服务器流量通过主服务节点中转代理转发"
msgid "Multi Threads Option"
msgstr "多线程并发转发"
msgid "Auto Threads"
msgstr "自动CPU线程数"
msgid "1 Thread"
msgstr "单线程"
msgid "2 Threads"
msgstr "2 线程"
msgid "4 Threads"
msgstr "4 线程"
msgid "8 Threads"
msgstr "8 线程"
msgid "16 Threads"
msgstr "16 线程"
msgid "32 Threads"
msgstr "32 线程"
msgid "64 Threads"
msgstr "64 线程"
msgid "128 Threads"
msgstr "128 线程"
msgid "Running Mode"
msgstr "运行模式"
msgid "GFW List Mode"
msgstr "GFW列表模式"
msgid "Smart Mode"
msgstr "智能模式基于ChinaDNS-NG"
msgid "Global Mode"
msgstr "全局模式"
msgid "Oversea Mode"
msgstr "海外用户回国模式"
msgid "Proxy Ports"
msgstr "需要代理的端口"
msgid "Load GFW List"
msgstr "加载GFW列表"
msgid "If the domestic DNS does not hijack foreign domain name to domestic IP, No need to be enabled"
msgstr "如果国内DNS未劫持国外域名返回国内的IP不需要启用"
msgid "Preload IP"
msgstr "预加载IP"
msgid "Preload Google and Telegram IP segments (GFW mode only)"
msgstr "预加载谷歌与Telegram IP段(仅GFW模式生效)"
msgid "All Ports"
msgstr "所有端口(默认)"
msgid "Only Common Ports"
msgstr "仅常用端口不走P2P流量到代理"
msgid "Foreign Resolve Dns Mode"
msgstr "国外DNS解析方式"
msgid "Use SmartDNS DoH query"
msgstr "使用SmartDNS DoH查询"
msgid "Use SmartDNS TCP query"
msgstr "使用SmartDNS TCP查询"
msgid "Foreign DoH"
msgstr "国外DoH"
msgid "Custom DNS format is https://cloudflare-dns.com/dns-query or https://104.16.249.249/dns-query -http-host cloudflare-dns.com"
msgstr "自定义DNS格式为 https://cloudflare-dns.com/dns-query 或 https://104.16.249.249/dns-query -http-host cloudflare-dns.com"
msgid "Google"
msgstr "谷歌"
msgid "Do not use the same DNS server as the global server"
msgstr "不要使用与全局服务器相同的DNS"
msgid "Foreign DNS"
msgstr "国外DNS"
msgid "Custom DNS format is 1.1.1.1:53,1.0.0.1 ,Port optional"
msgstr "自定义DNS格式为 1.1.1.1:53,1.0.0.1 ,端口号可选"
msgid "Domestic Resolve Dns Mode"
msgstr "国内DNS解析方式"
msgid "Use SmartDNS UDP query"
msgstr "使用SmartDNS UDP查询"
msgid "If DoH resolution is not normal,use UDP mode and select ISP DNS"
msgstr "如果DoH解析不正常则使用UDP模式并选择ISP的DNS"
msgid "Domestic DoH"
msgstr "国内DoH"
msgid "Custom DNS format is https://dns.alidns.com/dns-query or https://223.5.5.5/dns-query"
msgstr "自定义DNS格式为 https://dns.alidns.com/dns-query 或 https://223.5.5.5/dns-query"
msgid "Ali"
msgstr "阿里"
msgid "ISP DNS"
msgstr "运营商DNS"
msgid "Use ISP DNS to resolve DoH domain"
msgstr "使用运营商DNS解析DoH域名"
msgid "Domestic DNS"
msgstr "国内DNS"
msgid "Custom DNS format is 223.5.5.5:53,223.6.6.6 ,Port optional"
msgstr "自定义DNS格式为 223.5.5.5:53,223.6.6.6 ,端口号可选"
msgid "Severs Nodes"
msgstr "服务器节点"
msgid "Servers subscription and manage"
msgstr "服务器节点订阅与管理"
msgid "Auto Update"
msgstr "自动更新"
msgid "Auto Update Server subscription,GFW list and CHN route"
msgstr "自动更新服务器订阅、GFW列表和 CHN路由表"
msgid "Update time (every day)"
msgstr "更新时间 (每天)"
msgid "Subscribe URL"
msgstr "SS/SSR/V2/TROJAN订阅URL"
msgid "Subscribe Filter Words"
msgstr "订阅节点关键字过滤"
msgid "Subscribe Save Words"
msgstr "订阅节点关键字保留检查"
msgid "Filter Words splited by /"
msgstr "命中关键字的节点将被丢弃。多个关键字用 / 分隔"
msgid "Save Words splited by /"
msgstr "命中关键字的节点将被保留。多个关键字用 / 分隔。此项为空则不启用保留匹配"
msgid "Update Subscribe List"
msgstr "更新订阅URL列表"
msgid "Update subscribe url list first"
msgstr "修改订阅URL和节点关键字后请先点击更新"
msgid "Subscribe Default Auto-Switch"
msgstr "订阅新节点故障转移设置"
msgid "Subscribe new add server default Auto-Switch on"
msgstr "订阅加入的新节点默认开启故障转移"
msgid "Through proxy update"
msgstr "通过代理更新"
msgid "Through proxy update list,Not Recommended"
msgstr "通过路由器自身代理更新订阅"
msgid "Update All Subscribe Severs"
msgstr "更新所有订阅服务器节点"
msgid "Delete All Subscribe Severs"
msgstr "删除所有订阅服务器节点"
msgid "Server Count"
msgstr "服务器节点数量"
msgid "Type"
msgstr "类型"
msgid "Alias"
msgstr "别名"
msgid "None"
msgstr "无"
msgid "Server Port"
msgstr "端口"
msgid "Socket Connected"
msgstr "连接测试"
msgid "TCPing Latency"
msgstr "TCPing延迟"
msgid "connecting"
msgstr "连接中"
msgid "ok"
msgstr "成功"
msgid "fail"
msgstr "失败"
msgid "Apply"
msgstr "使用"
msgid "Auto Switch"
msgstr "故障转移"
msgid "Edit Server"
msgstr "编辑服务器配置"
msgid "Paste ssr url here"
msgstr "在此处粘贴ssr://网址"
msgid "Unable to copy SSR to clipboard."
msgstr "无法复制SSR网址到剪贴板。"
msgid "Copy SSR to clipboard successfully."
msgstr "成功复制SSR网址到剪贴板。"
msgid "Server Node Type"
msgstr "服务器节点类型"
msgid "Using incorrect encryption mothod may causes service fail to start"
msgstr "输入不正确的参数组合可能会导致服务无法启动"
msgid "Alias(optional)"
msgstr "别名(可选)"
msgid "Network interface to use"
msgstr "选择使用的网络接口"
msgid "Redirect traffic to this network interface"
msgstr "分流到这个网络接口"
msgid "Server Address"
msgstr "服务器地址"
msgid "Enable Authentication"
msgstr "启用用户名/密码认证"
msgid "Username"
msgstr "用户名"
msgid "Password"
msgstr "密码"
msgid "Encrypt Method"
msgstr "加密方式"
msgid "Plugin"
msgstr "插件"
msgid "Plugin Opts"
msgstr "插件参数"
msgid "Protocol"
msgstr "传输协议"
msgid "Protocol param (optional)"
msgstr "传输协议参数(可选)"
msgid "Authentication type"
msgstr "验证类型"
msgid "Authentication payload"
msgstr "验证载荷"
msgid "QUIC connection receive window"
msgstr "QUIC 连接接收窗口"
msgid "QUIC stream receive window"
msgstr "QUIC 流接收窗口"
msgid "Disable Path MTU discovery"
msgstr "禁用 MTU 探测"
msgid "Obfs"
msgstr "混淆插件"
msgid "Obfs param (optional)"
msgstr "混淆参数(可选)"
msgid "VLESS Encryption"
msgstr "VLESS 加密"
msgid "Transport"
msgstr "传输协议"
msgid "allowInsecure"
msgstr "允许不安全连接"
msgid "If true, allowss insecure connection at TLS client, e.g., TLS server uses unverifiable certificates."
msgstr "是否允许不安全连接。当选择时,将不会检查远端主机所提供的 TLS 证书的有效性。"
msgid "Flow"
msgstr "流控 (Flow)"
msgid "Concurrency"
msgstr "最大并发连接数"
msgid "Self-signed Certificate"
msgstr "自签证书"
msgid "If you have a self-signed certificate,please check the box"
msgstr "如果你使用自签证书,请选择"
msgid "upload"
msgstr "上传证书"
msgid "Upload"
msgstr "上传"
msgid "Create upload file error"
msgstr "创建证书文件失败"
msgid "No specify upload file"
msgstr "没有上传证书"
msgid "Current Certificate Path"
msgstr "当前证书路径"
msgid "Please confirm the current certificate path"
msgstr "请选择确认所传证书,证书不正确将无法运行"
msgid "TCP Fast Open"
msgstr "TCP快速打开"
msgid "Enable Auto Switch"
msgstr "启用故障转移"
msgid "Local Port"
msgstr "本地端口"
msgid "KcpTun Enable"
msgstr "KcpTun 启用"
msgid "KcpTun Port"
msgstr "KcpTun 端口"
msgid "KcpTun Password"
msgstr "KcpTun 密码"
msgid "KcpTun Param"
msgstr "KcpTun 参数"
msgid "Access Control"
msgstr "访问控制"
msgid "IP Access Control"
msgstr "IP访问控制"
msgid "WAN IP AC"
msgstr "WAN IP访问控制"
msgid "WAN White List IP"
msgstr "不走代理的WAN IP"
msgid "WAN Force Proxy IP"
msgstr "强制走代理的WAN IP"
msgid "LAN IP AC"
msgstr "LAN IP访问控制"
msgid "LAN Access Control"
msgstr "内网客户端分流代理控制"
msgid "Allow listed only"
msgstr "仅允许列表内主机"
msgid "Allow all except listed"
msgstr "除列表外主机皆允许"
msgid "LAN Host List"
msgstr "内网主机列表"
msgid "LAN Force Proxy Host List"
msgstr "全局代理的LAN IP"
msgid "Game Mode Host List"
msgstr "增强游戏模式客户端LAN IP"
msgid "Domain List"
msgstr "域名列表"
msgid "Direct Domain List"
msgstr "不走代理的域名"
msgid "Proxy Domain List"
msgstr "强制走代理的域名"
msgid "These had been joined websites will not proxy."
msgstr "加入的域名将不走代理。"
msgid "These had been joined websites will use proxy."
msgstr "加入的域名将走代理。"
msgid "Not valid domain name, please re-enter!"
msgstr "不是有效域名,请重新输入!"
msgid "Netflix Domain List"
msgstr "Netflix分流域名"
msgid "Oversea Domain List"
msgstr "回国模式域名"
msgid "Preload domain(GFW Only)"
msgstr "预加载域名(仅GFW模式)"
msgid "Advanced Settings"
msgstr "高级设置"
msgid "Server failsafe auto swith settings"
msgstr "服务器节点故障故障转移设置"
msgid "Enable Process Deamon"
msgstr "启用进程自动守护"
msgid "Switch check cycly(second)"
msgstr "故障转移检查周期(秒)"
msgid "Check timout(second)"
msgstr "切换检查超时时间(秒)"
msgid "Check Try Count"
msgstr "切换检查重试次数"
msgid "Global SOCKS5 Proxy Server"
msgstr "SOCKS5 代理服务端(全局)"
msgid "Server"
msgstr "服务器"
msgid "SSR Server"
msgstr "服务端"
msgid "Global Setting"
msgstr "全局设置"
msgid "Enable Server"
msgstr "启动服务端"
msgid "Server Setting"
msgstr "服务端配置"
msgid "Server Type"
msgstr "服务端类型"
msgid "Encrypt Method (SS)"
msgstr "加密方式 (SS)"
msgid "Plugin (SS)"
msgstr "插件 (SS)"
msgid "Warning! Please do not reuse the port!"
msgstr "警告!请不要重复使用端口!"
msgid "Enable Once Auth Mode"
msgstr "启用一次性认证"
msgid "Enable Once Auth,the client IP that passed the authentication will be added to the whitelist address, this IP no longer needs to be verified"
msgstr "启用一次性认证后会将通过认证的客户端IP地址加入白名单之后的连接不再进行认证"
msgid "Connection Timeout"
msgstr "连接超时"
msgid "Unknown"
msgstr "未知"
msgid "Not exist"
msgstr "未安装可执行文件"
msgid "Status"
msgstr "状态"
msgid "Global Client"
msgstr "TCP透明代理"
msgid "Running"
msgstr "运行中"
msgid "Not Running"
msgstr "未运行"
msgid "Game Mode UDP Relay"
msgstr "游戏模式UDP中继"
msgid "Local Servers"
msgstr "本机服务端"
msgid "KcpTun Version"
msgstr "KcpTun 版本号"
msgid "Google Connectivity"
msgstr "【谷歌】连通性检查"
msgid "No Check"
msgstr "未检查"
msgid "Check..."
msgstr "正在检查.."
msgid "Connect OK"
msgstr "连接正常"
msgid "Connect Error"
msgstr "连接错误"
msgid "Check Connect"
msgstr "检查连通性"
msgid "Baidu Connectivity"
msgstr "【百度】连通性检查"
msgid "GFW List Data"
msgstr "【GFW列表】数据库"
msgid "Refresh Data"
msgstr "更新数据库"
msgid "Records"
msgstr "条记录"
msgid "Refresh..."
msgstr "正在更新,请稍候.."
msgid "Refresh OK!"
msgstr "更新成功!"
msgid "Refresh Error!"
msgstr "更新失败!"
msgid "No new data!"
msgstr "你已经是最新数据,无需更新!"
msgid "Total Records:"
msgstr "新的总纪录数:"
msgid "China IPv4 Data"
msgstr "【国内IPv4段】数据库"
msgid "China IPv6 Data"
msgstr "【国内IPv6段】数据库"
msgid "Check Server Port"
msgstr "【服务器端口】检查"
msgid "Check Server"
msgstr "检查服务器"
msgid "Log"
msgstr "日志"
msgid "Finger Print"
msgstr "指纹伪造"
msgid "Shadowsocks2"
msgstr "二次加密"
msgid "From Share URL"
msgstr "导入配置信息"
msgid "Build Share URL"
msgstr "导出配置信息"
msgid "Import Finished"
msgstr "导入完成:"
msgid "Not a supported scheme:"
msgstr "不支持此格式:"
msgid "Invalid Share URL Format"
msgstr "无效的配置链接"
msgid "User cancelled"
msgstr "用户已取消"
msgid "Paste Share URL Here"
msgstr "在此处粘贴配置链接"
msgid "Unable share to clipboard"
msgstr "复制配置链接到剪贴板失败"
msgid "Share to clipboard successfully"
msgstr "成功复制配置链接到剪贴板"
msgid "Faltal on get option:"
msgstr "获取选项错误:"
msgid "Faltal on set option:"
msgstr "获取选项错误:"
msgid "Check update"
msgstr "检查更新"
msgid "Update..."
msgstr "更新中"
msgid "It is the latest version"
msgstr "已是最新版本"
msgid "Update successful"
msgstr "更新成功"
msgid "Click to update"
msgstr "点击更新"
msgid "Updating..."
msgstr "更新中"
msgid "Unexpected error"
msgstr "意外错误"
msgid "Updating, are you sure to close?"
msgstr "正在更新,你确认要关闭吗?"
msgid "Downloading..."
msgstr "下载中"
msgid "Unpacking..."
msgstr "解压中"
msgid "Moving..."
msgstr "移动中"
msgid "App Update"
msgstr "组件更新"
msgid "Please confirm that your firmware supports FPU."
msgstr "请确认你的固件支持FPU。"
msgid "Make sure there is enough space to install %s"
msgstr "确保有足够的空间安装 %s"
msgid "RUNNING"
msgstr "运行中"
msgid "NOT RUNNING"
msgstr "未运行"
msgid "Working..."
msgstr "连接正常"
msgid "Problem detected!"
msgstr "连接失败"
msgid "Very Fast"
msgstr "非常快"
msgid "Fast"
msgstr "很快"
msgid "General"
msgstr "一般般"
msgid "Slow"
msgstr "很慢"
msgid "Very Slow"
msgstr "非常慢"
msgid "Touch Check"
msgstr "点我检测"
msgid "Socks5 Server"
msgstr "Socks5服务端"
msgid "Running Status"
msgstr "运行状态"
msgid "Baidu Connection"
msgstr "百度连接"
msgid "Google Connection"
msgstr "谷歌连接"
msgid "Node Check"
msgstr "节点检测"
msgid "Check..."
msgstr "检测中..."
msgid "Clear"
msgstr "清除"
msgid "To Top"
msgstr "置顶"
msgid "Used with AdGuardHome"
msgstr "与AdGuardHome搭配使用"
msgid "Luci-app-adguardhome require"
msgstr "请确保luci-app-adguardhome能正常启用,本插件会联动开启并配置ADG,ADG无需任何设置"

View File

@ -1,3 +0,0 @@
whrq.net
test-ipv6.com

View File

@ -1,35 +0,0 @@
netflix.com
netflix.net
nflxext.com
nflximg.com
nflximg.net
nflxsearch.net
nflxso.net
nflxvideo.net
netflixdnstest0.com
netflixdnstest1.com
netflixdnstest2.com
netflixdnstest3.com
netflixdnstest4.com
netflixdnstest5.com
netflixdnstest6.com
netflixdnstest7.com
netflixdnstest8.com
netflixdnstest9.com
pandora.com
tunein.com
hbo.com
hbonow.com
hboasia.com
hbogoasia.com
hbogoasia.hk
hbolb.onwardsmg.com
hbounify-prod.evergent.com
bcbolthboa-a.akamaihd.net
amazonaws.com
aws.amazon.com
awsstatic.com
fast.com
hulu.com
huluim.com
hbogo.com

View File

@ -1,96 +0,0 @@
v.youku.com
api.youku.com
v2.tudou.com
www.tudou.com
s.plcloud.music.qq.com
i.y.qq.com
hot.vrs.sohu.com
live.tv.sohu.com
pad.tv.sohu.com
my.tv.sohu.com
hot.vrs.letv.com
data.video.qiyi.com
cache.video.qiyi.com
cache.vip.qiyi.com
vv.video.qq.com
tt.video.qq.com
ice.video.qq.com
tjsa.video.qq.com
a10.video.qq.com
xyy.video.qq.com
vcq.video.qq.com
vsh.video.qq.com
vbj.video.qq.com
bobo.video.qq.com
flvs.video.qq.com
bkvv.video.qq.com
info.zb.qq.com
geo.js.kankan.xunlei.com
web-play.pptv.com
web-play.pplive.cn
dyn.ugc.pps.tv
v.pps.tv
inner.kandian.com
ipservice.163.com
so.open.163.com
zb.s.qq.com
ip.kankan.xunlei.com
vxml.56.com
music.sina.com.cn
play.baidu.com
v.iask.com
tv.weibo.com
wtv.v.iask.com
video.sina.com.cn
www.yinyuetai.com
api.letv.com
live.gslb.letv.com
static.itv.letv.com
ip.apps.cntv.cn
vdn.apps.cntv.cn
vdn.live.cntv.cn
vip.sports.cntv.cn
a.play.api.3g.youku.com
i.play.api.3g.youku.com
api.3g.youku.com
tv.api.3g.youku.com
play.api.3g.youku.com
play.api.3g.tudou.com
tv.api.3g.tudou.com
api.3g.tudou.com
api.tv.sohu.com
access.tv.sohu.com
iface.iqiyi.com
iface2.iqiyi.com
cache.m.iqiyi.com
dynamic.app.m.letv.com
dynamic.meizi.app.m.letv.com
dynamic.search.app.m.letv.com
dynamic.live.app.m.letv.com
listso.m.areainfo.ppstream.com
epg.api.pptv.com
play.api.pptv.com
m.letv.com
interface.bilibili.com
3g.music.qq.com
mqqplayer.3g.qq.com
proxy.music.qq.com
proxymc.qq.com
ip2.kugou.com
ip.kugou.com
client.api.ttpod.com
mobi.kuwo.cn
mobilefeedback.kugou.com
tingapi.ting.baidu.com
music.baidu.com
serviceinfo.sdk.duomi.com
music.163.com
www.xiami.com
spark.api.xiami.com
iplocation.geo.qiyi.com
sns.video.qq.com
v5.pc.duomi.com
tms.is.ysten.com
internal.check.duokanbox.com
openapi.youku.com
y.qq.com

View File

@ -1,10 +0,0 @@
91.108.4.0/22
91.108.8.0/22
91.108.16.0/22
91.108.20.0/22
91.108.56.0/22
95.161.64.0/20
91.108.12.0/22
149.154.160.0/22
149.154.164.0/22
149.154.172.0/22

View File

@ -1,3 +0,0 @@
checkip.dyndns.org
checkipv6.dyndns.org
checkip.synology.com

View File

@ -1,29 +0,0 @@
config global
option dports '2'
option threads '0'
option run_mode 'router'
option dns_mode_o 'tcp'
option doh_dns_o '8.8.8.8,8.8.4.4'
option gfw_mode '1'
option dns_mode_d 'doh'
option doh_dns_d 'alidns'
option monitor_enable '1'
option enable_switch '1'
option switch_time '300'
option switch_timeout '5'
option switch_try_count '3'
config socks5_proxy
config access_control
option lan_ac_mode 'b'
config server_global
config server_subscribe
option proxy '0'
option auto_update_time '5'
option auto_update '1'
option filter_words '过期时间/剩余流量/QQ群/官网/防失联地址/回国'

View File

@ -1,15 +0,0 @@
#!/bin/sh
if [ "$ACTION" = ifup -a "$INTERFACE" != wan_6 ];then
if uci -q get bypass.@global[0].global_server >/dev/null;then
if ipset list bypass_all >/dev/null 2>&1;then
ipset -F bypass_all
for i in $(ip -4 add show | grep -v $(uci -qP /tmp/state get network.wan.device || echo 127.0.0.1) | grep inet | grep -v 127.0.0.1 | awk '{print$2}');do
ipset -! add bypass_all $i
done
fi
if pidof smartdns >/dev/null;then
killall -q -9 smartdns
$(which smartdns) -c /var/etc/smartdns/smartdns.conf
fi
fi
fi

File diff suppressed because it is too large Load Diff

View File

@ -1,20 +0,0 @@
uci batch <<EOF
delete ucitrack.@bypass[-1]
add ucitrack bypass
set ucitrack.@bypass[-1].init=bypass
commit ucitrack
delete firewall.bypass
set firewall.bypass=include
set firewall.bypass.type=script
set firewall.bypass.path=/var/etc/bypass.include
set firewall.bypass.reload=1
commit firewall
EOF
chmod +x /etc/init.d/bypass /usr/share/bypass/* >/dev/null 2>&1
rm -rf /tmp/luci-*
grep -q ip-api.com /etc/bypass/black.list ||
sed -i '$a ip-api.com' /etc/bypass/black.list
exit 0

View File

@ -1,24 +0,0 @@
#!/usr/bin/lua
require 'nixio'
nixio.signal(2,"dfl")
if arg[1]==nil or arg[2]==nil then
os.exit(1)
end
addr=arg[1]
port=arg[2]
t=5
if arg[3]~=nil then
t=arg[3]
end
socket=nixio.socket("inet","stream")
socket:setopt("socket","rcvtimeo",t)
socket:setopt("socket","sndtimeo",t)
--print("Detecting ports on server: "..addr..":"..port.."...")
if socket:connect(addr,port) then
--print("Port open")
os.exit(0)
else
--print("Port closed")
os.exit(1)
end
socket:close()

View File

@ -1,27 +0,0 @@
#!/bin/sh -e
generate_china_banned()
{
cat $1 | base64 -d > /tmp/gfwlist.txt
rm -f $1
sed -i '/^@@|/d' /tmp/gfwlist.txt
cat /tmp/gfwlist.txt | sort -u |
sed 's#!.\+##; s#|##g; s#@##g; s#http:\/\/##; s#https:\/\/##;' |
sed '/\*/d; /apple\.com/d; /sina\.cn/d; /sina\.com\.cn/d; /baidu\.com/d; /byr\.cn/d; /jlike\.com/d; /weibo\.com/d; /zhongsou\.com/d; /youdao\.com/d; /sogou\.com/d; /so\.com/d; /soso\.com/d; /aliyun\.com/d; /taobao\.com/d; /jd\.com/d; /qq\.com/d' |
sed '/haosou\.com/d /ip\.cn/d /jike\.com/d /gov\.cn/d /uluai\.com\.cn/d /yahoo\.cn/d /yahoo\.co\.jp/d /yahoo\.com/d /ja\.wikipedia\.org/d /cloudfront\.net/d' |
sed '/^[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+$/d' |
grep '^[0-9a-zA-Z\.-]\+$' | grep '\.' | sed 's#^\.\+##' | sort -u |
awk '
BEGIN { prev = "________"; } {
cur = $0;
if (index(cur, prev) == 1 && substr(cur, 1 + length(prev) ,1) == ".") {
} else {
print cur;
prev = cur;
}
}' | sort -u
}
generate_china_banned /tmp/gfw.b64 > /tmp/gfwnew.txt
rm -f /tmp/gfwlist.txt

View File

@ -1,110 +0,0 @@
#!/bin/sh
NAME=bypass
uci_get_by_name(){
ret=$(uci -q get $NAME.$1.$2)
echo ${ret:=$3}
}
uci_get_by_type(){
ret=$(uci -q get $NAME.@$1[0].$2)
echo ${ret:=$3}
}
redir_tcp=$1
kcp=$2
redir_udp=$3
redir_nf=$4
smartdns=$5
chinadns=$6
socks5=$7
server_count=$8
server=`cat /tmp/etc/$NAME.include | grep '\-A SS_SPEC_WAN_AC \-d' | grep RETURN | awk '{print$4}' | sed 's/\/.*//'`
GLOBAL_SERVER=$(uci_get_by_type global global_server)
kcp_port=$(uci_get_by_name $GLOBAL_SERVER kcp_port)
server_port=$(uci_get_by_name $GLOBAL_SERVER server_port)
password=$(uci_get_by_name $GLOBAL_SERVER kcp_password)
kcp_param=$(uci_get_by_name $GLOBAL_SERVER kcp_param)
gfw_mode=$(uci_get_by_type global gfw_mode 0)
LOG=/var/log/bypass.log
[ "$password" != "" ] && password="--key "${password}
echolog() {
local d="$(date "+%Y-%m-%d %H:%M:%S")"
echo -e "$d: $*" >>$LOG
}
while :;do
sleep 30
#redir tcp
if [ $redir_tcp -gt 0 ];then
t=`ps -w | grep by-retcp | grep -v grep | wc -l`
if [ $t -lt $redir_tcp ];then
echolog "Redir TCP Error. Restart!"
/etc/init.d/bypass restart >/dev/null 2>&1
exit 0
fi
fi
#kcptun
if [ $kcp = 1 ];then
t=`ps -w | grep kcptun-client | grep -v grep | wc -l`
if [ $t = 0 ];then
echolog "SSR KCPTUN Error. Restart!"
killall -q -9 kcptun-client
$(which kcptun-client) -r $server:$kcp_port -l :$server_port $password $kcp_param >/dev/null 2>&1 &
fi
fi
#redir udp
if [ $redir_udp = 1 ];then
t=`ps -w | grep by-reudp | grep -v grep | wc -l`
if [ $t = 0 ];then
echolog "Redir UDP Error. Restart!"
/etc/init.d/bypass restart >/dev/null 2>&1
exit 0
fi
fi
#redir netflix
if [ $redir_nf = 1 ];then
t=`ps -w | grep by-nf | grep -v grep | wc -l`
if [ $t = 0 ];then
echolog "Redir Netflix Error. Restart!"
/etc/init.d/bypass restart >/dev/null 2>&1
exit 0
fi
fi
#smartdns
if [ $smartdns = 1 ];then
t=`ps -w | grep smartdns | grep -v grep | wc -l`
if [ $t = 0 ];then
echolog "SmartDNS Error. Restart!"
killall -q -9 smartdns >/dev/null 2>&1
$(which smartdns) -c /var/etc/smartdns/smartdns.conf
fi
fi
#chinadns-ng
if [ $chinadns = 1 ];then
t=`ps -w | grep chinadns-ng | grep -v grep | wc -l`
if [ $t = 0 ];then
echolog "ChinaDNS-NG Error. Restart!"
$(which chinadns-ng) -l 5337 -c '127.0.0.1#5336' -t '127.0.0.1#5335' -4 china_v4 -6 china_v6 -f -n $([ $gfw_mode = 1 ] && echo -g /etc/bypass/gfw.list) >/dev/null 2>&1 &
fi
fi
#localsocks
if [ $socks5 = 1 ];then
t=`ps -w | grep by-socks | grep -v grep | wc -l`
if [ $t = 0 ];then
echolog "Global Socks Server Error. Restart!"
/etc/init.d/bypass restart >/dev/null 2>&1
exit 0
fi
fi
#server
if [ $server_count -gt 0 ];then
t=`ps -w | grep by-server | grep -v grep | wc -l`
if [ $t -lt $server_count ];then
echolog "SSR Server Error. Restart!"
/etc/init.d/bypass restart >/dev/null 2>&1
exit 0
fi
fi
done

View File

@ -1,43 +0,0 @@
#!/bin/sh
if [ "$2" = ns ];then
[ -n "$3" ] && while ! nslookup $3 >/dev/null 2>&1;do :;done
[ -n "$4" ] && while ! nslookup $4 >/dev/null 2>&1;do :;done
fi
if [ "$(uci -q get bypass.@global[0].nf_server)" ];then
B=1
while ! A=$(curl -Lfsm 9 https://cdn.jsdelivr.net/gh/QiuSimons/Netflix_IP@master/getflix.txt || curl -Lfsm 9 https://raw.githubusercontent.com/QiuSimons/Netflix_IP/master/getflix.txt);do
[ $B -ge 20 ] && break || let B++
sleep 2
done
for i in $A;do ipset add netflix $i 2>/dev/null;done
fi
if [ "$1" = gfw ];then
B=1
A=$(cat /etc/bypass/telegram.list)
for i in $A;do ipset add blacklist $i 2>/dev/null;done
B=1
while ! A=$(nslookup -q=TXT _spf.google.com | grep text | sed -e 's/"v=spf1//' -e 's/ ~all"//' -e 's/ include:/\n/g' | grep -v text);do
[ $B -ge 20 ] && break || let B++
sleep 2
done
for i in $A;do
B=1
while ! nslookup -q=TXT $i >/dev/null 2>&1;do
[ $B -ge 20 ] && break || let B++
sleep 2
done
B=$(nslookup -q=TXT $i | sed -e 's/"v=spf1//' -e 's/ ~all"//' -e 's/ ip.:/\n/g' | grep -E -o '([0-9]{1,3}\.){3}[0-9]{1,3}/[0-9]{1,2}')
for i in $B;do ipset add blacklist $i 2>/dev/null;done
done
B=1
while (curl --retry 3 -m 5 216.239.38.120 >/dev/null 2>&1 && ! curl --retry 3 -m 5 https://google.com && true) >/dev/null 2>&1;do
echo "$(date +'%Y-%m-%d %H:%M:%S') : ipset lost,restart bypass..." >>/tmp/log/bypass.log
/etc/init.d/bypass restart >/dev/null 2>&1
[ $B -ge 10 ] && break || let B++
sleep 2
done
fi

View File

@ -1,175 +0,0 @@
#!/bin/sh
TAG="_SS_SPEC_RULE_"
IPT="iptables -t nat"
FWI=$(uci -q get firewall.bypass.path) || FWI=/var/etc/bypass.include
A=0
B=0
C=0
MODE=0
flush_iptables(){
local ipt="iptables -t $1"
local DAT=$(iptables-save -t $1)
eval $(echo "$DAT" | grep "$TAG" | sed -e 's/^-A/$ipt -D/' -e 's/$/;/')
for chain in $(echo "$DAT" | awk '/^:SS_SPEC/{print$1}');do
$ipt -F ${chain:1} 2>/dev/null && $ipt -X ${chain:1}
done
}
flush_r(){
flush_iptables nat
flush_iptables mangle
ip rule del fwmark 1 lookup 100 2>/dev/null
ip route del local 0.0.0.0/0 dev lo table 100 2>/dev/null
ipset -X ss_spec_wan_ac 2>/dev/null
ipset -X ss_spec_lan_ac 2>/dev/null
ipset -X fplan 2>/dev/null
ipset -X gmlan 2>/dev/null
ipset -X blacklist 2>/dev/null
ipset -X netflix 2>/dev/null
ipset -X china_v4 2>/dev/null
ipset -X china_v6 2>/dev/null
ipset -X bypass_all 2>/dev/null
echo '#!/bin/sh' > $FWI
}
ipset_r(){
$IPT -N SS_SPEC_WAN_FW || return 1
$IPT -A SS_SPEC_WAN_FW -p tcp $PROXY_PORTS -j REDIRECT --to-ports $local_port 2>/dev/null
[ $MODE = oversea ] && B=1
[ $MODE = router -o $MODE = all ] && [ -z "$PROXY_PORTS" ] && B=1
[ -n "$NF_SERVER" ] && ipset -N netflix hash:net 2>/dev/null
if [ $MODE != all ];then
[ -n "$LAN_FP_IP" ] && ipset -N fplan hash:net 2>/dev/null
[ -n "$WAN_FW_IP" -o $MODE != router -o -s /etc/bypass/black.list ] && ipset -N blacklist hash:net 2>/dev/null
for ip in $LAN_FP_IP;do ipset -! add fplan $ip;done
for ip in $WAN_FW_IP;do ipset -! add blacklist $ip;done
fi
if [ -n "$LAN_GM_IP" -a $B = 0 ];then
C=1
ipset -N gmlan hash:net 2>/dev/null
for ip in $LAN_GM_IP;do ipset -! add gmlan $ip;done
fi
[ $A = 1 -o $C = 1 ] && /usr/share/bypass/chinaipset
[ $MODE = router ] && /usr/share/bypass/chinaipset v6
cat > /tmp/by_local.ipset <<EOF
0.0.0.0/8
10.0.0.0/8
100.64.0.0/10
127.0.0.0/8
169.254.0.0/16
172.16.0.0/12
192.0.0.0/24
192.0.2.0/24
192.88.99.0/24
192.168.0.0/16
198.18.0.0/15
198.51.100.0/24
203.0.113.0/24
224.0.0.0/4
240.0.0.0/4
EOF
sed -i 's/^/add ss_spec_wan_ac /' /tmp/by_local.ipset
sed -i '1i\create ss_spec_wan_ac hash:net' /tmp/by_local.ipset
ipset -F ss_spec_wan_ac 2>/dev/null
ipset -R < /tmp/by_local.ipset 2>/dev/null
rm -f /tmp/by_local.ipset
for ip in $WAN_BP_IP;do ipset -! add ss_spec_wan_ac $ip;done
$IPT -N SS_SPEC_WAN_AC
$IPT -A SS_SPEC_WAN_AC -d $server -j RETURN
$IPT -A SS_SPEC_WAN_AC -m set --match-set ss_spec_wan_ac dst -j RETURN
if ipset list netflix >/dev/null 2>&1;then
[ "$(uci -q get bypass.@global[0].nf_proxy)" = 1 ] && $IPT -A SS_SPEC_WAN_AC -d $NF_SERVER -j SS_SPEC_WAN_FW || ipset -! add ss_spec_wan_ac $NF_SERVER
$IPT -A SS_SPEC_WAN_AC -p tcp -m set --match-set netflix dst -j REDIRECT --to-ports $NF_PORT
fi
ipset list fplan >/dev/null 2>&1 && $IPT -A SS_SPEC_WAN_AC -m set --match-set fplan src -j SS_SPEC_WAN_FW
ipset list blacklist >/dev/null 2>&1 && $IPT -A SS_SPEC_WAN_AC -m set --match-set blacklist dst -j SS_SPEC_WAN_FW
ipset list gmlan >/dev/null 2>&1 && $IPT -A SS_SPEC_WAN_AC -m set --match-set gmlan src -m set ! --match-set china_v4 dst -j SS_SPEC_WAN_FW
case $MODE in
router)$IPT -A SS_SPEC_WAN_AC -m set ! --match-set china_v4 dst -j SS_SPEC_WAN_FW;;
oversea)$IPT -A SS_SPEC_WAN_AC -m set --match-set china_v4 dst -j SS_SPEC_WAN_FW;;
all)$IPT -A SS_SPEC_WAN_AC -j SS_SPEC_WAN_FW;;
esac
if [ -n "$LAN_AC_IP" ];then
ipset -! -R <<-EOF || return 1
create ss_spec_lan_ac hash:net
$(for ip in ${LAN_AC_IP:1};do echo "add ss_spec_lan_ac $ip";done)
EOF
case "${LAN_AC_IP:0:1}" in
w|W)MATCH_SET="-m set --match-set ss_spec_lan_ac src";;
b|B)MATCH_SET="-m set ! --match-set ss_spec_lan_ac src";;
esac
fi
$IPT -I PREROUTING 1 -p tcp $MATCH_SET -m comment --comment "$TAG" -j SS_SPEC_WAN_AC
$IPT -I OUTPUT 1 -p tcp -m comment --comment "$TAG" -j SS_SPEC_WAN_AC
}
tp_rule(){
[ -n "$SERVER" ] || return 0
ip rule add fwmark 1 lookup 100
ip route add local 0.0.0.0/0 dev lo table 100
ipt="iptables -t mangle"
$ipt -N SS_SPEC_TPROXY
$ipt -A SS_SPEC_TPROXY -p udp -m set ! --match-set china_v4 --dport 443 -j DROP
$ipt -A SS_SPEC_TPROXY -p udp --dport 53 -j RETURN
$ipt -A SS_SPEC_TPROXY -p udp -d $SERVER -j RETURN
$ipt -A SS_SPEC_TPROXY -p udp -m set --match-set ss_spec_wan_ac dst -j RETURN
ipset list fplan >/dev/null 2>&1 && $ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -m set --match-set fplan src -j TPROXY --on-port $LOCAL_PORT --tproxy-mark 0x1/0x1
ipset list blacklist >/dev/null 2>&1 && $ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -m set --match-set blacklist dst -j TPROXY --on-port $LOCAL_PORT --tproxy-mark 0x1/0x1
ipset list gmlan >/dev/null 2>&1 && $ipt -A SS_SPEC_TPROXY -p udp -m set --match-set gmlan src -m set ! --match-set china_v4 dst -j TPROXY --on-port $LOCAL_PORT --tproxy-mark 0x1/0x1
case $MODE in
router)$ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -m set ! --match-set china_v4 dst -j TPROXY --on-port $LOCAL_PORT --tproxy-mark 0x1/0x1;;
oversea)$ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -m set --match-set china_v4 dst -j TPROXY --on-port $LOCAL_PORT --tproxy-mark 0x1/0x1;;
all)$ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -j TPROXY --on-port $LOCAL_PORT --tproxy-mark 0x1/0x1;;
esac
ipset -N bypass_all hash:net 2>/dev/null
for i in $(ip -4 add show | grep -v $(uci -qP /tmp/state get network.wan.device || echo 127.0.0.1) | grep inet | grep -v 127.0.0.1 | awk '{print$2}');do
ipset -! add bypass_all $i
done
$ipt -I PREROUTING 1 -p udp $MATCH_SET -m set --match-set bypass_all src -m comment --comment "$TAG" -j SS_SPEC_TPROXY
}
gen_include(){
extract_rules() {
echo "*$2"
$1-save -t $2 | grep SS_SPEC_ |\
sed -e "s/^-A \(OUTPUT\|PREROUTING\)/-I \1 1/"
echo 'COMMIT'
}
cat <<-EOF >> $FWI
iptables-save -c | grep -v "SS_SPEC" | iptables-restore -c
iptables-restore -n <<-EOT
$(extract_rules iptables nat)
$(extract_rules iptables mangle)
EOT
EOF
}
while getopts ":s:l:S:L:N:P:a:b:w:p:G:D:rczf" arg;do
case $arg in
s)server=$OPTARG;;
l)local_port=$OPTARG;;
S)SERVER=$OPTARG;;
L)LOCAL_PORT=$OPTARG;;
N)NF_SERVER=$OPTARG;;
P)NF_PORT=$OPTARG;;
a)LAN_AC_IP=$OPTARG;;
b)WAN_BP_IP=$(for ip in $OPTARG;do echo $ip;done);;
w)WAN_FW_IP=$OPTARG;;
p)LAN_FP_IP=$OPTARG;;
G)LAN_GM_IP=$OPTARG;;
D)PROXY_PORTS=$OPTARG;;
r)MODE=router;A=1;;
c)MODE=oversea;A=1;;
z)MODE=all;;
f)flush_r;exit 0;;
esac
done
[ -z "$server" -o -z "$local_port" ] && exit 1
flush_r;ipset_r && tp_rule && gen_include || exit 1

View File

@ -1,248 +0,0 @@
#!/bin/sh
NAME=bypass
S=/usr/share/$NAME
uci_get_by_name(){
w=$(uci -q get $NAME.$1.$2)
echo ${w:=$3}
}
uci_get_by_type(){
w=$(uci -q get $NAME.@$1[0].$2)
echo ${w:=$3}
}
log(){
echo "$(date +'%Y-%m-%d %H:%M:%S') By-Switch : $*" >> /tmp/log/$NAME.log
}
get_ip(){
if ! echo $ip | grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$">/dev/null;then
r=1
while ! nslookup $ip 127.0.0.1:5336 >/dev/null 2>&1;do
[ $r -ge 10 ] && return 1 || let r++
sleep 1
done
ip=$(nslookup $ip 127.0.0.1:5336 2>/dev/null | grep Address | awk -F' ' '{print$NF}' | grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$");i=$?
ip=$(echo "$ip" | sed -n 1p)
fi
return $i
}
f_bin(){
case $1 in
ss)w=$(which ss-local);;
ssr)w=$(which ssr-local);;
v2ray)w=$(which xray)||w=$(which r2ray);;
trojan)w=$(which trojan-plus);;
naiveproxy)w=$(which naive);;
esac
echo ${w:=0}
}
gen_port(){
lport=1090
while [ $(netstat -tln | grep -c :$lport) != 0 ];do let lport++;done
}
gen_config_file(){
pass=$(uci_get_by_name $1 password)
timeout=$(uci_get_by_name $1 timeout 60)
[ $(uci_get_by_name $1 fast_open 0) = 1 ] && fast=true || fast=false
case $type in
ss)
cat <<-EOF > $J
{
"server":"$ip",
"server_port":$port,
"local_address":"0.0.0.0",
"local_port":$lport,
"password":"$pass",
"timeout":$timeout,
"method":"$(uci_get_by_name $1 encrypt_method_ss)",
"reuse_port":true,
"fast_open":$fast
}
EOF
plugin=$(uci_get_by_name $1 plugin 0)
if [ $plugin != 0 -a -x "$(which $plugin)" ];then
sed -i "s@$ip\",@$ip\",\n\"plugin\":\"$plugin\",\n\"plugin_opts\":\"$(uci_get_by_name $1 plugin_opts)\",@" $J
fi;;
ssr)
cat <<-EOF > $J
{
"server":"$ip",
"server_port":$port,
"local_address":"0.0.0.0",
"local_port":$lport,
"password":"$pass",
"timeout":$timeout,
"method":"$(uci_get_by_name $1 encrypt_method)",
"protocol":"$(uci_get_by_name $1 protocol)",
"protocol_param":"$(uci_get_by_name $1 protocol_param)",
"obfs":"$(uci_get_by_name $1 obfs)",
"obfs_param":"$(uci_get_by_name $1 obfs_param)",
"reuse_port":true,
"fast_open":$fast
}
EOF
;;
naiveproxy)
cat <<-EOF > $J
{
"listen":"socks://0.0.0.0:$lport",
"proxy":"https://$(uci_get_by_name $1 username):$pass@$(uci_get_by_name $1 server):$port",
"concurrency":"${3:-1}"
}
EOF
;;
esac
}
curl_check(){
if [ $(uci_get_by_name $1 kcp_enable 0) = 1 ];then
log "Skip KCPTUN Node!";return 1
fi
type=$(uci_get_by_name $1 type)
if [ $type = tun ];then
curl --interface $(uci_get_by_name $1 iface br-lan) --resolve dns.google:443:8.8.8.8 -so /dev/null --connect-timeout 20 https://dns.google;return $?
elif [ $type != socks5 ];then
cmd=$(f_bin $type)
if [ ! -x $cmd ];then
[ $type = ss -o $type = ssr ] && type=$type-local
log "Can't find $(echo $type) program, Skip this Node($($UCI$1.alias || uci_get_by_name $1 server))."
return 1
fi
fi
gen_port
J=/var/etc/$NAME/by-socks5-check.json
gen_config_file $1
IP=127.0.0.1
param=
case $type in
ss|ssr)
$cmd -c $J >/dev/null 2>&1 &;;
v2ray|hysteria)
$S/gen_config $1 tcp 0 $lport $ip > $J
sed -i 's/\\//g' $J
$cmd -c $J >/dev/null 2>&1 &;;
trojan)
$S/gen_config $1 client $lport $ip > $J
sed -i 's/\\//g' $J
$cmd --config $J >/dev/null 2>&1 &;;
naiveproxy)
$cmd $J 2>&1 &;;
socks5)IP=$ip
if [ $(uci_get_by_name $1 auth_enable 0) = 1 ];then
username=$(uci_get_by_name $1 username)
if [ -n "$username" ];then
param="-U $username:$(uci_get_by_name $1 password)"
else
return 1
fi
fi;;
esac
r=1
while [ $(netstat -tlnp | grep ${cmd##*/} | grep -c :$lport) = 0 ];do
[ $r -ge 10 ] && return 1 || let r++
sleep 1
done
curl -x socks5://$IP:$lport $param --resolve dns.google:443:8.8.8.8 -so /dev/null --connect-timeout 20 https://dns.google;i=$?
kill -9 $(ps -w | grep $J | grep -v grep | awk '{print$1}') 2>/dev/null
rm -f $J
[ $i = 0 ] || log "Server : $($UCI$1.alias || uci_get_by_name $1 server) cURL check error, Try to switch another server."
return $i
}
test_proxy(){
ip=$(uci_get_by_name $1 server)
get_ip || return 1
port=$(uci_get_by_name $1 server_port)
ipset add ss_spec_wan_ac $ip 2>/dev/null
a=$?
b=$(tcping -c $time_b -i 1 -t 2 -p $port $ip 2>/dev/null | grep 'failed' | awk -F ',' '{print$3}' | awk -F . '{print$1}')
if [ -z "$b" -o "$b" -gt 50 ];then
b=1
else
curl_check $1;b=$?
fi
[ $a = 0 ] && ipset del ss_spec_wan_ac $ip 2>/dev/null
return $b
}
check_proxy(){
for i in $(seq 1 $(uci_get_by_type global switch_try_count 3));do
curl -so /dev/null --connect-timeout $time_b https://www.google.com && return 0
curl -so /dev/null --connect-timeout $time_b https://www.baidu.com && a=1 || a=2
sleep 1
done
return $a
}
select_proxy(){
SERVER_C=0
a=$(uci -X show $NAME | grep =servers)
b=$(echo "$a" | wc -l)
[ $c -ge $b ] && c=1
for i in $(seq $c $b);do
d=$(echo "$a" | sed 's/.*\.\(.*\)=.*/\1/' | sed -n ${i}p)
([ $d = $SERVER_B ] || [ $(uci_get_by_name $d switch_enable 0) != 1 ]) && continue
ip=$(uci_get_by_name $d server)
get_ip || continue
port=$(uci_get_by_name $d server_port)
ipset add ss_spec_wan_ac $ip 2>/dev/null
x=$?
$S/by-check $ip $port $time_b && curl_check $d
y=$?
[ $x = 0 ] && ipset del ss_spec_wan_ac $ip 2>/dev/null
if [ $y = 0 ];then
SERVER_C=$d
c=$i
return 0
fi
done
}
switch_proxy(){
/etc/init.d/$NAME restart $SERVER_B
}
[ "$1" = start ] || exit 1
SERVER_A=$(uci_get_by_type global global_server)
SERVER_B=$SERVER_A
[ $(uci_get_by_name $SERVER_A kcp_enable 0) = 1 ] && exit 1
c=1
time_a=$(uci_get_by_type global switch_time 300)
time_b=$(uci_get_by_type global switch_timeout 5)
UCI="uci -q get $NAME."
sleep 10
while :;do
if [ $SERVER_A != $SERVER_B ];then
log "Current server : $($UCI$SERVER_B.alias || uci_get_by_name $SERVER_B server) is not main server, Try to switch back to $($UCI$SERVER_A.alias || uci_get_by_name $SERVER_A server)."
if test_proxy $SERVER_A;then
log "Main server is available. Switch to main server."
SERVER_B=$SERVER_A
switch_proxy
continue
else
log "Main server is not available. Continue using current server."
fi
fi
check_proxy
a=$?
if [ $a = 1 ];then
log "Current server : $($UCI$SERVER_B.alias || uci_get_by_name $SERVER_B server) error.Try to switch another server."
select_proxy
if [ $SERVER_C != 0 ];then
log "Another server : $($UCI$SERVER_C.alias || uci_get_by_name $SERVER_C server) is available.Now switching server."
SERVER_B=$SERVER_C
switch_proxy
else
log "No server available. Try restart current server."
switch_proxy
fi
elif [ $a = 2 ];then
log "Network Problem. Do nothing."
fi
sleep $time_a
done

View File

@ -1,13 +0,0 @@
#!/bin/sh
[ "$1" = check ] || exit 1
NAME=bypass
log(){
echo "$(date +'%Y-%m-%d %H:%M:%S') : $*" >> /var/log/$NAME.log
}
while ! curl -so /dev/null -m 3 www.baidu.com;do
log "请检查网络..."
sleep 2
done
/etc/init.d/$NAME start &

View File

@ -1,13 +0,0 @@
#!/bin/sh
if [ "$1" = v6 ];then
ipset -N china_v6 hash:net family inet6 2>/dev/null
awk '!/^$/&&!/^#/{printf("add china_v6 %s'" "'\n",$0)}' /etc/bypass/china_v6.txt > /tmp/china_v6.ipset
ipset -F china_v6 2>/dev/null
ipset -R < /tmp/china_v6.ipset 2>/dev/null
else
ipset -N china_v4 hash:net 2>/dev/null
awk '!/^$/&&!/^#/{printf("add china_v4 %s'" "'\n",$0)}' /etc/bypass/china.txt > /tmp/china.ipset
ipset -F china_v4 2>/dev/null
ipset -R < /tmp/china.ipset 2>/dev/null
fi
rm -f /tmp/china*.ipset

View File

@ -1,555 +0,0 @@
#!/usr/bin/lua
local ucursor = require "luci.model.uci".cursor()
local json = require "luci.jsonc"
local server_section = arg[1]
local proto = arg[2]
local local_port = arg[3] or "0"
local socks_port = arg[4] or "0"
local ip_addr = arg[5]
local chain = arg[6] or "0"
local chain_local_port = string.split(chain, "/")[2] or "0"
local server = ucursor:get_all("bypass", server_section)
local outbound_settings = nil
local tls_host = (server.tls_host) and server.tls_host or server.server
function vmess_vless()
outbound_settings = {
vnext = {
{
address = ip_addr,
port = tonumber(server.server_port),
users = {
{
id = server.vmess_id,
alterId = (server.v2ray_protocol == "vmess" or not server.v2ray_protocol) and tonumber(server.alter_id) or nil,
security = (server.v2ray_protocol == "vmess" or not server.v2ray_protocol) and server.security or nil,
encryption = (server.v2ray_protocol == "vless") and server.vless_encryption or nil,
flow = ((server.tls == '1') or (server.reality == '1')) and server.tls_flow or nil
}
}
}
}
}
end
function trojan_shadowsocks()
outbound_settings = {
servers = {
{
address = ip_addr,
port = tonumber(server.server_port),
password = server.password,
method = ((server.v2ray_protocol == "shadowsocks") and server.encrypt_method_ss) or nil,
uot = (server.v2ray_protocol == "shadowsocks") and (server.uot == '1') or nil,
ivCheck = (server.v2ray_protocol == "shadowsocks") and (server.ivCheck == '1') or nil,
}
}
}
end
function socks_http()
outbound_settings = {
version = server.socks_ver or nil,
servers = {
{
address = ip_addr,
port = tonumber(server.server_port),
users = (server.auth_enable == "1") and {
{
user = server.username,
pass = server.password
}
} or nil
}
}
}
end
function wireguard()
outbound_settings = {
secretKey = server.private_key,
address = ip_addr,
peers = {
{
publicKey = server.peer_pubkey,
preSharedKey = server.preshared_key,
endpoint = ip_addr .. ":" .. server.server_port,
keepAlive = tonumber(server.heartbeat),
allowedIPs = (server.allowedips) or nil,
}
},
kernelMode = (server.kernelmode == "1") and true or false,
reserved = {server.reserved} or nil,
mtu = tonumber(server.mtu)
}
end
local outbound = {}
function outbound:new(o)
o = o or {}
setmetatable(o, self)
self.__index = self
return o
end
function outbound:handleIndex(index)
local switch = {
vmess = function()
vmess_vless()
end,
vless = function()
vmess_vless()
end,
trojan = function()
trojan_shadowsocks()
end,
shadowsocks = function()
trojan_shadowsocks()
end,
socks = function()
socks_http()
end,
http = function()
socks_http()
end,
wireguard = function()
wireguard()
end
}
if switch[index] then
switch[index]()
end
end
local settings = outbound:new()
settings:handleIndex(server.v2ray_protocol)
local Xray = {
log = {
-- error = "/var/ssrplus.log",
loglevel = "warning"
},
-- 传入连接
inbound = (local_port ~= "0") and {
-- listening
port = tonumber(local_port),
protocol = "dokodemo-door",
settings = {network = proto, followRedirect = true},
sniffing = {
enabled = true,
destOverride = {"http", "tls", "quic"},
domainsExcluded = {
"courier.push.apple.com",
"rbsxbxp-mim.vivox.com",
"rbsxbxp.www.vivox.com",
"rbsxbxp-ws.vivox.com",
"rbspsxp.www.vivox.com",
"rbspsxp-mim.vivox.com",
"rbspsxp-ws.vivox.com",
"rbswxp.www.vivox.com",
"rbswxp-mim.vivox.com",
"disp-rbspsp-5-1.vivox.com",
"disp-rbsxbp-5-1.vivox.com",
"proxy.rbsxbp.vivox.com",
"proxy.rbspsp.vivox.com",
"proxy.rbswp.vivox.com",
"rbswp.vivox.com",
"rbsxbp.vivox.com",
"rbspsp.vivox.com",
"rbspsp.www.vivox.com",
"rbswp.www.vivox.com",
"rbsxbp.www.vivox.com",
"rbsxbxp.vivox.com",
"rbspsxp.vivox.com",
"rbswxp.vivox.com",
"Mijia Cloud",
"dlg.io.mi.com"
}
}
} or nil,
-- 开启 socks 代理
inboundDetour = (proto:find("tcp") and socks_port ~= "0") and {
{
-- socks
protocol = "socks",
port = tonumber(socks_port),
settings = {auth = "noauth", udp = true}
}
} or nil,
-- 传出连接
outbound = {
protocol = server.v2ray_protocol,
settings = outbound_settings,
-- 底层传输配置
streamSettings = (server.v2ray_protocol ~= "wireguard") and {
network = server.transport or "tcp",
security = (server.tls == '1') and "tls" or (server.reality == '1') and "reality" or nil,
tlsSettings = (server.tls == '1') and {
-- tls
alpn = server.tls_alpn,
fingerprint = server.fingerprint,
allowInsecure = (server.insecure == "1"),
serverName = tls_host,
certificates = server.certificate and {
usage = "verify",
certificateFile = server.certpath
} or nil,
} or nil,
realitySettings = (server.reality == '1') and {
publicKey = server.reality_publickey,
shortId = server.reality_shortid,
spiderX = server.reality_spiderx,
fingerprint = server.fingerprint,
serverName = tls_host
} or nil,
tcpSettings = (server.transport == "tcp" and server.tcp_guise == "http") and {
-- tcp
header = {
type = server.tcp_guise,
request = {
-- request
path = {server.http_path} or {"/"},
headers = {Host = {server.http_host} or {}}
}
}
} or nil,
kcpSettings = (server.transport == "kcp") and {
-- kcp
mtu = tonumber(server.mtu),
tti = tonumber(server.tti),
uplinkCapacity = tonumber(server.uplink_capacity),
downlinkCapacity = tonumber(server.downlink_capacity),
congestion = (server.congestion == "1") and true or false,
readBufferSize = tonumber(server.read_buffer_size),
writeBufferSize = tonumber(server.write_buffer_size),
header = {type = server.kcp_guise},
seed = server.seed or nil
} or nil,
wsSettings = (server.transport == "ws") and (server.ws_path or server.ws_host or tls_host) and {
-- ws
headers = (server.ws_host or tls_host) and {
-- headers
Host = server.ws_host or tls_host
} or nil,
path = server.ws_path,
maxEarlyData = tonumber(server.ws_ed) or nil,
earlyDataHeaderName = server.ws_ed_header or nil
} or nil,
httpupgradeSettings = (server.transport == "httpupgrade") and {
-- httpupgrade
host = (server.httpupgrade_host or tls_host) or nil,
path = server.httpupgrade_path or ""
} or nil,
httpSettings = (server.transport == "h2") and {
-- h2
path = server.h2_path or "",
host = {server.h2_host} or nil,
read_idle_timeout = tonumber(server.read_idle_timeout) or nil,
health_check_timeout = tonumber(server.health_check_timeout) or nil
} or nil,
quicSettings = (server.transport == "quic") and {
-- quic
security = server.quic_security,
key = server.quic_key,
header = {type = server.quic_guise}
} or nil,
grpcSettings = (server.transport == "grpc") and {
-- grpc
serviceName = server.serviceName or "",
multiMode = (server.grpc_mode == "multi") and true or false,
idle_timeout = tonumber(server.idle_timeout) or nil,
health_check_timeout = tonumber(server.health_check_timeout) or nil,
permit_without_stream = (server.permit_without_stream == "1") and true or nil,
initial_windows_size = tonumber(server.initial_windows_size) or nil
} or nil,
sockopt = {
tcpMptcp = (server.mptcp == "1") and true or false, -- MPTCP
tcpNoDelay = (server.mptcp == "1") and true or false, -- MPTCP
tcpcongestion = server.custom_tcpcongestion -- 连接服务器节点的 TCP 拥塞控制算法
}
} or nil,
mux = (server.v2ray_protocol ~= "wireguard") and {
-- mux
enabled = (server.mux == "1") and true or false, -- Mux
concurrency = tonumber(server.concurrency), -- TCP 最大并发连接数
xudpConcurrency = tonumber(server.xudpConcurrency), -- UDP 最大并发连接数
xudpProxyUDP443 = server.xudpProxyUDP443 -- 对被代理的 UDP/443 流量处理方式
} or nil
}
}
local cipher = "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA:AES128-SHA:AES256-SHA:DES-CBC3-SHA"
local cipher13 = "TLS_AES_128_GCM_SHA256:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_256_GCM_SHA384"
local trojan = {
log_level = 3,
run_type = (proto == "nat" or proto == "tcp") and "nat" or "client",
local_addr = "0.0.0.0",
local_port = tonumber(local_port),
remote_addr = ip_addr,
remote_port = tonumber(server.server_port),
udp_timeout = 60,
-- 传入连接
password = {server.password},
-- 传出连接
ssl = {
verify = (server.insecure == "0") and true or false,
verify_hostname = (server.tls == "1") and true or false,
cert = (server.certificate) and server.certpath or nil,
cipher = cipher,
cipher_tls13 = cipher13,
sni = tls_host,
alpn = server.tls_alpn or {"h2", "http/1.1"},
curve = "",
reuse_session = true,
session_ticket = (server.tls_sessionTicket == "1") and true or false
},
udp_timeout = 60,
tcp = {
-- tcp
no_delay = true,
keep_alive = true,
reuse_port = true,
fast_open = (server.fast_open == "1") and true or false,
fast_open_qlen = 20
}
}
local naiveproxy = {
proxy = (server.username and server.password and ip_addr and server.server_port) and "https://" .. server.username .. ":" .. server.password .. "@" .. ip_addr .. ":" .. server.server_port,
listen = (proto == "redir") and "redir" .. "://0.0.0.0:" .. tonumber(local_port) or "socks" .. "://0.0.0.0:" .. tonumber(local_port),
["insecure-concurrency"] = tonumber(server.concurrency) or 1
}
local ss = {
server = (server.kcp_enable == "1") and "127.0.0.1" or ip_addr,
server_port = tonumber(server.server_port),
local_address = "0.0.0.0",
local_port = tonumber(local_port),
mode = (proto == "tcp,udp") and "tcp_and_udp" or proto .. "_only",
password = server.password,
method = server.encrypt_method_ss,
timeout = tonumber(server.timeout),
fast_open = (server.fast_open == "1") and true or false,
reuse_port = true
}
local hysteria = {
server = (server.server_port and (server.port_range and (ip_addr .. ":" .. server.server_port .. "," .. server.port_range) or ip_addr .. ":" .. server.server_port) or (server.port_range and ip_addr .. ":" .. server.port_range or ip_addr .. ":443")),
bandwidth = (server.uplink_capacity or server.downlink_capacity) and {
up = tonumber(server.uplink_capacity) and tonumber(server.uplink_capacity) .. " mbps" or nil,
down = tonumber(server.downlink_capacity) and tonumber(server.downlink_capacity) .. " mbps" or nil
},
socks5 = (proto:find("tcp") and tonumber(socks_port) and tonumber(socks_port) ~= 0) and {
listen = "0.0.0.0:" .. tonumber(socks_port),
disable_udp = false
} or nil,
transport = (server.transport_protocol) and {
type = (server.transport_protocol) or udp,
udp = (server.port_range and (server.hopinterval) and {
hopInterval = (server.port_range and (tonumber(server.hopinterval) .. "s") or nil)
} or nil)
} or nil,
--[[
tcpTProxy = (proto:find("tcp") and local_port ~= "0") and {
listen = "0.0.0.0:" .. tonumber(local_port)
} or nil,
]]--
tcpRedirect = (proto:find("tcp") and local_port ~= "0") and {
listen = "0.0.0.0:" .. tonumber(local_port)
} or nil,
udpTProxy = (proto:find("udp") and local_port ~= "0") and {
listen = "0.0.0.0:" .. tonumber(local_port)
} or nil,
obfs = (server.flag_obfs == "1") and {
type = server.obfs_type,
salamander = { password = server.salamander }
} or nil,
quic = (server.flag_quicparam == "1" ) and {
initStreamReceiveWindow = (server.initstreamreceivewindow and server.initstreamreceivewindow or nil),
maxStreamReceiveWindow = (server.maxstreamseceivewindow and server.maxstreamseceivewindow or nil),
initConnReceiveWindow = (server.initconnreceivewindow and server.initconnreceivewindow or nil),
maxConnReceiveWindow = (server.maxconnreceivewindow and server.maxconnreceivewindow or nil),
maxIdleTimeout = (tonumber(server.maxidletimeout) and tonumber(server.maxidletimeout) .. "s" or nil),
keepAlivePeriod = (tonumber(server.keepaliveperiod) and tonumber(server.keepaliveperiod) .. "s" or nil),
disablePathMTUDiscovery = (server.disablepathmtudiscovery == "1") and true or false
} or nil,
auth = server.hy2_auth,
tls = (tls_host) and {
sni = tls_host,
--alpn = server.tls_alpn or nil,
insecure = (server.insecure == "1") and true or false,
pinSHA256 = (server.insecure == "1") and server.pinsha256 or nil
} or {
sni = ip_addr,
insecure = (server.insecure == "1") and true or false
},
fast_open = (server.fast_open == "1") and true or false,
lazy = (server.lazy_mode == "1") and true or false
}
local shadowtls = {
client = {
server_addr = server.server_port and ip_addr .. ":" .. server.server_port or nil,
listen = "127.0.0.1:" .. tonumber(local_port),
tls_names = server.shadowtls_sni,
password = server.password
},
v3 = (server.shadowtls_protocol == "v3") and true or false,
disable_nodelay = (server.disable_nodelay == "1") and true or false,
fastopen = (server.fastopen == "1") and true or false,
strict = (server.strict == "1") and true or false
}
local chain_sslocal = {
locals = local_port ~= "0" and {
{
local_address = "0.0.0.0",
local_port = (chain_local_port == "0" and tonumber(server.local_port) or tonumber(chain_local_port)),
mode = (proto:find("tcp,udp") and "tcp_and_udp") or proto .. "_only",
protocol = "redir",
tcp_redir = "redirect",
--tcp_redir = "tproxy",
udp_redir = "tproxy"
},
socks_port ~= "0" and {
protocol = "socks",
local_address = "0.0.0.0",
local_port = tonumber(socks_port)
} or nil
} or {{
protocol = "socks",
local_address = "0.0.0.0",
ocal_port = tonumber(socks_port)
}},
servers = {
{
server = "127.0.0.1",
server_port = (tonumber(local_port) == 0 and tonumber(chain_local_port) or tonumber(local_port)),
method = server.sslocal_method,
password = server.sslocal_password
}
}
}
local chain_vmess = {
inbounds = (local_port ~= "0") and {
{
port = (chain_local_port == "0" and tonumber(server.local_port) or tonumber(chain_local_port)),
protocol = "dokodemo-door",
settings = {
network = proto,
followRedirect = true
},
streamSettings = {
sockopt = {tproxy = "redirect"}
},
sniffing = {
enable = true,
destOverride = {"http","tls"}
}
},
(proto:find("tcp") and socks_port ~= "0") and {
protocol = "socks",
port = tonumber(socks_port)
} or nil
} or { protocol = "socks",port = tonumber(socks_port) },
outbound = {
protocol = "vmess",
settings = {
vnext = {{
address = "127.0.0.1",
port = (tonumber(local_port) == 0 and tonumber(chain_local_port) or tonumber(local_port)),
users = {{
id = (server.vmess_uuid),
security = server.vmess_method,
level = 0
}}
}}
}
}
}
local tuic = {
relay = {
server = server.server_port and ip_addr .. ":" .. server.server_port,
ip = server.tuic_ip,
uuid = server.tuic_uuid,
password = server.tuic_passwd,
certificates = server.certificate and { server.certpath } or nil,
udp_relay_mode = server.udp_relay_mode,
congestion_control = server.congestion_control,
heartbeat = server.heartbeat and server.heartbeat .. "s" or nil,
timeout = server.timeout and server.timeout .. "s" or nil,
gc_interval = server.gc_interval and server.gc_interval .. "s" or nil,
gc_lifetime = server.gc_lifetime and server.gc_lifetime .. "s" or nil,
alpn = server.tls_alpn,
disable_sni = (server.disable_sni == "1") and true or false,
zero_rtt_handshake = (server.zero_rtt_handshake == "1") and true or false,
send_window = tonumber(server.send_window),
receive_window = tonumber(server.receive_window)
},
["local"] = {
server = tonumber(socks_port) and (server.tuic_dual_stack == "1" and "[::1]:" or "127.0.0.1:") .. (socks_port == "0" and local_port or tonumber(socks_port)),
dual_stack = (server.tuic_dual_stack == "1") and true or false,
max_packet_size = tonumber(server.tuic_max_package_size)
}
}
local config = {}
function config:new(o)
o = o or {}
setmetatable(o, self)
self.__index = self
return o
end
function config:handleIndex(index)
local switch = {
ss = function()
ss.protocol = socks_port
if server.plugin and server.plugin ~= "none" then
ss.plugin = server.plugin
ss.plugin_opts = server.plugin_opts or nil
end
print(json.stringify(ss, 1))
end,
ssr = function()
ss.protocol = server.protocol
ss.protocol_param = server.protocol_param
ss.method = server.encrypt_method
ss.obfs = server.obfs
ss.obfs_param = server.obfs_param
print(json.stringify(ss, 1))
end,
v2ray = function()
print(json.stringify(Xray, 1))
end,
trojan = function()
print(json.stringify(trojan, 1))
end,
naiveproxy = function()
print(json.stringify(naiveproxy, 1))
end,
hysteria = function()
print(json.stringify(hysteria, 1))
end,
shadowtls = function()
local chain_switch = {
sslocal = function()
if (chain:find("chain")) then
print(json.stringify(chain_sslocal, 1))
else
print(json.stringify(shadowtls, 1))
end
end,
vmess = function()
if (chain:find("chain")) then
print(json.stringify(chain_vmess, 1))
else
print(json.stringify(shadowtls, 1))
end
end
}
local ChainType = server.chain_type
if chain_switch[ChainType] then
chain_switch[ChainType]()
end
end,
tuic = function()
print(json.stringify(tuic, 1))
end
}
if switch[index] then
switch[index]()
end
end
local f = config:new()
f:handleIndex(server.type)

View File

@ -1,72 +0,0 @@
#!/bin/sh
cat <<-EOF >$1
base {
log_debug=off;
log_info=off;
log=stderr;
daemon=on;
redirector=iptables;
reuseport=on;
}
EOF
if [ "$2" == "socks5" ];then
if [ "$3" == "tcp" ];then
if [ "$7" == "0" ];then
cat <<-EOF >>$1
redsocks {
bind="0.0.0.0:$4";
relay="$5:$6";
type=socks5;
autoproxy=0;
timeout=10;
}
EOF
else
cat <<-EOF >>$1
redsocks {
bind="0.0.0.0:$4";
relay="$5:$6";
type=socks5;
autoproxy=0;
timeout=10;
login="$8";
password="$9";
}
EOF
fi
else
if [ "$7" == "0" ];then
cat <<-EOF >>$1
redudp {
bind="0.0.0.0:$4";
relay="$5:$6";
type=socks5;
udp_timeout=10;
}
EOF
else
cat <<-EOF >>$1
redudp {
bind="0.0.0.0:$4";
relay="$5:$6";
type=socks5;
udp_timeout=10;
login="$8";
password="$9";
}
EOF
fi
fi
else
cat <<-EOF >>$1
redsocks {
bind="0.0.0.0:$4";
type=direct;
interface=$3;
autoproxy=0;
timeout=10;
}
EOF
fi

View File

@ -1,632 +0,0 @@
#!/usr/bin/lua
------------------------------------------------
-- This file is part of the luci-app-bypass subscribe.lua
-- @author William Chan <root@williamchan.me>
------------------------------------------------
require "luci.model.uci"
require "nixio"
require "luci.util"
require "luci.sys"
require "luci.jsonc"
require "luci.model.ipkg"
-- these global functions are accessed all the time by the event handler
-- so caching them is worth the effort
local tinsert = table.insert
local ssub, slen, schar, sbyte, sformat, sgsub = string.sub, string.len, string.char, string.byte, string.format, string.gsub
local jsonParse, jsonStringify = luci.jsonc.parse, luci.jsonc.stringify
local b64decode = nixio.bin.b64decode
local URL = require "url"
local cache = {}
local nodeResult = setmetatable({}, {__index = cache}) -- update result
local name = 'bypass'
local uciType = 'servers'
local ucic = luci.model.uci.cursor()
local proxy = ucic:get_first(name, 'server_subscribe', 'proxy', '0')
local switch = ucic:get_first(name, 'server_subscribe', 'switch', '1')
local subscribe_url = ucic:get_first(name, 'server_subscribe', 'subscribe_url', {})
local filter_words = ucic:get_first(name, 'server_subscribe', 'filter_words', '过期时间/剩余流量')
local save_words = ucic:get_first(name, 'server_subscribe', 'save_words', '')
local v2_ss = luci.sys.exec('type -t -p ss-redir sslocal') ~= "" and "ss" or "v2ray"
local v2_tj = luci.sys.exec('type -t -p trojan') ~= "" and "trojan" or "v2ray"
local log = function(...)
print(os.date("%Y-%m-%d %H:%M:%S ") .. table.concat({...}, " "))
end
local encrypt_methods_ss = {
-- plain
"none",
"plain",
-- aead
"aes-128-gcm",
"aes-192-gcm",
"aes-256-gcm",
"chacha20-ietf-poly1305",
"xchacha20-ietf-poly1305",
-- aead 2022
"2022-blake3-aes-128-gcm",
"2022-blake3-aes-256-gcm",
"2022-blake3-chacha20-poly1305"
--[[ stream
"table",
"rc4",
"rc4-md5",
"aes-128-cfb",
"aes-192-cfb",
"aes-256-cfb",
"aes-128-ctr",
"aes-192-ctr",
"aes-256-ctr",
"bf-cfb",
"camellia-128-cfb",
"camellia-192-cfb",
"camellia-256-cfb",
"salsa20",
"chacha20",
"chacha20-ietf" ]]
}
-- 分割字符串
local function split(full, sep)
full = full:gsub("%z", "") -- 这里不是很清楚 有时候结尾带个\0
local off, result = 1, {}
while true do
local nStart, nEnd = full:find(sep, off)
if not nEnd then
local res = ssub(full, off, slen(full))
if #res > 0 then -- 过滤掉 \0
tinsert(result, res)
end
break
else
tinsert(result, ssub(full, off, nStart - 1))
off = nEnd + 1
end
end
return result
end
-- urlencode
local function get_urlencode(c)
return sformat("%%%02X", sbyte(c))
end
local function urlEncode(szText)
local str = szText:gsub("([^0-9a-zA-Z ])", get_urlencode)
str = str:gsub(" ", "+")
return str
end
local function get_urldecode(h)
return schar(tonumber(h, 16))
end
local function UrlDecode(szText)
return szText:gsub("+", " "):gsub("%%(%x%x)", get_urldecode)
end
-- trim
local function trim(text)
if not text or text == "" then
return ""
end
return (sgsub(text, "^%s*(.-)%s*$", "%1"))
end
-- md5
local function md5(content)
local stdout = luci.sys.exec('echo \"' .. urlEncode(content) .. '\" | md5sum | cut -d \" \" -f1')
-- assert(nixio.errno() == 0)
return trim(stdout)
end
-- base64
local function base64Decode(text)
local raw = text
if not text then
return ''
end
text = text:gsub("%z", "")
text = text:gsub("_", "/")
text = text:gsub("-", "+")
local mod4 = #text % 4
text = text .. string.sub('====', mod4 + 1)
local result = b64decode(text)
if result then
return result:gsub("%z", "")
else
return raw
end
end
-- 检查数组(table)中是否存在某个字符值
-- https://www.04007.cn/article/135.html
local function checkTabValue(tab)
local revtab = {}
for k,v in pairs(tab) do
revtab[v] = true
end
return revtab
end
-- 处理数据
local function processData(szType, content)
local result = {type = szType, local_port = 1234, kcp_param = '--nocomp'}
if szType == 'ssr' then
local dat = split(content, "/%?")
local hostInfo = split(dat[1], ':')
result.type = 'ssr'
result.server = hostInfo[1]
result.server_port = hostInfo[2]
result.protocol = hostInfo[3]
result.encrypt_method = hostInfo[4]
result.obfs = hostInfo[5]
result.password = base64Decode(hostInfo[6])
local params = {}
for _, v in pairs(split(dat[2], '&')) do
local t = split(v, '=')
params[t[1]] = t[2]
end
result.obfs_param = base64Decode(params.obfsparam)
result.protocol_param = base64Decode(params.protoparam)
local group = base64Decode(params.group)
if group then
result.alias = "[" .. group .. "] "
end
result.alias = result.alias .. base64Decode(params.remarks)
elseif szType == 'vmess' then
local info = jsonParse(content)
result.type = 'v2ray'
result.v2ray_protocol = 'vmess'
result.server = info.add
result.server_port = info.port
result.transport = info.net
result.alter_id = info.aid
result.vmess_id = info.id
result.alias = info.ps
-- result.mux = 1
-- result.concurrency = 8
if info.net == 'ws' then
result.ws_host = info.host
result.ws_path = info.path
end
if info.net == 'h2' then
result.h2_host = info.host
result.h2_path = info.path
end
if info.net == 'tcp' then
if info.type and info.type ~= "http" then
info.type = "none"
end
result.tcp_guise = info.type
result.http_host = info.host
result.http_path = info.path
end
if info.net == 'kcp' then
result.kcp_guise = info.type
result.mtu = 1350
result.tti = 50
result.uplink_capacity = 5
result.downlink_capacity = 20
result.read_buffer_size = 2
result.write_buffer_size = 2
end
if info.net == 'grpc' then
if info.path then
result.serviceName = info.path
elseif info.serviceName then
result.serviceName = info.serviceName
end
end
if info.net == 'quic' then
result.quic_guise = info.type
result.quic_key = info.key
result.quic_security = info.securty
end
if info.security then
result.security = info.security
end
if info.tls == "tls" or info.tls == "1" then
result.tls = "1"
if info.sni and info.sni ~= "" then
result.tls_host = info.sni
elseif info.host then
result.tls_host = info.host
end
result.insecure = 1
else
result.tls = "0"
end
elseif szType == "ss" then
local idx_sp = 0
local alias = ""
if content:find("#") then
idx_sp = content:find("#")
alias = content:sub(idx_sp + 1, -1)
end
local info = content:sub(1, idx_sp - 1)
local hostInfo = split(base64Decode(info), "@")
local host = split(hostInfo[2], ":")
local userinfo = base64Decode(hostInfo[1])
local method = userinfo:sub(1, userinfo:find(":") - 1)
local password = userinfo:sub(userinfo:find(":") + 1, #userinfo)
result.alias = UrlDecode(alias)
result.type = v2_ss
result.v2ray_protocol = (v2_ss == "v2ray") and "shadowsocks" or nil
result.encrypt_method_ss = method
result.password = password
result.server = host[1]
if host[2]:find("/%?") then
local query = split(host[2], "/%?")
result.server_port = query[1]
local params = {}
for _, v in pairs(split(query[2], '&')) do
local t = split(v, '=')
params[t[1]] = t[2]
end
if params.plugin then
local plugin_info = UrlDecode(params.plugin)
local idx_pn = plugin_info:find(";")
if idx_pn then
result.plugin = plugin_info:sub(1, idx_pn - 1)
result.plugin_opts = plugin_info:sub(idx_pn + 1, #plugin_info)
else
result.plugin = plugin_info
end
-- 部分机场下发的插件名为 simple-obfs这里应该改为 obfs-local
if result.plugin == "simple-obfs" then
result.plugin = "obfs-local"
end
end
else
result.server_port = host[2]:gsub("/","")
end
if not checkTabValue(encrypt_methods_ss)[method] then
-- 1202 年了还不支持 SS AEAD 的屑机场
result.server = nil
end
elseif szType == "sip008" then
result.type = v2_ss
result.v2ray_protocol = (v2_ss == "v2ray") and "shadowsocks" or nil
result.server = content.server
result.server_port = content.server_port
result.password = content.password
result.encrypt_method_ss = content.method
result.plugin = content.plugin
result.plugin_opts = content.plugin_opts
result.alias = content.remarks
if not checkTabValue(encrypt_methods_ss)[content.method] then
result.server = nil
end
elseif szType == "ssd" then
result.type = v2_ss
result.v2ray_protocol = (v2_ss == "v2ray") and "shadowsocks" or nil
result.server = content.server
result.server_port = content.port
result.password = content.password
result.encrypt_method_ss = content.method
result.plugin_opts = content.plugin_options
result.alias = "[" .. content.airport .. "] " .. content.remarks
if content.plugin == "simple-obfs" then
result.plugin = "obfs-local"
else
result.plugin = content.plugin
end
if not checkTabValue(encrypt_methods_ss)[content.encryption] then
result.server = nil
end
elseif szType == "trojan" then
local idx_sp = 0
local alias = ""
if content:find("#") then
idx_sp = content:find("#")
alias = content:sub(idx_sp + 1, -1)
end
local info = content:sub(1, idx_sp - 1)
local hostInfo = split(info, "@")
local host = split(hostInfo[2], ":")
local userinfo = hostInfo[1]
local password = userinfo
result.alias = UrlDecode(alias)
result.type = v2_tj
result.v2ray_protocol = "trojan"
result.server = host[1]
-- 按照官方的建议 默认验证ssl证书
result.insecure = "0"
result.tls = "1"
if host[2]:find("?") then
local query = split(host[2], "?")
result.server_port = query[1]
local params = {}
for _, v in pairs(split(query[2], '&')) do
local t = split(v, '=')
params[t[1]] = t[2]
end
if params.sni then
-- 未指定peersni默认使用remote addr
result.tls_host = params.sni
end
else
result.server_port = host[2]
end
result.password = password
elseif szType == "vless" then
local url = URL.parse("http://" .. content)
local params = url.query
result.alias = url.fragment and UrlDecode(url.fragment) or nil
result.type = "v2ray"
result.v2ray_protocol = "vless"
result.server = url.host
result.server_port = url.port
result.vmess_id = url.user
result.vless_encryption = params.encryption or "none"
result.transport = params.type or "tcp"
result.tls = (params.security == "tls" or params.security == "xtls") and "1" or "0"
result.tls_host = params.sni
result.tls_flow = (params.security == "tls" or params.security == "reality") and params.flow or nil
result.fingerprint = params.fp
result.reality = (params.security == "reality") and "1" or "0"
result.reality_publickey = params.pbk and UrlDecode(params.pbk) or nil
result.reality_shortid = params.sid
result.reality_spiderx = params.spx and UrlDecode(params.spx) or nil
if result.transport == "ws" then
result.ws_host = (result.tls ~= "1") and (params.host and UrlDecode(params.host)) or nil
result.ws_path = params.path and UrlDecode(params.path) or "/"
-- make it compatible with bullshit, "h2" transport is non-existent at all
elseif result.transport == "http" or result.transport == "h2" then
result.transport = "h2"
result.h2_host = params.host and UrlDecode(params.host) or nil
result.h2_path = params.path and UrlDecode(params.path) or nil
elseif result.transport == "kcp" then
result.kcp_guise = params.headerType or "none"
result.seed = params.seed
result.mtu = 1350
result.tti = 50
result.uplink_capacity = 5
result.downlink_capacity = 20
result.read_buffer_size = 2
result.write_buffer_size = 2
elseif result.transport == "quic" then
result.quic_guise = params.headerType or "none"
result.quic_security = params.quicSecurity or "none"
result.quic_key = params.key
elseif result.transport == "grpc" then
result.serviceName = params.serviceName
result.grpc_mode = params.mode or "gun"
elseif result.transport == "tcp" then
result.tcp_guise = params.headerType or "none"
if result.tcp_guise == "http" then
result.tcp_host = params.host and UrlDecode(params.host) or nil
result.tcp_path = params.path and UrlDecode(params.path) or nil
end
end
end
if not result.alias then
if result.server and result.server_port then
result.alias = result.server .. ':' .. result.server_port
else
result.alias = "NULL"
end
end
-- alias 不参与 hashkey 计算
local alias = result.alias
result.alias = nil
local switch_enable = result.switch_enable
result.switch_enable = nil
result.hashkey = md5(jsonStringify(result))
result.alias = alias
result.switch_enable = switch_enable
return result
end
-- wget
local function wget(url)
local stdout = luci.sys.exec('wget -q --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36" --no-check-certificate -O- "' .. url .. '"')
return trim(stdout)
end
local function check_filer(result)
do
-- 过滤的关键词列表
local filter_word = split(filter_words, "/")
-- 保留的关键词列表
local check_save = false
if save_words ~= nil and save_words ~= "" and save_words ~= "NULL" then
check_save = true
end
local save_word = split(save_words, "/")
-- 检查结果
local filter_result = false
local save_result = true
-- 检查是否存在过滤关键词
for i, v in pairs(filter_word) do
if tostring(result.alias):find(v, nil, true) then
filter_result = true
end
end
-- 检查是否打开了保留关键词检查,并且进行过滤
if check_save == true then
for i, v in pairs(save_word) do
if tostring(result.alias):find(v, nil, true) then
save_result = false
end
end
else
save_result = false
end
-- 不等时返回
if filter_result == true or save_result == true then
return true
else
return false
end
end
end
local execute = function()
-- exec
do
if proxy == '0' then -- 不使用代理更新的话先暂停
log('服务正在暂停')
luci.sys.init.stop(name)
end
for k, url in ipairs(subscribe_url) do
local raw = wget(url)
if #raw > 0 then
local nodes, szType
local groupHash = md5(url)
cache[groupHash] = {}
tinsert(nodeResult, {})
local index = #nodeResult
-- SSD 似乎是这种格式 ssd:// 开头的
if raw:find('ssd://') then
szType = 'ssd'
local nEnd = select(2, raw:find('ssd://'))
nodes = base64Decode(raw:sub(nEnd + 1, #raw))
nodes = jsonParse(nodes)
local extra = {airport = nodes.airport, port = nodes.port, encryption = nodes.encryption, password = nodes.password}
local servers = {}
-- SS里面包着 干脆直接这样
for _, server in ipairs(nodes.servers) do
tinsert(servers, setmetatable(server, {__index = extra}))
end
nodes = servers
-- SS SIP008 直接使用 Json 格式
elseif jsonParse(raw) then
nodes = jsonParse(raw).servers or jsonParse(raw)
if nodes[1].server and nodes[1].method then
szType = 'sip008'
end
else
-- ssd 外的格式
nodes = split(base64Decode(raw):gsub(" ", "_"), "\n")
end
for _, v in ipairs(nodes) do
if v then
local result
if szType then
result = processData(szType, v)
elseif not szType then
local node = trim(v)
local dat = split(node, "://")
if dat and dat[1] and dat[2] then
local dat3 = ""
if dat[3] then
dat3 = "://" .. dat[3]
end
if dat[1] == 'ss' or dat[1] == 'trojan' then
result = processData(dat[1], dat[2] .. dat3)
else
result = processData(dat[1], base64Decode(dat[2]))
end
end
else
log('跳过未知类型: ' .. szType)
end
-- log(result)
if result then
-- 中文做地址的 也没有人拿中文域名搞就算中文域也有Puny Code SB 机场
if not result.server or not result.server_port or result.alias == "NULL" or check_filer(result) or result.server:match("[^0-9a-zA-Z%-_%.%s]") or cache[groupHash][result.hashkey] then
log('丢弃无效节点: ' .. result.type .. ' 节点, ' .. result.alias)
else
-- log('成功解析: ' .. result.type ..' 节点, ' .. result.alias)
result.grouphashkey = groupHash
tinsert(nodeResult[index], result)
cache[groupHash][result.hashkey] = nodeResult[index][#nodeResult[index]]
end
end
end
end
log('成功解析节点数量: ' .. #nodes)
else
log(url .. ': 获取内容为空')
end
end
end
-- diff
do
if next(nodeResult) == nil then
log("更新失败,没有可用的节点信息")
if proxy == '0' then
luci.sys.init.start(name)
log('订阅失败, 恢复服务')
end
return
end
local add, del = 0, 0
ucic:foreach(name, uciType, function(old)
if old.grouphashkey or old.hashkey then -- 没有 hash 的不参与删除
if not nodeResult[old.grouphashkey] or not nodeResult[old.grouphashkey][old.hashkey] then
ucic:delete(name, old['.name'])
del = del + 1
else
local dat = nodeResult[old.grouphashkey][old.hashkey]
ucic:tset(name, old['.name'], dat)
-- 标记一下
setmetatable(nodeResult[old.grouphashkey][old.hashkey], {__index = {_ignore = true}})
end
else
if not old.alias then
if old.server or old.server_port then
old.alias = old.server .. ':' .. old.server_port
log('忽略手动添加的节点: ' .. old.alias)
else
ucic:delete(name, old['.name'])
end
else
log('忽略手动添加的节点: ' .. old.alias)
end
end
end)
for k, v in ipairs(nodeResult) do
for kk, vv in ipairs(v) do
if not vv._ignore then
local section = ucic:add(name, uciType)
ucic:tset(name, section, vv)
ucic:set(name, section, "switch_enable", switch)
add = add + 1
end
end
end
ucic:commit(name)
-- 如果原有服务器节点已经不见了就尝试换为第一个节点
local globalServer = ucic:get_first(name, 'global', 'global_server', '')
if globalServer ~= "nil" then
local firstServer = ucic:get_first(name, uciType)
if firstServer then
if not ucic:get(name, globalServer) then
luci.sys.call("/etc/init.d/" .. name .. " stop > /dev/null 2>&1 &")
ucic:commit(name)
ucic:set(name, ucic:get_first(name, 'global'), 'global_server', ucic:get_first(name, uciType))
ucic:commit(name)
log('当前主服务器节点已被删除,正在自动更换为第一个节点。')
luci.sys.call("/etc/init.d/" .. name .. " start > /dev/null 2>&1 &")
else
log('维持当前主服务器节点。')
luci.sys.call("/etc/init.d/" .. name .. " restart > /dev/null 2>&1 &")
end
else
log('没有服务器节点了,停止服务')
luci.sys.call("/etc/init.d/" .. name .. " stop > /dev/null 2>&1 &")
end
end
log('新增节点数量: ' .. add, '删除节点数量: ' .. del)
log('订阅更新成功')
end
end
if subscribe_url and #subscribe_url > 0 then
xpcall(execute, function(e)
log(e)
log(debug.traceback())
log('发生错误, 正在恢复服务')
local firstServer = ucic:get_first(name, uciType)
if firstServer then
luci.sys.call("/etc/init.d/" .. name .. " restart > /dev/null 2>&1 &") -- 不加&的话日志会出现的更早
log('重启服务成功')
else
luci.sys.call("/etc/init.d/" .. name .. " stop > /dev/null 2>&1 &") -- 不加&的话日志会出现的更早
log('停止服务成功')
end
end)
end

View File

@ -1,69 +0,0 @@
#!/bin/sh
[ "$1" = --First ] && A=Y || A=N
# 防止重复启动
[ -f /var/lock/bypass.lock -a $A = N ] && exit 1
LOCK=/var/lock/bypass-update.lock
[ -f $LOCK ] && exit 1
touch $LOCK
DIR=/usr/share/bypass
T_FILE=/etc/bypass
log(){
echo "$(date +'%Y-%m-%d %H:%M:%S') $*" >> /var/log/bypass.log
}
C=$(uci -q get bypass.@global[0].run_mode)
mkdir -p $T_FILE 2>/dev/null
if [ "$C" = router ];then
if [ ! -f $T_FILE/china.txt ];then
while ! (curl -kLfsm 5 -o /tmp/china.txt https://fastly.jsdelivr.net/gh/kiddin9/china_ip_list@main/china_ip_list.txt);do
sleep 1
done
else
curl -kLfsm 5 -o /tmp/china.txt https://fastly.jsdelivr.net/gh/kiddin9/china_ip_list@main/china_ip_list.txt
fi
[[ -f /tmp/china.txt && $? == 0 ]] && {
if ! cmp -s /tmp/china.txt $T_FILE/china.txt;then
log "China IPv4 List 已更新"
cp -f /tmp/china.txt $T_FILE/china.txt
[ $A = N ] && ipset list china_v4 >/dev/null 2>&1 && $DIR/chinaipset
fi
}
if [ ! -f $T_FILE/china_v6.txt ];then
while ! (curl -kLfsm 3 -o /tmp/china_v6.txt https://ispip.clang.cn/all_cn_ipv6.txt);do
sleep 1
done
elif [ $A = N ];then
curl -kLfsm 3 -o /tmp/china_v6.txt https://ispip.clang.cn/all_cn_ipv6.txt
fi
[[ -f /tmp/china_v6.txt && $? == 0 ]] && {
if ! cmp -s /tmp/china_v6.txt $T_FILE/china_v6.txt;then
log "China IPv6 List 已更新"
cp -f /tmp/china_v6.txt $T_FILE/china_v6.txt
[ $A = N ] && ipset list china_v6 >/dev/null 2>&1 && $DIR/chinaipset v6
fi
}
fi
if [ "$C" = gfw -o "$(uci -q get bypass.@global[0].gfw_mode)" = 1 ];then
if [ ! -f $T_FILE/gfw.list ];then
while ! (curl -kLfsm 5 -o /tmp/gfw.b64 https://fastly.jsdelivr.net/gh/gfwlist/gfwlist/gfwlist.txt);do
sleep 1
done
elif [ "$C" = gfw -o $A = N ];then
curl -kLfsm 5 -o /tmp/gfw.b64 https://fastly.jsdelivr.net/gh/gfwlist/gfwlist/gfwlist.txt
fi
if [[ -f /tmp/gfw.b64 && $? == 0 ]];then
$DIR/by-gfw
if ! cmp -s /tmp/gfwnew.txt $T_FILE/gfw.list;then
cp -f /tmp/gfwnew.txt $T_FILE/gfw.list
log "GFW List 已更新"
fi
fi
fi
rm -f $LOCK /tmp/china*.txt /tmp/gfwnew.txt
[ $A = Y ] && /etc/init.d/bypass start updated &

View File

@ -1,11 +0,0 @@
{
"luci-app-bypass": {
"description": "Grant UCI access for luci-app-bypass",
"read": {
"uci": [ "bypass" ]
},
"write": {
"uci": [ "bypass" ]
}
}
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve">
<path style="fill:#73AF00;" d="M473.655,88.276H158.897v111.816H512v-73.471C512,105.443,494.833,88.276,473.655,88.276z"/>
<path style="fill:#464655;" d="M158.897,423.724h314.759c21.177,0,38.345-17.167,38.345-38.345v-73.471H158.897V423.724z"/>
<rect x="158.9" y="200.09" style="fill:#F5F5F5;" width="353.1" height="111.81"/>
<path style="fill:#FF4B55;" d="M38.345,88.276C17.167,88.276,0,105.443,0,126.621V385.38c0,21.177,17.167,38.345,38.345,38.345 h120.552V88.276H38.345z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 985 B

View File

@ -1,68 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#464655;" d="M38.345,423.721h132.322V88.273H38.345C17.167,88.273,0,105.44,0,126.618v258.759 C0,406.554,17.167,423.721,38.345,423.721z"/>
<rect x="170.67" y="88.277" style="fill:#FF4B55;" width="170.67" height="335.45"/>
<path style="fill:#73AF00;" d="M473.655,423.721c21.177,0,38.345-17.167,38.345-38.345V126.618 c0-21.177-17.167-38.345-38.345-38.345H341.334v335.448H473.655z"/>
<g>
<rect x="235.52" y="247.707" style="fill:#F5F5F5;" width="7.679" height="2.56"/>
<polygon style="fill:#F5F5F5;" points="279.038,273.303 232.962,273.303 235.522,268.185 276.478,268.185 "/>
<polygon style="fill:#F5F5F5;" points="279.038,232.348 232.962,232.348 235.522,237.468 276.478,237.468 "/>
<polygon style="fill:#F5F5F5;" points="268.799,234.908 243.201,234.908 248.321,229.788 263.68,229.788 "/>
<rect x="235.52" y="260.507" style="fill:#F5F5F5;" width="7.679" height="5.12"/>
<rect x="235.52" y="252.827" style="fill:#F5F5F5;" width="7.679" height="5.12"/>
<rect x="235.52" y="240.027" style="fill:#F5F5F5;" width="7.679" height="5.12"/>
<rect x="268.8" y="260.507" style="fill:#F5F5F5;" width="7.679" height="5.12"/>
<rect x="268.8" y="252.827" style="fill:#F5F5F5;" width="7.679" height="5.12"/>
<rect x="268.8" y="240.027" style="fill:#F5F5F5;" width="7.679" height="5.12"/>
<rect x="268.8" y="247.707" style="fill:#F5F5F5;" width="7.679" height="2.56"/>
<rect x="238.08" y="219.547" style="fill:#F5F5F5;" width="5.12" height="10.239"/>
<path style="fill:#F5F5F5;" d="M243.201,216.989h-5.12v-2.56c0-1.414,1.146-2.56,2.56-2.56l0,0c1.414,0,2.56,1.146,2.56,2.56 V216.989L243.201,216.989z"/>
<rect x="268.8" y="219.547" style="fill:#F5F5F5;" width="5.12" height="10.239"/>
<path style="fill:#F5F5F5;" d="M273.919,216.989h-5.12v-2.56c0-1.414,1.146-2.56,2.56-2.56l0,0c1.414,0,2.56,1.146,2.56,2.56 V216.989L273.919,216.989z"/>
<path style="fill:#F5F5F5;" d="M256,240.027L256,240.027c-5.655,0-10.239,4.584-10.239,10.239v15.359h20.478v-15.359 C266.239,244.612,261.655,240.027,256,240.027z"/>
<path style="fill:#F5F5F5;" d="M239.053,256.153l-13.937-16.259c0.09-0.263,0.167-0.533,0.167-0.826c0-1.414-1.146-2.56-2.56-2.56 s-2.56,1.146-2.56,2.56s1.146,2.56,2.56,2.56c0.154,0,0.288-0.062,0.434-0.087l1.442,1.683l-6.996,16.323l7.679,7.679l6.631-15.47 l5.197,6.063L239.053,256.153z M226.601,261.501l-6.127-6.127l2.764-6.451l6.127,6.127L226.601,261.501z"/>
<path style="fill:#F5F5F5;" d="M274.954,257.818l5.197-6.063l6.631,15.47l7.679-7.679l-6.996-16.323l1.442-1.683 c0.147,0.025,0.28,0.087,0.434,0.087c1.414,0,2.56-1.146,2.56-2.56s-1.146-2.56-2.56-2.56s-2.56,1.146-2.56,2.56 c0,0.294,0.076,0.564,0.167,0.826l-13.937,16.259L274.954,257.818z M282.699,255.05l6.127-6.127l2.764,6.451l-6.127,6.127 L282.699,255.05z"/>
<path style="fill:#F5F5F5;" d="M258.898,214.876c-0.804-0.237-1.522-0.676-1.976-1.38c-0.303-0.471-0.612-1.006-0.921-1.625 c-0.309,0.619-0.618,1.154-0.921,1.625c-0.455,0.705-1.172,1.144-1.976,1.38c-4.241,1.249-7.342,5.148-7.342,9.793 c0,0.889,0.149,1.737,0.362,2.56h19.754c0.213-0.823,0.362-1.671,0.362-2.56C266.239,220.023,263.138,216.125,258.898,214.876z"/>
<path style="fill:#F5F5F5;" d="M197.34,252.526c-0.13-1.591-0.214-3.194-0.214-4.819c0-3.288,0.298-6.522,0.826-9.695 c0.738,0.511,1.511,1.073,2.314,1.704c-0.375,2.625-0.582,5.291-0.582,7.991c0,1.892,0.097,3.763,0.28,5.608l5.411,1.625 c-0.338-2.37-0.572-4.772-0.572-7.233c0-1.224,0.073-2.433,0.17-3.638c2.826,3.134,5.056,6.92,5.056,11.104 c0,0.107,8.213-12.159-6.719-25.704l-0.107,5.759l-8.6-0.09c-0.775-0.008-1.457,0.542-1.592,1.305 c-0.654,3.679-1.006,7.441-1.006,11.264c0,1.087,0.029,2.167,0.082,3.241L197.34,252.526z"/>
<path style="fill:#F5F5F5;" d="M220.053,201.096c1.119-0.863,1.325-2.47,0.461-3.59c-0.866-1.12-2.472-1.322-3.591-0.46 c-11.585,8.947-19.535,21.239-22.978,35.008l5.276,0.068C202.541,219.936,209.726,209.072,220.053,201.096z"/>
<path style="fill:#F5F5F5;" d="M216.623,207.481c-5.567,5.452-9.781,11.869-12.648,18.839c1.583,1.301,2.88,2.615,3.957,3.922 c2.58-7.107,6.689-13.632,12.274-19.101c1.01-0.99,1.027-2.61,0.038-3.619C219.252,206.508,217.633,206.491,216.623,207.481z"/>
<path style="fill:#F5F5F5;" d="M207.727,281.267c-3.796-5.447-6.697-11.555-8.498-18.116l2.976,1.094 c1.859,5.987,4.68,11.555,8.292,16.516l5.65-1.034c-3.19-3.965-5.812-8.404-7.727-13.198l3.34,1.227 c1.906,4.185,4.346,8.033,7.255,11.447l5.879-1.077c-2.312-2.36-4.334-5.017-6.076-7.883l-3.406-6.812 c-1.052-2.104-2.925-3.68-5.178-4.355l-8.058-2.422l-1.863-0.559l-2.682-0.807l-5.335-1.603l-2.848-0.856l1.762,5.288 c0.387,1.161,1.17,2.13,2.188,2.766c1.629,7.735,4.65,14.962,8.8,21.4L207.727,281.267z"/>
<path style="fill:#F5F5F5;" d="M308.794,235.228l-0.107-5.759c-14.932,13.545-6.719,25.811-6.719,25.704 c0-4.184,2.23-7.97,5.056-11.104c0.097,1.205,0.17,2.415,0.17,3.638c0,2.462-0.234,4.864-0.572,7.233l5.411-1.625 c0.183-1.845,0.28-3.715,0.28-5.608c0-2.701-0.206-5.367-0.582-7.991c0.803-0.63,1.577-1.193,2.314-1.704 c0.529,3.172,0.826,6.408,0.826,9.695c0,1.624-0.084,3.228-0.214,4.819l5.251-1.578c0.054-1.074,0.082-2.154,0.082-3.241 c0-3.823-0.353-7.585-1.006-11.264c-0.136-0.764-0.818-1.313-1.592-1.305L308.794,235.228z"/>
<path style="fill:#F5F5F5;" d="M312.78,232.123l5.276-0.068c-3.444-13.769-11.393-26.061-22.978-35.008 c-1.119-0.863-2.724-0.66-3.591,0.46c-0.864,1.12-0.658,2.728,0.461,3.59C302.274,209.072,309.459,219.936,312.78,232.123z"/>
<path style="fill:#F5F5F5;" d="M308.025,226.32c-2.868-6.97-7.081-13.387-12.648-18.839c-1.01-0.99-2.628-0.972-3.619,0.04 c-0.99,1.01-0.972,2.63,0.038,3.619c5.585,5.469,9.694,11.993,12.274,19.101C305.145,228.935,306.442,227.62,308.025,226.32z"/>
<path style="fill:#F5F5F5;" d="M319.705,253.682l-5.335,1.603l-2.682,0.807l-1.863,0.559l-8.059,2.422 c-2.253,0.676-4.127,2.252-5.178,4.355l-3.406,6.812c-1.741,2.866-3.764,5.523-6.076,7.883l5.879,1.077 c2.909-3.414,5.35-7.261,7.255-11.447l3.34-1.227c-1.916,4.794-4.538,9.234-7.727,13.198l5.65,1.034 c3.614-4.962,6.433-10.529,8.292-16.516l2.976-1.094c-1.801,6.561-4.702,12.67-8.498,18.116l5.529,1.012 c4.15-6.439,7.17-13.665,8.8-21.4c1.018-0.637,1.801-1.606,2.188-2.766l1.762-5.288L319.705,253.682z"/>
<path style="fill:#F5F5F5;" d="M282.678,281.983l-0.132,0.117c-7.447,5.748-16.696,9.122-26.545,9.122 c-9.848,0-19.097-3.374-26.545-9.122l-0.132-0.117c-0.967-1.063-2.42-1.539-3.828-1.255l-25.81,5.375l5.727,5.02 c1.532,1.343,3.5,1.969,5.457,1.854c4.609,4.59,9.902,8.491,15.723,11.522l-1.677,3.095c9.247,5.028,19.838,7.887,31.084,7.887 c11.246,0,21.836-2.859,31.084-7.887l-1.677-3.095c5.821-3.031,11.114-6.933,15.723-11.522c1.958,0.115,3.926-0.512,5.458-1.854 l5.727-5.02l-25.81-5.375C285.098,280.444,283.644,280.919,282.678,281.983z M229.041,299.98c-4.64-2.414-8.888-5.463-12.711-8.97 l2.485-1.185c3.471,3.072,7.289,5.762,11.438,7.915L229.041,299.98z M295.67,291.01c-3.822,3.507-8.071,6.555-12.711,8.97 l-1.213-2.239c4.149-2.153,7.966-4.843,11.438-7.915L295.67,291.01z M256,298.901c-12.192,0-23.363-4.326-32.159-11.473 l2.554-1.218c8.305,6.397,18.625,10.131,29.603,10.131c10.978,0,21.299-3.734,29.603-10.131l2.554,1.218 C279.364,294.576,268.192,298.901,256,298.901z"/>
<path style="fill:#F5F5F5;" d="M227.912,278.355c1.099,0.93,2.239,1.81,3.427,2.628h49.322c1.188-0.819,2.328-1.698,3.427-2.628 l-2.49-2.49h-51.194L227.912,278.355z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -1,42 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#464655;" d="M473.651,88.256H38.292c-20.485,0-37.215,16.06-38.292,36.277v262.933 c1.077,20.215,17.807,36.277,38.292,36.277h435.359c21.18,0,38.349-17.169,38.349-38.349V126.605 C512,105.425,494.831,88.256,473.651,88.256z"/>
<polygon style="fill:#FFE15A;" points="256.029,105.913 267.224,164.401 299.95,114.649 287.911,172.97 337.184,139.529 303.744,188.803 362.064,176.764 312.312,209.49 370.8,220.685 312.312,231.88 362.064,264.606 303.744,252.567 337.184,301.84 287.911,268.399 299.95,326.719 267.224,276.968 256.029,335.456 244.834,276.968 212.108,326.719 224.148,268.399 174.873,301.84 208.315,252.567 149.994,264.606 199.745,231.88 141.257,220.685 199.745,209.49 149.994,176.764 208.315,188.803 174.873,139.529 224.148,172.97 212.108,114.649 244.834,164.401 "/>
<g>
<path style="fill:#FF4B55;" d="M9.737,101.014C4.08,107.322,0.48,115.512,0,124.533v262.933 c1.077,20.215,17.807,36.277,38.292,36.277h217.737L9.737,101.014z"/>
<path style="fill:#FF4B55;" d="M256.029,423.742h217.622c21.18,0,38.349-17.169,38.349-38.349V126.605 c0-9.802-3.683-18.741-9.732-25.52L256.029,423.742z"/>
</g>
<polygon style="fill:#4173CD;" points="154.965,291.313 357.093,291.313 410.993,220.685 101.064,220.685 "/>
<polygon style="fill:#F5F5F5;" points="154.965,291.313 256.029,423.742 357.093,291.313 "/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,51 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512.1 512.1" style="enable-background:new 0 0 512.1 512.1;" xml:space="preserve">
<path style="fill:#41479B;" d="M472.1,88.3H39.9c-22,0-39.9,17.8-39.9,39.9v255.7c0,22,17.8,39.9,39.9,39.9h432.3 c22,0,39.9-17.8,39.9-39.9V128.1C512,106.1,494.2,88.3,472.1,88.3z"/>
<path style="fill:#F5F5F5;" d="M8.8,256h15.3l81.8-53.6V256H150v-53.6l81.8,53.6h15.3c4.9,0,8.8-4,8.8-8.8v-7l-70.2-46H256v-44.1 h-70.2l70.2-46v-7c0-4.9-4-8.8-8.8-8.8h-15.3l-81.8,53.6V88.3H106v53.6L27.3,90.3c-9.2,3-16.8,9.3-21.7,17.5l64.6,42.3H0v44.1h70.2 L0,240.2v7C0,252,4,256,8.8,256z"/>
<g>
<polygon style="fill:#FF4B55;" points="256,158.9 141.2,158.9 141.2,88.3 114.8,88.3 114.8,158.9 0,158.9 0,185.4 114.8,185.4 114.8,256 141.2,256 141.2,185.4 256,185.4 "/>
<path style="fill:#FF4B55;" d="M8.7,103.2L80.8,150H97L15,96.8C12.8,98.7,10.6,100.9,8.7,103.2z"/>
<path style="fill:#FF4B55;" d="M166.3,150.1l88.4-57.4c-1.5-2.6-4.2-4.4-7.5-4.4h-1.9l-95.2,61.8H166.3z"/>
<path style="fill:#FF4B55;" d="M89.5,194.2L0,251.5c1.5,2.7,5.5,4.5,8.8,4.5h1.7l95.2-61.8H89.5z"/>
<path style="fill:#FF4B55;" d="M255.9,247.9l-82.7-53.7H157l93.9,60.9C253.7,253.8,255.6,251.1,255.9,247.9z"/>
</g>
<path style="fill:#F5F5F5;" d="M328.6,192.7c-1.2,15.8-6.1,116,57.5,138.7c63.6-22.7,58.7-122.9,57.5-138.7 c-7.7,3-35.6,12.2-57.5-3.4C364.2,204.8,336.3,195.7,328.6,192.7z"/>
<g>
<path style="fill:#FFA028;" d="M417.4,212.9c-3.5-2.7-9.9,2.3-17.2,1.8c-6.7-0.5-15-7.3-25.7-4.3c-3-2.7-1.5-9.1-1.5-9.1 c-7.5,4.8-8,11.4-7.5,15c-5.3,7-5,17.8-4,21c1.3,4.3,3.7,4.8,4.1,9.6c0.4,4.8,2.2,3.1,2.2,3.1c3.7-2.1,4.3-6,5.9-12.5 c6.1,0.8,10-4.7,10-4.7c-4,1.2-6.5-0.9-7.9-2.9c0.2-0.6,0.4-1.2,0.6-1.9c4.5-12.4,26.2-9,28.2-5.6c3.6,6.2,8.4,8.5,8.4,8.5 c0-6.5-4.8-12.1-4.8-12.1C415.5,217.5,417.4,212.9,417.4,212.9z M365.3,239.5c-0.7,0-1.3-0.6-1.3-1.3c0-0.7,0.6-1.3,1.3-1.3 c0.7,0,1.3,0.6,1.3,1.3C366.6,238.9,366.1,239.5,365.3,239.5z"/>
<path style="fill:#FFA028;" d="M396.1,292.2c4.2-1.3,3.7-9.5,8.3-15.2c4.2-5.3,14.5-8.2,18.2-18.7c3.9-0.9,8.4,3.9,8.4,3.9 c0.3-8.9-4.9-13.1-8.1-14.7c-2.8-8.4-11.8-14.2-15.1-15.2c-4.2-1.4-6.1,0.4-10.2-2s-3.8,0-3.8,0c-0.4,4.3,2.6,7,7,11.9 c-4.1,4.6-1.9,10.9-1.9,10.9c1.2-4,4.5-4.8,6.8-4.8c0.4,0.5,0.8,1,1.2,1.6c7.6,10.8-7.4,26.6-11.4,26.3c-7.2-0.5-11.8,2.1-11.8,2.1 c5.3,3.7,12.7,3,12.7,3C393.4,288,396.1,292.2,396.1,292.2z M403.7,234.3c0.4-0.6,1.2-0.7,1.8-0.3c0.6,0.4,0.7,1.2,0.3,1.8 c-0.4,0.6-1.2,0.7-1.8,0.3C403.5,235.7,403.3,234.9,403.7,234.3z"/>
<path style="fill:#FFA028;" d="M339.2,234.8c-0.6,4.4,7.1,7.4,10.3,13.9c3,6,1.3,16.6,9.3,24.4c-0.8,3.9-7,5.9-7,5.9 c7.9,4,13.9,1.1,16.7-1.1c8.8,1,17.8-4.8,20.1-7.3c3-3.3,2.2-5.7,6.1-8.4c3.9-2.8,1.6-3.5,1.6-3.5c-3.7-2.2-7.4-0.6-13.8,1.3 c-2.4-5.6-9.1-6.3-9.1-6.3c3.1,2.8,2.5,6.1,1.5,8.2c-0.7,0.1-1.3,0.3-2,0.4c-13,2.4-21-18-19.1-21.4c3.5-6.3,3.1-11.6,3.1-11.6 c-5.6,3.3-8,10.3-8,10.3C344.1,234.1,339.2,234.8,339.2,234.8z M388.5,266.1c0.4,0.6,0.2,1.4-0.5,1.8c-0.6,0.4-1.4,0.2-1.8-0.5 c-0.4-0.6-0.2-1.4,0.5-1.8C387.4,265.3,388.2,265.5,388.5,266.1z"/>
</g>
<path style="fill:#CDCE0C;" d="M386.1,334.7l-0.5-0.2c-71.6-24.9-60.1-143-59.9-144.2l0.2-2.1l2,0.9c0.3,0.2,33.6,14.9,57.3-2.9 l0.9-0.7l0.9,0.7c23.8,17.8,57,3.1,57.3,2.9l2-0.9l0.2,2.1c0.1,1.2,11.7,119.3-59.9,144.2L386.1,334.7z M328.6,192.7 c-1.2,15.8-6.1,116,57.5,138.7c63.6-22.7,58.7-122.9,57.5-138.7c-7.7,3-35.6,12.2-57.5-3.4C364.2,204.8,336.3,195.7,328.6,192.7z"/>
<path style="fill:#82AFFF;" d="M346.2,295.8c8.7,15.8,21.4,29,39.9,35.6c18.5-6.6,31.2-19.8,39.9-35.6H346.2z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FFB400;" d="M0,387.466c1.077,20.215,17.807,36.277,38.292,36.277h435.359c21.18,0,38.349-17.169,38.349-38.349 v-73.479H0V387.466z"/>
<path style="fill:#FF4B55;" d="M473.651,88.257H38.292c-20.485,0-37.215,16.062-38.292,36.277v75.552h512v-73.479 C512,105.427,494.831,88.257,473.651,88.257z"/>
<rect y="200.089" style="fill:#41479B;" width="512" height="111.83"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 874 B

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FF4B55;" d="M512,126.621c0-21.177-17.167-38.345-38.345-38.345H38.345C17.167,88.276,0,105.443,0,126.621V256 h512V126.621z"/>
<path style="fill:#464655;" d="M38.345,423.724h435.31c21.177,0,38.345-17.167,38.345-38.345V256H0v129.379 C0,406.557,17.167,423.724,38.345,423.724z"/>
<g>
<path style="fill:#FFE15A;" d="M235.904,182.293l6.036,18.097l19.076,0.148c1.478,0.011,2.091,1.898,0.902,2.775l-15.346,11.332 l5.754,18.188c0.446,1.409-1.159,2.574-2.361,1.716l-15.52-11.093l-15.52,11.093c-1.203,0.86-2.807-0.307-2.361-1.716l5.754-18.188 l-15.346-11.332c-1.188-0.878-0.576-2.764,0.902-2.775l19.076-0.148l6.036-18.097C233.453,180.89,235.436,180.89,235.904,182.293z"/>
<path style="fill:#FFE15A;" d="M317.487,335.944c0,0-109.206-82.385-112.43-85.092c-4.983-4.185-8.828-11.586-9.012-20.598 c0,0-11.777,12.064-9.471,24.552c2.667,14.436,10.943,19.586,21.61,26.574c7.496,4.911,67.087,42.495,101.875,64.419 L317.487,335.944z"/>
<path style="fill:#FFE15A;" d="M350.162,360.092c-1.423-1.016-12.861-9.47-28.73-21.227l-5.759,10.472 c11.651,7.341,19.409,12.227,19.409,12.227s1.103,14.345,12.69,11.955C351.948,372.655,355.31,363.77,350.162,360.092z"/>
<path style="fill:#FFE15A;" d="M255.863,322.053c-8.256,2.905-17.097,4.567-26.346,4.567c-23.442,0-44.445-10.212-58.987-26.36 l-12.928,11.635c4.333,4.812,8.96,9.347,14.175,13.217l-2.574,4.459l19.112,11.034l2.53-4.383 c8.634,3.755,17.916,6.282,27.638,7.383v5.084h22.069v-5.084c9.722-1.101,19.004-3.628,27.638-7.383l2.53,4.383l7.595-4.385 C270.899,331.543,263.3,326.749,255.863,322.053z"/>
<path style="fill:#FFE15A;" d="M325.951,236.138c-1.101-9.722-3.628-19.004-7.383-27.637l4.383-2.53l-11.034-19.113l-4.459,2.574 c-5.708-7.691-12.509-14.492-20.201-20.2l2.574-4.459l-19.112-11.034l-2.53,4.383c-7.163-3.115-14.788-5.327-22.723-6.639 l-2.9,17.404c37.656,6.237,66.4,38.862,66.4,78.286c0,21.228-8.377,40.465-21.942,54.717c4.692,3.543,9.35,7.059,13.953,10.535 c2.23-2.442,4.504-4.847,6.482-7.511l4.459,2.574l11.034-19.112l-4.383-2.53c3.755-8.634,6.282-17.916,7.383-27.637h5.083V236.14 h-5.084L325.951,236.138L325.951,236.138z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -1,53 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#41479B;" d="M473.655,423.724H38.345C17.167,423.724,0,406.557,0,385.379V126.621 c0-21.177,17.167-38.345,38.345-38.345h435.31c21.177,0,38.345,17.167,38.345,38.345V385.38 C512,406.557,494.833,423.724,473.655,423.724z"/>
<path style="fill:#FF4B55;" d="M507.384,403.634L56.713,256l450.671-147.634c-3.149-5.807-7.761-10.702-13.333-14.21L0,256 l494.051,161.844C499.624,414.336,504.234,409.441,507.384,403.634z"/>
<path style="fill:#F5F5F5;" d="M507.384,403.634c2.944-5.428,4.616-11.646,4.616-18.253V126.622c0-6.609-1.673-12.826-4.616-18.254 L56.713,256L507.384,403.634z"/>
<path style="fill:#FFF5DC;" d="M458.103,212.556c0,0,30.229,1.281,33.047-1.025c2.818-2.305,3.33-17.676-6.66-19.981 c-9.991-2.305-37.145,12.553-37.145,12.553L458.103,212.556z"/>
<g>
<path style="fill:#D27D69;" d="M398.926,236.381c0,0-0.342,0.854-0.512,4.611c-0.171,3.757,0.512,13.492,12.297,17.761 l-2.732,11.443l12.467,7.514c0,0,9.223-13.663,9.735-25.106C430.692,241.163,398.926,236.381,398.926,236.381z"/>
<path style="fill:#D27D69;" d="M361.525,228.695l4.867-4.867c0,0-9.964,6.079-13.748,0.598c-4.952-7.172,1.708-14.687,8.625-18.018 c6.916-3.33,20.75-0.768,20.75-0.768l8.71,22.287l-26.386,16.651L361.525,228.695z"/>
<path style="fill:#D27D69;" d="M443.245,186.17l23.569-2.818c0,0-6.916,9.991-20.494,17.42c0,0,14.09,0,18.188,4.867 c4.099,4.867-4.099,9.479-7.172,11.016c-3.074,1.537-29.716,17.932-29.716,17.932l-23.825-2.818L443.245,186.17z"/>
<path style="fill:#D27D69;" d="M460.75,168.067c0,0,5.123-11.955,4.952-20.323l-17.249,11.955c0,0,3.928-1.878,2.562-8.71 l-56.359,30.57l-11.443,20.323l34.84,10.76L460.75,168.067z"/>
</g>
<path style="fill:#FFE15A;" d="M418.268,261.229l-5.892,9.351c0,0-10.504-2.305-14.09,0.256c-3.586,2.562-3.97,12.169,2.305,12.937 c0,0,4.355,2.69,6.916,0.512c0,0,5.251,2.049,6.148-1.281c0.897-3.33-0.256-6.148-0.256-6.148h3.714l6.532-11.656L418.268,261.229z"/>
<path style="fill:#B95546;" d="M365.624,240.992c0,0,16.395-8.198,16.395-20.494c0-12.297-15.2-12.98-27.496-8.881 c0,0-7.343-5.806-1.195-11.614c8.428-7.96,45.087-24.593,45.087-24.593l-4.099,20.494c0,0,14.602,7.686,20.494,4.099 c4.951-3.014,53.284-40.988,53.284-40.988s-4.099,20.494-32.79,40.988l-3.04,15.201c-0.668,3.34-2.84,6.184-5.887,7.706 l-11.567,5.783c0,0,32.79,4.099,32.79,8.198c0,4.098-8.198,24.593-24.593,32.79l-8.197-8.198l4.099-12.297 c0,0-12.297-4.099-20.494-8.198c0,0-12.297,4.099-20.494,4.099C369.724,245.09,365.624,240.992,365.624,240.992z"/>
<path style="fill:#FFF5DC;" d="M341.032,261.486v-8.516c0-2.42,0.961-4.742,2.673-6.453l17.822-17.822l4.099,8.198h16.395 l-4.099,4.099v4.099l-20.494,12.297L341.032,261.486z"/>
<g>
<path style="fill:#FFE15A;" d="M349.229,257.387h-8.197c0,0-8.198,12.297,0,12.297c0,0,12.297-8.198,16.395-12.297 C357.427,257.387,357.427,253.288,349.229,257.387z"/>
<path style="fill:#FFE15A;" d="M449.21,275.569h-56.663c-0.467-0.503-1.12-0.828-1.86-0.828c0,0-9.926-4.114-11.337-4.114h-1.163 c-1.411,0-2.556,1.144-2.556,2.556v2.386h-12.953v-2.386c0-1.411-1.144-2.556-2.556-2.556h-1.163c-1.411,0-2.556,1.144-2.556,2.556 v0.043c-5.551-0.226-17.42-0.934-23.569-2.983l-32.79,8.198l32.79,8.198c6.147-2.049,18.016-2.758,23.569-2.984v0.043 c0,1.411,1.144,2.556,2.556,2.556h1.163c1.411,0,2.556-1.144,2.556-2.556v-2.386h12.953v2.386c0,1.411,1.144,2.556,2.556,2.556 h1.163c1.411,0,11.337-4.114,11.337-4.114c0.74,0,1.394-0.324,1.86-0.828h56.663c1.587,0,2.872-1.287,2.872-2.872 C452.083,276.855,450.797,275.569,449.21,275.569z"/>
<path style="fill:#FFE15A;" d="M446.746,286.591c-3.416-0.683-42.525,6.148-42.525,6.148s-2.391-2.391,4.781-9.052l-3.415-0.854 c0,0-7.514,5.294-10.589,5.977c-2.647,0.588-8.562,3.464-9.833,7.303l-23.812,3.969l0.512,2.049l23.357-2.738 c1.115,3.588,4.786,4.32,7.384,3.25c0,0,3.416,1.366,6.49-1.025c0,0,6.148,1.025,6.489-4.611l42.867-6.49 C448.454,290.519,450.162,287.274,446.746,286.591z"/>
<path style="fill:#FFE15A;" d="M422.495,315.454c0,0-3.245,4.269-11.272,0.512c-8.026-3.757-17.42,0.342-22.543-0.854 s-12.809-4.269-19.981-1.537c-7.172,2.732-11.101,2.562-9.564-0.854c1.537-3.415,2.391-5.977,0-7.172l2.732-3.416l-0.512-2.049 c0,0-13.663-5.294-22.884,2.049c-9.223,7.343-6.489,24.081,8.881,25.276c0,0,4.782,5.977,16.566,4.269 c0,0,7.686,5.294,20.835,2.903c0,0,0.512,1.537,9.052,0.854c8.54-0.683,18.103,0.342,16.395,6.148c0,0,6.319-1.195,2.562-7.003 c0,0,7.514-0.342,12.638,4.099c0,0,0.342-5.123-4.611-7.857c0,0,8.369-2.903,12.98,0c0,0-3.074-6.489-11.272-5.635 c0,0,5.977-4.782,8.71-3.586c0,0-2.562-3.074-10.077,0C421.129,321.601,425.911,318.698,422.495,315.454z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1,39 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
<path style="fill:#FF4B55;" d="M473.655,88.276H38.345C17.167,88.276,0,105.443,0,126.621v73.471h512v-73.471 C512,105.443,494.833,88.276,473.655,88.276z"/>
<path style="fill:#FF4B55;" d="M0,385.379c0,21.177,17.167,38.345,38.345,38.345h435.31c21.177,0,38.345-17.167,38.345-38.345 v-73.471H0V385.379z"/>
</g>
<rect y="200.09" style="fill:#F5F5F5;" width="512" height="111.81"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 878 B

View File

@ -1,51 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#41479B;" d="M473.655,88.275H38.345C17.167,88.275,0,105.442,0,126.62V385.38 c0,21.177,17.167,38.345,38.345,38.345h435.31c21.177,0,38.345-17.167,38.345-38.345V126.62 C512,105.442,494.833,88.275,473.655,88.275z"/>
<path style="fill:#F5F5F5;" d="M8.828,255.999h15.334l81.77-53.574v53.574h44.138v-53.574l81.769,53.574h15.334 c4.875,0,8.828-3.953,8.828-8.828v-7.002l-70.155-45.963H256v-44.138h-70.155L256,104.105v-7.002c0-4.876-3.953-8.828-8.828-8.828 h-15.334l-81.77,53.574V88.275H105.93v53.574L26.844,90.033c-9.234,2.9-16.954,9.203-21.711,17.434l65.023,42.601H0v44.138h70.155 L0,240.169v7.002C0,252.046,3.951,255.999,8.828,255.999z"/>
<g>
<polygon style="fill:#FF4B55;" points="256,158.896 141.241,158.896 141.241,88.275 114.759,88.275 114.759,158.896 0,158.896 0,185.378 114.759,185.378 114.759,255.999 141.241,255.999 141.241,185.378 256,185.378 "/>
<path style="fill:#FF4B55;" d="M8.227,102.901l72.662,47.167h16.214l-82.496-53.55C12.238,98.388,10.097,100.531,8.227,102.901z"/>
<path style="fill:#FF4B55;" d="M166.283,150.068l88.374-57.366c-1.536-2.599-4.246-4.427-7.485-4.427h-1.91l-95.193,61.793H166.283 z"/>
<path style="fill:#FF4B55;" d="M89.474,194.206L1.269,251.462c1.521,2.662,4.273,4.537,7.559,4.537h1.665l95.196-61.793H89.474z"/>
<path style="fill:#FF4B55;" d="M255.86,247.865l-82.666-53.658H156.98l93.874,60.935 C253.666,253.837,255.595,251.102,255.86,247.865z"/>
</g>
<g>
<path style="fill:#F5F5F5;" d="M130.671,304.13l6.663,21.997l21.353-8.505c1.822-0.726,3.478,1.352,2.366,2.966l-13.044,18.924 l19.962,11.391c1.703,0.972,1.112,3.562-0.844,3.699l-22.929,1.601l3.541,22.709c0.302,1.938-2.092,3.091-3.418,1.646 l-15.548-16.928l-15.548,16.928c-1.326,1.444-3.72,0.291-3.418-1.646l3.541-22.709l-22.929-1.601 c-1.956-0.137-2.548-2.727-0.844-3.699l19.962-11.391l-13.044-18.924c-1.112-1.614,0.544-3.692,2.366-2.966l21.353,8.505 l6.663-21.997C127.446,302.253,130.103,302.253,130.671,304.13z"/>
<path style="fill:#F5F5F5;" d="M393.279,147.729l3.255,10.745l10.43-4.154c0.889-0.354,1.699,0.66,1.155,1.449l-6.371,9.245 l9.751,5.565c0.832,0.474,0.543,1.74-0.413,1.806l-11.2,0.782l1.729,11.093c0.148,0.947-1.022,1.51-1.67,0.804l-7.595-8.269 l-7.595,8.269c-0.648,0.705-1.817,0.142-1.67-0.804l1.729-11.093l-11.2-0.782c-0.956-0.067-1.245-1.332-0.413-1.806l9.751-5.565 l-6.371-9.245c-0.544-0.789,0.266-1.803,1.155-1.449l10.431,4.154l3.255-10.745C391.703,146.811,393.002,146.811,393.279,147.729z"/>
<path style="fill:#F5F5F5;" d="M320.702,230.204l3.255,10.745l10.431-4.154c0.889-0.354,1.699,0.66,1.155,1.449l-6.371,9.245 l9.751,5.565c0.832,0.474,0.543,1.74-0.413,1.806l-11.2,0.782l1.73,11.093c0.148,0.947-1.022,1.51-1.67,0.804l-7.595-8.269 l-7.595,8.269c-0.648,0.705-1.817,0.142-1.67-0.804l1.73-11.093l-11.2-0.782c-0.956-0.067-1.245-1.332-0.413-1.806l9.751-5.565 l-6.371-9.245c-0.544-0.789,0.266-1.803,1.155-1.449l10.431,4.154l3.255-10.745C319.126,229.287,320.424,229.287,320.702,230.204z"/>
<path style="fill:#F5F5F5;" d="M461.943,194.893l3.255,10.745l10.431-4.154c0.889-0.354,1.699,0.66,1.155,1.449l-6.371,9.245 l9.751,5.565c0.832,0.474,0.543,1.74-0.413,1.806l-11.2,0.782l1.73,11.093c0.148,0.947-1.022,1.51-1.67,0.804l-7.595-8.269 l-7.595,8.269c-0.648,0.705-1.817,0.142-1.669-0.804l1.73-11.093l-11.2-0.782c-0.956-0.067-1.245-1.332-0.413-1.806l9.751-5.565 l-6.371-9.245c-0.544-0.789,0.266-1.803,1.155-1.449l10.431,4.154l3.255-10.745C460.367,193.977,461.665,193.977,461.943,194.893z"/>
<path style="fill:#F5F5F5;" d="M393.279,336.135l3.255,10.745l10.43-4.155c0.889-0.354,1.699,0.66,1.155,1.449l-6.371,9.245 l9.751,5.565c0.832,0.474,0.543,1.74-0.413,1.806l-11.2,0.782l1.729,11.093c0.148,0.947-1.022,1.51-1.67,0.804l-7.595-8.269 l-7.595,8.269c-0.648,0.705-1.817,0.142-1.67-0.804l1.729-11.093l-11.2-0.782c-0.956-0.066-1.245-1.332-0.413-1.806l9.751-5.565 l-6.371-9.245c-0.544-0.789,0.266-1.803,1.155-1.449l10.431,4.155l3.255-10.745C391.703,335.219,393.002,335.219,393.279,336.135z"/>
<path style="fill:#F5F5F5;" d="M418.461,249.512l-2.613,7.836l-8.259,0.064c-1.069,0.009-1.513,1.373-0.652,2.008l6.644,4.907 l-2.492,7.875c-0.322,1.02,0.839,1.863,1.708,1.241l6.72-4.803l6.72,4.803c0.87,0.621,2.03-0.222,1.708-1.241l-2.492-7.875 l6.645-4.907c0.861-0.636,0.417-1.999-0.652-2.008l-8.259-0.064l-2.613-7.836C420.234,248.498,418.799,248.498,418.461,249.512z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -1,41 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 511.997 511.997" style="enable-background:new 0 0 511.997 511.997;" xml:space="preserve">
<path style="fill:#4173CD;" d="M473.601,423.703H38.34c-21.175,0-38.34-17.165-38.34-38.34V126.634 c0-21.175,17.165-38.34,38.34-38.34h435.261c21.175,0,38.34,17.165,38.34,38.34v258.729 C511.942,406.538,494.776,423.703,473.601,423.703z"/>
<g>
<rect x="0.057" y="317.789" style="fill:#FFE15A;" width="511.94" height="17.653"/>
<rect x="0.057" y="353.099" style="fill:#FFE15A;" width="511.94" height="17.653"/>
</g>
<polygon style="fill:#FF4B55;" points="65.282,175.949 32.438,164.734 65.282,153.519 76.498,120.678 87.713,153.519 120.557,164.734 87.713,175.949 76.498,208.791 "/>
<path style="fill:#F5F5F5;" d="M76.498,126.58l9.713,28.441l28.441,9.713l-28.441,9.713l-9.713,28.441l-9.713-28.441l-28.441-9.713 l28.441-9.713L76.498,126.58 M76.498,114.773l-3.611,10.573l-9.107,26.67l-26.67,9.107l-10.573,3.61l10.573,3.61l26.67,9.107 l9.107,26.67l3.611,10.573l3.611-10.573l9.107-26.67l26.67-9.107l10.573-3.61l-10.573-3.61l-26.67-9.107l-9.107-26.669 L76.498,114.773L76.498,114.773z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#4173CD;" d="M473.654,423.724H38.345C17.167,423.724,0,406.556,0,385.379V126.621 c0-21.177,17.167-38.345,38.345-38.345h435.309c21.177,0,38.345,17.167,38.345,38.345v258.758 C511.999,406.556,494.831,423.724,473.654,423.724z"/>
<polygon style="fill:#FFE15A;" points="512,211.862 229.517,211.862 229.517,88.276 141.241,88.276 141.241,211.862 0,211.862 0,300.138 141.241,300.138 141.241,423.724 229.517,423.724 229.517,300.138 512,300.138 "/>
<polygon style="fill:#FF4B55;" points="512,238.345 203.034,238.345 203.034,88.276 167.724,88.276 167.724,238.345 0,238.345 0,273.655 167.724,273.655 167.724,423.724 203.034,423.724 203.034,273.655 512,273.655 "/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,41 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#73AF00;" d="M0,387.466c1.077,20.215,17.807,36.277,38.292,36.277h435.359c21.18,0,38.349-17.169,38.349-38.349 v-73.479H0V387.466z"/>
<path style="fill:#82AFFF;" d="M473.651,88.257H38.292c-20.485,0-37.215,16.062-38.292,36.277v75.552h512v-73.479 C512,105.427,494.831,88.257,473.651,88.257z"/>
<rect y="200.089" style="fill:#FF4B55;" width="512" height="111.83"/>
<g>
<path style="fill:#F5F5F5;" d="M268.071,292.611c-19.812,0-35.885-16.072-35.885-35.903c0-19.795,16.072-35.903,35.885-35.903 c7.372,0,14.17,2.267,19.835,6.104c0.867,0.588,1.857-0.553,1.131-1.308c-8.467-8.802-20.45-14.173-33.736-13.72 c-22.826,0.779-41.723,19.08-43.182,41.873c-1.671,26.107,19.001,47.803,44.74,47.803c12.678,0,24.072-5.3,32.21-13.775 c0.718-0.748-0.274-1.872-1.132-1.289C282.265,290.341,275.456,292.611,268.071,292.611z"/>
<path style="fill:#F5F5F5;" d="M299.486,234.608l3.723,10.468l10.035-4.77c0.756-0.36,1.545,0.429,1.185,1.185l-4.771,10.035 l10.468,3.723c0.789,0.28,0.789,1.396,0,1.676l-10.468,3.723l4.771,10.035c0.36,0.756-0.429,1.545-1.185,1.185l-10.035-4.77 l-3.723,10.469c-0.28,0.789-1.396,0.789-1.676,0l-3.723-10.468l-10.035,4.77c-0.756,0.36-1.545-0.429-1.185-1.185l4.77-10.035 l-10.468-3.723c-0.789-0.28-0.789-1.396,0-1.676l10.468-3.723l-4.77-10.035c-0.36-0.756,0.429-1.545,1.185-1.185l10.035,4.77 l3.723-10.468C298.091,233.821,299.206,233.821,299.486,234.608z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,48 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#41479B;" d="M473.655,423.724H38.345C17.167,423.724,0,406.557,0,385.379V126.621 c0-21.177,17.167-38.345,38.345-38.345h435.31c21.177,0,38.345,17.167,38.345,38.345V385.38 C512,406.557,494.833,423.724,473.655,423.724z"/>
<polygon style="fill:#FFE15A;" points="441.378,88.276 441.378,423.724 105.93,88.276 "/>
<g>
<path style="fill:#F5F5F5;" d="M207.351,213.176l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.17-1.991,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.724-2.366-0.258-1.991-1.446l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C205.286,211.994,206.957,211.994,207.351,213.176z"/>
<path style="fill:#F5F5F5;" d="M170.57,176.394l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.6,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.17-1.991,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.725-2.366-0.258-1.991-1.446l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C168.504,175.212,170.176,175.212,170.57,176.394z"/>
<path style="fill:#F5F5F5;" d="M133.789,139.613l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.17-1.991,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.725-2.366-0.258-1.991-1.446l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C131.722,138.431,133.394,138.431,133.789,139.613z"/>
<path style="fill:#F5F5F5;" d="M97.006,102.831l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.17-1.991,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.724-2.366-0.258-1.991-1.446l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C94.941,101.65,96.612,101.65,97.006,102.831z"/>
<path style="fill:#F5F5F5;" d="M354.478,360.302l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.171-1.99,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.724-2.366-0.258-1.99-1.446l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C352.413,359.121,354.084,359.121,354.478,360.302z"/>
<path style="fill:#F5F5F5;" d="M317.696,323.521l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.171-1.99,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.724-2.366-0.258-1.991-1.446l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C315.63,322.339,317.302,322.339,317.696,323.521z"/>
<path style="fill:#F5F5F5;" d="M280.915,286.74l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.171-1.99,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.724-2.366-0.258-1.991-1.446l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C278.849,285.558,280.521,285.558,280.915,286.74z"/>
<path style="fill:#F5F5F5;" d="M244.134,249.958l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.17-1.991,1.445l-13.082-9.351l-13.082,9.351c-1.013,0.725-2.366-0.258-1.991-1.445l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C242.068,248.776,243.738,248.776,244.134,249.958z"/>
<path style="fill:#F5F5F5;" d="M41.942,88.276l6.83,5.044l-4.851,15.331c-0.375,1.187,0.977,2.17,1.991,1.447l13.081-9.351 l13.082,9.351c1.013,0.724,2.366-0.258,1.99-1.447l-4.85-15.331l6.833-5.044H41.942z"/>
<path style="fill:#F5F5F5;" d="M412.427,412.463l-16.079-0.125l-5.087-15.254c-0.394-1.182-2.066-1.182-2.46,0l-5.087,15.254 l-16.079,0.125c-1.246,0.01-1.762,1.6-0.76,2.339l12.083,8.921h22.151l12.082-8.921 C414.189,414.062,413.673,412.472,412.427,412.463z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#41479B;" d="M38.345,423.721h132.322V88.273H38.345C17.167,88.273,0,105.44,0,126.618v258.759 C0,406.554,17.167,423.721,38.345,423.721z"/>
<rect x="170.67" y="88.277" style="fill:#FFE15A;" width="170.67" height="335.45"/>
<path style="fill:#41479B;" d="M473.655,423.721c21.177,0,38.345-17.167,38.345-38.345V126.618 c0-21.177-17.167-38.345-38.345-38.345H341.334v335.448H473.655z"/>
<path style="fill:#464655;" d="M326.621,207.253c0,0-24.564,0-42.987,18.423h12.281c0,0-11.898,21.493-18.039,58.339l-12.665-2.068 v-56.455l12.281,4.021L256,176.549l-21.493,52.966l12.281-4.095v56.527l-12.665,2.068c-6.141-36.845-18.039-58.339-18.039-58.339 h12.281c-18.422-18.422-42.986-18.422-42.986-18.422c30.705,36.845,30.705,98.255,30.705,98.255l30.705-5.117v41.963h18.423v-41.963 l30.705,5.117C295.916,305.509,295.916,244.099,326.621,207.253z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#73AF00;" d="M473.655,423.724H38.345C17.167,423.724,0,406.557,0,385.379V126.621 c0-21.177,17.167-38.345,38.345-38.345h435.31c21.177,0,38.345,17.167,38.345,38.345V385.38 C512,406.557,494.833,423.724,473.655,423.724z"/>
<circle style="fill:#FF4B55;" cx="220.69" cy="256" r="114.76"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 796 B

View File

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 511.9 511.9" style="enable-background:new 0 0 511.9 511.9;" xml:space="preserve">
<path style="fill:#FFE15A;" d="M473.7,423.65H38.3c-21.1,0-38.3-17.1-38.3-38.3v-258.8c0-21.2,17.2-38.3,38.3-38.3h435.3 c21.2,0,38.3,17.2,38.3,38.3v258.8C512,406.55,494.8,423.65,473.7,423.65z"/>
<path style="fill:#464655;" d="M38.3,88.25c-21.1,0-38.3,17.1-38.3,38.3v258.8c0,21.2,17.2,38.3,38.3,38.3h132.3V88.25H38.3z"/>
<path style="fill:#FF4B55;" d="M473.7,88.25H341.3l0,0v335.4l0,0h132.3c21.2,0,38.3-17.2,38.3-38.3v-258.8 C512,105.35,494.8,88.25,473.7,88.25z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 966 B

View File

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FF4B55;" d="M473.651,88.257H38.292c-20.485,0-37.215,16.061-38.292,36.277V256h512V126.606 C512,105.426,494.831,88.257,473.651,88.257z"/>
<path style="fill:#73AF00;" d="M0,387.466c1.077,20.215,17.807,36.277,38.292,36.277h435.359c21.18,0,38.349-17.169,38.349-38.349 V256H0V387.466z"/>
<path style="fill:#FFE15A;" d="M258.715,207.849l11.107,33.304l35.106,0.273c2.72,0.021,3.847,3.492,1.66,5.107l-28.242,20.855 l10.59,33.472c0.82,2.593-2.132,4.739-4.345,3.156l-28.563-20.414l-28.562,20.415c-2.213,1.581-5.166-0.564-4.345-3.156 l10.59-33.472l-28.242-20.855c-2.188-1.616-1.061-5.086,1.66-5.107l35.106-0.273l11.107-33.304 C254.204,205.269,257.854,205.269,258.715,207.849z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FF4B55;" d="M38.345,423.724h435.31c21.177,0,38.345-17.167,38.345-38.345v-73.471H0v73.471 C0,406.557,17.167,423.724,38.345,423.724z"/>
<path style="fill:#F5F5F5;" d="M512,126.621c0-21.177-17.167-38.345-38.345-38.345H38.345C17.167,88.276,0,105.443,0,126.621v73.471 h512V126.621z"/>
<rect y="200.09" style="fill:#73AF00;" width="512" height="111.81"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 864 B

View File

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#F5F5F5;" d="M38.345,423.724h102.898l70.621-20.966l-70.621-20.966l70.621-20.966l-70.621-20.966l70.621-20.966 l-70.621-20.966l70.621-20.966L141.242,256l70.621-20.966l-70.621-20.966l70.621-20.966l-70.621-20.966l70.621-20.966 l-70.621-20.966l70.621-20.966l-70.621-20.966H38.345C17.167,88.276,0,105.443,0,126.621V385.38 C0,406.557,17.167,423.724,38.345,423.724z"/>
<path style="fill:#FF4B55;" d="M141.241,130.207l70.621,20.966l-70.621,20.966l70.621,20.966l-70.621,20.966l70.621,20.966 L141.241,256l70.621,20.966l-70.621,20.966l70.621,20.966l-70.621,20.966l70.621,20.966l-70.621,20.966l70.621,20.966 l-70.621,20.966h332.414c21.177,0,38.345-17.167,38.345-38.345V126.621c0-21.177-17.167-38.345-38.345-38.345H141.242l70.621,20.966 L141.241,130.207z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,46 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 511.999 511.999" style="enable-background:new 0 0 511.999 511.999;" xml:space="preserve">
<path style="fill:#73AF00;" d="M473.651,88.257H38.292c-20.485,0-37.215,16.061-38.292,36.277v262.933 c1.042,19.56,16.739,35.23,36.311,36.226h439.32c20.259-1.031,36.368-17.783,36.368-38.298V126.606 C512,105.426,494.831,88.257,473.651,88.257z"/>
<g>
<polygon style="fill:#FF4B55;" points="40.27,88.206 256.029,229.565 471.787,88.206 "/>
<polygon style="fill:#FF4B55;" points="471.787,423.793 256.029,282.434 40.27,423.793 "/>
</g>
<path style="fill:#F5F5F5;" d="M473.651,88.257h-1.941L307.731,195.689c-13.902-11.938-31.94-19.198-51.702-19.198 c-19.763,0-37.801,7.259-51.702,19.198L40.349,88.257h-2.057c-17.356,0-32.011,11.532-36.74,27.35l178.527,116.965 c-2.272,7.392-3.507,15.24-3.507,23.377s1.235,15.984,3.507,23.377L1.527,396.307c4.522,15.255,18.27,26.545,34.783,27.385h3.96 l164.056-107.484c13.902,11.938,31.94,19.198,51.702,19.198c19.763,0,37.801-7.259,51.702-19.198l164.056,107.484h3.844 c16.537-0.841,30.3-12.161,34.802-27.449L331.979,279.326c2.272-7.392,3.507-15.24,3.507-23.377c0-8.137-1.235-15.985-3.507-23.377 l178.43-116.901C505.701,99.82,491.03,88.257,473.651,88.257z"/>
<polygon style="fill:#FF4B55;" points="250.309,230.541 238.337,230.851 244.588,220.634 238.337,210.418 250.309,210.728 256.029,200.201 261.75,210.728 273.721,210.418 267.469,220.634 273.721,230.851 261.75,230.541 256.029,241.068 "/>
<path style="fill:#73AF00;" d="M256.029,202.977l4.944,9.093l10.347-0.265l-5.403,8.829l5.403,8.829l-10.347-0.265l-4.944,9.093 l-4.944-9.093l-10.347,0.265l5.403-8.829l-5.403-8.829l10.347,0.265L256.029,202.977 M256.029,197.433l-2.327,4.28l-4.169,7.67 l-8.727-0.224l-4.87-0.125l2.543,4.156l4.558,7.446l-4.558,7.446l-2.543,4.156l4.87-0.125l8.727-0.224l4.169,7.67l2.327,4.28 l2.327-4.28l4.169-7.67l8.727,0.224l4.87,0.125l-2.543-4.156l-4.558-7.446l4.558-7.446l2.543-4.156l-4.87,0.125l-8.727,0.224 l-4.169-7.67L256.029,197.433L256.029,197.433z"/>
<polygon style="fill:#FF4B55;" points="217.431,289.057 205.46,289.367 211.71,279.151 205.46,268.934 217.431,269.245 223.151,258.718 228.872,269.245 240.842,268.934 234.592,279.151 240.842,289.367 228.872,289.057 223.151,299.584 "/>
<path style="fill:#73AF00;" d="M223.151,261.493l4.944,9.093l10.347-0.265l-5.403,8.829l5.403,8.829l-10.347-0.265l-4.944,9.093 l-4.944-9.093l-10.347,0.265l5.403-8.829l-5.403-8.829l10.347,0.265L223.151,261.493 M223.151,255.949l-2.327,4.28l-4.169,7.67 l-8.727-0.224l-4.87-0.125l2.543,4.156l4.558,7.446l-4.558,7.446l-2.543,4.155l4.87-0.125l8.727-0.224l4.169,7.67l2.327,4.28 l2.327-4.28l4.169-7.67l8.727,0.224l4.87,0.125l-2.543-4.156l-4.558-7.446l4.558-7.446l2.543-4.156l-4.87,0.125l-8.727,0.224 l-4.169-7.67L223.151,255.949L223.151,255.949z"/>
<polygon style="fill:#FF4B55;" points="283.187,289.057 271.215,289.367 277.466,279.151 271.215,268.934 283.187,269.245 288.906,258.718 294.627,269.245 306.599,268.934 300.348,279.151 306.599,289.367 294.627,289.057 288.906,299.584 "/>
<path style="fill:#73AF00;" d="M288.906,261.493l4.944,9.093l10.347-0.265l-5.403,8.829l5.403,8.829l-10.347-0.265l-4.944,9.093 l-4.944-9.093l-10.347,0.265l5.403-8.829l-5.403-8.829l10.347,0.265L288.906,261.493 M288.906,255.949l-2.327,4.28l-4.169,7.67 l-8.727-0.224l-4.87-0.125l2.543,4.156l4.558,7.446l-4.558,7.446l-2.543,4.156l4.87-0.125l8.727-0.224l4.169,7.67l2.327,4.28 l2.327-4.28l4.169-7.67l8.727,0.224l4.87,0.125l-2.543-4.156l-4.558-7.446l4.558-7.446l2.543-4.156l-4.87,0.125l-8.727,0.224 l-4.169-7.67L288.906,255.949L288.906,255.949z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FFE15A;" d="M512,126.621c0-21.177-17.167-38.345-38.345-38.345H38.345C17.167,88.276,0,105.443,0,126.621V256 h512V126.621z"/>
<path style="fill:#FF4B55;" d="M38.345,423.724h435.31c21.177,0,38.345-17.167,38.345-38.345V256H0v129.379 C0,406.557,17.167,423.724,38.345,423.724z"/>
<path style="fill:#73AF00;" d="M38.115,423.719h132.551V88.276H38.345C17.167,88.276,0,105.443,0,126.621V385.38 C0,406.479,17.045,423.594,38.115,423.719z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 945 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FFE15A;" d="M473.655,423.724H38.345C17.167,423.724,0,406.557,0,385.379V126.621 c0-21.177,17.167-38.345,38.345-38.345h435.31c21.177,0,38.345,17.167,38.345,38.345V385.38 C512,406.557,494.833,423.724,473.655,423.724z"/>
<path style="fill:#F5F5F5;" d="M512,300.138L16.509,95.106C6.536,102.03,0,113.559,0,126.621v23.448l512,211.862V300.138z"/>
<path style="fill:#464655;" d="M512,385.379v-23.448L0,150.069v61.793l495.491,205.031C505.465,409.969,512,398.44,512,385.379z"/>
<g>
<path style="fill:#FF4B55;" d="M305.589,240.326l0.007-0.25c0,0-0.117-1.209-0.338-3.478c-0.067-1.134-0.328-2.515-0.672-4.125 c-0.266-1.623-0.78-3.439-1.44-5.443c-1.326-3.977-3.367-8.725-6.891-13.322c-0.426-0.568-0.93-1.129-1.394-1.694 c1.999-2.292,3.949-4.958,5.788-8.175c0,0-10.08,0.462-21.401-4.478c-3.737-1.946-7.796-3.543-12.248-4.589l-2.112-8.447 c-0.452-1.806-2.076-3.074-3.937-3.074h-2.92v-4.058h14.206l-4.058-8.118l4.058-8.118H258.03v-4.059h-4.06v24.353h-2.92 c-1.863,0-3.486,1.268-3.937,3.074l-2.066,8.265c-2.742,0.584-5.473,1.325-8.124,2.452c-2.169,0.868-4.267,1.956-6.315,3.174 c-10.413,3.997-19.257,3.624-19.257,3.624c1.838,3.215,3.785,5.88,5.783,8.171c-0.405,0.492-0.854,0.934-1.246,1.44 c-2.765,3.755-4.973,7.977-6.658,12.46c-1.603,4.353-2.514,9.878-2.819,13.917l-0.008,3.905c-0.041,1.226,0.099,2.441,0.228,3.66 c0.16,2.457,0.703,4.855,1.215,7.271c1.266,4.758,3.118,9.387,5.643,13.638c5.054,8.513,12.762,15.224,21.405,19.385 c4.465,1.967,8.683,3.466,13.716,4.181c2.681,0.499,4.351,0.491,6.337,0.664l0.361,0.026l0.181,0.013l0.589,0.015l0.845-0.035 l1.684-0.076c1.118-0.075,2.236-0.061,3.331-0.224c8.832-0.969,16.793-4.403,23.009-8.862c6.215-4.539,10.679-10.073,13.737-15.349 c3.106-5.281,4.708-10.391,5.696-14.577c0.472-2.09,0.823-4,0.951-5.796c0.201-1.778,0.318-3.234,0.265-4.185 C305.592,241.422,305.589,240.326,305.589,240.326z M231.82,268.931c-2.82-2.198-5.369-4.818-7.693-7.708 c-2.237-2.959-4.024-6.297-5.427-9.846c-1.323-3.473-2.051-7.648-2.409-11.051c-0.099-4.723,0.122-7.944,1.024-11.971 c0.983-3.825,2.417-7.569,4.412-11.023c0.116-0.2,0.273-0.37,0.392-0.567c9.227,7.208,18.969,6.695,25.763,3.197v7.938 c2.241,0,4.058,4.543,4.058,10.147s-1.817,10.147-4.058,10.147v4.058c7.613,10.15,4.12,18.713-0.558,23.706 c-2.123-0.461-4.326-1.081-6.386-1.892C237.743,272.824,234.709,271.033,231.82,268.931z M295.703,239.87 c-0.007,0.06-0.115,1.103-0.321,3.092c-0.062,1.109-0.307,2.159-0.59,3.322c-0.202,1.173-0.631,2.593-1.182,4.203 c-1.099,3.154-2.752,6.92-5.626,10.528c-2.809,3.619-6.598,7.193-11.325,9.99c-3.594,2.133-7.818,3.576-12.281,4.601 c-4.52-5.037-7.703-13.428-0.258-23.353v-4.058c-2.241,0-4.059-4.543-4.059-10.147s1.817-10.147,4.059-10.147v-7.938 c6.802,3.502,16.559,4.013,25.796-3.221c0.158,0.266,0.351,0.536,0.5,0.8c2.456,4.292,3.67,8.42,4.431,11.782 c0.363,1.697,0.63,3.211,0.693,4.556c0.14,1.331,0.242,2.457,0.184,3.384C295.711,238.835,295.704,239.633,295.703,239.87z"/>
<path style="fill:#FF4B55;" d="M256,300.959c-14.987,0-28.582-5.838-38.727-15.326c-1.863-1.741-4.81-1.53-6.47,0.406 l-15.542,18.133c-1.652,1.928-0.282,4.905,2.255,4.905h9.775l13.031,6.516c1.831,0.916,4.057,0.324,5.193-1.379l4.194-6.292 c8.106,3.345,16.977,5.214,26.29,5.214c9.313,0,18.184-1.869,26.29-5.214l4.194,6.292c1.135,1.704,3.361,2.294,5.193,1.379 l13.031-6.516h9.775c2.538,0,3.908-2.977,2.255-4.905l-15.542-18.133c-1.66-1.937-4.607-2.147-6.47-0.406 C284.582,295.122,270.988,300.959,256,300.959z"/>
<path style="fill:#FF4B55;" d="M199.176,284.724H178.88l4.058-36.531c0,0-14.207-7.104-12.719-27.956 c0.181-2.536,2.325-4.516,4.867-4.516h3.464c2.392,0,4.397,1.734,4.793,4.093c0.854,5.091,3.511,13.448,11.772,16.202 L199.176,284.724z"/>
<path style="fill:#FF4B55;" d="M312.825,284.724h20.295l-4.059-36.531c0,0,14.207-7.104,12.719-27.956 c-0.181-2.536-2.325-4.516-4.867-4.516h-3.464c-2.392,0-4.397,1.734-4.793,4.093c-0.854,5.091-3.511,13.448-11.772,16.202 L312.825,284.724z"/>
</g>
<g>
<path style="fill:#FFE15A;" d="M201.205,288.782h-24.353c-1.121,0-2.029-0.908-2.029-2.029l0,0c0-1.121,0.908-2.029,2.029-2.029 h24.353c1.121,0,2.029,0.908,2.029,2.029l0,0C203.234,287.874,202.325,288.782,201.205,288.782z"/>
<path style="fill:#FFE15A;" d="M335.149,288.782h-24.353c-1.121,0-2.029-0.908-2.029-2.029l0,0c0-1.121,0.908-2.029,2.029-2.029 h24.353c1.121,0,2.029,0.908,2.029,2.029l0,0C337.178,287.874,336.27,288.782,335.149,288.782z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#41479B;" d="M0,385.379c0,21.177,17.167,38.345,38.345,38.345h435.309c21.177,0,38.345-17.167,38.345-38.345V256 H0V385.379z"/>
<path style="fill:#FF4B55;" d="M473.654,88.276H38.345C17.167,88.276,0,105.444,0,126.621V256h511.999V126.621 C511.999,105.444,494.831,88.276,473.654,88.276z"/>
<polygon style="fill:#F5F5F5;" points="255.999,88.276 0,256 255.999,423.724 512,256 "/>
<path style="fill:#FFE15A;" d="M258.647,158.704l21.191,60.962l64.526,1.315c2.656,0.054,3.753,3.43,1.636,5.035l-51.431,38.991 l18.689,61.775c0.769,2.543-2.102,4.63-4.284,3.112l-52.975-36.865l-52.976,36.864c-2.182,1.517-5.053-0.568-4.284-3.112 l18.689-61.775l-51.431-38.991c-2.118-1.606-1.021-4.981,1.636-5.035l64.526-1.315l21.191-60.962 C254.225,156.193,257.775,156.193,258.647,158.704z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,51 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#73AF00;" d="M473.655,88.275H38.345C17.167,88.275,0,105.442,0,126.62V385.38 c0,21.177,17.167,38.345,38.345,38.345h435.31c21.177,0,38.345-17.167,38.345-38.345V126.62 C512,105.442,494.833,88.275,473.655,88.275z"/>
<path style="fill:#FFE15A;" d="M251.41,135.207L65.354,248.458c-5.651,3.439-5.651,11.641,0,15.081L251.41,376.792 c2.819,1.716,6.36,1.716,9.18,0l186.056-113.252c5.651-3.439,5.651-11.641,0-15.081L260.59,135.207 C257.771,133.492,254.229,133.492,251.41,135.207z"/>
<circle style="fill:#41479B;" cx="256" cy="255.999" r="70.62"/>
<g>
<path style="fill:#F5F5F5;" d="M195.4,219.872c-3.332,5.578-5.905,11.64-7.605,18.077c39.149-2.946,97.062,8.006,133.922,43.773 c2.406-6.141,3.995-12.683,4.59-19.522C288.247,230.167,235.628,218.776,195.4,219.872z"/>
<path style="fill:#F5F5F5;" d="M258.925,280.099l1.88,5.638l5.943,0.046c0.769,0.006,1.088,0.988,0.469,1.445l-4.781,3.531 l1.793,5.666c0.232,0.734-0.604,1.341-1.229,0.893l-4.835-3.456l-4.835,3.456c-0.626,0.447-1.461-0.159-1.229-0.893l1.793-5.666 l-4.781-3.531c-0.619-0.457-0.3-1.439,0.469-1.445l5.943-0.046l1.88-5.638C257.649,279.368,258.681,279.368,258.925,280.099z"/>
<path style="fill:#F5F5F5;" d="M282.024,294.683l0.809,2.426l2.558,0.02c0.331,0.002,0.468,0.425,0.202,0.622l-2.058,1.519 l0.771,2.439c0.099,0.316-0.259,0.577-0.53,0.384l-2.081-1.487l-2.081,1.487c-0.269,0.193-0.629-0.068-0.529-0.384l0.771-2.439 l-2.058-1.519c-0.267-0.196-0.129-0.619,0.202-0.622l2.558-0.02l0.809-2.426C281.474,294.368,281.919,294.368,282.024,294.683z"/>
<path style="fill:#F5F5F5;" d="M248.938,269.388l0.809,2.426l2.558,0.02c0.331,0.002,0.469,0.425,0.202,0.622l-2.058,1.519 l0.771,2.439c0.099,0.316-0.259,0.577-0.529,0.384l-2.081-1.487l-2.081,1.487c-0.269,0.193-0.629-0.068-0.53-0.384l0.771-2.439 l-2.058-1.519c-0.266-0.196-0.129-0.619,0.202-0.622l2.558-0.02l0.809-2.426C248.388,269.076,248.833,269.076,248.938,269.388z"/>
<path style="fill:#F5F5F5;" d="M204.13,266.446l0.809,2.426l2.558,0.02c0.331,0.002,0.469,0.425,0.202,0.622l-2.058,1.519 l0.771,2.439c0.099,0.316-0.259,0.577-0.53,0.384l-2.081-1.487l-2.081,1.487c-0.269,0.192-0.629-0.068-0.529-0.384l0.771-2.439 l-2.058-1.519c-0.267-0.196-0.129-0.619,0.202-0.622l2.558-0.02l0.809-2.426C203.581,266.133,204.025,266.133,204.13,266.446z"/>
<path style="fill:#F5F5F5;" d="M241.614,293.846l0.809,2.426l2.558,0.02c0.331,0.002,0.469,0.425,0.202,0.622l-2.058,1.519 l0.771,2.439c0.099,0.316-0.259,0.577-0.529,0.384l-2.081-1.487l-2.081,1.487c-0.269,0.193-0.629-0.068-0.53-0.384l0.771-2.439 l-2.058-1.519c-0.266-0.196-0.129-0.619,0.202-0.622l2.558-0.02l0.809-2.426C241.065,293.532,241.51,293.532,241.614,293.846z"/>
<path style="fill:#F5F5F5;" d="M220.99,264.753l0.662,1.984l2.092,0.017c0.27,0.002,0.383,0.348,0.166,0.509l-1.683,1.242 l0.631,1.994c0.082,0.258-0.212,0.472-0.433,0.314l-1.702-1.216l-1.702,1.216c-0.221,0.158-0.514-0.056-0.433-0.314l0.631-1.994 l-1.683-1.242c-0.217-0.161-0.106-0.507,0.166-0.509l2.092-0.017l0.662-1.984C220.541,264.497,220.904,264.497,220.99,264.753z"/>
<path style="fill:#F5F5F5;" d="M283.819,223.794l0.828,2.482l2.616,0.02c0.339,0.002,0.479,0.435,0.206,0.637l-2.104,1.554 l0.789,2.495c0.103,0.323-0.266,0.59-0.541,0.393l-2.129-1.522l-2.129,1.522c-0.276,0.198-0.643-0.071-0.541-0.393l0.789-2.495 l-2.104-1.554c-0.273-0.201-0.132-0.633,0.206-0.637l2.616-0.02l0.828-2.482C283.257,223.47,283.712,223.47,283.819,223.794z"/>
<path style="fill:#F5F5F5;" d="M207.012,252.615l0.662,1.984l2.092,0.017c0.27,0.002,0.383,0.348,0.166,0.509l-1.683,1.242 l0.631,1.994c0.082,0.258-0.212,0.472-0.433,0.314l-1.702-1.216l-1.702,1.216c-0.221,0.158-0.514-0.056-0.433-0.314l0.631-1.994 l-1.683-1.242c-0.218-0.161-0.106-0.506,0.166-0.509l2.092-0.017l0.662-1.984C206.563,252.358,206.926,252.358,207.012,252.615z"/>
<path style="fill:#F5F5F5;" d="M217.112,280.581l1.002,3.005l3.168,0.024c0.41,0.003,0.58,0.526,0.25,0.77l-2.549,1.882l0.956,3.02 c0.124,0.391-0.321,0.715-0.655,0.476l-2.578-1.843l-2.578,1.843c-0.333,0.238-0.779-0.085-0.655-0.476l0.956-3.02l-2.549-1.882 c-0.33-0.244-0.16-0.767,0.25-0.77l3.168-0.024l1.002-3.005C216.433,280.191,216.983,280.191,217.112,280.581z"/>
<path style="fill:#F5F5F5;" d="M294.903,295.313l0.631,1.891l1.993,0.015c0.258,0.002,0.365,0.331,0.158,0.484l-1.603,1.184 l0.601,1.9c0.077,0.246-0.202,0.449-0.413,0.299l-1.621-1.159l-1.622,1.159c-0.21,0.15-0.49-0.053-0.413-0.299l0.601-1.9 l-1.603-1.184c-0.207-0.153-0.1-0.482,0.158-0.484l1.993-0.015l0.63-1.891C294.475,295.068,294.822,295.068,294.903,295.313z"/>
<path style="fill:#F5F5F5;" d="M301.877,280.883l0.809,2.426l2.558,0.02c0.331,0.002,0.469,0.425,0.202,0.622l-2.058,1.519 l0.771,2.439c0.099,0.316-0.259,0.577-0.529,0.384l-2.081-1.487l-2.081,1.487c-0.269,0.193-0.629-0.068-0.529-0.384l0.771-2.439 l-2.058-1.519c-0.266-0.196-0.129-0.619,0.202-0.622l2.558-0.02l0.809-2.426C301.327,280.568,301.772,280.568,301.877,280.883z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
<path style="fill:#82AFFF;" d="M473.885,88.279H38.115C17.045,88.403,0,105.517,0,126.617v73.478h512v-73.478 C512,105.517,494.955,88.403,473.885,88.279z"/>
<path style="fill:#82AFFF;" d="M0,385.376c0,21.177,17.167,38.345,38.345,38.345h435.31c21.177,0,38.345-17.167,38.345-38.345 v-73.465H0V385.376z"/>
</g>
<rect y="200.1" style="fill:#FFE15A;" width="512" height="111.81"/>
<path style="fill:#464655;" d="M12.831,413.993l193.267-153.415c2.946-2.338,2.946-6.812,0-9.151L12.824,98.007 C4.958,105.03,0,115.243,0,126.617v258.759C0,396.755,4.96,406.97,12.831,413.993z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -1,69 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FF6E55;" d="M38.345,423.724h435.31c21.177,0,38.345-17.167,38.345-38.345V126.622 c0-11.791-5.326-22.335-13.7-29.368L13.7,414.748C20.365,420.346,28.959,423.724,38.345,423.724z"/>
<path style="fill:#FFE15A;" d="M13.7,414.748L498.3,97.253c-6.665-5.599-15.258-8.977-24.644-8.977H38.345 C17.167,88.277,0,105.443,0,126.622V385.38C0,397.171,5.326,407.714,13.7,414.748z"/>
<g>
<path style="fill:#FFF5DC;" d="M281.521,178.027c-4.436,0.95-11.405-1.426-11.405-1.426c1.436,2.473,5.276,4.138,8.739,5.186 c-2.796,0.279-5.985,0.437-9.532,0.359c-14.257-0.318-20.909,9.03-20.909,9.03c5.069-3.169,10.296-3.169,18.058-2.059 c7.762,1.109,24.236-3.801,24.236-3.801l1.426-6.336C292.134,178.977,285.956,177.077,281.521,178.027z"/>
<path style="fill:#FFF5DC;" d="M296.173,148.327c0,0,7.371,1.562,14.852,5.855c-0.45,0.236-0.881,0.525-1.291,0.864 c-2.418-1.202-5.339-2.175-9.127-2.561c0,0,3.921,1.02,7.688,3.97c-0.975,1.149-1.779,2.456-2.398,3.618 c-8.287-8.886-17.249-2.955-17.249-2.955c11.117-0.845,13.74,6.298,14.366,9.748c-2.153-1.439-4.181-2.625-6.083-3.59 c0.279-0.209,0.42-0.397,0.747-0.612c0,0-0.696,0.028-1.662,0.172c-14.188-6.819-21.149-1.44-21.149-1.44 c6.301-0.77,12.124,0.868,16.744,2.908c-2.03,1.169-3.405,3.228-2.271,6.728c-7.957-2.165-17.958-4.298-22.869-2.983 c-8.871,2.376-6.019,10.613-6.019,10.613s0.159-5.544,6.178-6.812c4.506-0.949,26.929,6.178,26.929,6.178l7.286-3.485l-3.009-2.535 c0,0-5.784-2.322-3.304-6.312c4.147,2.211,6.788,4.41,6.788,4.41l1.783-2.605c0.087,0.674,0.118,1.18,0.118,1.18l5.069-2.217 l1.109-1.585c0.444-2.404,1.178-4.114,2.023-5.394c1.466,1.843,2.679,4.119,3.284,6.937l4.594,0.476c0,0-0.746-5.31-5.886-9.533 c0.456-0.324,0.906-0.593,1.349-0.772c3.385,2.429,6.542,5.466,8.734,9.276l8.474-0.119 C331.972,165.751,318.033,150.228,296.173,148.327z"/>
<circle style="fill:#FFF5DC;" cx="377.04" cy="223.171" r="10.613"/>
<circle style="fill:#FFF5DC;" cx="352.26" cy="312.5" r="14.238"/>
<circle style="fill:#FFF5DC;" cx="243.72" cy="305.6" r="11.285"/>
<circle style="fill:#FFF5DC;" cx="217.77" cy="359.19" r="13.03"/>
<path style="fill:#FFF5DC;" d="M341.873,195.451c0,0,24.402,8.696,30.294,11.642c8.317,4.158,21.385-7.96,30.532,1.426 c0,0-1.585-6.257-9.187-6.732c0,0,0.159-6.178-6.969-5.86c0,0,5.227,3.801,2.218,6.495c0,0-2.059-4.594-7.921-3.801 c0,0,4.435,1.742,3.327,4.435c0,0-7.049,3.405-10.217,1.188c-3.168-2.218-28.195-15.722-36.116-16.039L341.873,195.451z"/>
</g>
<path style="fill:#F5F5F5;" d="M335.615,203.055c0,0,5.227,1.545,12.831,9.504c3.523,3.689,12.593,3.921,11.167-3.208 c-1.426-7.128-19.008-11.523-20.909-11.523C336.803,197.827,335.615,203.055,335.615,203.055z"/>
<g>
<path style="fill:#FFF5DC;" d="M373.711,187.372l-9.98,3.327c0,0,1.109,6.772-4.594,9.742c-3.512,1.83-5.86,6.573-5.703,10.058 c0,0,3.327-4.594,8.078-7.128c1.119-0.597,2.151-1.12,3.091-1.651c-0.189,2.375-0.239,4.868,0.078,7.037 c0.95,6.494-1.109,8.712-1.109,8.712s5.545-4.277,4.91-11.246c-0.244-2.678,0.195-4.575,0.877-6.015 c0.491,4.853,3.082,7.125,3.082,7.125c-1.901-3.801,2.059-7.921,3.644-11.247C377.672,192.758,373.711,187.372,373.711,187.372z"/>
<path style="fill:#FFF5DC;" d="M398.937,173.592c-3.929-1.336-7.722,1.069-9.98,3.089c-0.961,0.86-3.493,1.297-6.084,1.532 c1.73-1.224,3.572-2.669,4.541-3.907c2.138-2.732,6.059-3.208,9.385-4.277c3.327-1.069,4.753-5.346,4.753-5.346 s-1.782,2.614-6.772,2.376c-4.99-0.238-6.653-0.476-9.98,3.089c-1.023,1.096-2.455,1.943-3.94,2.624 c0.032-1.557,0.167-3.538,0.614-4.882c0.832-2.495,4.633-4.514,4.871-9.504c0.237-4.99,0.476-4.514,3.327-7.485 c2.851-2.97,3.683-8.554,2.851-6.772s-4.633,3.921-7.841,6.891s-0.95,6.296-2.614,8.91c-1.663,2.614-5.583,3.208-5.822,8.078 c-0.237,4.871-3.683,7.722-3.683,7.722s-8.435,4.633,1.663,8.317c10.099,3.683,18.268-6.563,23.285-6.296 c11.167,0.594,14.137-3.089,14.137-3.089C409.748,174.661,404.877,175.611,398.937,173.592z"/>
<path style="fill:#FFF5DC;" d="M276.451,251.842c-0.633-0.476-11.563-12.514-15.207-14.257l0.792,3.01c0,0-2.376-0.159-6.653-5.386 s-7.445-6.653-7.445-6.653s3.01,4.753,2.851,7.762c0,0-6.495-0.476-13.464,2.851c0,0-3.168-6.178-5.86-7.286 c0,0,0.95,6.495-1.267,8.078c-2.218,1.585,20.909,12.514,24.077,12.831C257.443,253.111,276.451,251.842,276.451,251.842z"/>
<path style="fill:#FFF5DC;" d="M290.867,228.242c-0.225-0.056-1.394,0.766-2.902,1.843c-0.666-3.847-2.008-11.624-2.008-11.981 c0-0.476-10.772-15.523-11.089-16.157c-0.005-0.011-0.041-0.012-0.049-0.022c1.046-2.53,2.173-6.838-4.228-3.463 c-8.713,4.595-12.198,15.207-12.198,15.207c1.986-2.072,5.452-3.654,8.219-4.682c0.057,1.292,0.067,2.826-1.724,5.474 c-3.644,5.385-1.585,7.445-1.585,7.445c2.851-4.91,9.187-5.386,9.187-5.386c-0.95,5.862,2.376,9.187,2.376,9.187l2.692-3.168 c-0.332,4.535,2.095,9.401,3.604,11.958c-0.596,0.288-1.14,0.509-1.544,0.555c-2.694,0.318-6.969,2.376-6.969,2.376 s3.466-0.739,5.434,0.781c1.967,1.521,5.099,2.684,6.798,2.326c0,0-0.806,4.115,0.089,5.635c0,0-2.237-0.628-4.831-0.537 s-4.482-1.71-4.482-1.71s4.753,6.81,8.237,8.236c3.485,1.426,9.504-3.801,9.504-3.801S291.5,228.398,290.867,228.242z"/>
<path style="fill:#FFF5DC;" d="M208.972,327.56c0,0-3.01,0.317-5.86,4.594l-1.267-4.436c0,0-3.485,2.535-7.286,0.95 c0,0,3.485-0.792,4.118-3.96s1.901-3.485,1.901-3.485s-2.376-2.535-4.91-2.376c0,0,6.969-3.644,10.772-0.159 C210.239,322.174,208.972,327.56,208.972,327.56z"/>
<path style="fill:#FFF5DC;" d="M292.767,292.552c0,0-3.01,0.317-5.86,4.594l-1.267-4.435c0,0-3.485,2.535-7.286,0.95 c0,0,3.485-0.792,4.118-3.96c0.633-3.168,1.901-3.485,1.901-3.485s-2.376-2.535-4.91-2.376c0,0,6.969-3.644,10.772-0.159 C294.035,287.167,292.767,292.552,292.767,292.552z"/>
<path style="fill:#FFF5DC;" d="M344.147,247.488c0,0-1.47,2.646,0.394,7.436l-4.359-1.511c0,0,0.073,4.309-3.407,6.51 c0,0,1.353-3.307-0.876-5.646c-2.229-2.339-1.761-3.558-1.761-3.558s-3.439,0.489-4.766,2.655c0,0,1.021-7.798,6.057-8.908 C340.466,243.357,344.147,247.488,344.147,247.488z"/>
</g>
<path style="fill:#FF6E55;" d="M359.399,301.02l3.066,1.828C361.572,302.082,360.514,301.507,359.399,301.02z"/>
<path style="fill:#FFF5DC;" d="M186.478,316.313c0,0-14.098,19.8-30.255,24.077l5.703-7.286c0,0-7.604,6.653-16.157,8.078 l10.296-11.88c0,0-22.968,21.385-52.431,25.82c0,0,22.81-14.414,27.404-19.484c0,0-11.089,4.435-21.068,4.594 c0,0,28.671-11.089,33.423-15.523c0,0-11.405,2.535-18.534,0.159c0,0,24.711-7.128,28.195-6.178c0,0-14.257-5.703-22.81-5.069 c0,0,14.573-3.485,31.522,0l-3.644-3.96c0,0,9.663-2.535,19.167-3.168c9.504-0.633,4.753-1.426,4.753-1.426l1.109-3.168 c0,0-6.178,0.792-11.246,0c0,0,15.207-8.554,19.484-12.355c4.277-3.801,1.426-2.059,1.426-2.059s-7.921,2.692-10.772,3.168 c0,0,7.128-8.237,9.346-13.623c0,0-6.495,2.535-12.039,0c0,0,6.653-1.901,9.98-5.227c3.327-3.327,8.237-11.603,8.237-11.603 l-5.703,2.495c0,0,4.99-8.554,9.386-10.692c0,0-7.485,0.594-9.86-1.188c0,0,7.96-1.901,10.336-3.801 c2.376-1.901,7.604-6.891,12.949-4.99c0,0,7.485-6.891,4.99-11.405c0,0,4.871,0.356,7.366,3.327c2.495,2.97,6.415,5.465,6.415,5.465 l-20.355,15.919l-15.524,50.371L186.478,316.313z"/>
<g>
<path style="fill:#F5F5F5;" d="M385.908,221.271c5.862,9.504-1.426,10.455-1.426,10.455c-1.109-9.03-8.712-7.919-8.712-7.919 l2.059,6.653c-12.672,1.585-11.722-11.089-11.722-11.089c-1.901,1.585-5.069,8.078-5.069,8.078s-34.215,11.405-57.342-22.493 c0,0-0.633-6.02,1.268-8.872l-14.257-10.771l-18.375,2.535c0,0-7.286,16.473,1.585,26.612 c8.871,10.137,19.325,24.394,17.425,31.047c-1.127,3.944-4.48,5.549-9.135,5.214c-3.199-0.231-7.011-1.378-11.139-3.313 c-10.138-4.753-34.849-14.889-52.59-6.653c-17.741,8.237-19.666,22.49-23.127,33.582c-3.064,9.818-9.863,34.884-58.3,57.753 c-2.314,1.092-1.137,4.609,1.346,3.992c20.996-5.22,49.621-13.918,58.457-24.203l7.128,0.237l-2.614,10.93 c0,0,9.267,2.851,10.692,16.395c0,0-16.236,4.435-7.049,18.375c0,0,1.426-10.138,12.672-10.613c0,0,2.535,3.327,8.078,3.801 c0,0,2.851,4.595,1.426,8.396c0,0,11.246-3.485,1.742-16.95c0,0,10.613-2.534,12.039,10.772c0,0,6.812-21.543-17.503-19.959 c0,0,0-3.801-6.415-10.692c0,0-1.583-3.882,0-9.267c0.477-1.621,0.908-3.303,1.268-5.017c1.321,0.733,3.352,1.599,6.018,1.692 c0,0,3.96,6.494,15.682,5.385c0,0-8.554-3.959-7.762-11.563c0.792-7.604,10.772-11.723,15.049-8.713c0,0-1.109-9.98-16.632-3.485 c0,0,0-7.445,8.237-7.919c0,0-13.305-10.138-16.316,9.187l-5.506,1.376c-2.69-7.457-6.098-24.771,8.991-31.078 c15.919-6.653,32.552,8.317,62.015,9.742c0,0-2.851,17.345,6.653,21.622c9.504,4.277,32.789,8.317,32.789,8.317 c-0.237,25.027,17.978,21.7,17.978,21.7c-8.841-5.298-8.841-15.406-3.384-21.31c7.437-8.046,20.333-0.392,20.333-0.392 c-0.182-12.182-17.266-10.297-17.266-10.297c2.692-7.919,13.305-9.98,13.305-9.98c-14.731-5.385-26.929,10.535-26.929,10.535 l-24.949-7.128c0,0-0.95-4.99,4.99-11.642c5.94-6.653,10.93-17.821,9.267-29.7c0,0,6.891-4.832,15.444-0.079 s26.929-5.703,26.929-5.703c7.921,10.137,26.77,8.237,29.304-3.959C395.096,222.697,385.908,221.271,385.908,221.271z"/>
<path style="fill:#F5F5F5;" d="M359.772,192.126c-4.712-2.749-13.148-5.069-15.999,1.267c-2.851,6.336-6.019,12.672-15.84,12.355 c-9.821-0.317-14.257,8.078-21.068,5.703c0,0,6.336-2.059,7.604-5.069c1.267-3.01,6.336-8.554,6.336-8.554l-0.633-5.703 c0,0-11.722,0.632-15.207,3.959s-16.632-2.85-16.632-2.85l1.585-13.781c0,0,10.137-15.523,24.236-14.414 c14.098,1.109,16.474-2.535,23.285-2.059c6.812,0.476,10.296,7.445,17.582,9.03c7.286,1.585,21.859-1.426,23.761,3.01 c1.901,4.435-3.644,6.178-5.069,12.355C372.286,193.551,369.276,197.669,359.772,192.126z"/>
</g>
<g>
<path style="fill:#FFF5DC;" d="M318.588,188.165c0,0-6.812,4.594-12.514,2.692c-5.703-1.901-10.772-1.267-16.632,0.633 c0,0,10.772-1.267,15.207,2.851s15.682,1.426,16.474-0.317L318.588,188.165z"/>
<path style="fill:#FFF5DC;" d="M322.072,198.777c0,0-6.653,4.753-13.305,3.485c-6.653-1.267-12.672,1.426-12.672,1.426 s4.91-5.386,11.563-4.435c6.653,0.95,9.028-5.544,9.028-5.544l4.436,0.317L322.072,198.777z"/>
<circle style="fill:#FFF5DC;" cx="327.46" cy="192.921" r="8.872"/>
<path style="fill:#FFF5DC;" d="M322.23,186.264c0,0-3.485-4.435-12.198-2.692c-8.712,1.742-10.772-1.426-10.772-1.426 s4.118,6.336,10.613,5.544c6.495-0.792,9.187,3.644,9.187,3.644L322.23,186.264z"/>
<path style="fill:#FFF5DC;" d="M351.539,175.172c0.783-1.079,1.768-2.108,3.114-2.891c0.794-0.462,1.611-0.754,2.42-0.994 c0.18-1.203,0.003-2.5-0.683-3.678c-1.497-2.57-4.61-3.546-6.954-2.18c-2.343,1.365-3.029,4.555-1.532,7.125 C348.745,173.997,350.101,174.867,351.539,175.172z"/>
<path style="fill:#FFF5DC;" d="M343.757,185.378c0.446-1.257,1.099-2.521,2.168-3.655c0.631-0.668,1.332-1.178,2.039-1.638 c-0.168-1.204-0.704-2.399-1.696-3.335c-2.163-2.041-5.426-2.097-7.287-0.125c-1.862,1.972-1.617,5.226,0.547,7.267 C340.746,185.042,342.292,185.492,343.757,185.378z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-bv" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<path fill-opacity=".7" d="M0 0h640v480H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)">
<path fill="#fff" d="M-28 0h699.7v512H-28z"/>
<path fill="#d72828" d="M-53-77.8h218.7v276.2H-53zM289.4-.6h381v199h-381zM-27.6 320h190.4v190.3H-27.6zm319.6 2.1h378.3v188.2H292z"/>
<path fill="#003897" d="M196.7-25.4H261v535.7h-64.5z"/>
<path fill="#003897" d="M-27.6 224.8h698v63.5h-698z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 579 B

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#82AFFF;" d="M473.654,423.724H38.345C17.167,423.724,0,406.557,0,385.379V126.621 c0-21.177,17.167-38.345,38.345-38.345h435.309c21.177,0,38.345,17.167,38.345,38.345v258.758 C511.999,406.557,494.831,423.724,473.654,423.724z"/>
<rect y="229.521" style="fill:#464655;" width="512" height="52.965"/>
<g>
<rect y="211.861" style="fill:#F5F5F5;" width="512" height="17.655"/>
<rect y="282.481" style="fill:#F5F5F5;" width="512" height="17.655"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 959 B

View File

@ -1,81 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#73AF00;" d="M38.345,423.724h435.31c21.177,0,38.345-17.167,38.345-38.345v-49.931H0v49.931 C0,406.557,17.167,423.724,38.345,423.724z"/>
<path style="fill:#FF4B55;" d="M512,126.621c0-21.177-17.167-38.345-38.345-38.345H38.345C17.167,88.276,0,105.443,0,126.621 v208.828h512V126.621z"/>
<path style="fill:#F5F5F5;" d="M38.345,423.724h32.276V88.276H38.345C17.167,88.276,0,105.443,0,126.621V385.38 C0,406.557,17.167,423.724,38.345,423.724z"/>
<g>
<rect x="58.681" y="319.72" style="fill:#FF4B55;" width="3.108" height="8.749"/>
<rect x="8.839" y="145.48" style="fill:#FF4B55;" width="3.122" height="8.75"/>
<path style="fill:#FF4B55;" d="M8.833,171.797h1.568v4.438h1.554v4.376h4.66v-4.376h1.569v-4.438h1.523v-5.834h-1.523v-4.438 h-1.569v-4.311h-4.66v4.311h-1.554v4.438H8.833V171.797z M11.955,167.422h1.539v-2.916h1.6v2.916h1.521v2.916h-1.521v2.98h-1.6 v-2.98h-1.539V167.422z"/>
<rect x="8.839" y="183.53" style="fill:#FF4B55;" width="3.122" height="8.812"/>
<rect x="33.751" y="145.48" style="fill:#FF4B55;" width="3.123" height="8.75"/>
<path style="fill:#FF4B55;" d="M29.09,157.214v4.311h-1.554v4.438h-1.569v5.834h1.569v4.438h1.554v4.376h4.66v-4.376h3.123v4.376 h4.676v-4.376h1.585v-4.438h1.523v-5.834h-1.523v-4.438h-1.585v-4.311h-4.676v4.311H33.75v-4.311H29.09z M36.874,167.422h1.569 v-2.916h1.569v2.916h1.537v2.916h-1.537v2.98h-1.569v-2.98h-1.569V167.422z M33.751,170.339h-1.537v2.98h-1.586v-2.98h-1.537 v-2.916h1.537v-2.916h1.586v2.916h1.537V170.339z"/>
<rect x="8.839" y="286.06" style="fill:#FF4B55;" width="3.122" height="5.832"/>
<rect x="8.839" y="220.17" style="fill:#FF4B55;" width="3.122" height="5.832"/>
<rect x="33.751" y="183.53" style="fill:#FF4B55;" width="3.123" height="8.812"/>
<rect x="8.839" y="319.72" style="fill:#FF4B55;" width="3.122" height="8.749"/>
<polygon style="fill:#FF4B55;" points="11.955,256.063 11.955,256 11.955,251.626 8.833,251.626 8.833,256 8.833,256.063 8.833,260.438 11.955,260.438 "/>
<rect x="8.839" y="400.31" style="fill:#FF4B55;" width="3.122" height="8.75"/>
<rect x="58.681" y="400.31" style="fill:#FF4B55;" width="3.108" height="8.75"/>
<rect x="8.839" y="357.83" style="fill:#FF4B55;" width="3.122" height="8.75"/>
<rect x="33.751" y="400.31" style="fill:#FF4B55;" width="3.123" height="8.75"/>
<path style="fill:#FF4B55;" d="M53.961,157.151v4.374h-1.537v4.438h-1.569v5.834h1.569v4.374h1.537v4.376h4.693v-4.376h1.554 v-4.374h1.537v-5.834h-1.537v-4.438h-1.554v-4.374H53.961z M58.654,170.339h-1.569v2.915h-1.57v-2.915h-1.554v-2.98h1.554v-2.854 h1.569v2.854h1.569L58.654,170.339L58.654,170.339z"/>
<rect x="58.681" y="103" style="fill:#FF4B55;" width="3.108" height="8.75"/>
<rect x="8.839" y="103" style="fill:#FF4B55;" width="3.122" height="8.75"/>
<rect x="58.681" y="183.53" style="fill:#FF4B55;" width="3.108" height="8.812"/>
<rect x="58.681" y="145.48" style="fill:#FF4B55;" width="3.108" height="8.75"/>
<rect x="33.751" y="103" style="fill:#FF4B55;" width="3.123" height="8.75"/>
<rect x="21.308" y="378.32" style="fill:#FF4B55;" width="3.091" height="7.292"/>
<polygon style="fill:#FF4B55;" points="29.09,256.063 29.09,256 29.09,251.626 25.967,251.626 25.967,256 25.967,256.063 25.967,260.438 29.09,260.438 "/>
<path style="fill:#FF4B55;" d="M46.241,97.103v7.357h-3.107v7.292h-3.122v7.354h-3.139v7.292H33.75v-7.292h-3.123v-7.354h-3.091 v-7.292H24.43v-7.357h-3.123v7.357h-3.123v7.292h-3.091v7.354h-3.139v7.292H8.833v7.357h3.122v7.292h3.139v7.354h3.091v7.354h3.123 v7.292h3.091v-7.292h3.139v-7.354h3.091v-7.354h3.123v-7.292h3.123v7.292h3.139v7.354h3.091v7.354h3.138v7.292h3.108v-7.292h3.106 v-7.354h3.122v-7.354h3.106v-7.292h3.108v-7.357h-3.092v-7.292h-3.123v-7.354h-3.122v-7.292H49.35v-7.357H46.241z M30.627,133.753 h-3.091v7.292h-3.139v7.354h-3.09v-7.354h-3.123v-7.292h-3.091v-7.357h3.091v-7.292h3.123v-7.354h3.091v7.354h3.139v7.292h3.091 L30.627,133.753L30.627,133.753L30.627,133.753z M52.457,119.106v7.292h3.122v7.357h-3.122v7.292h-3.106v7.354h-3.108v-7.354 h-3.107v-7.292h-3.122v-7.357h3.122v-7.292h3.107v-7.354h3.108v7.354H52.457z"/>
<rect x="33.751" y="240.65" style="fill:#FF4B55;" width="3.123" height="7.292"/>
<rect x="33.751" y="264.11" style="fill:#FF4B55;" width="3.123" height="7.292"/>
<polygon style="fill:#FF4B55;" points="41.55,256 41.55,256.063 41.55,260.438 44.657,260.438 44.657,256.063 44.657,256 44.657,251.626 41.55,251.626 "/>
<path style="fill:#FF4B55;" d="M43.135,400.312v7.292h3.107v7.293h3.108v-7.293h3.106v-7.292h3.122v-7.354h3.123v-7.354h3.092 v-7.292h-3.108v-7.357h-3.106v-7.292h-3.122v-7.354h-3.106v-7.292h-3.108v7.292h-3.138v7.354h-3.091v7.292h-3.139v7.357h-3.123 v-7.357h-3.123v-7.292h-3.091v-7.354h-3.139v-7.292h-3.091v7.292h-3.123v7.354h-3.091v7.292h-3.139v7.357H8.833v7.292h3.122v7.354 h3.139v7.354h3.091v7.292h3.123v7.293h3.123v-7.293h3.107v-7.292h3.091v-7.354h3.123v-7.354h3.123v7.354h3.139v7.354H43.135z M30.627,385.603h-3.091v7.354h-3.139v7.354h-3.09v-7.354h-3.123v-7.354h-3.091v-7.292h3.091v-7.357h3.123v-7.292h3.091v7.292 h3.139v7.357h3.091L30.627,385.603L30.627,385.603z M40.013,378.312h3.122v-7.357h3.107v-7.292h3.108v7.292h3.106v7.357h3.122 v7.292h-3.122v7.354H49.35v7.354h-3.108v-7.354h-3.107v-7.354h-3.122C40.013,385.603,40.013,378.312,40.013,378.312z"/>
<polygon style="fill:#FF4B55;" points="38.443,249.407 36.874,249.407 36.874,251.626 33.751,251.626 33.751,249.407 32.214,249.407 32.214,246.489 29.09,246.489 29.09,250.865 30.627,250.865 30.627,253.084 32.214,253.084 32.214,256 32.214,256.063 32.214,258.916 30.627,258.916 30.627,261.135 29.09,261.135 29.09,265.511 32.214,265.511 32.214,262.595 33.751,262.595 33.751,260.438 36.874,260.438 36.874,262.595 38.443,262.595 38.443,265.511 41.55,265.511 41.55,261.135 40.013,261.135 40.013,258.916 38.443,258.916 38.443,256.063 38.443,256 38.443,253.084 40.013,253.084 40.013,250.865 41.55,250.865 41.55,246.489 38.443,246.489 "/>
<rect x="46.24" y="126.4" style="fill:#FF4B55;" width="3.108" height="7.357"/>
<rect x="46.24" y="378.32" style="fill:#FF4B55;" width="3.108" height="7.292"/>
<path style="fill:#FF4B55;" d="M16.615,354.85v-4.374h1.569v-4.374h1.523v-5.897h-1.523v-4.374h-1.569v-4.376h-4.66v4.376h-1.554 v4.374H8.833v5.897h1.568v4.374h1.554v4.374H16.615z M11.955,341.661h1.569v-2.915h1.569v2.915h1.521v2.98h-1.521v2.916h-1.569 v-2.916h-1.569V341.661z"/>
<rect x="21.308" y="126.4" style="fill:#FF4B55;" width="3.091" height="7.357"/>
<rect x="58.681" y="357.83" style="fill:#FF4B55;" width="3.108" height="8.75"/>
<path style="fill:#FF4B55;" d="M41.55,354.85v-4.374h1.585v-4.374h1.523v-5.897h-1.523v-4.374H41.55v-4.376h-4.676v4.376h-3.123 v-4.376h-4.66v4.376h-1.554v4.374h-1.569v5.897h1.569v4.374h1.554v4.374h4.66v-4.374h3.123v4.374H41.55z M33.751,344.641h-1.537 v2.916h-1.586v-2.916h-1.537v-2.98h1.537v-2.915h1.586v2.915h1.537V344.641z M36.874,341.661h1.569v-2.915h1.569v2.915h1.537v2.98 h-1.537v2.916h-1.569v-2.916h-1.569V341.661z"/>
<rect x="33.751" y="357.83" style="fill:#FF4B55;" width="3.123" height="8.75"/>
<rect x="33.751" y="319.72" style="fill:#FF4B55;" width="3.123" height="8.749"/>
<rect x="58.681" y="286.06" style="fill:#FF4B55;" width="3.108" height="5.832"/>
<path style="fill:#FF4B55;" d="M58.654,354.85v-4.374h1.554v-4.374h1.537v-5.834h-1.537v-4.438h-1.554v-4.313h-4.693v4.313h-1.537 v4.438h-1.569v5.834h1.569v4.374h1.537v4.374H58.654z M53.961,341.726h1.554v-2.916h1.569v2.916h1.569v2.915h-1.569v2.98h-1.569 v-2.98h-1.554V341.726z"/>
<polygon style="fill:#FF4B55;" points="58.685,256 58.685,256.063 58.685,260.438 61.793,260.438 61.793,256.063 61.793,256 61.793,251.626 58.685,251.626 "/>
<rect x="58.681" y="220.17" style="fill:#FF4B55;" width="3.108" height="5.832"/>
<path style="fill:#FF4B55;" d="M61.793,204.008h-3.108v-7.292h-3.106v-7.357h-3.122v-7.292h-3.106v-7.354h-3.108v7.354h-3.138 v7.292h-3.091v7.357h-3.139v5.832v1.459h-3.123v-7.292h-3.123v-7.357h-3.091v-7.292h-3.139v-7.354h-3.091v7.354h-3.123v7.292 h-3.123v7.357h-3.107v5.832v1.459H8.833v7.354h3.122v7.354h3.107v7.292h3.123v7.293h3.123v-7.293h3.091v-7.292h3.139v-7.354h-3.139 v-8.814h3.139v1.459v4.438h3.091v11.731h1.586v7.228l-4.676,0.063v5.834H24.4v4.374h-3.091v7.354h-3.123v-7.354h-3.123v-4.374 h-3.107v-4.376H8.833v13.188h3.122v5.897h3.107v5.073h3.123V256v0.063v2.854h-3.123v5.199h-3.107v5.834H8.833v13.188h3.122v-4.439 h3.107v-4.374h3.123v-7.292h3.123v7.292h3.091v4.374h3.139v5.897l4.676,0.063v7.228h-1.586v11.731h-3.091v4.374v1.523h-3.139 v-8.877h3.139v-7.292h-3.139v-7.292h-3.091v-7.357h-3.123v7.357h-3.123v7.292h-3.107v7.292H8.833v7.354h3.122v1.523v5.769h3.139 v7.357h3.091v7.354h3.123v7.292h3.091v-7.292h3.139v-7.354h3.091v-7.357h3.123v-7.292h3.123v1.523v5.769h3.139v7.357h3.122v7.354 h3.107v7.292h3.108v-7.292h3.106v-7.354h3.122v-7.357h3.106v-7.292h3.108v-7.354h-3.108v-7.292h-3.106v-7.292h-3.122v-7.357h-3.106 v7.357h-3.108v7.292h-3.138v7.292h3.138v7.354v1.523h-3.138v-1.523v-4.374h-3.091v-11.731h-0.445h-1.124v-7.292h1.124h0.841h1.141 h1.585v-5.897h3.107v-4.374h3.108v-7.292h3.106v7.292h3.122v4.374h3.123v4.439h3.092v-13.188h-3.092v-5.834h-3.123v-5.199h-3.122 v-2.854V256v-2.916h3.122v-5.073h3.123v-5.897h3.092v-13.188h-3.092v4.376h-3.123v4.374h-3.122v7.354h-3.106v-7.354h-3.108v-4.374 h-3.107v-5.834H41.55h-1.141h-0.841h-1.124v-7.292h1.124h0.445v-11.731h3.091v-4.438v-1.459h3.138v1.459v7.354h-3.138v7.354h3.138 v7.292h3.108v7.293h3.106v-7.293h3.122v-7.292h3.106v-7.354h3.108L61.793,204.008L61.793,204.008z M43.135,242.113v2.916v2.98 h3.107v5.073h3.108V256v2.916h-3.108v5.199h-3.107v2.916v2.916h-4.691v6.912h-1.569v3.297h-1.553h-1.57v-3.297h-1.537v-6.912 h-4.676v-5.834H24.4v-5.199h-3.092v-2.791v-0.19v-2.854h3.091v-5.073h3.139v-5.897h4.676v-6.91h1.537v-3.362h1.57h1.553v3.297 h1.569v6.975h4.692V242.113z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="114.76" y="88.277" style="fill:#F5F5F5;" width="282.48" height="335.45"/>
<g>
<path style="fill:#FF4B55;" d="M38.345,88.273C17.167,88.273,0,105.44,0,126.618v258.759c0,21.177,17.167,38.345,38.345,38.345 h76.414V88.273H38.345z"/>
<path style="fill:#FF4B55;" d="M473.655,88.273h-76.414v335.448h76.414c21.177,0,38.345-17.167,38.345-38.345V126.618 C512,105.44,494.833,88.273,473.655,88.273z"/>
<path style="fill:#FF4B55;" d="M309.569,294.757l52.383-29.932l-12.02-6.01c-3.371-1.686-5.301-5.326-4.802-9.063l3.911-29.322 l-22.177,6.452c-4.899,1.426-9.983-1.588-11.085-6.569l-2.124-9.6l-20.823,24.37c-2.886,3.378-8.386,0.798-7.633-3.581 l8.893-51.708l-13.615,3.723c-3.977,1.088-8.177-0.722-10.116-4.36l-14.337-26.871v-0.04l-0.01,0.02l-0.011-0.02v0.04 l-14.337,26.871c-1.941,3.637-6.141,5.447-10.118,4.36l-13.615-3.723l8.893,51.708c0.753,4.378-4.747,6.959-7.634,3.582 l-20.823-24.37l-2.124,9.6c-1.102,4.982-6.186,7.994-11.085,6.569l-22.177-6.452l3.911,29.322c0.499,3.736-1.431,7.377-4.802,9.063 l-12.02,6.009l52.383,29.933c5.426,3.101,7.804,9.677,5.615,15.53l-4.478,11.977l44.885-3.832c2.484-0.212,4.598,1.788,4.525,4.279 l-1.414,48.044h8.828L259,322.71c-0.073-2.492,2.041-4.491,4.525-4.279l44.906,3.834l-4.478-11.977 C301.766,304.434,304.143,297.857,309.569,294.757z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,46 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#73AF00;" d="M512,126.582c-0.02-21.16-17.179-38.307-38.344-38.307H38.345C17.167,88.274,0,105.442,0,126.619 v258.76c0,21.176,17.167,38.345,38.345,38.345h435.311c21.165,0,38.324-17.148,38.344-38.307V126.582z"/>
<g>
<path style="fill:#FFE15A;" d="M283.616,307.644c-28.522,0-51.645-23.122-51.645-51.645s23.122-51.645,51.645-51.645 c3.785,0,7.452,0.454,10.987,1.265c1.409,0.323,2.156-1.568,0.927-2.329c-10.816-6.706-23.841-10.184-37.745-9.053 c-30.263,2.462-54.593,27.134-56.653,57.428c-2.462,36.189,26.164,66.309,61.826,66.309c11.955,0,23.11-3.396,32.574-9.265 c1.229-0.763,0.486-2.654-0.925-2.329C291.07,307.19,287.401,307.644,283.616,307.644z"/>
<path style="fill:#FFE15A;" d="M328.63,212.27l3.879,9.824l10.099-3.093c0.561-0.172,1.043,0.433,0.75,0.941l-5.262,9.158 l8.715,5.967c0.484,0.331,0.312,1.085-0.268,1.173l-10.441,1.596l0.768,10.534c0.043,0.585-0.653,0.92-1.084,0.522l-7.756-7.168 l-7.756,7.168c-0.431,0.398-1.127,0.063-1.084-0.522l0.768-10.534l-10.441-1.596c-0.58-0.088-0.751-0.842-0.268-1.173l8.715-5.967 l-5.262-9.158c-0.292-0.509,0.189-1.112,0.75-0.941l10.099,3.093l3.879-9.824C327.642,211.725,328.414,211.725,328.63,212.27z"/>
<path style="fill:#FFE15A;" d="M469.871,185.786l3.879,9.824l10.099-3.093c0.561-0.172,1.043,0.433,0.75,0.941l-5.262,9.158 l8.715,5.967c0.484,0.331,0.312,1.085-0.268,1.173l-10.441,1.596l0.768,10.534c0.043,0.585-0.653,0.92-1.084,0.522l-7.756-7.168 l-7.756,7.168c-0.431,0.398-1.127,0.063-1.084-0.522l0.768-10.534l-10.441-1.596c-0.58-0.088-0.751-0.842-0.268-1.173l8.715-5.967 l-5.262-9.158c-0.292-0.509,0.189-1.112,0.75-0.941l10.099,3.093l3.879-9.824C468.884,185.242,469.656,185.242,469.871,185.786z"/>
<path style="fill:#FFE15A;" d="M399.251,122.101l3.879,9.824l10.099-3.093c0.561-0.172,1.043,0.433,0.75,0.941l-5.262,9.158 l8.715,5.967c0.484,0.331,0.312,1.085-0.268,1.173l-10.441,1.596l0.768,10.534c0.043,0.585-0.653,0.92-1.084,0.522l-7.756-7.168 l-7.756,7.168c-0.431,0.398-1.127,0.063-1.084-0.522l0.768-10.534l-10.441-1.596c-0.58-0.088-0.751-0.842-0.268-1.173l8.715-5.967 l-5.262-9.158c-0.292-0.509,0.189-1.112,0.75-0.941l10.099,3.093l3.879-9.824C398.263,121.556,399.035,121.556,399.251,122.101z"/>
<path style="fill:#FFE15A;" d="M399.251,353.512l3.879,9.824l10.099-3.093c0.561-0.172,1.043,0.433,0.75,0.941l-5.262,9.158 l8.715,5.967c0.484,0.331,0.312,1.085-0.268,1.173l-10.441,1.596l0.768,10.534c0.043,0.585-0.653,0.92-1.084,0.522l-7.756-7.168 l-7.756,7.168c-0.431,0.398-1.127,0.063-1.084-0.522l0.768-10.534l-10.441-1.596c-0.58-0.088-0.751-0.842-0.268-1.173l8.715-5.967 l-5.262-9.158c-0.292-0.509,0.189-1.112,0.75-0.941l10.099,3.093l3.879-9.824C398.263,352.967,399.035,352.967,399.251,353.512z"/>
<path style="fill:#FFE15A;" d="M428.156,221.16l2.708,8.118l8.557,0.066c0.663,0.006,0.938,0.851,0.405,1.245l-6.884,5.084 l2.581,8.159c0.2,0.632-0.52,1.155-1.059,0.769l-6.963-4.977l-6.963,4.977c-0.54,0.385-1.259-0.137-1.059-0.769l2.581-8.159 l-6.884-5.084c-0.533-0.394-0.258-1.24,0.405-1.245l8.557-0.066l2.708-8.118C427.057,220.531,427.947,220.531,428.156,221.16z"/>
<circle style="fill:#FFE15A;" cx="92.69" cy="180.969" r="57.38"/>
</g>
<path style="fill:#964B50;" d="M86.787,225.667h15.496c0,0,8.804-39.444,0.704-53.532l-4.93,3.169 C98.057,175.307,106.157,202.423,86.787,225.667z"/>
<path style="fill:#73AF00;" d="M87.373,173.897c0,0-8.921,6.104-6.104,24.183c0,0,6.808-5.635,10.566-18.079 c0,0-5.4,10.331,2.113,18.548c0,0,7.982-11.27,6.808-21.131c0,0,26.539,27.714,20.896,20.661 c-0.939-1.174,1.409-12.914-7.748-22.539c0,0,15.027,3.756,20.661,2.348c0,0,0.47-11.975-13.853-14.088l3.287-9.391 c0,0-11.035-0.704-16.905,4.93c0,0-1.409-14.557,4.461-21.6c0,0-17.374-2.583-18.079,20.192c0,0-6.339-14.557-25.826-11.035 c0,0,11.035,7.982,12.914,11.505c0,0-15.496-10.566-22.774,4.226c0,0,12.444-3.287,16.905,2.583c0,0-19.957-2.113-21.6,15.027 C53.095,180.236,71.644,171.549,87.373,173.897z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -1,41 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#82AFFF;" d="M473.655,423.724H38.345C17.167,423.724,0,406.557,0,385.379V126.621 c0-21.177,17.167-38.345,38.345-38.345h435.31c21.177,0,38.345,17.167,38.345,38.345V385.38 C512,406.557,494.833,423.724,473.655,423.724z"/>
<g>
<path style="fill:#FFE15A;" d="M477.496,88.468L0,335.448v17.655l496.865-257C491.379,91.925,484.736,89.188,477.496,88.468z"/>
<path style="fill:#FFE15A;" d="M34.504,423.532L512,176.552v-17.655l-496.865,257C20.621,420.075,27.264,422.812,34.504,423.532z"/>
</g>
<path style="fill:#FF4B55;" d="M496.865,96.104L0,353.103v32.276c0,12.451,5.939,23.512,15.135,30.517l496.865-257V126.62 C512,114.169,506.061,103.108,496.865,96.104z"/>
<path style="fill:#FFE15A;" d="M92.619,122.978l12.718,38.135l40.199,0.311c2.248,0.018,3.18,2.886,1.372,4.222l-32.339,23.881 l12.126,38.328c0.678,2.143-1.762,3.916-3.591,2.609l-32.705-23.377l-32.705,23.377c-1.828,1.308-4.269-0.466-3.591-2.609 l12.126-38.328L33.89,165.646c-1.809-1.335-0.876-4.204,1.372-4.222l40.199-0.311l12.718-38.135 C88.892,120.846,91.907,120.846,92.619,122.978z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FFE15A;" d="M0,385.378c0,21.177,17.167,38.345,38.345,38.345h435.311c21.165,0,38.324-17.148,38.344-38.307 v-45.555H0V385.378z"/>
<rect y="255.996" style="fill:#73AF00;" width="512" height="83.86"/>
<rect y="172.136" style="fill:#F5F5F5;" width="512" height="83.86"/>
<path style="fill:#41479B;" d="M473.656,88.273H38.345C17.167,88.273,0,105.44,0,126.618v45.517h512v-45.555 C511.98,105.421,494.821,88.273,473.656,88.273z"/>
<rect x="214.07" y="88.276" style="fill:#FF4B55;" width="83.86" height="335.45"/>
<path style="fill:#FFE15A;" d="M76.499,99.57l7.366,22.087l23.282,0.181c1.804,0.014,2.551,2.316,1.1,3.388l-18.73,13.83 l7.022,22.198c0.544,1.719-1.414,3.143-2.881,2.093l-18.941-13.538l-18.941,13.538c-1.468,1.049-3.425-0.374-2.881-2.093 l7.022-22.198L41.19,125.225c-1.451-1.071-0.703-3.373,1.1-3.388l23.282-0.181l7.366-22.087 C73.507,97.859,75.928,97.859,76.499,99.57z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FFE15A;" d="M11.668,412.91c6.901,6.688,16.3,10.812,26.669,10.814h111.732L500.332,99.09 c-6.902-6.69-16.306-10.814-26.677-10.814H361.931L11.668,412.91z"/>
<path style="fill:#73AF00;" d="M11.668,412.91L361.931,88.276H38.345C17.167,88.276,0,105.443,0,126.621V385.38 C0,396.185,4.477,405.94,11.668,412.91z"/>
<path style="fill:#FF4B55;" d="M500.332,99.09L150.069,423.724h323.594C494.837,423.72,512,406.554,512,385.379V126.621 C512,115.815,507.523,106.06,500.332,99.09z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 984 B

View File

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FF4B55;" d="M473.655,423.724H38.345C17.167,423.724,0,406.557,0,385.379V126.621 c0-21.177,17.167-38.345,38.345-38.345h435.31c21.177,0,38.345,17.167,38.345,38.345V385.38 C512,406.557,494.833,423.724,473.655,423.724z"/>
<path style="fill:#F5F5F5;" d="M353.103,220.69H291.31v-61.793c0-4.875-3.953-8.828-8.828-8.828h-52.966 c-4.875,0-8.828,3.953-8.828,8.828v61.793h-61.793c-4.875,0-8.828,3.953-8.828,8.828v52.966c0,4.875,3.953,8.828,8.828,8.828h61.793 v61.793c0,4.875,3.953,8.828,8.828,8.828h52.966c4.875,0,8.828-3.953,8.828-8.828V291.31h61.793c4.875,0,8.828-3.953,8.828-8.828 v-52.966C361.931,224.642,357.978,220.69,353.103,220.69z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#73AF00;" d="M473.655,88.273H341.333v335.448h132.322c21.177,0,38.345-17.167,38.345-38.345V126.618 C512,105.44,494.833,88.273,473.655,88.273z"/>
<rect x="170.67" y="88.277" style="fill:#F5F5F5;" width="170.67" height="335.45"/>
<path style="fill:#FF9B55;" d="M38.345,88.273C17.167,88.273,0,105.44,0,126.618v258.759c0,21.177,17.167,38.345,38.345,38.345 h132.322V88.273H38.345z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 892 B

View File

@ -1,61 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#41479B;" d="M473.655,423.724H38.345C17.167,423.724,0,406.557,0,385.379V126.621 c0-21.177,17.167-38.345,38.345-38.345h435.31c21.177,0,38.345,17.167,38.345,38.345V385.38 C512,406.557,494.833,423.724,473.655,423.724z"/>
<path style="fill:#F5F5F5;" d="M8.828,256h15.334l81.77-53.574V256h44.138v-53.574L231.839,256h15.334 c4.875,0,8.828-3.953,8.828-8.828v-7.002l-70.154-45.963H256v-44.138h-70.155L256,104.106v-7.002c0-4.874-3.95-8.825-8.823-8.828 h-15.338l-81.77,53.574V88.276h-44.138v53.574L26.844,90.034c-9.234,2.9-16.954,9.203-21.713,17.434l65.024,42.601H0v44.138h70.155 L0,240.17v7.002C0,252.047,3.953,256,8.828,256z"/>
<g>
<polygon style="fill:#FF4B55;" points="256,158.897 141.241,158.897 141.241,88.276 114.759,88.276 114.759,158.897 0,158.897 0,185.379 114.759,185.379 114.759,256 141.241,256 141.241,185.379 256,185.379 "/>
<path style="fill:#FF4B55;" d="M8.227,102.902l72.662,47.167h16.214l-82.496-53.55C12.238,98.389,10.097,100.532,8.227,102.902z"/>
<path style="fill:#FF4B55;" d="M166.283,150.069l88.374-57.366c-1.536-2.599-4.246-4.427-7.485-4.427h-1.909l-95.194,61.793 H166.283z"/>
<path style="fill:#FF4B55;" d="M89.474,194.207L1.269,251.463C2.79,254.125,5.542,256,8.828,256h1.665l95.196-61.793H89.474z"/>
<path style="fill:#FF4B55;" d="M255.86,247.865l-82.666-53.658H156.98l93.874,60.935 C253.666,253.837,255.595,251.102,255.86,247.865z"/>
</g>
<g>
<path style="fill:#F5F5F5;" d="M377.129,150.113l3.237,9.708l10.233,0.079c0.792,0.007,1.121,1.017,0.483,1.489l-8.232,6.079 l3.086,9.757c0.239,0.756-0.621,1.382-1.267,0.92l-8.326-5.951l-8.326,5.951c-0.646,0.461-1.505-0.164-1.267-0.92l3.086-9.757 l-8.232-6.079c-0.638-0.471-0.309-1.483,0.483-1.489l10.233-0.079l3.238-9.708C375.815,149.361,376.878,149.361,377.129,150.113z"/>
<path style="fill:#F5F5F5;" d="M333.617,162.052l6.906,7.552l9.38-4.089c0.727-0.317,1.439,0.473,1.047,1.163l-5.048,8.902 l6.788,7.658c0.526,0.594-0.006,1.515-0.782,1.356l-10.026-2.05l-5.185,8.822c-0.402,0.683-1.442,0.462-1.532-0.326l-1.149-10.168 l-9.993-2.205c-0.775-0.171-0.885-1.229-0.163-1.557l9.316-4.235l-0.991-10.185C332.109,161.9,333.081,161.468,333.617,162.052z"/>
<path style="fill:#F5F5F5;" d="M298.722,190.659l9.38,4.089l6.906-7.552c0.535-0.585,1.507-0.152,1.43,0.637l-0.991,10.185 l9.316,4.235c0.722,0.328,0.61,1.386-0.163,1.557l-9.993,2.205l-1.149,10.168c-0.089,0.788-1.13,1.009-1.532,0.326l-5.185-8.822 l-10.026,2.05c-0.777,0.159-1.309-0.762-0.782-1.356l6.788-7.658l-5.048-8.902C297.283,191.133,297.995,190.342,298.722,190.659z"/>
<path style="fill:#F5F5F5;" d="M278.479,230.985l10.233-0.079l3.237-9.708c0.25-0.753,1.314-0.753,1.566,0l3.237,9.708 l10.233,0.079c0.792,0.007,1.121,1.017,0.483,1.489l-8.232,6.079l3.086,9.757c0.239,0.756-0.621,1.382-1.267,0.92l-8.326-5.951 l-8.326,5.951c-0.646,0.461-1.505-0.164-1.267-0.92l3.086-9.757l-8.232-6.079C277.358,232.002,277.687,230.99,278.479,230.985z"/>
<path style="fill:#F5F5F5;" d="M276.39,276.057l9.316-4.235l-0.991-10.185c-0.077-0.789,0.895-1.221,1.43-0.637l6.906,7.552 l9.38-4.089c0.727-0.317,1.439,0.473,1.047,1.163l-5.048,8.902l6.788,7.658c0.526,0.594-0.006,1.515-0.782,1.356l-10.026-2.05 l-5.185,8.822c-0.402,0.683-1.442,0.462-1.532-0.326l-1.149-10.168l-9.993-2.205C275.778,277.443,275.668,276.385,276.39,276.057z"/>
<path style="fill:#F5F5F5;" d="M292.812,318.083l6.788-7.658l-5.048-8.902c-0.391-0.69,0.321-1.48,1.047-1.163l9.38,4.089 l6.906-7.552c0.535-0.585,1.507-0.152,1.43,0.637l-0.991,10.185l9.316,4.235c0.722,0.328,0.61,1.386-0.163,1.557l-9.993,2.205 l-1.149,10.168c-0.089,0.788-1.13,1.009-1.532,0.326l-5.185-8.822l-10.026,2.05C292.818,319.597,292.286,318.676,292.812,318.083z"/>
<path style="fill:#F5F5F5;" d="M324.908,349.796l3.086-9.757l-8.232-6.079c-0.638-0.471-0.309-1.483,0.483-1.489l10.233-0.079 l3.237-9.708c0.25-0.753,1.314-0.753,1.566,0l3.237,9.708l10.233,0.079c0.792,0.007,1.121,1.017,0.483,1.489l-8.232,6.079 l3.086,9.757c0.239,0.756-0.621,1.382-1.267,0.92l-8.326-5.951l-8.326,5.951C325.53,351.177,324.67,350.552,324.908,349.796z"/>
<path style="fill:#F5F5F5;" d="M367.129,365.713l-1.149-10.168l-9.993-2.205c-0.775-0.171-0.885-1.229-0.163-1.557l9.316-4.235 l-0.991-10.185c-0.077-0.789,0.895-1.221,1.43-0.637l6.906,7.552l9.38-4.089c0.727-0.317,1.439,0.473,1.047,1.163l-5.048,8.902 l6.788,7.658c0.526,0.594-0.006,1.515-0.782,1.356l-10.026-2.05l-5.185,8.822C368.258,366.721,367.218,366.5,367.129,365.713z"/>
<path style="fill:#F5F5F5;" d="M412.173,363.08l-5.185-8.822l-10.026,2.05c-0.777,0.159-1.309-0.763-0.782-1.356l6.788-7.658 l-5.048-8.901c-0.391-0.69,0.321-1.48,1.047-1.163l9.38,4.089l6.906-7.552c0.535-0.585,1.507-0.152,1.43,0.637l-0.991,10.185 l9.316,4.235c0.722,0.328,0.61,1.386-0.163,1.557l-9.993,2.205l-1.149,10.168C413.615,363.542,412.575,363.764,412.173,363.08z"/>
<path style="fill:#F5F5F5;" d="M452.253,342.355l-8.326-5.951l-8.326,5.951c-0.646,0.461-1.505-0.164-1.267-0.92l3.086-9.757 l-8.232-6.079c-0.638-0.471-0.309-1.483,0.483-1.489l10.233-0.079l3.237-9.708c0.25-0.753,1.314-0.753,1.566,0l3.238,9.708 l10.233,0.079c0.792,0.007,1.121,1.017,0.483,1.489l-8.232,6.079l3.086,9.757C453.758,342.19,452.897,342.815,452.253,342.355z"/>
<path style="fill:#F5F5F5;" d="M480.437,307.118l-10.026-2.05l-5.185,8.822c-0.402,0.683-1.442,0.462-1.532-0.326l-1.149-10.168 l-9.993-2.205c-0.775-0.171-0.885-1.229-0.163-1.557l9.316-4.235l-0.991-10.185c-0.077-0.789,0.895-1.222,1.43-0.637l6.906,7.552 l9.38-4.089c0.727-0.317,1.439,0.473,1.047,1.163l-5.048,8.901l6.788,7.658C481.746,306.356,481.214,307.277,480.437,307.118z"/>
<path style="fill:#F5F5F5;" d="M491.853,263.466l-9.993,2.205l-1.149,10.168c-0.089,0.788-1.13,1.009-1.532,0.326l-5.185-8.822 l-10.026,2.05c-0.777,0.159-1.309-0.762-0.782-1.356l6.788-7.658l-5.048-8.902c-0.391-0.69,0.321-1.48,1.047-1.163l9.38,4.089 l6.906-7.552c0.535-0.585,1.507-0.152,1.43,0.637l-0.991,10.185l9.316,4.235C492.738,262.237,492.627,263.295,491.853,263.466z"/>
<path style="fill:#F5F5F5;" d="M484.526,218.943l-8.232,6.079l3.086,9.757c0.239,0.756-0.621,1.382-1.267,0.92l-8.326-5.951 l-8.326,5.951c-0.646,0.461-1.505-0.164-1.267-0.92l3.086-9.757l-8.232-6.079c-0.638-0.471-0.309-1.483,0.483-1.489l10.233-0.079 l3.238-9.708c0.25-0.753,1.314-0.753,1.566,0l3.238,9.708l10.233,0.079C484.835,217.461,485.164,218.473,484.526,218.943z"/>
<path style="fill:#F5F5F5;" d="M459.725,181.25l-5.048,8.902l6.788,7.658c0.526,0.594-0.006,1.515-0.782,1.356l-10.026-2.05 l-5.185,8.822c-0.402,0.683-1.442,0.462-1.532-0.326l-1.149-10.168l-9.993-2.205c-0.775-0.171-0.885-1.229-0.163-1.557l9.316-4.235 l-0.991-10.185c-0.077-0.789,0.895-1.222,1.43-0.637l6.906,7.552l9.38-4.089C459.404,179.77,460.116,180.561,459.725,181.25z"/>
<path style="fill:#F5F5F5;" d="M421.736,156.904l-0.991,10.185l9.316,4.235c0.722,0.328,0.61,1.386-0.163,1.557l-9.993,2.205 l-1.149,10.168c-0.089,0.788-1.13,1.009-1.532,0.326l-5.185-8.822l-10.026,2.05c-0.777,0.159-1.309-0.762-0.782-1.356l6.788-7.658 l-5.048-8.902c-0.391-0.69,0.321-1.48,1.047-1.163l9.38,4.089l6.906-7.552C420.841,155.681,421.813,156.115,421.736,156.904z"/>
<path style="fill:#F5F5F5;" d="M377.129,150.113l3.237,9.708l10.233,0.079c0.792,0.007,1.121,1.017,0.483,1.489l-8.232,6.079 l3.086,9.757c0.239,0.756-0.621,1.382-1.267,0.92l-8.326-5.951l-8.326,5.951c-0.646,0.461-1.505-0.164-1.267-0.92l3.086-9.757 l-8.232-6.079c-0.638-0.471-0.309-1.483,0.483-1.489l10.233-0.079l3.238-9.708C375.815,149.361,376.878,149.361,377.129,150.113z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#F5F5F5;" d="M473.655,88.276H158.897c4.875,0,8.828,3.953,8.828,8.828v150.069c0,4.875-3.953,8.828-8.828,8.828 H512v-129.38C512,105.443,494.833,88.276,473.655,88.276z"/>
<path style="fill:#FF4B55;" d="M17.655,256H8.828C3.953,256,0,252.047,0,247.172V256v8.828V385.38 c0,21.177,17.167,38.345,38.345,38.345h435.31c21.177,0,38.345-17.167,38.345-38.345V256H158.897H17.655z"/>
<path style="fill:#41479B;" d="M8.828,256h8.828h141.241c4.875,0,8.828-3.953,8.828-8.828V97.103c0-4.875-3.953-8.828-8.828-8.828 H38.345C17.167,88.276,0,105.443,0,126.621v120.552C0,252.047,3.953,256,8.828,256z"/>
<path style="fill:#F5F5F5;" d="M87.262,134.487l8.416,25.234l26.6,0.206c3.444,0.026,4.872,4.422,2.101,6.467l-21.398,15.801 l8.023,25.362c1.038,3.284-2.7,5.999-5.502,3.997l-21.64-15.467l-21.641,15.468c-2.802,2.003-6.54-0.714-5.502-3.997l8.023-25.362 l-21.398-15.801c-2.771-2.046-1.342-6.441,2.101-6.467l26.6-0.206l8.416-25.234C81.551,131.22,86.173,131.22,87.262,134.487z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#73AF00;" d="M38.345,423.721h132.322V88.273H38.345C17.167,88.273,0,105.44,0,126.618v258.759 C0,406.554,17.167,423.721,38.345,423.721z"/>
<rect x="170.67" y="88.277" style="fill:#FF4B55;" width="170.67" height="335.45"/>
<g>
<path style="fill:#FFE15A;" d="M473.655,423.721c21.177,0,38.345-17.167,38.345-38.345V126.618 c0-21.177-17.167-38.345-38.345-38.345H341.334v335.448H473.655z"/>
<path style="fill:#FFE15A;" d="M257.834,223.641l7.584,22.741l23.971,0.185c1.857,0.014,2.627,2.385,1.133,3.488l-19.284,14.24 l7.231,22.856c0.561,1.771-1.455,3.235-2.967,2.155L256,275.366l-19.502,13.94c-1.511,1.08-3.527-0.385-2.967-2.155l7.231-22.856 l-19.284-14.24c-1.494-1.103-0.724-3.474,1.133-3.488l23.971-0.185l7.584-22.741C254.754,221.879,257.246,221.879,257.834,223.641z "/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,42 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FF4B55;" d="M473.655,88.275H38.345C17.167,88.275,0,105.442,0,126.62V385.38 c0,21.177,17.167,38.345,38.345,38.345h435.31c21.177,0,38.345-17.167,38.345-38.345V126.62 C512,105.442,494.833,88.275,473.655,88.275z"/>
<g>
<path style="fill:#FFE15A;" d="M85.007,140.731l8.416,25.234l26.6,0.206c3.444,0.026,4.872,4.422,2.101,6.467l-21.398,15.801 l8.023,25.362c1.038,3.284-2.7,5.999-5.502,3.997l-21.64-15.469l-21.64,15.468c-2.802,2.003-6.54-0.714-5.502-3.997l8.023-25.362 l-21.398-15.8c-2.771-2.046-1.343-6.441,2.101-6.467l26.6-0.206l8.416-25.234C79.297,137.464,83.918,137.464,85.007,140.731z"/>
<path style="fill:#FFE15A;" d="M181.599,146.949l6.035,8.228l9.739-3.046c1.261-0.394,2.298,1.044,1.526,2.115l-5.962,8.281 l5.906,8.321c0.765,1.077-0.282,2.508-1.54,2.105l-9.719-3.111l-6.089,8.189c-0.788,1.06-2.473,0.506-2.478-0.814l-0.045-10.205 l-9.67-3.261c-1.252-0.423-1.246-2.195,0.009-2.609l9.69-3.196l0.114-10.204C179.129,146.425,180.818,145.884,181.599,146.949z"/>
<path style="fill:#FFE15A;" d="M144.857,122.419l10.144,1.102l4.328-9.241c0.561-1.196,2.322-0.991,2.591,0.302l2.086,9.988 l10.126,1.26c1.311,0.163,1.66,1.901,0.513,2.558l-8.855,5.07l1.931,10.02c0.25,1.298-1.295,2.166-2.274,1.279l-7.559-6.855 l-8.932,4.932c-1.156,0.639-2.461-0.563-1.919-1.768l4.183-9.308l-7.452-6.972C142.805,123.888,143.544,122.277,144.857,122.419z"/>
<path style="fill:#FFE15A;" d="M160.895,221.313l-6.034,8.23l-9.739-3.046c-1.261-0.394-2.298,1.043-1.526,2.115l5.962,8.281 l-5.906,8.321c-0.765,1.077,0.282,2.508,1.54,2.105l9.718-3.111l6.089,8.189c0.788,1.06,2.473,0.506,2.478-0.814l0.045-10.205 l9.67-3.261c1.252-0.423,1.246-2.195-0.009-2.609l-9.69-3.196l-0.114-10.204C163.363,220.789,161.676,220.247,160.895,221.313z"/>
<path style="fill:#FFE15A;" d="M197.635,198.261l-10.145,1.102l-4.328-9.241c-0.561-1.196-2.321-0.991-2.591,0.302l-2.087,9.988 l-10.126,1.26c-1.311,0.163-1.66,1.901-0.513,2.558l8.855,5.07l-1.931,10.02c-0.25,1.298,1.295,2.166,2.274,1.279l7.559-6.855 l8.932,4.932c1.156,0.639,2.461-0.563,1.919-1.768l-4.183-9.308l7.452-6.972C199.689,199.73,198.95,198.119,197.635,198.261z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FF4B55;" d="M0,385.379c0,21.177,17.167,38.345,38.345,38.345h435.31c21.177,0,38.345-17.167,38.345-38.345 v-45.517H0V385.379z"/>
<path style="fill:#FFE15A;" d="M473.655,88.276H38.345C17.167,88.276,0,105.443,0,126.621V256h512V126.621 C512,105.443,494.833,88.276,473.655,88.276z"/>
<rect y="256" style="fill:#41479B;" width="512" height="83.86"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 858 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.5 KiB

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
<path style="fill:#41479B;" d="M512,126.621c0-21.177-17.167-38.345-38.345-38.345H38.345C17.167,88.276,0,105.443,0,126.621 v28.745h512V126.621z"/>
<path style="fill:#41479B;" d="M38.345,423.724h435.31c21.177,0,38.345-17.167,38.345-38.345v-28.745H0v28.745 C0,406.557,17.167,423.724,38.345,423.724z"/>
</g>
<rect y="155.37" style="fill:#F5F5F5;" width="512" height="67.09"/>
<rect y="222.46" style="fill:#41479B;" width="512" height="67.09"/>
<rect y="289.55" style="fill:#F5F5F5;" width="512" height="67.09"/>
<path style="fill:#FF4B55;" d="M13.9,414.921l244.814-155.049c2.841-1.8,2.841-5.945,0-7.745L13.899,97.079 C5.409,104.113,0,114.734,0,126.621V385.38C0,397.266,5.409,407.887,13.9,414.921z"/>
<path style="fill:#F5F5F5;" d="M88.526,213.441l9.064,27.176l28.647,0.222c2.219,0.018,3.139,2.849,1.354,4.168l-23.046,17.018 l8.641,27.313c0.67,2.116-1.74,3.866-3.545,2.575l-23.306-16.658l-23.306,16.658c-1.805,1.291-4.215-0.46-3.545-2.575l8.641-27.313 L45.08,245.007c-1.785-1.319-0.865-4.151,1.354-4.168l28.647-0.222l9.064-27.176C84.846,211.336,87.825,211.336,88.526,213.441z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-cv" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<path fill-opacity=".7" d="M-123.4 0h682.6v512h-682.6z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(115.7) scale(.94)">
<path fill="#fff" d="M-123.4 233H723v206h-846.5z"/>
<path fill="#081873" d="M-122.8 0h846v256.6h-846zm.3 385.9h852.1V512h-852.1z"/>
<path fill="#de3929" d="M-122.5 302.6h846v39.6h-846z"/>
<path fill="#ffce08" d="M131 399.2l6.6 20.4H159l-17.4 12.7 6.6 20.5L131 440l-17.4 12.7 6.7-20.5-17.4-12.7h21.5M317 250.4l6.7 20.5H345l-17.4 12.6 6.6 20.5-17.4-12.7-17.4 12.7 6.6-20.5-17.4-12.6h21.6m-222 64.4l6.6 20.5h21.5L99 368.6l6.7 20.4-17.4-12.6L70.9 389l6.6-20.4-17.4-12.7h21.5M317 329.5l6.7 20.4H345l-17.4 12.7 6.6 20.4-17.4-12.6-17.4 12.7 6.6-20.5-17.4-12.7h21.6m-40.5-161.7l6.7 20.4H298l-17.4 12.7 6.6 20.5-17.4-12.7-17.4 12.7 6.7-20.5-17.5-12.7h21.6m-64.5-45.2l6.7 20.5h21.5l-17.4 12.6 6.6 20.5-17.4-12.6-17.4 12.6 6.7-20.5-17.4-12.6H192m-64.5 2.9l6.7 20.5h21.5l-17.4 12.6 6.7 20.5-17.5-12.7-17.4 12.7 6.7-20.5-17.4-12.6H121m-34.8 43.2l6.6 20.5h21.6l-17.5 12.6 6.7 20.5-17.4-12.7-17.4 12.7 6.6-20.5L58 271h21.5m119.2 149.4l6.7 20.5h21.5l-17.4 12.6 6.7 20.5-17.5-12.7-17.4 12.7 6.7-20.5-17.4-12.6H192m82.2-41.7l6.6 20.4h21.5L285 432.3l6.7 20.5-17.4-12.7-17.5 12.7 6.7-20.5-17.4-12.7h21.5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#41479B;" d="M473.885,88.279H38.115C17.045,88.403,0,105.517,0,126.617v258.759 c0,21.177,17.167,38.345,38.345,38.345h435.31c21.177,0,38.345-17.167,38.345-38.345V126.617 C512,105.517,494.955,88.403,473.885,88.279z"/>
<rect y="317.79" style="fill:#FFE15A;" width="512" height="44.14"/>
<g>
<path style="fill:#F5F5F5;" d="M118.945,170.87l-8.683,26.034l-27.443,0.213c-2.632,0.02-3.723,3.379-1.606,4.942l22.077,16.302 l-8.278,26.165c-0.793,2.509,2.063,4.585,4.204,3.054l22.327-15.958l22.327,15.958c2.141,1.53,4.998-0.545,4.204-3.054 l-8.278-26.165l22.077-16.302c2.118-1.564,1.026-4.921-1.606-4.942l-27.443-0.213l-8.683-26.034 C123.309,168.373,119.778,168.373,118.945,170.87z"/>
<path style="fill:#F5F5F5;" d="M56.393,122.828l-5.025,15.069l-15.884,0.124c-1.523,0.012-2.155,1.955-0.929,2.86l12.778,9.436 l-4.791,15.145c-0.459,1.452,1.194,2.654,2.433,1.768l12.922-9.237l12.922,9.237c1.239,0.886,2.893-0.316,2.433-1.768 l-4.791-15.145l12.778-9.436c1.225-0.905,0.594-2.849-0.929-2.86l-15.884-0.124l-5.025-15.069 C58.919,121.383,56.875,121.383,56.393,122.828z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,46 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#41479B;" d="M38.345,423.724h435.31c9.386,0,17.98-3.378,24.644-8.977L13.7,97.251 C5.326,104.286,0,114.829,0,126.621V385.38C0,406.557,17.167,423.724,38.345,423.724z"/>
<path style="fill:#73AF00;" d="M512,385.379V126.621c0-21.177-17.167-38.345-38.345-38.345H38.345 c-9.386,0-17.98,3.377-24.644,8.975l484.6,317.496C506.674,407.714,512,397.171,512,385.379z"/>
<circle style="fill:#FFE15A;" cx="256" cy="256" r="52.966"/>
<g>
<path style="fill:#F5F5F5;" d="M38.615,256.597l3.064,7.761l7.978-2.443c0.444-0.136,0.823,0.341,0.593,0.744l-4.158,7.234 l6.884,4.714c0.383,0.262,0.247,0.856-0.212,0.927l-8.248,1.26l0.607,8.321c0.034,0.462-0.516,0.727-0.856,0.413l-6.127-5.663 l-6.127,5.663c-0.34,0.314-0.89,0.05-0.856-0.413l0.607-8.321l-8.248-1.26c-0.458-0.07-0.594-0.665-0.212-0.927l6.884-4.714 l-4.158-7.234c-0.231-0.402,0.149-0.879,0.593-0.744l7.978,2.443l3.064-7.761C37.834,256.165,38.444,256.165,38.615,256.597z"/>
<path style="fill:#F5F5F5;" d="M150.193,235.676l3.064,7.761l7.978-2.443c0.444-0.136,0.823,0.341,0.593,0.744l-4.158,7.234 l6.884,4.714c0.383,0.262,0.247,0.856-0.212,0.927l-8.248,1.26l0.607,8.321c0.034,0.462-0.516,0.727-0.856,0.413l-6.127-5.663 l-6.127,5.663c-0.341,0.314-0.89,0.05-0.856-0.413l0.607-8.321l-8.248-1.26c-0.458-0.07-0.594-0.665-0.212-0.927l6.884-4.714 l-4.158-7.234c-0.231-0.402,0.149-0.879,0.593-0.744l7.978,2.443l3.064-7.761C149.412,235.245,150.023,235.245,150.193,235.676z"/>
<path style="fill:#F5F5F5;" d="M94.403,185.366l3.064,7.761l7.978-2.443c0.444-0.136,0.823,0.341,0.593,0.744l-4.158,7.234 l6.884,4.714c0.383,0.262,0.247,0.856-0.212,0.927l-8.248,1.26l0.607,8.321c0.034,0.462-0.516,0.727-0.856,0.413l-6.127-5.663 l-6.127,5.663c-0.34,0.314-0.89,0.05-0.856-0.413l0.607-8.321l-8.248-1.26c-0.458-0.07-0.594-0.665-0.212-0.927l6.884-4.714 l-4.158-7.234c-0.231-0.402,0.149-0.879,0.593-0.744l7.978,2.443l3.064-7.761C93.623,184.935,94.233,184.935,94.403,185.366z"/>
<path style="fill:#F5F5F5;" d="M94.403,368.175l3.064,7.761l7.978-2.443c0.444-0.136,0.823,0.341,0.593,0.743l-4.158,7.234 l6.884,4.714c0.383,0.262,0.247,0.856-0.212,0.927l-8.248,1.26l0.607,8.321c0.034,0.462-0.516,0.727-0.856,0.413l-6.127-5.663 l-6.127,5.663c-0.34,0.314-0.89,0.05-0.856-0.413l0.607-8.321l-8.248-1.26c-0.458-0.07-0.594-0.665-0.212-0.927l6.884-4.714 l-4.158-7.234c-0.231-0.402,0.149-0.879,0.593-0.743l7.978,2.443l3.064-7.761C93.623,367.744,94.233,367.744,94.403,368.175z"/>
<path style="fill:#F5F5F5;" d="M117.239,263.62l2.138,6.413l6.761,0.053c0.524,0.004,0.74,0.672,0.32,0.983l-5.439,4.017 l2.039,6.445c0.158,0.5-0.41,0.913-0.836,0.608l-5.5-3.932l-5.5,3.932c-0.426,0.305-0.994-0.108-0.836-0.608l2.039-6.445 l-5.439-4.017c-0.422-0.311-0.204-0.98,0.32-0.983l6.761-0.053l2.138-6.413C116.371,263.123,117.074,263.123,117.239,263.62z"/>
</g>
<path style="fill:#73AF00;" d="M224.575,233.216c-2.166-0.505-4.343,5.067-1.93,6.997c2.413,1.93,6.756,5.549,4.102,7.721 c-2.654,2.172-3.619,2.413-4.102,5.067c-0.482,2.654,0,3.137-2.172,4.343s-7.239,3.619-5.067,6.033 c2.172,2.413,5.067,0.966,6.997-2.895c0,0,13.512-0.482,13.995,0.482c0.482,0.966,1.689,4.585,4.585,3.619 c2.895-0.966,2.895-0.966,2.895-0.966s1.689-0.724,2.895,0.724c1.206,1.448,4.102,1.93,7.48,1.93c3.379,0,6.273,1.93,6.033,6.515 c-0.154,2.937-0.904,9.043-1.421,13.052c-0.277,2.147,1.195,4.122,3.33,4.478l6.178,1.03c1.625,0.27,3.136-0.889,3.281-2.53 c0.29-3.3,0.711-8.137,0.697-8.308c-0.139-1.735,3.378-10.616,3.137-14.719c-0.242-4.102-0.242-4.102-0.242-4.102 s3.619-0.482,5.067-2.895s4.585-8.445,10.858-10.616l1.689-4.102c0,0-4.825-2.172-3.861-3.619c0.966-1.448,1.448-5.309,0.724-8.445 s-0.966-7.48-0.966-7.48s-1.72-0.727-2.083,0.273s-0.727,1.544-1.635,1.363c-0.908-0.182-2.271-0.273-2.634-1.09 s-1.363-1.635-2.271-1.181c-0.908,0.455-2.453,6.54-4.632,7.176c0,0-0.182-2.634-1.544-2.089s-1.272,1.816-1.453,4.087 c-0.181,2.271-15.443,17.622-28.796,13.535c0,0-1.453-2.906-4.451-2.634s-5.905,0.182-7.63-1.908 C229.9,239.971,227.151,233.817,224.575,233.216z"/>
<path style="fill:#FFE15A;" d="M322.837,258.457c4.024,4.276,48.239,16.317,92.932-7.094s71.295-30.15,71.295-30.15 s0.354-6.03,5.853-6.916c5.497-0.887,2.838-3.192,1.419-4.966c-1.419-1.773-8.335-6.562-17.736-2.483c0,0-10.936,0.414-12.591-14.72 s-2.365-30.505-6.148-37.126c-3.784-6.621-34.997-39.726-38.781-37.126c-3.784,2.601,9.459,35.47,21.756,47.058 c0,0,2.838,20.337-0.71,21.282c-3.548,0.946-23.174-17.026-58.172-21.282c0,0,14.898,20.337,33.106,28.85 s23.174,16.317,22.701,19.627c-0.473,3.31-6.621,19.154-16.789,26.485c-10.168,7.33-35.707,27.193-93.642,16.789 C327.33,256.684,320.946,256.447,322.837,258.457z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.0 KiB

Some files were not shown because too many files have changed in this diff Show More