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:
@@ -1,43 +1,33 @@
|
||||
# Astro Starter Kit: Minimal
|
||||
# 可视化助手
|
||||
|
||||
```sh
|
||||
pnpm create astro@latest -- --template minimal
|
||||
```
|
||||
## 我期望实现的功能
|
||||
|
||||
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
|
||||
人在网络上生活的方面的所有内容,都能更好地被管理和使用。学习、工作、娱乐、社交等各个方面的内容,都能被整合在自己的可视化的空间中。这空间具备自执行的能力,能主动帮助人完成各项任务,操作系统,浏览器,应用程序。
|
||||
|
||||
## 🚀 Project Structure
|
||||
## 方向
|
||||
|
||||
Inside of your Astro project, you'll see the following folders and files:
|
||||
### 1. 知识库
|
||||
|
||||
```text
|
||||
/
|
||||
├── public/
|
||||
├── src/
|
||||
│ └── pages/
|
||||
│ └── index.astro
|
||||
└── package.json
|
||||
```
|
||||
构建一个个人知识库,能存储和管理各种类型的信息,包括文本、图片、音频、视频等。知识库支持标签、分类、搜索等功能,方便用户快速找到所需信息。非文本,则需要转换为文本进行存储和管理。
|
||||
|
||||
Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.
|
||||
### 2. 代码编辑器
|
||||
|
||||
There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
|
||||
一切底层运行必开发,如果没有开发环境,那么就需要一个云端代码编辑器,能让用户在浏览器中编写代码,并且能运行和调试代码。
|
||||
|
||||
Any static assets, like images, can be placed in the `public/` directory.
|
||||
### 3. 可视化编程
|
||||
|
||||
## 🧞 Commands
|
||||
对话式编程,图形化编程,模块化编程,积木式编程等方式,让用户能更方便地创建程序。
|
||||
|
||||
All commands are run from the root of the project, from a terminal:
|
||||
### 4. 数据存储
|
||||
|
||||
| Command | Action |
|
||||
| :------------------------ | :----------------------------------------------- |
|
||||
| `pnpm install` | Installs dependencies |
|
||||
| `pnpm dev` | Starts local dev server at `localhost:4321` |
|
||||
| `pnpm build` | Build your production site to `./dist/` |
|
||||
| `pnpm preview` | Preview your build locally, before deploying |
|
||||
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
|
||||
| `pnpm astro -- --help` | Get help using the Astro CLI |
|
||||
云端如何对个人用户来说,如何存储数据,想实现的功能,网页如何更简便获取数据。
|
||||
|
||||
### 5. 自动化任务
|
||||
|
||||
描述一个简单的需求,自动根据需求生成功能。
|
||||
|
||||
### 6. AI 交互
|
||||
|
||||
通过自然语言与 AI 进行交互,完成各种任务,如信息查询、内容生成、数据分析等。AI 能理解用户的意图,并提供相应的帮助和建议。
|
||||
|
||||
## 👀 Want to learn more?
|
||||
|
||||
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
|
||||
|
||||
Reference in New Issue
Block a user