> For the complete documentation index, see [llms.txt](https://docs.nullcraft.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nullcraft.org/software/cross-here.md).

# 瞄这!

{% code title="CrossHere.sln" %}

```csharp
Software software = new Software();
software.Name = "瞄这!";
software.ProjectID = "CrossHere!";
software.Release = "软件发布地址";
software.ReleaseDate = DateTime.Parse("2025,05,16").ToString();
software.Language = new string[] { "简体中文" };
software.Program = "C#";
software.Framework = ".NET8";

NullCraftSoftwareList.add(software);

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

>>> 26
```

{% endcode %}

## 关于《瞄这!》

### 下载《瞄这!》

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

### 软件介绍

一个可根据模板自定义参数的简单外置准星工具。

目前可自定义的参数：

* 是否显示中心点
* 准星旋转角度
* 准星自我旋转(0-360°的动态旋转)
* 准星整体的大小(以主屏幕宽高为最大上限)
* 准星线宽度
* 准星内间隙(仅部分形状支持)
* 是否显示轮廓线
* 准星轮廓线宽度
* 准星横向、纵向偏移
* 准星颜色

**目前支持以下几种准星形状：**

* 十字准星
* 点形状准星
* 圆形准星
* 方形准星

**后续更新方向：**

* [ ] 自定义准星(图片、路径方案)

### 更新日志

{% content-ref url="/pages/EXrvGX3RDJu35LHgrokH" %}
[更新日志](/software/cross-here/update.md)
{% endcontent-ref %}

### 软件图片

<figure><img src="/files/thDxqRu73lDcPiDt9Bt7" alt=""><figcaption><p>瞄这! - 准星参数</p></figcaption></figure>

<figure><img src="/files/QBsZMFVsrpnB7G6lF95G" alt=""><figcaption><p>瞄这! - 我的预设</p></figcaption></figure>

<figure><img src="/files/N1zgjigkbRbI4l2EY5xb" alt=""><figcaption><p>瞄这! - 设置</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/cross-here.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.
