feat: restructure README, remove Google and Yahoo components, and implement hot news display

This commit is contained in:
yuanhau 2025-05-08 14:06:35 +08:00
parent 8198010268
commit a5af4c04f7
6 changed files with 60 additions and 40 deletions

View file

@ -4,6 +4,7 @@ export default defineNuxtConfig({
routeRules: {
"/": { redirect: "/home" },
"/zh_tw": { redirect: "/zh_tw/home" },
//"/api/rss/**": { swr: 3600 },
},
css: ["~/styles/main.css"],
modules: [