diff --git a/.github/workflows/compress.yml b/.github/workflows/compress.yml index 9ce8527..42f73ad 100644 --- a/.github/workflows/compress.yml +++ b/.github/workflows/compress.yml @@ -18,16 +18,16 @@ jobs: uses: actions/checkout@v2 - name: Compress Images - uses: calibreapp/image-actions@master + uses: calibreapp/image-actions@main with: githubToken: ${{ secrets.GITHUB_TOKEN }} compressOnly: true - name: Commit Files run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" - git commit -m "[Automated] Optimize images" -a + git config --local user.email "szuyanglb@outlook.com" + git config --local user.name "yanglbme" + git commit -m "chore: auto compress images" -a - name: Push Changes uses: ad-m/github-push-action@master diff --git a/README.md b/README.md index 9e67e61..fb30985 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ - [面筋哥 IoC 容器的一天(上)]() -### Spring整体脉络 +### Spring 整体脉络 -* [16张图解锁Spring的整体脉络]() +- [16 张图解锁 Spring 的整体脉络](/docs/Spring/Spring整体脉络/16张图解锁Spring的整体脉络.md) ### Spring 类解析 @@ -119,9 +119,10 @@ - [SpringBoot ConditionalOnBean](/docs/SpringBoot/SpringBoot-ConditionalOnBean.md) ### SpringSecurity -- [SpringSecurity请求全过程解析](/docs/SpringSecurity/SpringSecurity请求全过程解析.md) -- [SpringSecurity自定义用户认证](/docs/SpringSecurity/SpringSecurity自定义用户认证.md) -- + +- [SpringSecurity 请求全过程解析](/docs/SpringSecurity/SpringSecurity请求全过程解析.md) +- [SpringSecurity 自定义用户认证](/docs/SpringSecurity/SpringSecurity自定义用户认证.md) + ## MyBatis ### 基础支持层 diff --git a/index.html b/index.html index 5842c04..4429837 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ 读尽天下源码,心中自然无码 - + @@ -122,11 +122,8 @@ }); hook.afterEach(function (html) { - const footer = [ - "", - ].join(""); + const currentYear = new Date().getFullYear() + const footer = `` return html + footer; }); },