feat: 贡献者优化
This commit is contained in:
1
.vitepress/cache/deps_temp_4b2463ec/package.json
vendored
Normal file
1
.vitepress/cache/deps_temp_4b2463ec/package.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"type":"module"}
|
||||
@@ -20,7 +20,7 @@ export default {
|
||||
|
||||
watch(
|
||||
() => router.route.data.relativePath,
|
||||
() => updateHomePageStyle(location.pathname === '/'),
|
||||
() => updateHomePageStyle(location.pathname === '/' || location.pathname === '/contributors.html'),
|
||||
{ immediate: true },
|
||||
)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user