Commit Graph

10 Commits

Author SHA1 Message Date
zhangyuheng
47ef36f600 feat: Add crowdfunding and sponsor management features
- Introduced fund_progress.txt to track server upgrade funding and vehicle replacement costs.
- Created sponsors.txt to log sponsorship contributions with details including name, project, amount, and date.
- Developed components.js for reusable UI components including navbar and footer.
- Implemented data_utils.js for parsing sponsor data and calculating totals.
- Added script.js for managing server status, crowdfunding display, and sponsor data fetching.
- Created sponsor_script.js for detailed sponsor data management, filtering, and UI interactions.
- Developed stats_script.js for player statistics display, including leaderboards and detailed player stats in a modal.
2026-03-02 11:29:02 +08:00
zhangyuheng
a3a972a2bc feat: Refactor navbar and mobile menu into components for improved organization and maintainability 2026-02-28 10:44:44 +08:00
zhangyuheng
b885cdc6e2 feat: Add sponsor page and update navigation links for sponsorship 2026-02-27 10:28:25 +08:00
zhangyuheng
9357faed9e feat: Add custom scrollbar styles for expanded modal 2026-02-17 11:48:58 +08:00
zhangyuheng
b1379f5cef feat: Redesign player details modal with improved layout and accordion for detailed stats 2026-02-17 11:47:07 +08:00
zhangyuheng
efc592b333 feat: Enhance SEO and accessibility for website
- Updated title and meta tags in index.html for better search engine optimization.
- Added Open Graph and Twitter Card metadata for improved social media sharing.
- Included structured data for the game server in index.html.
- Improved accessibility with a skip link to main content in index.html.
- Enhanced player stats page (stats.html) with additional meta tags and structured data.
- Created robots.txt to manage web crawler access and included sitemap reference.
- Added sitemap.xml with URLs for the homepage and player stats page.
- Removed pigwei.html as it is no longer needed.
2026-02-11 14:35:01 +08:00
zhangyuheng
94f041d513 Add kills tracking to player stats and update leaderboard display 2026-02-11 11:44:04 +08:00
zhangyuheng
f6d6fdda8f Add play time tracking to player stats and update leaderboard 2026-02-11 11:14:03 +08:00
zhangyuheng
99bf3f05c6 Implement mobile navigation menu and enhance navbar responsiveness 2026-02-10 13:12:22 +08:00
zhangyuheng
ba7137a64e init 2026-02-10 13:01:46 +08:00