1
0

feat: Add company introduction, about us, feature descriptions, user agreement, and privacy policy documents

- Created company introduction document with details about the studio, contact information, and business scope.
- Added an "About Us" document outlining the team's mission, vision, and contact details.
- Developed a comprehensive feature introduction for the kevisual assistant, detailing various functionalities.
- Established a user agreement outlining terms of use, intellectual property rights, and privacy policy.
- Implemented a privacy policy document explaining information collection, usage, and security measures.

feat: Enhance the skill-beautiful app with interactive features and improved UI

- Integrated THREE.js for 3D rendering and added control modules for user interaction.
- Created a dynamic information panel with CSS3D rendering for better user experience.
- Implemented particle systems and lighting effects to enhance visual appeal.
- Added keyboard controls for camera manipulation and information display toggling.

fix: Update routing and rendering logic in the app provider

- Adjusted the app provider to ensure proper cleanup of resources on component unmount.
- Improved the layout and styling of the main application container for better responsiveness.

chore: Set up info page with proper metadata and styling

- Created an info page with relevant metadata for SEO and user engagement.
- Imported necessary styles for consistent design across the application.
This commit is contained in:
2025-12-28 11:27:34 +08:00
parent 2bc8822f60
commit 5d3c95d111
20 changed files with 5767 additions and 1097 deletions

View File

@@ -16,24 +16,24 @@
"type": "module",
"dependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@kevisual/query": "^0.0.29",
"antd": "^5.26.2",
"@kevisual/query": "^0.0.33",
"antd": "^6.1.2",
"clsx": "^2.1.1",
"lucide-react": "^0.522.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rollup-plugin-visualizer": "^6.0.3"
"lucide-react": "^0.562.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"rollup-plugin-visualizer": "^6.0.5"
},
"devDependencies": {
"@kevisual/cache": "^0.0.3",
"@kevisual/cache": "^0.0.4",
"@kevisual/codemirror": "^0.0.12",
"@tailwindcss/vite": "^4.1.10",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"react-feather": "^2.0.10",
"react-toastify": "^11.0.5",
"tailwindcss": "^4.1.10",
"vite": "^7.0.0"
"tailwindcss": "^4.1.18",
"vite": "^7.3.0"
}
}