mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Add support for database backups and enhance UI elements
Updates UI components and gitignore rules for database backups, adds Facebook links to news org window, and improves desktop window title handling.
This commit is contained in:
parent
67f574fc35
commit
94fbf1551d
8 changed files with 93 additions and 72 deletions
|
@ -1,12 +1,13 @@
|
|||
export default defineEventHandler(async (event) => {
|
||||
const slug = getRouterParam(event, "slug");
|
||||
const body = await readBody(event);
|
||||
return {
|
||||
body: body,
|
||||
title: "News Org 1",
|
||||
slug: "taisounds",
|
||||
website: "https://www.taisounds.com.tw",
|
||||
website: "https://yuanhau.com",
|
||||
description: "wah wah wah wah wah wah I dont fucking care",
|
||||
facebook: "https://www.facebook.com/taisounds",
|
||||
facebook: "https://www.facebook.csdkc",
|
||||
logoUrl:
|
||||
"https://cdn.discordapp.com/avatars/918723093646684180/4eecc27ac05ee8a701fa167808610c7a.jpg",
|
||||
};
|
|
@ -1,13 +0,0 @@
|
|||
export default defineEventHandler(async (event) => {
|
||||
const body = await readBody(event);
|
||||
return {
|
||||
0: {
|
||||
id: "1",
|
||||
image: "whatever",
|
||||
tags: [],
|
||||
title: "三立新聞",
|
||||
lean: "left",
|
||||
score: "40",
|
||||
},
|
||||
};
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue