From 0b876e88078dfc122e3e165f39c56d0e5116f9a7 Mon Sep 17 00:00:00 2001 From: Simon2046 <43597646+Simon2046@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:15:11 +0800 Subject: [PATCH 1/3] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b9b862b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# echarts +## 主要功能 +- 股市基本面数据分析 +- 房地产供需关系分析 From eded42c881af82499232765380e78b05623907ab Mon Sep 17 00:00:00 2001 From: Simon2046 <43597646+Simon2046@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:15:27 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9b862b..845cfed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # echarts -## 主要功能 +### 主要功能 - 股市基本面数据分析 - 房地产供需关系分析 From 3a8e5ef82d6e835577e752ec25bf56e5f5a14dab Mon Sep 17 00:00:00 2001 From: Simon2046 <43597646+Simon2046@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:35:44 +0800 Subject: [PATCH 3/3] Delete .vscode directory --- .vscode/launch.json | 22 ---------------------- .vscode/settings.json | 6 ------ .vscode/sftp.json | 11 ----------- 3 files changed, 39 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json delete mode 100644 .vscode/sftp.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index ae0aa1f..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - // 使用 IntelliSense 了解相关属性。 - // 悬停以查看现有属性的描述。 - // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Listen for XDebug", - "type": "php", - "request": "launch", - "port": 9000 - }, - { - "name": "Launch currently open script", - "type": "php", - "request": "launch", - "program": "${file}", - "cwd": "${fileDirname}", - "port": 9000 - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 831691a..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "python.linting.flake8Enabled": true, - "python.formatting.provider": "yapf", - "python.linting.flake8Args": ["--max-line-length=248"], - "python.linting.pylintEnabled": false -} \ No newline at end of file diff --git a/.vscode/sftp.json b/.vscode/sftp.json deleted file mode 100644 index e8facc8..0000000 --- a/.vscode/sftp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "doorcome", - "host": "doorcome.cn", - "protocol": "sftp", - "port": 5005, - "username": "simon", - "remotePath": "/var/www/html/echart", - "uploadOnSave": true, - "useTempFile": false, - "openSsh": false -}