feat: Add initial styles and pages for the application

- Created main.css to include Tailwind CSS and PrimeIcons.
- Added download.vue page with a simple heading.
- Implemented index.vue page structure with multiple sections and basic styling.

Co-authored-by: xudeyu444 <tai_365@qq.com>
Co-authored-by: Sylvanysc <1915657537@qq.com>
This commit is contained in:
2025-05-12 00:00:26 +08:00
parent 87e7bc793e
commit 621bc20edd
7 changed files with 637 additions and 51 deletions

2
assets/css/main.css Normal file
View File

@@ -0,0 +1,2 @@
@import "tailwindcss";
@import 'primeicons/primeicons.css'