# 作者介绍

## 作者 <a href="#author" id="author"></a>

本教程项目作者为**杏山千纱（Kyōyama Kazusa）**。

## 网名由来 <a href="#origin-of-nickname" id="origin-of-nickname"></a>

作者的网名取自游戏《蔚蓝档案》的角色杏山和纱。她真的很可爱。

<figure><img src="/files/YW2cSMEpOMmFdpOkjmTD" alt=""><figcaption></figcaption></figure>

作者的网名和杏山和纱的读音在日语里一样，都是 kazusa，只是取字不同。我更喜欢“和纱”的汉字写法，但最终我把名称定为“千纱”也并单单是为了和角色名区分开来，也有自己的考量。“千纱”的“千”代表的是千丝万缕的千，而“纱”则是纱雾的纱。也就是说，千纱可以理解为有着千丝万缕而又淡薄雪纱一般的关联。

和纱的“和”也可以取别的汉字，例如“数”、“一”等；“纱”则可以取别的汉字，如“沙”等。不过最终还是没有采用。

## 联系方式 <a href="#contacts" id="contacts"></a>

这是我的哔哩哔哩账号的链接：

{% embed url="<https://space.bilibili.com/23736703>" %}

你可以在上面看到我发的一些数独视频和一些关于编程的视频。

***

这是我的代码开源平台 GitHub 链接：

{% embed url="<https://github.com/kyoyama-kazusa>" %}

你可以在上面看到一些开源项目。

## 教程初衷 <a href="#original-intention" id="original-intention"></a>

本项目最起源于我自己对数独技巧整理的笔记。因为笔记内容越来越多，再加上我这个人有点收集癖，所以干脆就全都写了。

数独有大约三百来个技巧，除了一些网络上实在是找不到精确描述的和一些我实在是研究不透的技巧外，本教程将全部展示出他们。

也正是因为起源于笔记，所以我写的内容会更加贴近我自己对技巧的诠释和描述，带有一些主观内容。话是啰嗦一些，但一来是为了给你讲明白我是怎么想到的，二来是为了防止我遗忘他们，故意写得这么细。

我找到了我最原始的文件，它的内容以“规范手册”的形式呈现：

<figure><img src="/files/8bFSa8wXvd94MtPwRYGQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sOae9OjNLiqOmzFShp8u" alt=""><figcaption></figcaption></figure>

当初是按这个方式在书写，打算将数独的一些信息规范化整理和归档。后来发现这么做只是“我的一厢情愿”，于是改成了教程介绍的形式。

***

教程文档全部开源到我的数独开源代码仓库里，以 `docs/tutorial` 目录下存储。

{% embed url="<https://github.com/kyoyama-kazusa/Sudoku/tree/main/docs/tutorial>" %}


---

# 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://sudoku.kazusa.tech/miscellaneous/about-author.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.
