From dd885ba65160f56081563695fd4ac3926a18e48f Mon Sep 17 00:00:00 2001 From: wangxuefeng Date: Thu, 13 Mar 2025 10:24:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9A=84=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/designer/.env.production | 6 +++--- apps/designer/.env.staging | 2 +- apps/platform/.env.production | 6 +++--- apps/platform/.env.staging | 2 +- apps/renderer/.env.production | 6 +++--- apps/renderer/.env.staging | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/designer/.env.production b/apps/designer/.env.production index fafca0a..3ebf7d6 100644 --- a/apps/designer/.env.production +++ b/apps/designer/.env.production @@ -7,6 +7,6 @@ VITE_BASE_URL = / VITE_BASE_API_URL = 'https://custom-chart-api.shiyuegame.com/' -VITE_PLATFORM_URL = 'https://y-code-platform.shiyuegame.com/' -VITE_DESIGNER_URL = 'https://y-code-designer.shiyuegame.com/' -VITE_RENDERER_URL = 'https://y-code-renderer.shiyuegame.com/' +VITE_PLATFORM_URL = 'https://y-code.shiyue.com/' +VITE_DESIGNER_URL = 'https://y-code-designer.shiyue.com/' +VITE_RENDERER_URL = 'https://y-code-renderer.shiyue.com/' diff --git a/apps/designer/.env.staging b/apps/designer/.env.staging index 3b6e584..3e6bd83 100644 --- a/apps/designer/.env.staging +++ b/apps/designer/.env.staging @@ -7,6 +7,6 @@ VITE_BASE_URL = / # base api url VITE_BASE_API_URL = 'https://custom-chart-pre-api.shiyue.com/' -VITE_PLATFORM_URL = 'https://y-code-platform-pre.shiyue.com/' +VITE_PLATFORM_URL = 'https://y-code-pre.shiyue.com/' VITE_DESIGNER_URL = 'https://y-code-designer-pre.shiyue.com/' VITE_RENDERER_URL = 'https://y-code-renderer-pre.shiyue.com/' diff --git a/apps/platform/.env.production b/apps/platform/.env.production index 92c80af..215cf85 100644 --- a/apps/platform/.env.production +++ b/apps/platform/.env.production @@ -27,7 +27,7 @@ VITE_BASE_URL = / VITE_BASE_API_URL = 'https://custom-chart-api.shiyuegame.com/' -VITE_PLATFORM_URL = 'https://y-code-platform.shiyuegame.com/' -VITE_DESIGNER_URL = 'https://y-code-designer.shiyuegame.com/' -VITE_RENDERER_URL = 'https://y-code-renderer.shiyuegame.com/' +VITE_PLATFORM_URL = 'https://y-code.shiyue.com/' +VITE_DESIGNER_URL = 'https://y-code-designer.shiyue.com/' +VITE_RENDERER_URL = 'https://y-code-renderer.shiyue.com/' Y_CODE_V1_URL = 'https://custom-chart.shiyuegame.com/' diff --git a/apps/platform/.env.staging b/apps/platform/.env.staging index fb4e8bd..2f2334a 100644 --- a/apps/platform/.env.staging +++ b/apps/platform/.env.staging @@ -7,7 +7,7 @@ VITE_BASE_URL = / # base api url VITE_BASE_API_URL = 'https://custom-chart-pre-api.shiyue.com/' -VITE_PLATFORM_URL = 'https://y-code-platform-pre.shiyue.com/' +VITE_PLATFORM_URL = 'https://y-code-pre.shiyue.com/' VITE_DESIGNER_URL = 'https://y-code-designer-pre.shiyue.com/' VITE_RENDERER_URL = 'https://y-code-renderer-pre.shiyue.com/' Y_CODE_V1_URL = 'https://custom-chart.shiyue.com/' diff --git a/apps/renderer/.env.production b/apps/renderer/.env.production index 51fa34b..5568dc3 100644 --- a/apps/renderer/.env.production +++ b/apps/renderer/.env.production @@ -6,6 +6,6 @@ VITE_BASE_URL = / VITE_BASE_API_URL = 'https://custom-chart-api.shiyuegame.com/' -VITE_PLATFORM_URL = 'https://y-code-platform.shiyuegame.com/' -VITE_DESIGNER_URL = 'https://y-code-designer.shiyuegame.com/' -VITE_RENDERER_URL = 'https://y-code-renderer.shiyuegame.com/' +VITE_PLATFORM_URL = 'https://y-code.shiyue.com/' +VITE_DESIGNER_URL = 'https://y-code-designer.shiyue.com/' +VITE_RENDERER_URL = 'https://y-code-renderer.shiyue.com/' diff --git a/apps/renderer/.env.staging b/apps/renderer/.env.staging index 453114c..7be706f 100644 --- a/apps/renderer/.env.staging +++ b/apps/renderer/.env.staging @@ -10,6 +10,6 @@ VITE_PORT = 10010 # base api url VITE_BASE_API_URL = 'https://custom-chart-pre-api.shiyue.com/' -VITE_PLATFORM_URL = 'https://y-code-platform-pre.shiyue.com/' +VITE_PLATFORM_URL = 'https://y-code-pre.shiyue.com/' VITE_DESIGNER_URL = 'https://y-code-designer-pre.shiyue.com/' VITE_RENDERER_URL = 'https://y-code-renderer-pre.shiyue.com/'