从服务器获取教程

This commit is contained in:
2025-03-04 00:11:50 +08:00
parent 9ed8dda14c
commit f91b4ab856
6 changed files with 31 additions and 145 deletions

View File

@@ -73,4 +73,9 @@ export class Tutorial {
const res = await http.get(`/tutorial/${display}`)
return res.data
}
static async listDisplay() {
const res = await http.get("/tutorial/display")
return res.data
}
}