An application where you can view/compare news. Oh and it also checks for bad content :D https://yhw.tw/news?forward=tools
Find a file
吳元皓 3ccb186530 feat: add internationalization support and update layout
- Added i18n module to nuxt.config.ts with English and Traditional Chinese locales.
- Created locale files for English, Traditional Chinese, and German.
- Updated default layout to use script setup syntax.
- Modified index page structure for future content.
- Implemented API endpoint for object storage file redirection.
- Removed unused CORS middleware.
- Created a new feed route handler.
2025-05-06 10:04:51 +08:00
components feat: add S3 configuration and update project structure 2025-05-06 09:43:26 +08:00
i18n/locales feat: add internationalization support and update layout 2025-05-06 10:04:51 +08:00
layouts feat: add internationalization support and update layout 2025-05-06 10:04:51 +08:00
pages feat: add internationalization support and update layout 2025-05-06 10:04:51 +08:00
public feat: add S3 configuration and update project structure 2025-05-06 09:43:26 +08:00
server feat: add internationalization support and update layout 2025-05-06 10:04:51 +08:00
.env.example feat: add S3 configuration and update project structure 2025-05-06 09:43:26 +08:00
.gitignore Init 2025-05-06 09:19:48 +08:00
app.vue feat: add S3 configuration and update project structure 2025-05-06 09:43:26 +08:00
bun.lock feat: add internationalization support and update layout 2025-05-06 10:04:51 +08:00
nuxt.config.ts feat: add internationalization support and update layout 2025-05-06 10:04:51 +08:00
package.json feat: add internationalization support and update layout 2025-05-06 10:04:51 +08:00
README.md feat: add S3 configuration and update project structure 2025-05-06 09:43:26 +08:00
tsconfig.json Init 2025-05-06 09:19:48 +08:00