Skip to content

Commit 4256269

Browse files
authored
fix: Update PWA configuration and app icons (#2)
1 parent fa94e07 commit 4256269

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
-1.38 KB
Loading
-302 Bytes
Loading
-973 Bytes
Loading
-1.58 KB
Loading
-1.7 KB
Loading

client/vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ export default defineConfig({
4444
},
4545
includeAssets: ['**/*'],
4646
manifest: {
47-
name: 'LibreChat',
48-
short_name: 'LibreChat',
47+
name: '孵化中心 AI 对话',
48+
short_name: '孵化中心 AI 对话',
4949
start_url: '/',
5050
display: 'standalone',
5151
background_color: '#000000',

0 commit comments

Comments
 (0)