插入特殊变量默认使用双引号

This commit is contained in:
fofolee 2024-02-25 12:55:01 +08:00
parent 867835b78e
commit d65943fa84

View File

@ -463,7 +463,7 @@ export default {
}, },
insertSpecialVar(text) { insertSpecialVar(text) {
if (!text) return; if (!text) return;
this.$parent.$refs.editor.repacleEditorSelection(`'${text}'`); this.$parent.$refs.editor.repacleEditorSelection(`"${text}"`);
}, },
showMainPushHelp() { showMainPushHelp() {
window.showUb.help("#u0e9f1430"); window.showUb.help("#u0e9f1430");