fix next tick

This commit is contained in:
Chuck1sn
2025-06-04 13:21:36 +08:00
parent 27529ee70c
commit d5801b3b50
3 changed files with 13 additions and 12 deletions

View File

@@ -19,6 +19,9 @@ export default [
});
return response;
}),
http.delete("/ai/action/user", () => {
return HttpResponse.json({ success: true });
}),
http.get("/ai/llm/page-query", () => {
const generateLlm = () => ({
id: faker.number.int({ min: 1, max: 100 }),