mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-19 13:41:21 +08:00
feat: add laravel.md #166 696b09de4e
This commit is contained in:
1599
docs/laravel.html
Normal file
1599
docs/laravel.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -132,7 +132,7 @@ function searchResult(value) {
|
||||
}
|
||||
let menuHTML = '';
|
||||
result.forEach((item, idx) => {
|
||||
const label = item.item.name.replace(getValueReg(value), (txt) => {
|
||||
const label = (item.item.name || '').replace(getValueReg(value), (txt) => {
|
||||
return `<mark>${txt}</mark>`;
|
||||
})
|
||||
const tags = (item.item.tags || []).join(',').replace(getValueReg(value), (txt) => {
|
||||
|
Reference in New Issue
Block a user