Skip to content

Commit

Permalink
v6.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
trueai-org committed Jan 21, 2025
1 parent 6bb5760 commit 4b0a78f
Show file tree
Hide file tree
Showing 5 changed files with 403 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Midjourney.API/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<title>Midjourney Proxy Admin</title>
<link rel="stylesheet" href="/umi.db3f196a.css">
<script async src="/scripts/loading.js"></script>
<script src="/preload_helper.ffa9353c.js"></script>
<script src="/preload_helper.1013c32b.js"></script>
</head>
<body>
<div id="root"></div>
<script src="/umi.f8a15cc9.js"></script>
<script src="/umi.1e1a75dd.js"></script>
</body>
</html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Midjourney.API/wwwroot/preload_helper.1013c32b.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

398 changes: 398 additions & 0 deletions src/Midjourney.API/wwwroot/umi.1e1a75dd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Midjourney.Infrastructure/GlobalConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class GlobalConfiguration
/// <summary>
/// 版本号
/// </summary>
public static string Version { get; set; } = "v6.0.0-beta.10";
public static string Version { get; set; } = "v6.0.0-beta.11";

/// <summary>
/// 全局配置项
Expand Down

0 comments on commit 4b0a78f

Please sign in to comment.