mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-20 06:34:55 +00:00
[improvement][Chat] Support agent permission management (#1923)
* [improvement][Chat] Support agent permission management #1143 * [improvement][chat]Iterate LLM prompts of parsing and correction. * [improvement][headless-fe] Added null-check conditions to the data formatting function. * [improvement][headless]Clean code logic of headless translator. --------- Co-authored-by: lxwcodemonkey <jolunoluo@tencent.com> Co-authored-by: tristanliu <tristanliu@tencent.com>
This commit is contained in:
@@ -7,3 +7,12 @@
|
||||
.userText {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.selectPerson {
|
||||
:global {
|
||||
.ant-select-selection-item {
|
||||
color: rgba(0, 0, 0, 0.88)!important;
|
||||
background-color: rgba(0, 0, 0, 0.06)!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -37,6 +37,7 @@ const SelectTMEPerson: FC<Props> = ({ placeholder, value, isMultiple = true, onC
|
||||
mode={isMultiple ? 'multiple' : undefined}
|
||||
allowClear
|
||||
showSearch
|
||||
className={styles.selectPerson}
|
||||
onChange={onChange}
|
||||
>
|
||||
{userList.map((item) => {
|
||||
|
||||
Reference in New Issue
Block a user