# 急救

### 抹掉全局备份

{% hint style="danger" %}
如果在全局备份后出现 VPN 自动断连、日志出现内存警告，可尝试抹掉备份！
{% endhint %}

> 出现这个问题，是因为备份的数量过多，内存不足引起的，建议把备份数量控制在 3 个以内。

手动运行 [抹掉全局备份](https://raw.githubusercontent.com/chavyleung/scripts/master/box/scripts/boxjs.revert.baks.js) 脚本

### 抹掉订阅缓存

{% hint style="danger" %}
如果你在添加订阅后，出现白屏现象，可尝试抹掉订阅缓存！
{% endhint %}

> 抹掉订阅缓存是非常安全的操作，不会对已保存的会话、设置产生任何影响，可以放心抹掉。

> 清缓存后，所有订阅会显示“格式错误”，然后手动更新下订阅即可！

手动运行 [抹掉订阅缓存](https://raw.githubusercontent.com/chavyleung/scripts/master/box/scripts/boxjs.revert.caches.js) 脚本

### 如何运行脚本

```bash
1. 使用浏览器打开脚本, 全选 > 复制

# Surge
首页 > 脚本 > 编辑器 > 把脚本粘进去 > 执行
# QuanX
风车 > 调试 > 构造请求 > 添加 > 下一步 > 把示例代码`全部`删掉 > 把脚本粘进去 > 执行
# Loon
配置 > 脚本 > 本地JS文件 > 添加 > 创建新脚本 > 随便填个脚本名字 > 把脚本粘进去 > 运行
# Shadowrocket
配置 > 当前使用的配置文件末尾的i > 脚本 > 右上角加号 > 随便填个脚本名字 > 粘贴脚本链接到脚本路径 > 滑动屏幕到底部 > 点击运行脚本
```


---

# 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.boxjs.app/advanced/aid.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.
