mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge branch 'preview-fixes' of https://github.com/the1812/Bilibili-Evolved into preview-features
This commit is contained in:
commit
36fce218ec
@ -26,11 +26,13 @@ export const searchProvider: LaunchBarActionProvider = {
|
||||
content: async () =>
|
||||
Vue.extend({
|
||||
render: h => {
|
||||
const content = h('div', {
|
||||
domProps: {
|
||||
innerHTML: /* html */ `<em class="suggest-highlight">${input}</em>`,
|
||||
const content = h(
|
||||
'div',
|
||||
{
|
||||
class: 'suggest-highlight',
|
||||
},
|
||||
})
|
||||
[input],
|
||||
)
|
||||
return content
|
||||
},
|
||||
}),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user