From eddd29f3fee2124b1fbd183a9eb42c3d658c2c7a Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 26 Jul 2023 09:50:57 +0800 Subject: [PATCH] update --- code/.gitignore | 2 + .../wwwroot/.gitignore | 3 +- .../wwwroot/components/form/index.js | 20 +++++---- .../wwwroot/components/list/index.js | 42 ++++++------------ .../wwwroot/influxdb/influxd.exe | Bin 0 -> 66242048 bytes .../wwwroot/influxdb/influxdb.conf | 6 +++ .../wwwroot/influxdb/start.cmd | 11 +++++ .../wwwroot/influxdb/stop.cmd | 3 ++ 8 files changed, 48 insertions(+), 39 deletions(-) create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/influxdb/influxd.exe create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/influxdb/influxdb.conf create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/influxdb/start.cmd create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/influxdb/stop.cmd diff --git a/code/.gitignore b/code/.gitignore index 4e191f0f..390269f5 100644 --- a/code/.gitignore +++ b/code/.gitignore @@ -17,3 +17,5 @@ obj/ *.db-shm *.db-wal +influxdb/data/ + diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/.gitignore b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/.gitignore index 816f02db..1d72fd7a 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/.gitignore +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/.gitignore @@ -1,3 +1,4 @@ files/ btsecsummary/ -secsummary/ \ No newline at end of file +secsummary/ +influxdb/data/** \ No newline at end of file diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/components/form/index.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/components/form/index.js index 880e818c..de7188dc 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/components/form/index.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/components/form/index.js @@ -8,15 +8,17 @@ export default { name: "AppForm", template: html`
- -