Browse Source

Rename project from Lanu to Gami, updating references in package.json, layout files, and descriptions across the application.

0es 4 months ago
parent
commit
a4f8774b5a

+ 1 - 1
.cursor/rules/lanu-op-rules.mdc

@@ -1,4 +1,4 @@
 ---
-description: 本应用为陪玩项目Lanu的后台管理系统,使用next.js提供服务,前端使用React@19 + Ant Design@5。本项目所有颜色使用Antd@5的Design Token实现,不要私自更改。接口文档中的ObjectId识别成string,由后端实现转换。
+description: 本应用为陪玩项目Gami的后台管理系统,使用next.js提供服务,前端使用React@19 + Ant Design@5。本项目所有颜色使用Antd@5的Design Token实现,不要私自更改。接口文档中的ObjectId识别成string,由后端实现转换。
 alwaysApply: true
 ---

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "lanu-op",
+  "name": "gami-op",
   "version": "0.1.0",
   "private": true,
   "scripts": {

+ 1 - 1
src/app/(auth)/login/page.tsx

@@ -90,7 +90,7 @@ export default function LoginPage() {
       >
         <div style={{ textAlign: "center", marginBottom: "32px" }}>
           <Title level={2} style={{ marginBottom: "8px", color: "#667eea" }}>
-            Lanu 后台管理系统
+            Gami 后台管理系统
           </Title>
           <Text type="secondary">欢迎回来,请登录您的账号</Text>
         </div>

+ 1 - 1
src/app/(dashboard)/home/page.tsx

@@ -4,7 +4,7 @@ const HomePage: React.FC = () => {
   return (
     <div>
       <h1>首页</h1>
-      <p>欢迎来到 Lanu 运营管理后台</p>
+      <p>欢迎来到 Gami 运营管理后台</p>
     </div>
   );
 };

+ 2 - 2
src/app/(dashboard)/layout.tsx

@@ -240,7 +240,7 @@ export default function DashboardLayout({
             fontWeight: "bold",
           }}
         >
-          {!collapsed && "Lanu OP"}
+          {!collapsed && "Gami OP"}
         </div>
         <MenuSearch collapsed={collapsed} />
         <Menu
@@ -329,7 +329,7 @@ export default function DashboardLayout({
           </div>
         </Content>
         <Footer className="text-center">
-          Lanu ©{new Date().getFullYear()} Created by Lanu FE Team
+          Gami ©{new Date().getFullYear()} Created by Gami FE Team
         </Footer>
       </Layout>
     </Layout>

+ 2 - 2
src/app/layout.tsx

@@ -19,8 +19,8 @@ const geistMono = Geist_Mono({
 });
 
 export const metadata: Metadata = {
-  title: "Lanu OP - 运营管理后台",
-  description: "Lanu operation platform",
+  title: "Gami OP - 运营管理后台",
+  description: "Gami operation platform",
 };
 
 export default function RootLayout({