Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oddfar/notes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: oddfar/notes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/auth_star
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 41 files changed
  • 1 contributor

Commits on Sep 20, 2025

  1. docs(Claude Code教程): 更新文档内容并添加Plan Mode说明

    添加了Plan Mode的详细使用指南,包括工作流程和核心优势
    补充了相关参考链接和技巧指南
    oddfar committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    3c2d948 View commit details
    Browse the repository at this point in the history
  2. feat(star-auth): 实现star验证功能及文档

    添加star验证功能,包括前端插件、后端API服务和示例文档
    - 前端实现VuePress插件和遮罩组件
    - 后端提供Go语言API服务
    - 添加示例文档和自定义配置说明
    - 支持GitHub/Gitee平台验证
    oddfar committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    ba37f9b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. feat: 初始化Star Auth API服务,包含Star检测、语录API、水印解析等功能模块

    新增.env示例文件、数据库连接配置、路由设置及多个功能模块:
    1. 实现Star检测功能,支持GitHub/Gitee平台验证
    2. 添加语录API模块
    3. 集成水印解析服务框架
    4. 配置MySQL数据库连接
    5. 实现统一API入口设计
    6. 添加健康检查接口
    7. 完善README文档说明项目结构和API使用方式
    oddfar committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    d74db88 View commit details
    Browse the repository at this point in the history
Loading