Add : Chrome Android theme
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# 通信行程卡 之 黄、红卡及彩蛋卡版
|
# 通信行程卡 适配 Chrome Android 顶栏颜色版
|
||||||
|
|
||||||
**注意:本项目仅作纪念,无实际意义,不得用于防疫等相关场景**
|
**注意:本项目仅作纪念,无实际意义,不得用于防疫等相关场景**
|
||||||
|
|
||||||
本项目由 程序员小墨 制作并开源,当前分支由[@小林囝](https://gitee.com/teochew)基于 main 分支修改而来
|
本项目由 程序员小墨 制作并开源,当前分支由[Magicst_Magoo](https://github.com/MagicstMagoo)基于 feat-color 分支修改提交
|
||||||
|
10
index.html
10
index.html
@@ -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">
|
||||||
@@ -323,11 +324,12 @@
|
|||||||
card: {
|
card: {
|
||||||
title: "通信行程卡纪念版",
|
title: "通信行程卡纪念版",
|
||||||
subtitle: "做自己的健康第一责任人",
|
subtitle: "做自己的健康第一责任人",
|
||||||
phone: "芒小幻",
|
phone: "麻瓜瓜",
|
||||||
time: "停止于:2022.12.13 00:00:00",
|
time: "停止于:2022.12.13 00:00:00",
|
||||||
timeSpan: "2020 - 2022",
|
timeSpan: "2020 - 2022",
|
||||||
type: 0,
|
type: 0,
|
||||||
location: "湖南省长沙市、芒果幻城",
|
themeColor: 0,
|
||||||
|
location: "广东省东莞市、艾尔登尼亚",
|
||||||
},
|
},
|
||||||
setting: [
|
setting: [
|
||||||
{
|
{
|
||||||
@@ -349,7 +351,7 @@
|
|||||||
name: "归属人",
|
name: "归属人",
|
||||||
type: 'input',
|
type: 'input',
|
||||||
maxlength: 15,
|
maxlength: 15,
|
||||||
more: ["2020***2022", "您的姓名", "189****1234", "某某某", "芒小幻"]
|
more: ["2020***2022", "您的姓名", "189****1234", "某某某", "麻瓜瓜"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "time",
|
key: "time",
|
||||||
@@ -370,7 +372,7 @@
|
|||||||
name: "到达地点",
|
name: "到达地点",
|
||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
maxlength: 300,
|
maxlength: 300,
|
||||||
more: ["芒果幻城", "湖南省长沙市、芒果幻城", "湖北省武汉市", "湖北省武汉市、湖北省天门市"],
|
more: ["艾尔登尼亚", "广东省东莞市、艾尔登尼亚", "湖北省武汉市", "湖北省武汉市、湖北省天门市"],
|
||||||
textarea: true,
|
textarea: true,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user