mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
diy.sh重命名为extra.sh,防止与diy命令混淆
This commit is contained in:
+2
-2
@@ -30,8 +30,8 @@ export default (app: Router) => {
|
||||
let shareCodeFile = getLastModifyFilePath(config.shareCodeDir);
|
||||
content = getFileContentByName(shareCodeFile);
|
||||
break;
|
||||
case 'diy':
|
||||
content = getFileContentByName(config.diyFile);
|
||||
case 'extra':
|
||||
content = getFileContentByName(config.extraFile);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user