# 我无法解压缩包文件

禁用保护选项。

{% code title="config.yml" %}

```yaml
  zip:
    protect-file-from-unzip:
      enabled: false
      extreme: false
```

{% endcode %}

{% hint style="danger" %}
这是保护zip文件不被解压的选项。\
禁用它时要小心，如果不启用保护，任何人都可以解压你的文件。
{% endhint %}


---

# 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://itemsadder.devs.beer/chinese/faq/i-cant-unzip-the-pack.zip-file.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.
