feat: release v2.0 - visual linker, instant edit, and ux improvements

This commit is contained in:
leeyj
2026-04-17 15:21:21 +09:00
parent 331411895e
commit bff0beea96
23 changed files with 560 additions and 78 deletions
+3
View File
@@ -32,6 +32,9 @@ export const API = {
});
return await this.request(`/api/memos?${params.toString()}`);
},
async fetchMemo(id) {
return await this.request(`/api/memos/${id}?_t=${Date.now()}`);
},
async fetchHeatmapData(days = 365) {
return await this.request(`/api/stats/heatmap?days=${days}&_t=${Date.now()}`);
},