pnpm add nodemon
"dependencies": {
"electron": "24.3.1",
"nodemon": "^2.0.22"
}
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"scripts": {
"start": "nodemon --exec electron ."
},
{
"ignore": ["node_modules", "dist"],
"colours": true,
"verbose": true,
"restartable": "rs",
"watch": ["*.*"],
"ext": "html, js"
}
.taro-pet {
width: 100px;
height: 100px;
/* background-color: red; */
background-color: blue;
}
{
"name": "demo",
"version": "1.0.0",
"description": "",
"main": "./src/_main/main.js",
"scripts": {
"start": "nodemon --exec electron ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"electron": "24.3.1",
"nodemon": "^2.0.22"
}
}
{
"ignore": ["node_modules", "dist"],
"colours": true,
"verbose": true,
"restartable": "rs",
"watch": ["*.*"],
"ext": "html, js"
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TaroPet</title>
<style>
.taro-pet {
width: 100px;
height: 100px;
/* background-color: red; */
background-color: blue;
}
</style>
</head>
<body>
<div id="taro-pet" class="taro-pet"></div>
</body>
</html>
此页面不支持夜间模式!
已进入夜间模式!
已进入普通模式!
搜索框不允许为空
签到成功!经验+5!芋圆币+2!
签到失败!今日已签到!
需要登录社区账号才可以进入!