final dev

This commit is contained in:
2026-03-11 12:27:01 +00:00
parent 5e6ec13c06
commit 6591c33caa
5 changed files with 118 additions and 20 deletions

View File

@@ -250,6 +250,12 @@ export const api = {
body: JSON.stringify(payload || {})
});
},
clearRuntimeRecentActivities() {
return request('/runtime/activities/clear-recent', {
method: 'POST',
body: JSON.stringify({})
});
},
async analyzeDisc() {
const result = await request('/pipeline/analyze', {
method: 'POST'