diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0fafe0f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/travel-card.iml b/.idea/travel-card.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/travel-card.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..f2a1789 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + { + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "WebServerToolWindowFactoryState": "false", + "vue.rearranger.settings.migration": "true" + } +} + + + + + 1671281515793 + + + 1671329691741 + + + 1671331369396 + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/font/.keep b/assets/font/.keep new file mode 100644 index 0000000..e69de29 diff --git a/assets/font/PangMenZhengDao-3.ttf b/assets/font/PangMenZhengDao-3.ttf new file mode 100644 index 0000000..89f455c Binary files /dev/null and b/assets/font/PangMenZhengDao-3.ttf differ diff --git a/index.html b/index.html index 0e2361c..b461bf7 100644 --- a/index.html +++ b/index.html @@ -189,6 +189,11 @@ color: #f7ba00; background-color: #fff4d3; } + + @font-face { + font-family: PangMenZhengDao; + src: url("assets/font/PangMenZhengDao-3.ttf"); + } @@ -201,12 +206,17 @@
-

{{ card.title }}

-

{{ card.subtitle }}

+ +
+ +
+

{{ card.title }}

+

{{ card.subtitle }}

+
-
+
- +
-
- 您于 {{ card.timeSpan }} 年到达或途经:{{ card.location +
+ 您于{{ card.timeSpan }}到达或途经:{{ card.location }}
@@ -245,12 +254,15 @@ 2022年12月13日0时起,正式下线“通信行程卡”服务,“通信行程卡”短信、网页、微信小程序、支付宝小程序、APP等查询渠道将同步下线。
- ———— 三年了,再见 ———— + ————————— 三年了,再见 —————————

2020.02.13 - 2022.12.13

+
+ +
@@ -312,6 +324,11 @@

* 本页面仅作纪念,无实际意义,不得用于防疫等相关场景

+

+ 开源地址: + GitHub + Gitee +