From 41389c04da5a76c698d9f7bec5d1ad95f2fd56ac Mon Sep 17 00:00:00 2001 From: thejinchao Date: Sat, 8 Mar 2025 16:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config/sidebar.js | 2 +- docs/blog/2025/03/{BezierLine.md => BezierLine01.md} | 0 docs/blog/index.md | 2 +- docs/index.md | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/blog/2025/03/{BezierLine.md => BezierLine01.md} (100%) diff --git a/docs/.vuepress/config/sidebar.js b/docs/.vuepress/config/sidebar.js index 0d3ff94..4dc7b2d 100644 --- a/docs/.vuepress/config/sidebar.js +++ b/docs/.vuepress/config/sidebar.js @@ -41,7 +41,7 @@ module.exports = [ "2025/02/SegmentCircle.md", "2025/02/Ellipse.md", "2025/02/Fibonacci.md", - "2025/03/BezierLine.md" + "2025/03/BezierLine01.md" ] }, { diff --git a/docs/blog/2025/03/BezierLine.md b/docs/blog/2025/03/BezierLine01.md similarity index 100% rename from docs/blog/2025/03/BezierLine.md rename to docs/blog/2025/03/BezierLine01.md diff --git a/docs/blog/index.md b/docs/blog/index.md index 7812d25..8ee5e5f 100644 --- a/docs/blog/index.md +++ b/docs/blog/index.md @@ -14,4 +14,4 @@ * [如何计算线段和圆的交点](/blog/2025/02/SegmentCircle.md) * [一道数学趣题](/blog/2025/02/Ellipse.md) * [斐波那契数列和1/89](/blog/2025/02/Fibonacci.md) - * [匀速贝塞尔曲线运动实现](/blog/2025/03/BezierLine.md) + * [匀速贝塞尔曲线运动实现](/blog/2025/03/BezierLine01.md) diff --git a/docs/index.md b/docs/index.md index ac6d5c1..348d782 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ * [如何计算线段和圆的交点](/blog/2025/02/SegmentCircle.md) * [一道数学趣题](/blog/2025/02/Ellipse.md) * [斐波那契数列和1/89](/blog/2025/02/Fibonacci.md) - * [匀速贝塞尔曲线运动实现](/blog/2025/03/BezierLine.md) + * [匀速贝塞尔曲线运动实现](/blog/2025/03/BezierLine01.md) ## 开源项目 * [Turbolink](https://github.com/thejinchao/turbolink)