mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 23:16:18 +08:00
localid
This commit is contained in:
parent
690553c9e8
commit
dc2e68e86f
@ -619,7 +619,7 @@ clipboardReadText = () => {
|
||||
}
|
||||
// 获取本机唯一ID
|
||||
if (cmd.includes('{{LocalId}}')) {
|
||||
let repl = utools.getLocalId();
|
||||
let repl = utools.getNativeId();
|
||||
cmd = cmd.replace(/\{\{LocalId\}\}/mg, repl)
|
||||
}
|
||||
// 获取浏览器当前链接
|
||||
|
Loading…
x
Reference in New Issue
Block a user