Update: 修复 package.json 和一些依赖问题

This commit is contained in:
2025-08-08 16:25:56 +08:00
parent d1682f1b1c
commit 27dfb0ae69
2 changed files with 830 additions and 617 deletions

View File

@ -1,8 +1,8 @@
{
"name": "pet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"description": "A cute desktop pet of 'Shuodedaoli' built with Electron and Vue 3.",
"main": "main/main.js",
"scripts": {
"dev": "concurrently \"cd renderer && npm run dev\" \"wait-on http://localhost:5173 && electron .\"",
"build": "cd renderer && npm run build && electron-builder",