1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Compare commits

...

6 Commits

Author SHA1 Message Date
900e904920 add 特别说明 2022-12-19 18:13:46 +08:00
麻瓜瓜
8686a9bc7b Fix : 时间超过15个字符无法输入的问题 2022-12-18 16:28:57 +08:00
麻瓜瓜
ea846ff7fd Add : Chrome Android theme 2022-12-18 16:21:36 +08:00
93eaa2b9d2
add LICENSE.
Signed-off-by: 程序员小墨 <2291200076@qq.com>
2022-12-15 12:10:19 +00:00
affdcd820b update README.md 2022-12-15 20:07:13 +08:00
25165d3dcd update README.md 2022-12-15 19:25:10 +08:00
6 changed files with 59 additions and 5 deletions

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2022 程序员小墨
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -1,9 +1,41 @@
# 通信行程卡纪念版 H5
[GitHub](https://github.com/coder-xiaomo/travel-card) [Gitee](https://gitee.com/coder-xiaomo/travel-card)
> **关于网传微信小程序涉嫌违规相关资讯与本项目无关,且不存在相互抄袭,[点击查看特别说明](https://www.bilibili.com/read/cv20610303)。**
仓库地址:[GitHub](https://github.com/coder-xiaomo/travel-card) [Gitee](https://gitee.com/coder-xiaomo/travel-card)
演示地址https://coder-xiaomo.gitee.io/travel-card/
<div align=center><img src="docs/Screenshot.jpg" width="300px" /></div>
## 更多版本
感谢大家提的Pr由于功能差异无法合并到同一分支所以合并到不同分支中了大家可以前往以下分支查看
### [feat-color](https://gitee.com/coder-xiaomo/travel-card/tree/feat-color/): 黄、红卡及彩蛋卡版
> [@小林囝](https://gitee.com/teochew)提交的[Pull Request](https://gitee.com/coder-xiaomo/travel-card/pulls/1)
**演示地址https://coder-xiaomo.gitee.io/travel-card/feat-color**
<div align=center><img src="docs/Screenshot-feat-color.jpg" width="300px" /></div>
### [feat-optimize](https://gitee.com/coder-xiaomo/travel-card/tree/feat-optimize/): 优化页面结构,更像原版,添加标题字体等
> [@呱行次比猫](https://space.bilibili.com/38238808)提交的[Pull Request](https://gitee.com/coder-xiaomo/travel-card/pulls/3)
**演示地址https://coder-xiaomo.gitee.io/travel-card/feat-optimize**
<div align=center><img src="docs/Screenshot-feat-optimize.jpg" width="300px" /></div>
## 一些说明
**注意:本项目仅作纪念,无实际意义,不得用于防疫等相关场景**
本项目由 程序员小墨 制作并开源,欢迎关注我的[B站](https://space.bilibili.com/457109942)和公众号ID程序员小墨
欢迎关注我的[B站](https://space.bilibili.com/457109942)和公众号ID程序员小墨

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

BIN
docs/Screenshot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

View File

@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<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">
<title>通信行程卡 - 纪念版</title>
<link rel="shortcut icon" href="./assets/image/arrow-compressed.png" type="image/x-icon">
@ -327,7 +328,7 @@
{
key: "time",
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"]
},
{