Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,13 @@ The name "Vela" is originated from the Latin term for "sail," which is also the

If you want to experience openvela, we provide a fully functional emulator that can be used without a hardware platform. For more information, refer to the following guide.

1. [Set up the development environment](./en/quickstart/Set_up_the_development_environment.md)
2. [Download openvela source code](./en/quickstart/Download_Vela_sources.md)
3. [Compile openvela source code](./en/quickstart/Build_Vela_from_sources.md)
4. [Run build artifacts on Emulator](./en/quickstart/Run_Vela_on_Vela_Emulator.md)
[Quick Start (Ubuntu)](./en/quickstart/openvela_ubuntu_quick_start.md)

### Quick App Development

[Quick App Quick Start](https://iot.mi.com/vela/quickapp/zh/guide/start/use-ide.html)

## Sub-repository List
## List of Sub-repositories

| Sub-repository Link | Description |
| :--------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
Expand Down Expand Up @@ -171,8 +168,12 @@ We welcome you to interact with and contribute to the openvela community through
- **Pull Requests**: If you find an issue and have fixed it, you are welcome to submit a Pull Request. Please make sure to follow our [Contribution Guide](./CONTRIBUTING.md).
- **Discussions**: If you have a broader topic or discussion, you can start a new discussion on the Discussions page.

### WeChat Official Account
### WeChat Community

Scan the QR code below to follow the **openvela** official WeChat account for the latest project news, in-depth technical articles, and updates on community events.
Welcome to the **OpenVela** community! Scan the QR codes below to follow our Official Account or add our assistant to join the group chat.

| Official Account | Developer Group |
| :---------------------------------------------------------------------: | :-------------------------------------------------: |
| <img src="./images/openvela_WeChat_Official_Account.png" width="200" /> | <img src="./images/assistant_qr.jpg" width="200" /> |
| **Follow Us**<br>Get the latest updates and technical articles | **Join the Group**<br>Scan to add assistant |

![img](./images/openvela_WeChat_Official_Account.png)
14 changes: 7 additions & 7 deletions README_zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ Vela 的命名源自拉丁语中船帆的含义,也是南方星空中船帆星

如果您想要体验 openvela,我们提供一个功能完备的模拟器,无需硬件平台即可使用。有关详细信息,请参阅如下指南。

1. [准备开发环境](./zh-cn/quickstart/Set_up_the_development_environment_zh-cn.md)
2. [下载 openvela 源码](./zh-cn/quickstart/Download_Vela_sources_zh-cn.md)
3. [编译 openvela 源码](./zh-cn/quickstart/Build_Vela_from_sources_zh-cn.md)
4. [在模拟器上运行编译产物](./zh-cn/quickstart/Run_Vela_on_Vela_Emulator_zh-cn.md)
[快速入门(Ubuntu)](./zh-cn/quickstart/openvela_ubuntu_quick_start.md)

### 快应用开发

Expand Down Expand Up @@ -172,8 +169,11 @@ openvela 项目由多个独立的仓库组成,其许可证策略如下:
- **Pull Requests**: 如果你发现了问题并已经修复,欢迎提交 Pull Request。请确保遵循我们的[贡献指南](./CONTRIBUTING_zh-cn.md)。
- **Discussions**: 如果你有更广泛的话题或讨论,可以在 Discussions 页面发起一个新的讨论。

### 微信公众号
### 微信社区

扫描下方二维码,关注 **openvela** 官方微信公众号,获取项目的一手资讯、深度技术文章以及最新的社区活动信息
欢迎加入 **openvela** 社区!扫描下方二维码关注公众号,或添加小助手入群

![img](./images/openvela_WeChat_Official_Account.png)
| 官方公众号 | 技术交流群 |
| :---------------------------------------------------------------------: | :-------------------------------------------------: |
| <img src="./images/openvela_WeChat_Official_Account.png" width="200" /> | <img src="./images/assistant_qr.jpg" width="200" /> |
| **关注我们**<br>获取一手资讯与深度技术文章 | **加入群聊**<br>扫码添加好友 |
5 changes: 2 additions & 3 deletions en/app_dev/system_apps/Dev_UI_App.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

## I. Prerequisites

1. Set up the development environment. Please refer to [Setting Up the Development Environment](./../../quickstart/Set_up_the_development_environment.md).
2. Download the source code. Please refer to [Downloading the openvela Source Code](../../quickstart/Download_Vela_sources.md).
3. Before starting this tutorial, please obtain the example code from [music_player](../../../../../../packages_demos/tree/dev/music_player).
1. Download the source code. Please refer to [Quick Start](./../../quickstart/openvela_ubuntu_quick_start.md).
2. Before starting this tutorial, please obtain the example code from [music_player](../../../../../../packages_demos/tree/dev/music_player).

## II. Preliminary Concepts

Expand Down
Loading