perf: 优化app功能

This commit is contained in:
kuaifan
2024-03-06 11:47:05 +08:00
parent 52171b794a
commit e24978fdd7
2 changed files with 22 additions and 0 deletions

View File

@@ -406,6 +406,15 @@ class IndexController extends InvokeController
abort(404);
}
/**
* 保存配置 (已废弃 Deprecated)
* @return string
*/
public function storage__synch()
{
return '<!-- Deprecated -->';
}
/**
* 提取所有中文
* @return array|string