From 5a6163e4d4ac3a4921564a97983ec1ad27cc3013 Mon Sep 17 00:00:00 2001 From: mysper Date: Tue, 19 Jan 2021 18:03:41 +0800 Subject: [PATCH 1/5] [add] add url for each link --- src/components/CFP/IntrodContainer.vue | 31 +++++++++++++++++++------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/src/components/CFP/IntrodContainer.vue b/src/components/CFP/IntrodContainer.vue index cae7920..15dea85 100644 --- a/src/components/CFP/IntrodContainer.vue +++ b/src/components/CFP/IntrodContainer.vue @@ -32,17 +32,17 @@
- - -
+

SITCON 2020

#define

+

SITCON 2019

開箱演算法

+

SITCON 2018

POPULAR COMPUTER SCIENCE

@@ -64,8 +64,14 @@

- - + +
@@ -101,9 +107,15 @@ 詳細時程請見

- + - +
@@ -122,7 +134,10 @@ contact@sitcon.org

- +
From a382d89e045f1e8621e6a83555b5f31b62de64b1 Mon Sep 17 00:00:00 2001 From: Denny Huang Date: Tue, 19 Jan 2021 21:05:29 +0800 Subject: [PATCH 2/5] Fix json-ld --- template/ga.html | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/template/ga.html b/template/ga.html index 66fae17..3e4411a 100644 --- a/template/ga.html +++ b/template/ga.html @@ -36,21 +36,12 @@ "offers": [ { "@type": "Offer", - "name": "個人贊助票", + "name": "個人小額贊助方案", "url": "https://sitcon.kktix.cc/events/sitcon2020-individual-sponsor", - "price": "1000", - "priceCurrency": "TWD", - "availability": "http://schema.org/InStock", - "validFrom": "2019-10-14T00:00+08:00" - }, - { - "@type": "Offer", - "name": "個人贊助票(純粹贊助)", - "url": "https://sitcon.kktix.cc/events/sitcon2021-individual-sponsor1", "price": "500", "priceCurrency": "TWD", "availability": "http://schema.org/InStock", - "validFrom": "2019-10-14T00:00+08:00" + "validFrom": "2020-12-01T00:00+08:00" } ], "performer": { @@ -64,8 +55,7 @@ "https://twitter.com/sitcontw" ] }, - "eventStatus": "EventRescheduled", - "previousStartDate": "2021-05-29T08:30+08:00" + "eventStatus": "EventScheduled" } \ No newline at end of file + From e7c8ec7bba00b7521ca4ec7168356e1c674e8d44 Mon Sep 17 00:00:00 2001 From: mysper Date: Tue, 19 Jan 2021 21:09:41 +0800 Subject: [PATCH 3/5] [fix] corruct link url --- package.json | 4 ++-- public/index.html | 3 ++- src/components/CFP/Intro.vue | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5d4011d..0376a63 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "serve": "vue-cli-service serve", - "build": "vue-cli-service build && mv ./dist/2021/* ./dist && rm -rf 2021", + "build": "vue-cli-service build && mv ./dist/2021/* ./dist && rm -rf 2021 && mv ./dist/app.html ./dist/index.html", "lint": "vue-cli-service lint" }, "dependencies": { @@ -34,4 +34,4 @@ "vue-cli-plugin-prerender-spa": "~1.1.6", "vue-template-compiler": "^2.6.11" } -} +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 72ec4a8..c9c50d9 100644 --- a/public/index.html +++ b/public/index.html @@ -13,10 +13,11 @@ SITCON 學生計算機年會 2021 + - +