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
吳元皓 391bd7df26 feat: integrate GSAP for animations and add Tailwind CSS support
- Added GSAP and ScrambleTextPlugin for text animations in navigation.
- Implemented locale switching in navigation component.
- Updated i18n locales for navigation links.
- Created a new layout for news organization pages.
- Removed unused index page and added home page with greeting.
- Implemented dynamic fetching of news organization info with API.
- Configured Tailwind CSS and added necessary plugins.
- Updated nuxt.config.ts for routing and site metadata.
2025-05-06 14:52:42 +08:00
components feat: integrate GSAP for animations and add Tailwind CSS support 2025-05-06 14:52:42 +08:00
i18n/locales feat: integrate GSAP for animations and add Tailwind CSS support 2025-05-06 14:52:42 +08:00
layouts feat: integrate GSAP for animations and add Tailwind CSS support 2025-05-06 14:52:42 +08:00
pages feat: integrate GSAP for animations and add Tailwind CSS support 2025-05-06 14:52:42 +08:00
public feat: add S3 configuration and update project structure 2025-05-06 09:43:26 +08:00
server feat: integrate GSAP for animations and add Tailwind CSS support 2025-05-06 14:52:42 +08:00
styles feat: integrate GSAP for animations and add Tailwind CSS support 2025-05-06 14:52:42 +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: integrate GSAP for animations and add Tailwind CSS support 2025-05-06 14:52:42 +08:00
bun.lock feat: integrate GSAP for animations and add Tailwind CSS support 2025-05-06 14:52:42 +08:00
nuxt.config.ts feat: integrate GSAP for animations and add Tailwind CSS support 2025-05-06 14:52:42 +08:00
package.json feat: integrate GSAP for animations and add Tailwind CSS support 2025-05-06 14:52:42 +08:00
README.md feat: add S3 configuration and update project structure 2025-05-06 09:43:26 +08:00
tailwind.config.ts feat: integrate GSAP for animations and add Tailwind CSS support 2025-05-06 14:52:42 +08:00
tsconfig.json Init 2025-05-06 09:19:48 +08:00