mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-10-22 10:23:09 +00:00
添加“例” ”变“快捷按钮
This commit is contained in:
parent
f546621ab9
commit
f4e3ce32dd
@ -236,7 +236,7 @@ export default {
|
|||||||
currentLine: "",
|
currentLine: "",
|
||||||
currentLineStart: 0,
|
currentLineStart: 0,
|
||||||
currentLineEnd: 0,
|
currentLineEnd: 0,
|
||||||
quickTexts: ["课", "题", "T", "P"]
|
quickTexts: ["课", "题", "例","变","T", "P"]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
@ -575,7 +575,7 @@ export default {
|
|||||||
/**
|
/**
|
||||||
* 配置打开成功回调
|
* 配置打开成功回调
|
||||||
*/
|
*/
|
||||||
onConfigOpened(data) {
|
onConfigOpened() {
|
||||||
this.success = '配置已在新窗口中打开'
|
this.success = '配置已在新窗口中打开'
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.success = ''
|
this.success = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user