refactor: change weight of commit list search

This commit is contained in:
moonrailgun 2024-05-14 20:31:04 +08:00
parent 9d3c0344ee
commit cc0bd73ed1

View File

@ -32,16 +32,16 @@ export const CommonList: React.FC<CommonListProps> = React.memo((props) => {
{ {
keys: [ keys: [
{ {
name: 'id', name: 'title',
weight: 1, weight: 1,
}, },
{ {
name: 'title', name: 'id',
weight: 0.7, weight: 0.6,
}, },
{ {
name: 'tags', name: 'tags',
weight: 0.3, weight: 0.4,
}, },
], ],
} }