Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
900e904920 | |||
![]() |
8686a9bc7b | ||
![]() |
ea846ff7fd |
@@ -1,5 +1,7 @@
|
|||||||
# 通信行程卡纪念版 H5
|
# 通信行程卡纪念版 H5
|
||||||
|
|
||||||
|
> **关于网传微信小程序涉嫌违规相关资讯与本项目无关,且不存在相互抄袭,[点击查看特别说明](https://www.bilibili.com/read/cv20610303)。**
|
||||||
|
|
||||||
仓库地址:[GitHub](https://github.com/coder-xiaomo/travel-card) [Gitee](https://gitee.com/coder-xiaomo/travel-card)
|
仓库地址:[GitHub](https://github.com/coder-xiaomo/travel-card) [Gitee](https://gitee.com/coder-xiaomo/travel-card)
|
||||||
|
|
||||||
演示地址:https://coder-xiaomo.gitee.io/travel-card/
|
演示地址:https://coder-xiaomo.gitee.io/travel-card/
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="theme-color" content="#00A961">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>通信行程卡 - 纪念版</title>
|
<title>通信行程卡 - 纪念版</title>
|
||||||
<link rel="shortcut icon" href="./assets/image/arrow-compressed.png" type="image/x-icon">
|
<link rel="shortcut icon" href="./assets/image/arrow-compressed.png" type="image/x-icon">
|
||||||
@@ -327,7 +328,7 @@
|
|||||||
{
|
{
|
||||||
key: "time",
|
key: "time",
|
||||||
name: "时间",
|
name: "时间",
|
||||||
maxlength: 15,
|
maxlength: 25,
|
||||||
more: ["2020.02.13 - 2022.12.13", "2020年 - 2022年", "停止于:2022.12.13 00:00:00", "更新于:2022.12.13 00:00:00"]
|
more: ["2020.02.13 - 2022.12.13", "2020年 - 2022年", "停止于:2022.12.13 00:00:00", "更新于:2022.12.13 00:00:00"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user