Skip to content

Commit

Permalink
太好了
Browse files Browse the repository at this point in the history
  • Loading branch information
是虹川飴 committed Nov 27, 2021
1 parent b79620e commit 5226ebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -350,5 +350,5 @@ MigrationBackup/
.ionide/

# editor
.vscode
.idea
packages
VRoidChinese/packages.config
2 changes: 1 addition & 1 deletion VRoidChinese/VRoidChinese.cs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ public void FixString()
[HarmonyPrefix, HarmonyPatch(typeof(StandaloneWindowTitle), "Change")]
public static bool WindowTitlePatch(ref string newTitle)
{
newTitle += "版本:1.04, 作者:宵夜97; 汉化插件开源免费, 谨防受骗";
newTitle += " 版本: 1.04 - 汉化版本: 1.6.3 - 作者: 宵夜97 - 汉化开源免费,谨防受骗";
return true;
}

Expand Down

0 comments on commit 5226ebf

Please sign in to comment.