Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
900e904920 | |||
|
8686a9bc7b | ||
|
ea846ff7fd | ||
93eaa2b9d2 | |||
affdcd820b | |||
25165d3dcd |
21
LICENSE
Normal file
21
LICENSE
Normal 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.
|
40
README.md
40
README.md
@ -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:程序员小墨)
|
||||
|
BIN
docs/Screenshot-feat-color.jpg
Normal file
BIN
docs/Screenshot-feat-color.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
BIN
docs/Screenshot-feat-optimize.jpg
Normal file
BIN
docs/Screenshot-feat-optimize.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
BIN
docs/Screenshot.jpg
Normal file
BIN
docs/Screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
@ -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"]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user