mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-30 04:42:45 +08:00
插入特殊变量默认使用双引号
This commit is contained in:
parent
867835b78e
commit
d65943fa84
@ -463,7 +463,7 @@ export default {
|
||||
},
|
||||
insertSpecialVar(text) {
|
||||
if (!text) return;
|
||||
this.$parent.$refs.editor.repacleEditorSelection(`'${text}'`);
|
||||
this.$parent.$refs.editor.repacleEditorSelection(`"${text}"`);
|
||||
},
|
||||
showMainPushHelp() {
|
||||
window.showUb.help("#u0e9f1430");
|
||||
|
Loading…
x
Reference in New Issue
Block a user