chore: migrate fe 250722

This commit is contained in:
tecvan
2025-07-22 13:35:49 +08:00
parent b46a0c6c12
commit 60d42100f0
330 changed files with 9761 additions and 19074 deletions

View File

@@ -14,5 +14,5 @@
* limitations under the License.
*/
// @file 社区版暂时不提供历史记录功能,本文件中导出的方法用于未来拓展使用。
// @file 开源版暂时不提供历史记录功能,本文件中导出的方法用于未来拓展使用。
export const LeftContentButtons = () => null;

View File

@@ -14,5 +14,5 @@
* limitations under the License.
*/
// @file 社区版暂时不提供用户界面功能,本文件中导出的方法用于未来拓展使用。
// @file 开源版暂时不提供用户界面功能,本文件中导出的方法用于未来拓展使用。
export const ModeTab = () => null;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
// @file 社区版暂时不提供历史记录功能,本文件中导出的方法用于未来拓展使用。
// @file 开源版暂时不提供历史记录功能,本文件中导出的方法用于未来拓展使用。
import React from 'react';
export const SecondarySidebar = () => <div />;

View File

@@ -14,5 +14,5 @@
* limitations under the License.
*/
// @file 社区版暂时不提供用户界面功能,本文件中导出的方法用于未来拓展使用。
// @file 开源版暂时不提供用户界面功能,本文件中导出的方法用于未来拓展使用。
export const UIBuilder = (_props: any) => null;