diff --git a/.env b/.env index c759777..922973d 100644 --- a/.env +++ b/.env @@ -8,4 +8,7 @@ DATABASE_SYNCHRONIZE=true # 代理配置(可选) PROXY_HOST=127.0.0.1 -PROXY_PORT=3211 \ No newline at end of file +PROXY_PORT=3211 + +# 日志级别(可选):error, warn, info, debug, verbose +LOG_LEVEL=info \ No newline at end of file diff --git a/.env.example b/.env.example index e514bc9..8116932 100644 --- a/.env.example +++ b/.env.example @@ -10,4 +10,7 @@ DATABASE_SYNCHRONIZE=true PROXY_HOST=127.0.0.1 PROXY_PORT=6000 # PROXY_USERNAME= -# PROXY_PASSWORD= \ No newline at end of file +# PROXY_PASSWORD= + +# 日志级别(可选):error, warn, info, debug, verbose +LOG_LEVEL=info \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3c3629e..3613c4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ node_modules +dist +.vscode +public +*.xls* +pw-browsers +logs \ No newline at end of file diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 98fe8c9..38506ae 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -65,22 +65,37 @@

Today's Bids

- - + - + 3天 + 7天 + + + +
@@ -173,13 +188,14 @@