From 796daf1f3f27bcba79edd7421c73269bd1228915 Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Thu, 15 May 2025 15:42:11 +0800 Subject: [PATCH 1/3] test --- request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/request.js b/request.js index 015f335..4598e8f 100644 --- a/request.js +++ b/request.js @@ -1 +1 @@ -export const url='http://1.94.237.210:3456'; +export const url='http://1.94.237.210:3457'; From 1e92328370b6a094ec4213ba49bd27ef76c2810c Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Thu, 15 May 2025 22:36:38 +0800 Subject: [PATCH 2/3] ceshi --- package-lock.json | 2 +- request.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 11cb01d..72440a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "青橙", + "name": "qingcheng-xiaochengxu", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/request.js b/request.js index 4598e8f..d0ab4a9 100644 --- a/request.js +++ b/request.js @@ -1 +1,2 @@ export const url='http://1.94.237.210:3457'; +export const localhost = 'http://localhost:3456' \ No newline at end of file From 11fd4672baa3f51cf4dc512bb375ee82da491ac3 Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Thu, 15 May 2025 22:39:38 +0800 Subject: [PATCH 3/3] ceshi --- .idea/.gitignore | 8 ++++++++ .idea/modules.xml | 8 ++++++++ .idea/qingcheng-xiaochengxu.iml | 12 ++++++++++++ .idea/vcs.xml | 6 ++++++ request.js | 3 +-- 5 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/modules.xml create mode 100644 .idea/qingcheng-xiaochengxu.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..abc7fea --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/qingcheng-xiaochengxu.iml b/.idea/qingcheng-xiaochengxu.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/qingcheng-xiaochengxu.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/request.js b/request.js index d0ab4a9..298dcad 100644 --- a/request.js +++ b/request.js @@ -1,2 +1 @@ -export const url='http://1.94.237.210:3457'; -export const localhost = 'http://localhost:3456' \ No newline at end of file +export const url='http://1.94.237.210:3457'; \ No newline at end of file