mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Refactor navigation bar styling, update localization files, and enhance news organization page
- Updated navigation bar styles for improved aesthetics and functionality. - Added loading text to English and Traditional Chinese localization files. - Enhanced the news organization about page with better layout and SEO metadata. - Updated API response to include Facebook link for news organizations. - Removed old Tailwind CSS configuration and styles, replacing them with a new main CSS file. - Updated package.json to include new dependencies and scripts for better development experience.
This commit is contained in:
parent
391bd7df26
commit
dce96b3a35
13 changed files with 300 additions and 172 deletions
|
@ -5,7 +5,8 @@ export default defineEventHandler(async(event) => {
|
|||
title: "News Org 1",
|
||||
slug: "taisounds",
|
||||
website: "https://www.taisounds.com.tw",
|
||||
description: ""
|
||||
description: "",
|
||||
facebook: "https://www.facebook.com/taisounds",
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue