14 lines
1.2 KiB
JavaScript
14 lines
1.2 KiB
JavaScript
export const categoriesMap = {"category":{"/":{"path":"/category/","map":{"History":{"path":"/category/history/","indexes":[0,1]},"CategoryA":{"path":"/category/categorya/","indexes":[2,3,4,5,6,7,8,9,10,11,12,13]},"CategoryB":{"path":"/category/categoryb/","indexes":[2,3,4,5,6,7,8,10,11,12]},"CategoryC":{"path":"/category/categoryc/","indexes":[14,15]},"网的法案":{"path":"/category/%E7%BD%91%E7%9A%84%E6%B3%95%E6%A1%88/","indexes":[16]},"发顺丰":{"path":"/category/%E5%8F%91%E9%A1%BA%E4%B8%B0/","indexes":[16]}}}},"tag":{"/":{"path":"/tag/","map":{"WWI":{"path":"/tag/wwi/","indexes":[1]},"WWII":{"path":"/tag/wwii/","indexes":[0]},"tag A":{"path":"/tag/tag-a/","indexes":[5,6,7,8,9,13]},"tag B":{"path":"/tag/tag-b/","indexes":[5,6,7,8,9,13]},"tag C":{"path":"/tag/tag-c/","indexes":[16,2,3,4,10,11,12]},"tag D":{"path":"/tag/tag-d/","indexes":[16,2,3,4,10,11,12]},"tag E":{"path":"/tag/tag-e/","indexes":[14,15]}}}}};
|
|
|
|
if (import.meta.webpackHot) {
|
|
import.meta.webpackHot.accept();
|
|
if (__VUE_HMR_RUNTIME__.updateBlogCategory)
|
|
__VUE_HMR_RUNTIME__.updateBlogCategory(categoriesMap);
|
|
}
|
|
|
|
if (import.meta.hot)
|
|
import.meta.hot.accept(({ categoriesMap }) => {
|
|
__VUE_HMR_RUNTIME__.updateBlogCategory(categoriesMap);
|
|
});
|
|
|