mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-28 20:04:27 +08:00
(improvement)(Headless) Dataset supports query mode settings, and the chat layer supports tag mode (#802)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
内地 _4_1_tv 100
|
||||
欧美 _4_1_tv 100
|
||||
港台 _4_1_tv 100
|
||||
@@ -0,0 +1,2 @@
|
||||
流行 _4_2_tv 100
|
||||
国风 _4_2_tv 100
|
||||
@@ -572,7 +572,8 @@ CREATE TABLE IF NOT EXISTS `s2_data_set` (
|
||||
updated_by VARCHAR(255),
|
||||
query_config VARCHAR(3000),
|
||||
`admin` varchar(3000) DEFAULT NULL,
|
||||
`admin_org` varchar(3000) DEFAULT NULL
|
||||
`admin_org` varchar(3000) DEFAULT NULL,
|
||||
`query_type` varchar(100) DEFAULT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `s2_tag` (
|
||||
|
||||
Reference in New Issue
Block a user