Skip to content

Commit 417b399

Browse files
committed
📝 AI设置界面填写暂无内容的提示
1 parent d0881a9 commit 417b399

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/src/pages/settings/ai.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
export default function AI() {
2-
return <div>AI Settings</div>;
2+
return (
3+
<div>
4+
<h2>AI Settings</h2>
5+
<p>目前暂无设置内容</p>
6+
</div>
7+
);
38
}

0 commit comments

Comments
 (0)