> For the complete documentation index, see [llms.txt](https://weekly.litao.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://weekly.litao.fun/zi-xun-zhou-kan-007-qi.md).

# 资讯周刊 007 期

### 将二维码转为「矢量格式」 <a href="#e5-b0-86-e4-ba-8c-e7-bb-b4-e7-a0-81-e8-bd-ac-e4-b8-ba-e3-80-8c-e7-9f-a2-e9-87-8f-e6-a0-bc-e5-bc-8f-e" id="e5-b0-86-e4-ba-8c-e7-bb-b4-e7-a0-81-e8-bd-ac-e4-b8-ba-e3-80-8c-e7-9f-a2-e9-87-8f-e6-a0-bc-e5-bc-8f-e"></a>

二维码图片转成矢量格式的小工具，支持颜色重置下载 SVG 格式

<https://qrcode.rainforest.org.cn/>

<figure><img src="https://moonvy.com/blog/_assets/e4c3e9b7ae4105d5.png" alt=""><figcaption></figcaption></figure>

### 矢量条形码生成工具 <a href="#e7-9f-a2-e9-87-8f-e6-9d-a1-e5-bd-a2-e7-a0-81-e7-94-9f-e6-88-90-e5-b7-a5-e5-85-b7" id="e7-9f-a2-e9-87-8f-e6-9d-a1-e5-bd-a2-e7-a0-81-e7-94-9f-e6-88-90-e5-b7-a5-e5-85-b7"></a>

<https://kailous.github.io/BarCode/>

<figure><img src="https://moonvy.com/blog/_assets/3ee7e50cde326f40.png" alt=""><figcaption></figcaption></figure>

### 免费快速抠图工具：background-erase.xyz <a href="#e5-85-8d-e8-b4-b9-e5-bf-ab-e9-80-9f-e6-8a-a0-e5-9b-be-e5-b7-a5-e5-85-b7-ef-bc-9abackground-erase.xyz" id="e5-85-8d-e8-b4-b9-e5-bf-ab-e9-80-9f-e6-8a-a0-e5-9b-be-e5-b7-a5-e5-85-b7-ef-bc-9abackground-erase.xyz"></a>

去背景网站，基于最新的 RMBG V1.4 模型

<https://background-erase.xyz/>

<figure><img src="https://moonvy.com/blog/_assets/ed04d3a828375945.png" alt=""><figcaption></figcaption></figure>

### &#x20;矢量形状素材一

适合做装饰素材，放大或者多个堆叠使用

<https://www.figma.com/community/file/1222735604132462255>

<figure><img src="https://moonvy.com/blog/_assets/126eaed60de91f6e.png" alt=""><figcaption></figcaption></figure>

### 矢量形状素材二 <a href="#e7-9f-a2-e9-87-8f-e5-bd-a2-e7-8a-b6-e7-b4-a0-e6-9d-90-e4-ba-8c" id="e7-9f-a2-e9-87-8f-e5-bd-a2-e7-8a-b6-e7-b4-a0-e6-9d-90-e4-ba-8c"></a>

<https://www.figma.com/community/file/1219674796615198415>

<figure><img src="https://moonvy.com/blog/_assets/99d72dae64715fe4.png" alt=""><figcaption></figcaption></figure>

### 像素风格 Mac 矢量图标 <a href="#e5-83-8f-e7-b4-a0-e9-a3-8e-e6-a0-bc-mac-e7-9f-a2-e9-87-8f-e5-9b-be-e6-a0-87" id="e5-83-8f-e7-b4-a0-e9-a3-8e-e6-a0-bc-mac-e7-9f-a2-e9-87-8f-e5-9b-be-e6-a0-87"></a>

<https://www.figma.com/community/file/1168326004876975092>

<figure><img src="https://moonvy.com/blog/_assets/a0ef6bb733ea5914.png" alt=""><figcaption></figcaption></figure>

### 矢量网格图案素材 Grids & Units <a href="#e7-9f-a2-e9-87-8f-e7-bd-91-e6-a0-bc-e5-9b-be-e6-a1-88-e7-b4-a0-e6-9d-90-grids-26-units" id="e7-9f-a2-e9-87-8f-e7-bd-91-e6-a0-bc-e5-9b-be-e6-a1-88-e7-b4-a0-e6-9d-90-grids-26-units"></a>

<https://www.figma.com/community/file/1215714837095316498>

<figure><img src="https://moonvy.com/blog/_assets/fd5ede7496cc590b.png" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://weekly.litao.fun/zi-xun-zhou-kan-007-qi.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.
