This commit is contained in:
2022-04-30 11:45:14 +08:00
parent 02e12e1afd
commit f161703032
6 changed files with 588 additions and 5 deletions

View File

@ -1,9 +1,7 @@
const __APP_VERSION__ = "__APP_VERSION";
const __APP_BUILD_TIME__ = __APP_BUILD_TIME;
import "./styles/base.css";
import "./styles/header.css";
import "./styles/contents.css";
import "./styles.css";
import Typed from "typed.js";

3
src/styles.css Normal file
View File

@ -0,0 +1,3 @@
@import url(./styles/base.css);
@import url(./styles/contents.css);
@import url(./styles/header.css);