Add a tools home page & update the json file with a bunch of ewww words

and of course, bypassed the login ui 😅
This commit is contained in:
yuanhau 2025-05-20 09:33:26 +08:00
parent 1905bb8ccf
commit 1680945186
6 changed files with 63 additions and 2 deletions

11
server/api/user/fav.ts Normal file
View file

@ -0,0 +1,11 @@
export default defineEventHandler(async (event) => {
return {
items: [
{
name: "dfasdfa",
article_link: "49redjvicjwsd",
favTime: "2024-12-12",
},
],
};
});