mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 21:17:08 +00:00
(feature)(webapp) use nativeQuery field to determine whether it is a selection (#222)
This commit is contained in:
7
webapp/packages/chat-sdk/src/common/env.ts
Normal file
7
webapp/packages/chat-sdk/src/common/env.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const proxyTarget = 'http://localhost:9080';
|
||||
|
||||
export const userAvatarUrl = '';
|
||||
|
||||
export const webPageHost = '';
|
||||
|
||||
export const copilotTitle = 'Copilot';
|
||||
Reference in New Issue
Block a user