add heatmap
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-09-25 15:25:47 +08:00
parent 0b28dbeef8
commit 4429e2f018
7 changed files with 64 additions and 17 deletions

View File

@@ -25,8 +25,6 @@ export const useAIStore = defineStore("ai", () => {
const mdContent = ref("")
const theFirstPerson = "你"
async function fetchDetailsData(
start: string,
end: string,
@@ -140,7 +138,6 @@ export const useAIStore = defineStore("ai", () => {
weeklyData,
detailsData,
duration,
theFirstPerson,
loading,
mdContent,
}