> For the complete documentation index, see [llms.txt](https://g.aqde.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://g.aqde.net/ttyd/2022/01.md).

# 01月

## 新年快乐

在家睡2天，打1天坦克，假期就结束了。

## 05号

准备把单位不付钱的网站停掉了，在事业上我这是真的要放弃了吧，普通人不配有事业吧。

补缴98-00年的养老金2606.44元，财政这是真没钱了吧。

有些垃圾真的是垃圾，老子不搞这几个破网站钱了，一年也才2000块，算了，你们自己想办法搞去。

## 15号

新买了一个吉利的车，这样子算是实现了新年新愿望吧。 抽到的牌照也还是蛮不错的，我很喜欢。

## 26号

牙龈发炎3天了，吃了点药，似乎有点好转。真可怕呀，牙龈发炎也会流脓的，过两天等再好转一点去洗个牙，以后每年一定要最少洗一次牙。也不知道是因为看到讨厌的人上火，还是最近吃牛肉太多，作息不规律引起了，加上最近又在戒烟，生活变化有点大。


---

# 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, and the optional `goal` query parameter:

```
GET https://g.aqde.net/ttyd/2022/01.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
