Fixed a bug where some Windows systems failed to recognize spaces. (#1577)

* Update package.json

* Update PluginMarketComponent.tsx

* Update PluginMarketComponent.tsx
This commit is contained in:
TwperBody
2025-07-19 16:48:15 +08:00
committed by GitHub
parent 2d1737da1f
commit c34d54a6cb

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev --turbopack",
"dev:local": "NEXT_PUBLIC_API_BASE_URL=http://localhost:5300 next dev --turbopack",
"dev:local:win": "set NEXT_PUBLIC_API_BASE_URL=http://localhost:5300 && next dev --turbopack",
"dev:local:win": "set NEXT_PUBLIC_API_BASE_URL=http://localhost:5300&&next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",