1
0
Files
official-website/official/package.json
abearxiong 5d3c95d111 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.
2025-12-28 11:27:34 +08:00

23 lines
539 B
JSON

{
"name": "@kevisual/official-website",
"version": "0.0.4",
"type": "module",
"basename": "/root/official",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"pub": "envision deploy ./dist -k official -v 0.0.4 -u -o root"
},
"dependencies": {
"astro": "^5.16.6",
"three": "^0.182.0"
},
"devDependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.6.0",
"@types/three": "^0.182.0"
}
}