finstep-template-cli 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/README.md +41 -0
  2. package/cli.js +117 -0
  3. package/package.json +39 -0
  4. package/template/.env.development +3 -0
  5. package/template/.env.production +3 -0
  6. package/template/.env.staging +3 -0
  7. package/template/.env.test +3 -0
  8. package/template/.eslintrc.cjs +21 -0
  9. package/template/README.md +69 -0
  10. package/template/auto-imports.d.ts +47 -0
  11. package/template/eslint.config.js +26 -0
  12. package/template/index.html +16 -0
  13. package/template/package.json +46 -0
  14. package/template/postcss.config.js +5 -0
  15. package/template/public/logo.svg +85 -0
  16. package/template/public/vite.svg +1 -0
  17. package/template/src/App.css +42 -0
  18. package/template/src/App.tsx +25 -0
  19. package/template/src/api/home/index.ts +56 -0
  20. package/template/src/api/home/typings.d.ts +8 -0
  21. package/template/src/assets/logo.svg +85 -0
  22. package/template/src/assets/react.svg +1 -0
  23. package/template/src/components/admin-layout.tsx +211 -0
  24. package/template/src/components/f-b-footer.tsx +46 -0
  25. package/template/src/components/f-b-header.tsx +894 -0
  26. package/template/src/components/global-loading.tsx +143 -0
  27. package/template/src/components/hero-section.tsx +371 -0
  28. package/template/src/components/products-preview.tsx +175 -0
  29. package/template/src/components/stats-section.tsx +85 -0
  30. package/template/src/components/trusted-by.tsx +53 -0
  31. package/template/src/hooks/useGlobalLoading.ts +57 -0
  32. package/template/src/index.css +341 -0
  33. package/template/src/main.tsx +30 -0
  34. package/template/src/pages/admin/index.tsx +361 -0
  35. package/template/src/pages/admin/pages/applications/index.tsx +558 -0
  36. package/template/src/pages/home/index.tsx +129 -0
  37. package/template/src/router/index.tsx +9 -0
  38. package/template/src/router/routes.tsx +30 -0
  39. package/template/src/stores/loading.store.ts +46 -0
  40. package/template/src/stores/root.store.ts +22 -0
  41. package/template/src/stores/store-context.tsx +43 -0
  42. package/template/src/stores/user.store.ts +46 -0
  43. package/template/src/utils/index.ts +14 -0
  44. package/template/src/utils/request.ts +116 -0
  45. package/template/src/utils/tokenManager.ts +168 -0
  46. package/template/src/vite-env.d.ts +1 -0
  47. package/template/tailwind.config.js +19 -0
  48. package/template/tsconfig.app.json +29 -0
  49. package/template/tsconfig.json +7 -0
  50. package/template/tsconfig.node.json +26 -0
  51. package/template/vite.config.ts +36 -0
@@ -0,0 +1,8 @@
1
+ declare namespace HomeAPi {
2
+ type LoginInfoResponse = {
3
+ user_id: number;
4
+ refresh_token?: string;
5
+ access_token?: string;
6
+ username?: string;
7
+ };
8
+ }
@@ -0,0 +1,85 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="_图层_2" data-name="图层 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 274.54 211.7">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: url(#_未命名的渐变_21);
7
+ }
8
+
9
+ .cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7 {
10
+ stroke-width: 0px;
11
+ }
12
+
13
+ .cls-2 {
14
+ fill: url(#_未命名的渐变_20);
15
+ }
16
+
17
+ .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7 {
18
+ fill-rule: evenodd;
19
+ }
20
+
21
+ .cls-3 {
22
+ fill: url(#_未命名的渐变_23);
23
+ }
24
+
25
+ .cls-4 {
26
+ fill: url(#_未命名的渐变_12);
27
+ }
28
+
29
+ .cls-5 {
30
+ fill: url(#_未命名的渐变_3);
31
+ }
32
+
33
+ .cls-6 {
34
+ fill: url(#_未命名的渐变_12-2);
35
+ }
36
+
37
+ .cls-7 {
38
+ fill: url(#_未命名的渐变_3-2);
39
+ }
40
+ </style>
41
+ <linearGradient id="_未命名的渐变_12" data-name="未命名的渐变 12" x1="20.63" y1="111.57" x2="27.95" y2="68.34" gradientUnits="userSpaceOnUse">
42
+ <stop offset="0" stop-color="#f9b1ff"/>
43
+ <stop offset="1" stop-color="#9764ff"/>
44
+ </linearGradient>
45
+ <linearGradient id="_未命名的渐变_3" data-name="未命名的渐变 3" x1="0" y1="26.46" x2="211.7" y2="26.46" gradientUnits="userSpaceOnUse">
46
+ <stop offset="0" stop-color="#12b3fd"/>
47
+ <stop offset="1" stop-color="#8efdf4"/>
48
+ </linearGradient>
49
+ <linearGradient id="_未命名的渐变_23" data-name="未命名的渐变 23" x1="166.3" y1="187.93" x2="258.08" y2="29.64" gradientUnits="userSpaceOnUse">
50
+ <stop offset="0" stop-color="#df102a"/>
51
+ <stop offset=".17" stop-color="#e11730"/>
52
+ <stop offset=".42" stop-color="#e72a42"/>
53
+ <stop offset=".72" stop-color="#f04a5f"/>
54
+ <stop offset="1" stop-color="#fc7081"/>
55
+ </linearGradient>
56
+ <linearGradient id="_未命名的渐变_12-2" data-name="未命名的渐变 12" x1="45.83" y1="172" x2="150.59" y2="172" xlink:href="#_未命名的渐变_12"/>
57
+ <linearGradient id="_未命名的渐变_3-2" data-name="未命名的渐变 3" x1="45.83" y1="105.85" x2="165.87" y2="105.85" xlink:href="#_未命名的渐变_3"/>
58
+ <linearGradient id="_未命名的渐变_21" data-name="未命名的渐变 21" x1="87.39" y1="155.31" x2="91.71" y2="129.71" gradientUnits="userSpaceOnUse">
59
+ <stop offset="0" stop-color="#7f26fc"/>
60
+ <stop offset=".15" stop-color="#7629fc"/>
61
+ <stop offset=".4" stop-color="#6033fc"/>
62
+ <stop offset=".7" stop-color="#3b43fc"/>
63
+ <stop offset="1" stop-color="#0f57fd"/>
64
+ </linearGradient>
65
+ <linearGradient id="_未命名的渐变_20" data-name="未命名的渐变 20" x1="21.98" y1="67.7" x2="35.9" y2="44.2" gradientUnits="userSpaceOnUse">
66
+ <stop offset="0" stop-color="#7f26fc"/>
67
+ <stop offset=".17" stop-color="#7928fc"/>
68
+ <stop offset=".37" stop-color="#6b2efc"/>
69
+ <stop offset=".58" stop-color="#5339fc"/>
70
+ <stop offset=".8" stop-color="#3247fc"/>
71
+ <stop offset="1" stop-color="#0f57fd"/>
72
+ </linearGradient>
73
+ </defs>
74
+ <g id="_图层_1-2" data-name="图层 1">
75
+ <g>
76
+ <path class="cls-4" d="M27.96,4.5L0,52.92l27.96,48.42c1.15,2,4.04,2,5.2,0l27.96-48.42L33.15,4.5c-1.15-2-4.04-2-5.2,0Z"/>
77
+ <path class="cls-5" d="M208.69,0H32.29c-1.07,0-2.06.57-2.6,1.5L0,52.92h181.6c1.07,0,2.06-.57,2.6-1.5l27.09-46.92c1.15-2-.29-4.5-2.6-4.5Z"/>
78
+ <path class="cls-3" d="M153.65,157.27L241.85,4.5c1.15-2,4.04-2,5.2,0l27.09,46.92c.54.93.54,2.07,0,3l-88.2,152.77c-1.15,2-4.04,2-5.2,0l-27.09-46.92c-.54-.93-.54-2.07,0-3Z"/>
79
+ <path class="cls-6" d="M106.95,132.31h-61.11l44.97,77.89c.54.93,1.53,1.5,2.6,1.5h54.18c2.31,0,3.75-2.5,2.6-4.5l-43.24-74.89Z"/>
80
+ <path class="cls-7" d="M162.86,79.39h-84.74c-1.07,0-2.06.57-2.6,1.5l-29.69,51.42h89.94c1.07,0,2.06-.57,2.6-1.5l27.09-46.92c1.15-2-.29-4.5-2.6-4.5Z"/>
81
+ <polygon class="cls-1" points="106.95 132.31 129.99 172.13 45.83 132.31 106.95 132.31"/>
82
+ <polygon class="cls-2" points="61.11 52.92 0 52.92 48 75.64 61.11 52.92"/>
83
+ </g>
84
+ </g>
85
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="35.93" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 228"><path fill="#00D8FF" d="M210.483 73.824a171.49 171.49 0 0 0-8.24-2.597c.465-1.9.893-3.777 1.273-5.621c6.238-30.281 2.16-54.676-11.769-62.708c-13.355-7.7-35.196.329-57.254 19.526a171.23 171.23 0 0 0-6.375 5.848a155.866 155.866 0 0 0-4.241-3.917C100.759 3.829 77.587-4.822 63.673 3.233C50.33 10.957 46.379 33.89 51.995 62.588a170.974 170.974 0 0 0 1.892 8.48c-3.28.932-6.445 1.924-9.474 2.98C17.309 83.498 0 98.307 0 113.668c0 15.865 18.582 31.778 46.812 41.427a145.52 145.52 0 0 0 6.921 2.165a167.467 167.467 0 0 0-2.01 9.138c-5.354 28.2-1.173 50.591 12.134 58.266c13.744 7.926 36.812-.22 59.273-19.855a145.567 145.567 0 0 0 5.342-4.923a168.064 168.064 0 0 0 6.92 6.314c21.758 18.722 43.246 26.282 56.54 18.586c13.731-7.949 18.194-32.003 12.4-61.268a145.016 145.016 0 0 0-1.535-6.842c1.62-.48 3.21-.974 4.76-1.488c29.348-9.723 48.443-25.443 48.443-41.52c0-15.417-17.868-30.326-45.517-39.844Zm-6.365 70.984c-1.4.463-2.836.91-4.3 1.345c-3.24-10.257-7.612-21.163-12.963-32.432c5.106-11 9.31-21.767 12.459-31.957c2.619.758 5.16 1.557 7.61 2.4c23.69 8.156 38.14 20.213 38.14 29.504c0 9.896-15.606 22.743-40.946 31.14Zm-10.514 20.834c2.562 12.94 2.927 24.64 1.23 33.787c-1.524 8.219-4.59 13.698-8.382 15.893c-8.067 4.67-25.32-1.4-43.927-17.412a156.726 156.726 0 0 1-6.437-5.87c7.214-7.889 14.423-17.06 21.459-27.246c12.376-1.098 24.068-2.894 34.671-5.345a134.17 134.17 0 0 1 1.386 6.193ZM87.276 214.515c-7.882 2.783-14.16 2.863-17.955.675c-8.075-4.657-11.432-22.636-6.853-46.752a156.923 156.923 0 0 1 1.869-8.499c10.486 2.32 22.093 3.988 34.498 4.994c7.084 9.967 14.501 19.128 21.976 27.15a134.668 134.668 0 0 1-4.877 4.492c-9.933 8.682-19.886 14.842-28.658 17.94ZM50.35 144.747c-12.483-4.267-22.792-9.812-29.858-15.863c-6.35-5.437-9.555-10.836-9.555-15.216c0-9.322 13.897-21.212 37.076-29.293c2.813-.98 5.757-1.905 8.812-2.773c3.204 10.42 7.406 21.315 12.477 32.332c-5.137 11.18-9.399 22.249-12.634 32.792a134.718 134.718 0 0 1-6.318-1.979Zm12.378-84.26c-4.811-24.587-1.616-43.134 6.425-47.789c8.564-4.958 27.502 2.111 47.463 19.835a144.318 144.318 0 0 1 3.841 3.545c-7.438 7.987-14.787 17.08-21.808 26.988c-12.04 1.116-23.565 2.908-34.161 5.309a160.342 160.342 0 0 1-1.76-7.887Zm110.427 27.268a347.8 347.8 0 0 0-7.785-12.803c8.168 1.033 15.994 2.404 23.343 4.08c-2.206 7.072-4.956 14.465-8.193 22.045a381.151 381.151 0 0 0-7.365-13.322Zm-45.032-43.861c5.044 5.465 10.096 11.566 15.065 18.186a322.04 322.04 0 0 0-30.257-.006c4.974-6.559 10.069-12.652 15.192-18.18ZM82.802 87.83a323.167 323.167 0 0 0-7.227 13.238c-3.184-7.553-5.909-14.98-8.134-22.152c7.304-1.634 15.093-2.97 23.209-3.984a321.524 321.524 0 0 0-7.848 12.897Zm8.081 65.352c-8.385-.936-16.291-2.203-23.593-3.793c2.26-7.3 5.045-14.885 8.298-22.6a321.187 321.187 0 0 0 7.257 13.246c2.594 4.48 5.28 8.868 8.038 13.147Zm37.542 31.03c-5.184-5.592-10.354-11.779-15.403-18.433c4.902.192 9.899.29 14.978.29c5.218 0 10.376-.117 15.453-.343c-4.985 6.774-10.018 12.97-15.028 18.486Zm52.198-57.817c3.422 7.8 6.306 15.345 8.596 22.52c-7.422 1.694-15.436 3.058-23.88 4.071a382.417 382.417 0 0 0 7.859-13.026a347.403 347.403 0 0 0 7.425-13.565Zm-16.898 8.101a358.557 358.557 0 0 1-12.281 19.815a329.4 329.4 0 0 1-23.444.823c-7.967 0-15.716-.248-23.178-.732a310.202 310.202 0 0 1-12.513-19.846h.001a307.41 307.41 0 0 1-10.923-20.627a310.278 310.278 0 0 1 10.89-20.637l-.001.001a307.318 307.318 0 0 1 12.413-19.761c7.613-.576 15.42-.876 23.31-.876H128c7.926 0 15.743.303 23.354.883a329.357 329.357 0 0 1 12.335 19.695a358.489 358.489 0 0 1 11.036 20.54a329.472 329.472 0 0 1-11 20.722Zm22.56-122.124c8.572 4.944 11.906 24.881 6.52 51.026c-.344 1.668-.73 3.367-1.15 5.09c-10.622-2.452-22.155-4.275-34.23-5.408c-7.034-10.017-14.323-19.124-21.64-27.008a160.789 160.789 0 0 1 5.888-5.4c18.9-16.447 36.564-22.941 44.612-18.3ZM128 90.808c12.625 0 22.86 10.235 22.86 22.86s-10.235 22.86-22.86 22.86s-22.86-10.235-22.86-22.86s10.235-22.86 22.86-22.86Z"></path></svg>
@@ -0,0 +1,211 @@
1
+ // AI生成的代码 - 管理后台布局组件
2
+ import { useState } from 'react';
3
+ import { Link, useLocation } from 'react-router-dom';
4
+ import { Layout, Menu, Button, Avatar, Dropdown, Badge } from 'antd';
5
+ import type { MenuProps } from 'antd';
6
+
7
+ const { Header, Sider, Content } = Layout;
8
+
9
+ interface AdminLayoutProps {
10
+ children: React.ReactNode;
11
+ }
12
+
13
+ interface MenuItem {
14
+ key: string;
15
+ icon: string;
16
+ label: string;
17
+ path: string;
18
+ }
19
+
20
+ const menuItems: MenuItem[] = [
21
+ {
22
+ key: 'dashboard',
23
+ icon: 'ri-dashboard-line',
24
+ label: '仪表盘',
25
+ path: '/admin'
26
+ },
27
+ {
28
+ key: 'applications',
29
+ icon: 'ri-file-list-line',
30
+ label: '客户申请',
31
+ path: '/admin/applications'
32
+ },
33
+ {
34
+ key: 'users',
35
+ icon: 'ri-user-line',
36
+ label: '用户管理',
37
+ path: '/admin/users'
38
+ },
39
+ {
40
+ key: 'products',
41
+ icon: 'ri-settings-line',
42
+ label: '产品配置',
43
+ path: '/admin/products'
44
+ },
45
+ {
46
+ key: 'analytics',
47
+ icon: 'ri-bar-chart-line',
48
+ label: '使用统计',
49
+ path: '/admin/analytics'
50
+ }
51
+ ];
52
+
53
+ export default function AdminLayout({ children }: AdminLayoutProps) {
54
+ const [collapsed, setCollapsed] = useState(false);
55
+ const location = useLocation();
56
+
57
+ // 获取当前选中的菜单项
58
+ const getSelectedKey = () => {
59
+ const currentPath = location.pathname;
60
+ const menuItem = menuItems.find(item => item.path === currentPath);
61
+ return menuItem ? [menuItem.key] : ['dashboard'];
62
+ };
63
+
64
+ // 用户下拉菜单
65
+ const userMenuItems: MenuProps['items'] = [
66
+ {
67
+ key: 'profile',
68
+ icon: <i className="ri-user-line"></i>,
69
+ label: '个人资料',
70
+ },
71
+ {
72
+ key: 'settings',
73
+ icon: <i className="ri-settings-line"></i>,
74
+ label: '系统设置',
75
+ },
76
+ {
77
+ type: 'divider',
78
+ },
79
+ {
80
+ key: 'logout',
81
+ icon: <i className="ri-logout-box-line"></i>,
82
+ label: '退出登录',
83
+ danger: true,
84
+ },
85
+ ];
86
+
87
+ return (
88
+ <Layout className="min-h-screen bg-slate-950">
89
+ {/* 侧边栏 */}
90
+ <Sider
91
+ trigger={null}
92
+ collapsible
93
+ collapsed={collapsed}
94
+ className="bg-slate-900 border-r border-slate-800"
95
+ width={280}
96
+ collapsedWidth={80}
97
+ >
98
+ {/* Logo区域 */}
99
+ <div className="h-16 flex items-center justify-center border-b border-slate-800">
100
+ {collapsed ? (
101
+ <div className="w-10 h-10 bg-gradient-to-r from-blue-600 to-purple-600 rounded-xl flex items-center justify-center">
102
+ <span className="text-white font-bold text-lg">F</span>
103
+ </div>
104
+ ) : (
105
+ <Link to="/" className="flex items-center space-x-3">
106
+ <div className="w-10 h-10 bg-gradient-to-r from-blue-600 to-purple-600 rounded-xl flex items-center justify-center">
107
+ <span className="text-white font-bold text-lg">F</span>
108
+ </div>
109
+ <span className="text-white text-xl font-bold font-pacifico">FinStep</span>
110
+ </Link>
111
+ )}
112
+ </div>
113
+
114
+ {/* 导航菜单 */}
115
+ <Menu
116
+ theme="dark"
117
+ mode="inline"
118
+ selectedKeys={getSelectedKey()}
119
+ className="bg-transparent border-none mt-4"
120
+ items={menuItems.map(item => ({
121
+ key: item.key,
122
+ icon: <i className={`${item.icon} text-lg`}></i>,
123
+ label: (
124
+ <Link to={item.path} className="text-slate-300 hover:text-white">
125
+ {item.label}
126
+ </Link>
127
+ ),
128
+ }))}
129
+ />
130
+
131
+ {/* 底部信息 */}
132
+ {!collapsed && (
133
+ <div className="absolute bottom-4 left-4 right-4">
134
+ <div className="bg-slate-800/50 rounded-xl p-4 text-center">
135
+ <div className="text-slate-400 text-xs mb-2">系统状态</div>
136
+ <div className="flex items-center justify-center space-x-2">
137
+ <div className="w-2 h-2 bg-green-500 rounded-full animate-pulse"></div>
138
+ <span className="text-green-400 text-sm font-medium">正常运行</span>
139
+ </div>
140
+ </div>
141
+ </div>
142
+ )}
143
+ </Sider>
144
+
145
+ <Layout>
146
+ {/* 顶部栏 */}
147
+ <Header className="bg-slate-900/50 backdrop-blur-sm border-b border-slate-800 px-6 flex items-center justify-between">
148
+ <div className="flex items-center space-x-4">
149
+ {/* 折叠按钮 */}
150
+ <Button
151
+ type="text"
152
+ icon={<i className={collapsed ? 'ri-menu-unfold-line' : 'ri-menu-fold-line'}></i>}
153
+ onClick={() => setCollapsed(!collapsed)}
154
+ className="text-slate-300 hover:text-white hover:bg-slate-800"
155
+ />
156
+
157
+ {/* 面包屑导航 */}
158
+ <div className="flex items-center space-x-2 text-slate-400">
159
+ <i className="ri-home-line"></i>
160
+ <span>/</span>
161
+ <span className="text-white">
162
+ {menuItems.find(item => item.path === location.pathname)?.label || '仪表盘'}
163
+ </span>
164
+ </div>
165
+ </div>
166
+
167
+ <div className="flex items-center space-x-4">
168
+ {/* 通知 */}
169
+ <Badge count={5} size="small">
170
+ <Button
171
+ type="text"
172
+ icon={<i className="ri-notification-line text-lg"></i>}
173
+ className="text-slate-300 hover:text-white hover:bg-slate-800"
174
+ />
175
+ </Badge>
176
+
177
+ {/* 搜索 */}
178
+ <Button
179
+ type="text"
180
+ icon={<i className="ri-search-line text-lg"></i>}
181
+ className="text-slate-300 hover:text-white hover:bg-slate-800"
182
+ />
183
+
184
+ {/* 用户菜单 */}
185
+ <Dropdown menu={{ items: userMenuItems }} placement="bottomRight">
186
+ <div className="flex items-center space-x-3 cursor-pointer hover:bg-slate-800 rounded-lg px-3 py-2 transition-colors">
187
+ <Avatar
188
+ size={32}
189
+ className="bg-gradient-to-r from-blue-500 to-purple-500"
190
+ icon={<i className="ri-user-line"></i>}
191
+ />
192
+ <div className="hidden md:block">
193
+ <div className="text-white text-sm font-medium">管理员</div>
194
+ <div className="text-slate-400 text-xs">admin@finstep.com</div>
195
+ </div>
196
+ <i className="ri-arrow-down-s-line text-slate-400"></i>
197
+ </div>
198
+ </Dropdown>
199
+ </div>
200
+ </Header>
201
+
202
+ {/* 主要内容区域 */}
203
+ <Content className="bg-slate-950 p-6 overflow-auto">
204
+ <div className="min-h-full">
205
+ {children}
206
+ </div>
207
+ </Content>
208
+ </Layout>
209
+ </Layout>
210
+ );
211
+ }
@@ -0,0 +1,46 @@
1
+ export default function Footer() {
2
+ return (
3
+ <footer className="bg-slate-950 border-t border-slate-800">
4
+ <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
5
+ <div className="grid grid-cols-1 md:grid-cols-4 gap-8">
6
+ <div className="col-span-1 md:col-span-2">
7
+ <div className="text-2xl font-['Pacifico'] text-blue-400 mb-4 flex items-center">
8
+ <img
9
+ src="/logo.svg"
10
+ alt="logo"
11
+ className="w-[40px] h-[40px] mr-[10px]"
12
+ />
13
+ 上海财跃星辰智能科技有限公司
14
+ </div>
15
+ <p className="text-slate-400 mb-6 max-w-md">
16
+ 专注于AI金融科技创新,为企业提供智能化金融解决方案,助力数字化转型升级。
17
+ </p>
18
+ <div className="flex space-x-4">
19
+ <div className="w-10 h-10 bg-slate-800 rounded-lg flex items-center justify-center cursor-pointer hover:bg-slate-700 transition-colors">
20
+ <i className="ri-wechat-line text-slate-400 text-xl"></i>
21
+ </div>
22
+ </div>
23
+ </div>
24
+
25
+ <div>
26
+ <h3 className="text-white font-semibold mb-4">联系信息</h3>
27
+ <ul className="space-y-3">
28
+ <li className="text-slate-400 flex items-center">
29
+ <div className="w-5 h-5 flex items-center justify-center mr-3">
30
+ <i className="ri-mail-line"></i>
31
+ </div>
32
+ contact@finstep.cn
33
+ </li>
34
+ <li className="text-slate-400 flex items-center">
35
+ <div className="w-5 h-5 flex items-center justify-center mr-3">
36
+ <i className="ri-map-pin-line"></i>
37
+ </div>
38
+ 上海市徐汇区乐山路33号5幢4楼
39
+ </li>
40
+ </ul>
41
+ </div>
42
+ </div>
43
+ </div>
44
+ </footer>
45
+ );
46
+ }