Skip to content

Commit e85abc5

Browse files
committed
chore: file adjustment
1 parent 3567c1a commit e85abc5

5 files changed

Lines changed: 3 additions & 46 deletions

File tree

chat2db-client/.umirc.ts

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ export default defineConfig({
2020
publicPath: '/',
2121
hash: true,
2222
routes: [
23-
{ path: '/demo', component: '@/pages/demo' },
24-
{ path: '/connections', component: 'main' },
25-
{ path: '/workspace', component: 'main' },
26-
{ path: '/dashboard', component: 'main' },
2723
{ path: '/login', component: '@/pages/login' },
28-
{ path: '/test', component: '@/pages/test' },
2924
{ path: '/', component: 'main' },
3025
],
3126

@@ -50,13 +45,7 @@ export default defineConfig({
5045
// rel: 'manifest',
5146
// href: 'manifest.json',
5247
// }],
53-
links: [
54-
{ rel:"icon",
55-
type:"image/ico",
56-
sizes:"32x32",
57-
href:"/static/front/logo.ico"
58-
}
59-
],
48+
links: [{ rel: 'icon', type: 'image/ico', sizes: '32x32', href: '/static/front/logo.ico' }],
6049
headScripts: [
6150
`if (localStorage.getItem('app-local-storage-versions') !== 'v3') {
6251
localStorage.clear();
@@ -100,5 +89,5 @@ export default defineConfig({
10089
__APP_VERSION__: yarn_config.app_version || '0.0.0',
10190
__APP_PORT__: yarn_config.app_port,
10291
},
103-
esbuildMinifyIIFE: true
92+
esbuildMinifyIIFE: true,
10493
});

chat2db-client/src/components/Output/index.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
}
3434
.timeSpan{
3535
margin-right: 4px;
36+
font-weight: 500;
3637
}
3738
.iconBox {
3839
transform: rotate(90deg);

chat2db-client/src/layouts/index.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,6 @@ function AppContainer() {
184184
{startSchedule < 2 && (
185185
<div className={styles.loadingBox}>
186186
<Spin spinning={!serviceFail} size="large" />
187-
{/* 状态等于1时,说明没服务起来需要轮训接口,这时可能服务配置又问题,需要设置来修改 */}
188-
{/* {startSchedule === 1 && (
189-
<Setting
190-
render={
191-
<div className={styles.settingBox}>
192-
<Iconfont code="&#xe630;" />
193-
</div>
194-
}
195-
noLogin
196-
/>
197-
)} */}
198187
{serviceFail && (
199188
<>
200189
<div className={styles.github}>

chat2db-client/src/pages/main/chat/index.less

Lines changed: 0 additions & 8 deletions
This file was deleted.

chat2db-client/src/pages/main/chat/index.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)