We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0881a9 commit 417b399Copy full SHA for 417b399
app/src/pages/settings/ai.tsx
@@ -1,3 +1,8 @@
1
export default function AI() {
2
- return <div>AI Settings</div>;
+ return (
3
+ <div>
4
+ <h2>AI Settings</h2>
5
+ <p>目前暂无设置内容</p>
6
+ </div>
7
+ );
8
}
0 commit comments