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