From bda29fe3c91fe993626cde46cc45201082173842 Mon Sep 17 00:00:00 2001 From: LiuShi_2 <2287722838@qq.com> Date: Mon, 20 Nov 2023 00:29:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E7=AB=A0=E3=80=81=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E3=80=81=E5=8F=8B=E9=93=BE=E3=80=81=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=9A=84crud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .history/.env_20231120000626.development | 23 +++++++++++++++++++++++ .history/.env_20231120000651.development | 14 ++++++++++++++ .history/.prettierrc_20231120000353.js | 23 +++++++++++++++++++++++ .history/.prettierrc_20231120000715.js | 19 +++++++++++++++++++ .history/.prettierrc_20231120000742.js | 19 +++++++++++++++++++ 5 files changed, 98 insertions(+) create mode 100644 .history/.env_20231120000626.development create mode 100644 .history/.env_20231120000651.development create mode 100644 .history/.prettierrc_20231120000353.js create mode 100644 .history/.prettierrc_20231120000715.js create mode 100644 .history/.prettierrc_20231120000742.js diff --git a/.history/.env_20231120000626.development b/.history/.env_20231120000626.development new file mode 100644 index 00000000..8a5ac89f --- /dev/null +++ b/.history/.env_20231120000626.development @@ -0,0 +1,23 @@ +# Whether to open mock +VITE_USE_MOCK = false + +# public path +VITE_PUBLIC_PATH = / + +# Cross-domain proxy, you can configure multiple +# Please note that no line breaks +# VITE_PROXY = [["/basic-api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]] +# VITE_PROXY = [["/upload","http://10.0.8.16:8080"]] +# VITE_PROXY=[["/api","https://vvbin.cn/test"]] + +# Delete console +VITE_DROP_CONSOLE = false + +# Basic interface address SPA +VITE_GLOB_API_URL = http://127.0.0.1:8080 + +# File upload address, optional +VITE_GLOB_UPLOAD_URL = /upload + +# Interface prefix +VITE_GLOB_API_URL_PREFIX= diff --git a/.history/.env_20231120000651.development b/.history/.env_20231120000651.development new file mode 100644 index 00000000..4b02e415 --- /dev/null +++ b/.history/.env_20231120000651.development @@ -0,0 +1,14 @@ +# Whether to open mock +VITE_USE_MOCK = false + +# public path +VITE_PUBLIC_PATH = / + +# Basic interface address SPA +VITE_GLOB_API_URL = http://127.0.0.1:8080 + +# File upload address, optional +VITE_GLOB_UPLOAD_URL = /upload + +# Interface prefix +VITE_GLOB_API_URL_PREFIX= diff --git a/.history/.prettierrc_20231120000353.js b/.history/.prettierrc_20231120000353.js new file mode 100644 index 00000000..2eb2a516 --- /dev/null +++ b/.history/.prettierrc_20231120000353.js @@ -0,0 +1,23 @@ +module.exports = { + printWidth: 100, + semi: false, + vueIndentScriptAndStyle: true, + singleQuote: true, + trailingComma: 'all', + proseWrap: 'never', + htmlWhitespaceSensitivity: 'strict', + endOfLine: 'auto', +<<<<<<< HEAD:.prettierrc.js + plugins: ['prettier-plugin-packagejson'], + overrides: [ + { + files: '.*rc', + options: { + parser: 'json', + }, + }, + ], +}; +======= +} +>>>>>>> thin:prettier.config.js diff --git a/.history/.prettierrc_20231120000715.js b/.history/.prettierrc_20231120000715.js new file mode 100644 index 00000000..9bda3873 --- /dev/null +++ b/.history/.prettierrc_20231120000715.js @@ -0,0 +1,19 @@ +module.exports = { + printWidth: 100, + semi: false, + vueIndentScriptAndStyle: true, + singleQuote: true, + trailingComma: 'all', + proseWrap: 'never', + htmlWhitespaceSensitivity: 'strict', + endOfLine: 'auto', + plugins: ['prettier-plugin-packagejson'], + overrides: [ + { + files: '.*rc', + options: { + parser: 'json', + }, + }, + ], +}; diff --git a/.history/.prettierrc_20231120000742.js b/.history/.prettierrc_20231120000742.js new file mode 100644 index 00000000..4a24e88c --- /dev/null +++ b/.history/.prettierrc_20231120000742.js @@ -0,0 +1,19 @@ +module.exports = { + printWidth: 100, + semi: true, + vueIndentScriptAndStyle: true, + singleQuote: true, + trailingComma: 'all', + proseWrap: 'never', + htmlWhitespaceSensitivity: 'strict', + endOfLine: 'auto', + plugins: ['prettier-plugin-packagejson'], + overrides: [ + { + files: '.*rc', + options: { + parser: 'json', + }, + }, + ], +};