新增:《用Java8获取近N天日期》,《一条SQL查询今年每月统计信息》
This commit is contained in:
@@ -11,6 +11,11 @@ export const nav: DefaultTheme.Config['nav'] = [
|
||||
link: '/fragments/index',
|
||||
activeMatch: '/fragments/'
|
||||
},
|
||||
{
|
||||
text: '方案春秋志',
|
||||
link: '/solutions/index',
|
||||
activeMatch: '/solutions/'
|
||||
},
|
||||
{
|
||||
text: '关于',
|
||||
items: [
|
||||
|
@@ -3,7 +3,8 @@ import { sync } from "fast-glob"
|
||||
|
||||
export const sidebar: DefaultTheme.Config['sidebar'] = {
|
||||
'/issues/': getItems("issues"),
|
||||
'/fragments/': getItems("fragments")
|
||||
'/fragments/': getItems("fragments"),
|
||||
'/solutions/': getItems("solutions")
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user