📖 Instructions / 使用说明
Mirror Site lets you create URL mirrors. Each mirror maps a Sub Path on this site to a Delegated Path (the real URL).
镜像站点可以创建 URL 镜像。每个镜像将本站的一个子路径(Sub Path)映射到一个目标地址(Delegated Path)。
Example / 示例
Sub Path: guest-my-tool
Delegated Path: https://github.com/user/repo/releases/latest/download/tool.zip
After saving, visiting https://lwtmirror.pages.dev/guest-my-tool will proxy the content from the delegated URL.
保存后,访问 https://lwtmirror.pages.dev/guest-my-tool 将会代理目标地址的内容。
Guest Rules / 访客规则
- Guest users can only add mirrors with sub paths starting with "guest-".
访客只能添加以 "guest-" 开头的子路径。
- Guest users cannot edit or delete existing mirrors.
访客不能编辑或删除已有的镜像。
- A default path with the current date-time is auto-filled for convenience.
为方便使用,添加时会自动填入当前日期时间作为默认路径。
- Sub paths must be unique — duplicates will be rejected.
子路径必须唯一,重复的会被拒绝。