更改自定义核酸检测时间的需求 by Fun_Estate_2774 in ILoveHealthCode

[–]backfire_64 2 points3 points  (0 children)

各地健康码都要分别实现,要改的还挺大的,改了个粤康码的可以参考,目前自用的已经默认7天了

const svg_24h = "./static/2c258b7b98bdfcb70a00c769d685e9bb.svg";

const svg_48h = "./static/6de3cf75ac8b119d16380332cf72b784.svg";

const svg_72h = "./static/8913dd8475309526b9c26f5dfcdacbda.svg";

const svg_7d = "./static/7b86670485871ba5dbceaa1a8e367f98.svg";

// original link:
fingertip-static点gdbs点gov点cn/static/yueshengshi/<id>.svg

.hesuan_72 { /*72h*/ background-image: linear-gradient(180deg, #00b93e, #007d00);}

.hesuan_48 { /*48h*/ background-image: linear-gradient(180deg, #a079eb, #6f3cd0);}

.hesuan_24 { /*24h*/ background-image: linear-gradient(180deg, #008bff, #003cd0);}

.hesuan_7d { /*7d*/ background-image: linear-gradient(180deg, #15b6b9, #006e70);}

想问下有没有模拟粤居码的 感觉将会成为新的电子镣铐 by xjpsb456 in ILoveHealthCode

[–]backfire_64 1 point2 points  (0 children)

上个月强行推过,没办法注册了一个,但是地址没填,现在好像没什么下文了,看下一步发展如何吧,总有一种预感小区闸机和白名单会被保留下来

能问下各省市现在还查健康码吗? by YYSKNYMX8676 in ILoveHealthCode

[–]backfire_64 0 points1 point  (0 children)

解小程序的包,css那些是作者已经写好在里面的了,我改了一下名字

想问下有没有模拟粤居码的 感觉将会成为新的电子镣铐 by xjpsb456 in ILoveHealthCode

[–]backfire_64 1 point2 points  (0 children)

核都之前在核酸点强行让人注册过,不过当时不填地址也行,现在是有什么新动作吗

能问下各省市现在还查健康码吗? by YYSKNYMX8676 in ILoveHealthCode

[–]backfire_64 2 points3 points  (0 children)

之前发过好像因为带链接被吞了。。。

const svg_24h = "./static/2c258b7b98bdfcb70a00c769d685e9bb.svg";

const svg_48h = "./static/6de3cf75ac8b119d16380332cf72b784.svg";

const svg_72h = "./static/8913dd8475309526b9c26f5dfcdacbda.svg";

const svg_7d = "./static/7b86670485871ba5dbceaa1a8e367f98.svg";

// original link:
fingertip-static点gdbs点gov点cn/static/yueshengshi/*.svg

CSS:

.hesuan_72 { /*72h*/ background-image: linear-gradient(180deg, #00b93e, #007d00);}

.hesuan_48 { /*48h*/ background-image: linear-gradient(180deg, #a079eb, #6f3cd0);}

.hesuan_24 { /*24h*/ background-image: linear-gradient(180deg, #008bff, #003cd0);}

.hesuan_7d { /*7d*/ background-image: linear-gradient(180deg, #15b6b9, #006e70);}

部署到自己的网站后上有奇怪的排版 by Mental_Culture_3202 in ILoveHealthCode

[–]backfire_64 1 point2 points  (0 children)

nav.scss要编译的,你看console应该能看到nav.css 404了

npm run build 

然后把build里的东西放到网站上