|
@@ -54,58 +54,70 @@ const anchorList = reactive([
|
|
|
const templateList = reactive([
|
|
|
{
|
|
|
template_id: "style1",
|
|
|
- img: "天井",
|
|
|
+ img: "資安鏡面1",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style2",
|
|
|
- img: "城市",
|
|
|
+ img: "資安鏡面2",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style3",
|
|
|
- img: "城市2",
|
|
|
+ img: "資安鏡面3",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style4",
|
|
|
- img: "城市3",
|
|
|
+ img: "天井",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style5",
|
|
|
- img: "高樓",
|
|
|
+ img: "城市",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style6",
|
|
|
- img: "落地窗",
|
|
|
+ img: "城市2",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style7",
|
|
|
- img: "落地窗2",
|
|
|
+ img: "城市3",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style8",
|
|
|
- img: "網路",
|
|
|
+ img: "高樓",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style9",
|
|
|
- img: "網路2",
|
|
|
+ img: "落地窗",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style10",
|
|
|
- img: "網路3",
|
|
|
+ img: "落地窗2",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style11",
|
|
|
- img: "鏡面-01",
|
|
|
+ img: "網路",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style12",
|
|
|
- img: "鏡面-02",
|
|
|
+ img: "網路2",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style13",
|
|
|
- img: "鏡面-03",
|
|
|
+ img: "網路3",
|
|
|
},
|
|
|
{
|
|
|
template_id: "style14",
|
|
|
+ img: "鏡面-01",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ template_id: "style15",
|
|
|
+ img: "鏡面-02",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ template_id: "style16",
|
|
|
+ img: "鏡面-03",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ template_id: "style17",
|
|
|
img: "鏡面-04",
|
|
|
},
|
|
|
]);
|