Skip to content

Commit b73c2c5

Browse files
committed
chore: 更新 .gitignore,添加新截图和 package-lock.json
- 更新 .gitignore 文件,添加对 dashboard/tsconfig.tsbuildinfo 的忽略。 - 新增 dashboard-screenshot.png 和 dashboard-screenshot2.png 两个截图文件。 - 新增 package-lock.json 文件以管理依赖。 - 在 Dashboard.vue 中将状态更新间隔从 10000ms 改为 1000ms。
1 parent b5c87f2 commit b73c2c5

6 files changed

Lines changed: 9 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,5 @@ nul
203203
# Dashboard 前端构建产物
204204
dashboard/dist/
205205
dashboard/node_modules/
206-
src/modules/llm/history/*.json
206+
src/modules/llm/history/*.json
207+
dashboard/tsconfig.tsbuildinfo

dashboard-screenshot.png

87.1 KB
Loading

dashboard-screenshot2.png

87 KB
Loading

dashboard/src/views/Dashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ onMounted(async () => {
441441
statusInterval = setInterval(() => {
442442
systemStore.fetchStatus();
443443
providersStore.fetchProviders();
444-
}, 10000);
444+
}, 1000);
445445
});
446446
447447
onUnmounted(() => {

dashboard/tsconfig.tsbuildinfo

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)