mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修复移动端新建脚本
This commit is contained in:
@@ -387,7 +387,7 @@ const Script = () => {
|
|||||||
|
|
||||||
const menuAction = (key: string | number) => {
|
const menuAction = (key: string | number) => {
|
||||||
switch (key) {
|
switch (key) {
|
||||||
case 'save':
|
case 'add':
|
||||||
addFile();
|
addFile();
|
||||||
break;
|
break;
|
||||||
case 'edit':
|
case 'edit':
|
||||||
|
|||||||
Reference in New Issue
Block a user