perf: 优化app功能
This commit is contained in:
@@ -406,6 +406,15 @@ class IndexController extends InvokeController
|
||||
abort(404);
|
||||
}
|
||||
|
||||
/**
|
||||
* 保存配置 (已废弃 Deprecated)
|
||||
* @return string
|
||||
*/
|
||||
public function storage__synch()
|
||||
{
|
||||
return '<!-- Deprecated -->';
|
||||
}
|
||||
|
||||
/**
|
||||
* 提取所有中文
|
||||
* @return array|string
|
||||
|
||||
Reference in New Issue
Block a user