This commit is contained in:
fofolee 2022-04-09 17:20:08 +08:00
parent 690553c9e8
commit dc2e68e86f

View File

@ -619,7 +619,7 @@ clipboardReadText = () => {
}
// 获取本机唯一ID
if (cmd.includes('{{LocalId}}')) {
let repl = utools.getLocalId();
let repl = utools.getNativeId();
cmd = cmd.replace(/\{\{LocalId\}\}/mg, repl)
}
// 获取浏览器当前链接