diff --git a/package-lock.json b/package-lock.json index 643abd5..21b0af5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "sudo-design", + "name": "xunpai-design", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "sudo-design", + "name": "xunpai-design", "version": "1.0.0", "dependencies": { "@gradio/client": "^0.1.4", diff --git a/src/config.ts b/src/config.ts index 16e8c02..de96a17 100644 --- a/src/config.ts +++ b/src/config.ts @@ -9,8 +9,8 @@ export default { VERSION: '1.1.0', APP_NAME: '迅排设计', COPYRIGHT: 'ShawnPhang - Palxp.com', - API_URL: isDev ? 'http://localhost:9998' : '${API}', - // API_URL: 'https://app.palxp.com:8887', + // API_URL: isDev ? 'http://localhost:9998' : '${API}', + API_URL: 'https://app.palxp.com:8887', SCREEN_URL: isDev ? 'http://localhost:7001' : '${SCREEN_URL}', IMG_URL: 'https://store.palxp.com/', // ICONFONT_URL: '//at.alicdn.com/t/font_3223711_74mlzj4jdue.css',