图生图

This commit is contained in:
ZLI263
2025-10-19 13:44:32 +08:00
parent d9d798ac72
commit 0d21742e12
11 changed files with 902 additions and 13 deletions

97
npm-dev.service Normal file
View File

@@ -0,0 +1,97 @@
[Unit]
Description=Vue Admin Development Server
After=network.target
[Service]
Type=simple
User=your-username
WorkingDirectory=/path/to/your/project
ExecStart=/usr/bin/npm run dev
Restart=always
RestartSec=10
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target