mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
更新ReadMe
This commit is contained in:
parent
d17dc2c86c
commit
4fcf4fd466
@ -128,6 +128,7 @@
|
||||
## 动画版权声明与授权
|
||||
|
||||
在github中 [桌宠动画文件](https://github.com/LorisYounger/VPet/tree/main/VPet-Simulator.Windows/mod/0000_core/pet/vup) 动画版权归 [虚拟主播模拟器制作组](https://www.exlb.net/VUP-Simulator)所有, 当使用本类库时,您可能需要自行准备动画文件,或遵循以下协议
|
||||
注: 本动画声明仅限于桌宠自带的动画, 若有画师/开发者画自己的动画适配给桌宠,并不遵循用本声明
|
||||
|
||||
### 非商用用途授权
|
||||
|
||||
|
@ -497,7 +497,7 @@ namespace VPet_Simulator.Windows
|
||||
.WithPreviewFile(mods.Path.FullName + @"\icon.png")
|
||||
.WithContent(mods.Path.FullName);
|
||||
foreach (string tag in mods.Tag)
|
||||
result.WithTag(tag);
|
||||
result = result.WithTag(tag);
|
||||
var r = await result.SubmitAsync(new ProgressClass(ProgressBarUpload));
|
||||
mods.AuthorID = Steamworks.SteamClient.SteamId.AccountId;
|
||||
mods.WriteFile();
|
||||
@ -539,9 +539,9 @@ namespace VPet_Simulator.Windows
|
||||
.WithPreviewFile(mods.Path.FullName + @"\icon.png")
|
||||
.WithContent(mods.Path);
|
||||
}
|
||||
|
||||
|
||||
foreach (string tag in mods.Tag)
|
||||
result.WithTag(tag);
|
||||
result = result.WithTag(tag);
|
||||
var r = await result.SubmitAsync(new ProgressClass(ProgressBarUpload));
|
||||
if (r.Success)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user