Aria2 Explorer v2.0 已知問題

···
  1. 當本地和遠程Aria2為不同操作系統時,下載路徑設置會失效

臨時解決方案:

  1. 打開擴展選項配置頁面
  2. 按F12,切換到Console
  3. 在Console中輸入並執行以下代碼,可以刪掉Location最後的\
chrome.storage.local.get().then((configs) => {
    for (rpc of configs.rpcList) {
        rpc.location = rpc.location.slice(0, -1);
    }    
    chrome.storage.local.set(configs);
    console.log(configs)
})
  1. 保存多項URL相同的Aria2 RPC Server並導出到AriaNG,會導致AriaNG出現多個重複相同的RPC設置

臨時解決方案:

在AriaNG常規設置中刪除重複的RPC設置。保存擴展RPC設置時,取消導出到AriaNG。

使用 Hugo 建立 | 主題 StackJimmy 設計