Skip to content

Commit

Permalink
修复 HELP 命令的Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Jun 25, 2022
1 parent 3f2548f commit bda4603
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ASFEnhance/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Reflection;

[assembly: System.CLSCompliant(false)]
[assembly: AssemblyVersion("1.6.6.621")]
[assembly: AssemblyFileVersion("1.6.6.621")]
[assembly: AssemblyVersion("1.6.6.622")]
[assembly: AssemblyFileVersion("1.6.6.622")]

[assembly: AssemblyCopyright("Copyright © 2022 Chr_")]
[assembly: AssemblyProduct("ASFEnhance")]
Expand Down
15 changes: 7 additions & 8 deletions ASFEnhance/Other/CommandHelpData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ internal static class CommandHelpData
{ "ASFEVERSION", "" },
{ "ASFEUPDATE", "" },
// 账号
{ "PURCHASEHISTORY", ""},
{ "FREELICENSES", ""},
{ "FREELICENSE", ""},
{ "LICENSES", ""},
{ "LICENSE", ""},
{ "REMOVEDEMOS", ""},
{ "REMOVEDEMO", ""},
{ "PURCHASEHISTORY", "[Bots]"},
{ "FREELICENSES", "[Bots]"},
{ "FREELICENSE", "[Bots]"},
{ "LICENSES", "[Bots]"},
{ "LICENSE", "[Bots]"},
{ "REMOVEDEMOS", "[Bots]"},
{ "REMOVEDEMO", "[Bots]"},
{ "REMOVELICENSES", "[Bots] <SubIDs>"},
{ "REMOVELICENSE", "[Bots] <SubIDs>"},
// 其他
Expand Down Expand Up @@ -84,7 +84,6 @@ internal static class CommandHelpData
{ "APPDETAIL", "获取 APP 信息, 无法获取锁区游戏信息, 仅支持APP"},
{ "SEARCH", "搜索商店"},
{ "SUBS", "查询商店 SUB, 支持APP/SUB/BUNDLE"},
{ "PURCHASEHISTORY", "读取商店消费历史记录"},
{ "PUBLISHRECOMMENT", "发布评测, APPID > 0 给好评, AppID < 0 给差评"},
{ "DELETERECOMMENT", "删除评测"},
// 购物车
Expand Down

0 comments on commit bda4603

Please sign in to comment.