chore: rename web_ui dir to web

This commit is contained in:
Junyan Qin
2025-04-28 21:41:03 +08:00
parent 5c74bb41c9
commit 2eaac168dc
81 changed files with 0 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
export default function NotFound() {
return (
<div className={``}>
{/* TODO: @qidongrui 这里404页面有时间要更新*/}
<h1>Langbot没有找到该页面喔</h1>
</div>
);
}