npm install
npm run dev
npm run build
修改根目录下的CustomizedData.json
文件
bg-pc
: PC端背景
bg-m
: 移动端背景
Title
: 标题
tips
: 提示文案
tabTitle
: 浏览器标签名称
{
"bg-pc": "https://unsplash.it/1920/1080?random",
"bg-m": "https://unsplash.it/1920/1080?random",
"title": "VPS剩余价值计算器",
"tips": [
"牢记祖训:一鸡一号一邮箱",
"大额交易走中介",
"适度娱乐,回归生活"
],
"tabTitle": "VPS剩余价值计算器"
}