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
+
+
+ 1671281515793
+
+
+
+
+
+ 1671329691741
+
+
+
+ 1671329691741
+
+
+ 1671331369396
+
+
+
+ 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/assets/image/birthday-compressed.png b/assets/image/birthday-compressed.png
new file mode 100644
index 0000000..dcb9085
Binary files /dev/null and b/assets/image/birthday-compressed.png differ
diff --git a/assets/image/birthday.png b/assets/image/birthday.png
new file mode 100644
index 0000000..db581f5
Binary files /dev/null and b/assets/image/birthday.png differ
diff --git a/assets/image/no-compressed.png b/assets/image/no-compressed.png
new file mode 100644
index 0000000..1c062bb
Binary files /dev/null and b/assets/image/no-compressed.png differ
diff --git a/assets/image/no.png b/assets/image/no.png
new file mode 100644
index 0000000..6f3997d
Binary files /dev/null and b/assets/image/no.png differ
diff --git a/assets/image/red-compressed.png b/assets/image/red-compressed.png
new file mode 100644
index 0000000..654d4aa
Binary files /dev/null and b/assets/image/red-compressed.png differ
diff --git a/assets/image/red.png b/assets/image/red.png
new file mode 100644
index 0000000..18686a4
Binary files /dev/null and b/assets/image/red.png differ
diff --git a/assets/image/yellow-compressed.png b/assets/image/yellow-compressed.png
new file mode 100644
index 0000000..56d925e
Binary files /dev/null and b/assets/image/yellow-compressed.png differ
diff --git a/assets/image/yellow.png b/assets/image/yellow.png
new file mode 100644
index 0000000..933df8d
Binary files /dev/null and b/assets/image/yellow.png differ
diff --git a/index.html b/index.html
index 3931a8c..b461bf7 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
+
通信行程卡 - 纪念版
@@ -164,6 +165,35 @@
.setting-input input {
width: 100%;
}
+
+ .yellow {
+ background-color: #f7ba00;
+ }
+
+ .red,
+ .no {
+ background-color: #e43b00;
+ }
+
+ .text-green {
+ color: #00A766;
+ background-color: #CFEEDF;
+ }
+
+ .text-red {
+ color: #e43b00;
+ background-color: #ffe6dc;
+ }
+
+ .text-yellow {
+ color: #f7ba00;
+ background-color: #fff4d3;
+ }
+
+ @font-face {
+ font-family: PangMenZhengDao;
+ src: url("assets/font/PangMenZhengDao-3.ttf");
+ }
@@ -171,22 +201,26 @@
-
+
-
{{ card.title }}
-
{{ card.subtitle }}
+
+
+
{{ card.title }}
+
{{ card.subtitle }}
+
-
-
+
- 请收下绿色行程卡
+ 请收下{{ cardColor }}色行程卡
@@ -206,12 +240,11 @@
-
+
-
- 您于 {{ card.timeSpan }} 年到达或途经:
{{ card.location
+
+ 您于{{ card.timeSpan }}到达或途经:{{ card.location
}}
@@ -221,12 +254,15 @@
2022年12月13日0时起,正式下线“通信行程卡”服务,“通信行程卡”短信、网页、微信小程序、支付宝小程序、APP等查询渠道将同步下线。
- ———— 三年了,再见 ————
+ ————————— 三年了,再见 —————————
+
+
+
@@ -251,13 +287,22 @@
{{ item.name }}
-
@@ -276,14 +321,10 @@