mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 23:51:26 +00:00
Compare commits
No commits in common. "f123fe6e5b6ff77df5363665dec8074e04008121" and "7f1f0caeed430d67bd03f468d103a91564698ab2" have entirely different histories.
f123fe6e5b
...
7f1f0caeed
3 changed files with 1 additions and 20 deletions
|
|
@ -46,12 +46,6 @@ Then clone it to your local machine.
|
||||||
|
|
||||||
For details about environment variables, see: <b>[EnvVariables-en.md](docs/EnvVariables-en.md)</b>
|
For details about environment variables, see: <b>[EnvVariables-en.md](docs/EnvVariables-en.md)</b>
|
||||||
|
|
||||||
- Install dependencies
|
|
||||||
|
|
||||||
```shell
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
- Local development
|
- Local development
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
|
||||||
|
|
@ -47,12 +47,6 @@
|
||||||
|
|
||||||
有关环境变量的说明详见:<b>[EnvVariables.md](docs/EnvVariables.md)</b>
|
有关环境变量的说明详见:<b>[EnvVariables.md](docs/EnvVariables.md)</b>
|
||||||
|
|
||||||
- 安装依赖
|
|
||||||
|
|
||||||
```shell
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
- 本地调试
|
- 本地调试
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
|
||||||
|
|
@ -87,17 +87,10 @@ html.dark body::after {
|
||||||
|
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 900px) {
|
||||||
body::after {
|
body::after {
|
||||||
opacity: 0.1;
|
opacity: 0.06;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 700px) {
|
|
||||||
body::after {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue