# 欢迎

注意：本仓库已经进入归档状态。Avalonia V11.0后中文文档将与Avalonia文档主仓库合并。

请前往 <https://github.com/AvaloniaUI/avalonia-docs> 贡献翻译

***

## 👋 欢迎

欢迎访问Avalonia文档，Avalonia是一个跨平台的.NET框架，用于构建漂亮、现代的图形用户界面（GUI）。使用Avalonia，您可以从单个代码库创建适用于Windows、macOS、 Linux、iOS、Android和Web Assembly的原生应用程序。

### 💻 支持的 .NET 版本

Avalonia兼容所有支持.NET Standard 2.0的平台。您可以点击[这里](https://learn.microsoft.com/zh-cn/dotnet/standard/net-standard?tabs=net-standard-2-0#select-net-standard-version)找到有关.NET标准版本的详细信息。

### 📱 支持的平台

Avalonia官方支持下列平台：

* Windows 8 及更高版本（虽然它也能在Windows 7上正常工作）
* macOS High Sierra 10.13 及更高版本

在Linux上，下列发行版支持Avalonia：

* Debian 9 (Stretch) 及更高版本
* Ubuntu 16.04 及更高版本
* Fedora 30 及更高版本

### 🛠 支持的开发环境

下列环境中使用`IntelliSense`，极好地支持Avalonia XAML开发：

* Visual Studio 2017及更高版本，包含Avalonia Visual Designer
* JetBrains Rider 2020.3及更高版本

您可以点击[这里](/avalonia/docs/getting-started/ide-support.md)找到如何为Visual Studio安装Avalonia扩展。有关JetBrains Rider 设置，请浏览[这些说明](/avalonia/docs/getting-started/ide-support/jetbrains-rider-setup.md)

### 🙋‍♂️ 获得帮助

如果您遇到了Avalonia的任何问题或者bug，请在[GitHub](https://github.com/AvaloniaUI/Avalonia)上创建一个issue。我们在[Telegram](https://t.me/Avalonia)上活跃的开发者社区也是项目的绝佳资源。

除了社区支持之外，我们还提供一系列商业支持计划，优先援助核心贡献者。您可以从[我们的网站](https://avaloniaui.net/Support)上了解有关这些计划的更多信息。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://avaloniachina.gitbook.io/avalonia/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
