-- MACRO --
local pre_url = "http://www.ilifesmart.com:8088/DISCOVER/cn/article/";
local qa_url = "http://www.ilifesmart.com:8088/DISCOVER/cn/qna/";
local za_url = "http://www.ilifesmart.com:8088/zhongan/";
local timestamp_pic = "?t=1522408653189";
local timestamp_atc = "&t=1522408653189";

local fb_img;
local fb_url;
fb_img = za_url .. "image/poster1.png";
fb_url = za_url;

if (AID == "10443" or AID == "7504997") then
	fb_img = pre_url .. "resources/portal/img/gemdole.jpg" .. timestamp_pic;
	fb_url = "http://www.gemdale.com/";
else
end

PORTAL = {
	-- 官网 /TEST --
	{
		_boxty = "cycleslider",
		{
			img = { url = "http://www.ilifesmart.com:8088/DISCOVER/cn/article/resources/portal/img/ows.jpg" .. timestamp_pic },
			act = { click = { url = "http://www.ilifesmart.com/", jmp = true } },
			aspectRatio = 0.5625,
			bottomBorderType = false
		}
	},
	-- 文章 --
	{
		_boxty = "cycleslider",
		{
			img = { url = pre_url .. "resources/portal/img/cd173.jpg" .. timestamp_pic },
			act = { click = pre_url .. "article.php?id=173" .. timestamp_atc },
			aspectRatio = 0.453125,
			bottomBorderType = false
		}
	},
	{
		_boxty = "cycleslider",
		{
			img = { url = pre_url .. "resources/portal/img/cd172.jpg" .. timestamp_pic },
			act = { click = pre_url .. "article.php?id=172" .. timestamp_atc },
			aspectRatio = 0.453125,
			bottomBorderType = false
		}
	}
}