mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 00:02:17 +10:00
wip: init
This commit is contained in:
parent
45d9157281
commit
2606a39f8d
10 changed files with 1670 additions and 55 deletions
|
@ -94,6 +94,12 @@ export default defineConfig({
|
|||
replacement: fileURLToPath(
|
||||
new URL('./theme/Appearance.vue', import.meta.url)
|
||||
)
|
||||
},
|
||||
{
|
||||
find: /^.*VPLocalSearchBox.vue$/,
|
||||
replacement: fileURLToPath(
|
||||
new URL('./theme/components/Search.vue', import.meta.url)
|
||||
)
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue