mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-18 20:34:19 +08: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';
|
||||
@@ -183,7 +183,7 @@ export enum SemanticTypeEnum {
|
||||
};
|
||||
|
||||
export const SEMANTIC_TYPE_MAP = {
|
||||
[SemanticTypeEnum.DOMAIN]: '数据来源',
|
||||
[SemanticTypeEnum.DOMAIN]: '数据模型',
|
||||
[SemanticTypeEnum.DIMENSION]: '维度',
|
||||
[SemanticTypeEnum.METRIC]: '指标',
|
||||
[SemanticTypeEnum.VALUE]: '维度值',
|
||||
|
||||
Reference in New Issue
Block a user