# 星穹之匙

{% hint style="info" %}
此工具已正式命名为：**星穹之匙** / **The key of Star Rail**
{% endhint %}

{% hint style="success" %}
此工具已正式发布。
{% endhint %}

{% code title="Star\_Rail\_Tool.sln" %}

```csharp
Software software = new Software();
software.Name = "星穹之匙";
software.ProjectID = "Star Rail Tool";
software.Release = "https://nullcraft.org/d/71";
software.ReleaseDate = DateTime.Parse("2023,4,26").ToString();
software.Language = new string[] { "简体中文" };
software.Program = "C#";
software.Framework = ".NET7";
software.Github = "https://github.com/FastChen/Star-Rail-Tool";

NullCraftSoftwareList.add(software);

Trace.WriteLine(NullCraftSoftwareList.Items.Conut());

>>> 16
```

{% endcode %}

### 关于《星穹之匙》

#### 下载《星穹之匙》

{% embed url="<https://nullcraft.org/d/71>" %}

#### 如果你想看软件详细介绍

{% content-ref url="/pages/pBSksTDlQyDOQ6fnHyfC" %}
[介绍](/software/the-key-of-star-rail/introduction.md)
{% endcontent-ref %}

#### 如果你需要获取使用教学

{% content-ref url="/pages/kN9D6ewDSCPkfoTzbI0k" %}
[使用教学](/software/the-key-of-star-rail/tutorial.md)
{% endcontent-ref %}

#### 如果你想知道最近更新了什么

{% content-ref url="/pages/8V4W6DVvPf90c3zYxy6S" %}
[更新日志](/software/the-key-of-star-rail/update.md)
{% endcontent-ref %}

### 版权声明

本工具版权归属开发者：快辰，由灵工艺发布，其他人不得使用本软件用于商业用途或声称这是你开发的软件。

### 开源协议声明

本工具已开放源代码，并托管至 Github ，使用 [GNU General Public License v3.0](https://github.com/FastChen/Star-Rail-Tool/blob/master/LICENSE) 许可，对于源码的使用，请遵守协议许可的范围内使用。

### 对于本程序特别声明

本程序为游戏第三方增强工具，不含任何反编译、注入、破解、内存修改、文件修改、等操作，不存在违反用户协议，均使用游戏或游戏引擎自支持的功能实现，理论上不会导致游戏封禁，但目前没有封禁先例，也没有游戏官方允许承诺，此工具本质处于灰色地带。

{% hint style="warning" %}
一但使用本程序的任意功能，则默认同意并自行承担未知风险，所造成的损失开发者与发布方不承担任何责任。
{% endhint %}

### 软件图片

<figure><img src="/files/2zAJZ6Y4sMWNByglTvWW" alt=""><figcaption><p>星穹之匙 - 主页</p></figcaption></figure>

<figure><img src="/files/5knvMZPkMnKjEjWkeQkp" alt=""><figcaption><p>星穹之匙 - 服务器切换</p></figcaption></figure>

<figure><img src="/files/bURqXmm85f5dvmkpISv2" alt=""><figcaption><p>星穹之匙 - 进阶启动</p></figcaption></figure>

<figure><img src="/files/RDp7tbgrbiXFbTMmaqAu" alt=""><figcaption><p>星穹之匙 - 进阶启动 (详细列表)</p></figcaption></figure>


---

# 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://docs.nullcraft.org/software/the-key-of-star-rail.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.
