# Get Start

{% hint style="success" %}
&#x20;这是我的一个个人文档，记录了我做的一些个人作品，如果你有任何疑问请到[Github](https://github.com/TankNee/)联系我，或者前往我的[个人博客](https://www.tanknee.cn)联系我！
{% endhint %}

#### Typecho 博客主题 SplityRemake

{% hint style="info" %}

* 主题并非原创，基于网络版本修改定制
* 优化了原主题的昼夜模式切换
* 添加了文章归档页面
* 添加了今日诗词API
* ...
  {% endhint %}

{% content-ref url="projects/typecho-bo-ke-zhu-ti-splityremake" %}
[typecho-bo-ke-zhu-ti-splityremake](https://docs.tanknee.cn/projects/typecho-bo-ke-zhu-ti-splityremake)
{% endcontent-ref %}

#### 为知笔记Electron客户端Neeto-Vue

{% hint style="success" %}

* 基于Electron-Vue创建
* 实现了为知笔记基本的增删改
* 实现了与私有化部署后端的对接。
  * 与官方的服务器对接还有点问题，需要时间订正！
* 使用ElementUI设计界面
* 使用icon-font设计图片
  {% endhint %}

{% content-ref url="projects/wei-zhi-bi-ji-electron-ke-hu-duan-neetovue" %}
[wei-zhi-bi-ji-electron-ke-hu-duan-neetovue](https://docs.tanknee.cn/projects/wei-zhi-bi-ji-electron-ke-hu-duan-neetovue)
{% endcontent-ref %}

#### HEXO博客系统豆瓣组件

{% hint style="success" %}

* 使用爬虫获取指定的豆瓣书籍/电影/音乐的信息
* 获取最新评分
* 使用代理服务器来解决豆瓣图片的跨域问题
  {% endhint %}

{% content-ref url="projects/hexo-bo-ke-xi-tong-dou-ban-zu-jian" %}
[hexo-bo-ke-xi-tong-dou-ban-zu-jian](https://docs.tanknee.cn/projects/hexo-bo-ke-xi-tong-dou-ban-zu-jian)
{% endcontent-ref %}

#### 2019-2020新冠病毒感染人数统计

{% hint style="danger" %}
该项目已经被归档，因为丁香园的界面经常变动，我已经不再维护该项目，同时由于服务器到期，项目的原始数据也大多遗失，所以该项目已被废弃！

但我还是认为有一定的参考价值，如有需要，可以适当修改爬虫部分来适应新订正的丁香园API！

* 数据可视化显示
* 实时数据爬取
* 历史数据展示
* 指定城市数据展示
  {% endhint %}

{% content-ref url="projects/20192020-xin-guan-bing-du-gan-ran-ren-shu-tong-ji" %}
[20192020-xin-guan-bing-du-gan-ran-ren-shu-tong-ji](https://docs.tanknee.cn/projects/20192020-xin-guan-bing-du-gan-ran-ren-shu-tong-ji)
{% endcontent-ref %}


---

# 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.tanknee.cn/master.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.
