Update version to v1.3.1

Support Cache Token
Support Console Command
Update Http Client Timeout to 10s
This commit is contained in:
2022-05-16 22:59:31 +08:00
parent adb50c8b31
commit c6ade7e9ae
10 changed files with 5139 additions and 4633 deletions

View File

@@ -118,5 +118,17 @@ namespace GrasscutterTools.Properties {
this["CheckedLastVersion"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string TokenCache {
get {
return ((string)(this["TokenCache"]));
}
set {
this["TokenCache"] = value;
}
}
}
}