Thanks to visit codestin.com
Credit goes to github.com

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: AIDotNet/Thor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: peksmart/Thor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 19 files changed
  • 1 contributor

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    bcb4c75 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. refactor(core): 将项目名称统一替换为 AI Boxed

    - 修改项目描述和文档中的项目名称由“Thor(雷神托尔)”改为“AI Boxed”
    - 更新网页头部meta标签信息,替换相关品牌名称和链接地址
    - 调整前端界面标题及页脚中的项目名称
    - 修改国际化文案,将所有“Thor 雷神托尔”替换为“AI Boxed”
    - 调整邮件发送模板中的品牌名称为“AI Boxed”
    peksmart committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    7570285 View commit details
    Browse the repository at this point in the history
  2. logo

    peksmart committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    19339a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9b28d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Configuration menu
    Copy the full SHA
    02cc4c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. 引入星尘监控,优化依赖与代码结构

    更新了 `.gitignore` 文件,新增对构建缓存路径的忽略规则。
    在 `Program.cs` 中:
    - 引入 Stardust(星尘)相关功能,增加监控中间件和活动跟踪。
    - 配置 JSON 序列化选项,优化数据序列化行为。
    - 添加 `XTrace.UseConsole();`,增强日志输出功能。
    - 移除部分不必要的 `using` 引用,优化代码结构。
    
    在 `Thor.Service.csproj` 中:
    - 新增依赖包 `DH.NCode`、`DH.NStardust.Extensions` 和 `Pek.Common`,支持新功能模块。
    peksmart committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    aed10fc View commit details
    Browse the repository at this point in the history
Loading