Skip to content

Commit

Permalink
修复平台代码
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 committed Dec 1, 2024
1 parent b99e1fb commit 988a94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extensions/Thor.Claude/ClaudiaPlatformOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ public class ClaudiaPlatformOptions
/// <summary>
/// 平台名称
/// </summary>
public const string PlatformName = "Claudia";
public const string PlatformName = "Claude";

/// <summary>
/// 平台编码
/// </summary>
public const string PlatformCode = "Claudia";
public const string PlatformCode = "Claude";
}

0 comments on commit 988a94e

Please sign in to comment.