We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad55c8 commit 5772ed5Copy full SHA for 5772ed5
1 file changed
china.js
@@ -476,6 +476,7 @@ async function get_todo() {
476
l = l.concat(s.trim().split("\n").map(v => JSON.parse(v)).filter(v => v.action == "PROXY").map(v => get_domain(v.content)).filter(v => v))
477
}
478
479
+ console.log("Windows 下可能无法自动寻找到日志路径,你可能需要手动指定,大概位置类似:C:\\Users\\txthi\\AppData\\Local\\Packages\\com.txthinking.brook.xxx\\LocalCache\\Roaming\\b.log")
480
if (await exists(path.join(process.env.AppData ?? '', ".b.log"))) {
481
var s = await fs.readFile(path.join(process.env.AppData ?? '', ".b.log"), { encoding: 'utf8' })
482
if (s && s.trim()) {
0 commit comments