Browse Source

```

docs(readme): 添加Windows脚本缓存清除提示

添加关于如何处理镜像/代理缓存问题的详细说明,包括在URL中追加时间戳参数的方法,
以便用户能够绕过缓存获取最新脚本。

feat(script): 更新广告信息添加Team账户选项

在各个平台的脚本中更新广告内容,新增Team绝版次数号选项,包含1000次+20刀额度的服务。
```
master
煎饼果子卷鲨鱼辣椒 1 year ago
parent
commit
22adbe8f2c
  1. 12
      README_JP.md

12
README_JP.md

@ -314,6 +314,18 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/
```
> デュアルモード操作とトライアルリセット機能を備えた強化版Cursorマシンコード修正ツール
**キャッシュ回避(Windows):** ミラー/プロキシのキャッシュで古いスクリプトが取得される場合、URL 末尾にタイムスタンプのクエリを付けて回避できます(GitHub raw + タイムスタンプ推奨):
```powershell
irm "https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1?$(Get-Date -Format yyyyMMddHHmmss)" | iex
```
`wget.la` などのミラーを使う場合も同様に、URL 末尾へタイムスタンプを追加できます:
```powershell
irm "https://wget.la/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1?$(Get-Date -Format yyyyMMddHHmmss)" | iex
```
<div align="center">
<img src="img/run_success.png" alt="Run Success" width="600"/>
</div>

Loading…
Cancel
Save