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:
@@ -11,11 +11,13 @@
|
||||
"pub": "envision deploy ./dist -k official -v 0.0.4 -u -o root"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.12.3"
|
||||
"astro": "^5.16.6",
|
||||
"three": "^0.182.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/mdx": "^4.3.1",
|
||||
"@astrojs/react": "^4.3.0",
|
||||
"@astrojs/sitemap": "^3.4.1"
|
||||
"@astrojs/mdx": "^4.3.13",
|
||||
"@astrojs/react": "^4.4.2",
|
||||
"@astrojs/sitemap": "^3.6.0",
|
||||
"@types/three": "^0.182.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user