Files
Olares/docs/zh/developer/contribute/system-app/overview.md
Meow33 93a20fa397 docs: update Developer Guide and Concepts sections in Olares (#1816)
* Content modification

1. Hide Recommendation
2. Update link of LLDAP
3. Update content of Service system

* Jump link reset

* Additional changes
2025-09-10 21:01:31 +08:00

19 lines
558 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 开发 Olares 的系统应用
::: tip 前置知识:
- 用 Studio 调试第三方应用
- 用 Studio 开发程序
- 了解 Olares 的架构和机制
:::
经过一年半开发Olares 团队在开发系统应用时已经逐渐迁移到 Studio 上。
下面我们将演示如何在 Studio 里调试 Desktop 的前端代码。
1. 在 Studio 中创建应用
2. 配置 [deployment.yaml](./deployment)
3. 配置 [OlaresManifest.yaml](./olares-manifest)
4. 安装应用
5. 配置 [nginx.conf](./install)
还有[其它](./other)一些开发注意事项。