mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-19 13:04:21 +08:00
[improvement][headless-fe] Revamped the interaction for semantic modeling routing and successfully implemented the switching between dimension and dataset management. (#1934)
Co-authored-by: tristanliu <tristanliu@tencent.com>
This commit is contained in:
@@ -3,6 +3,8 @@ export const AUTH_TOKEN_KEY = process.env.APP_TARGET === 'inner' ? 'TME_TOKEN' :
|
||||
// 记录上次访问页面
|
||||
export const FROM_URL_KEY = 'FROM_URL';
|
||||
|
||||
export const BASE_TITLE = 'Supersonic';
|
||||
|
||||
export const PRIMARY_COLOR = '#f87653';
|
||||
export const CHART_BLUE_COLOR = '#446dff';
|
||||
export const CHAT_BLUE = '#1b4aef';
|
||||
|
||||
Reference in New Issue
Block a user