mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
默认为选项聊天功能
This commit is contained in:
parent
dfb0c00356
commit
f1e77816a4
@ -317,8 +317,13 @@ namespace VPet_Simulator.Windows
|
||||
Set["CGPT"].Remove(cgpteb);
|
||||
}
|
||||
}
|
||||
else if (Set["CGPT"][(gstr)"type"] == "OFF" && Set["CGPT"][(gint)"v"] == 0)
|
||||
{//为老玩家开启选项聊天功能
|
||||
Set["CGPT"][(gstr)"type"] = "LB";
|
||||
Set["CGPT"][(gint)"v"] = 1;
|
||||
}
|
||||
else//新玩家,默认设置为
|
||||
Set["CGPT"][(gstr)"type"] = "OFF";
|
||||
Set["CGPT"][(gstr)"type"] = "LB";
|
||||
|
||||
if (Directory.Exists(AppDomain.CurrentDomain.BaseDirectory + @"\UserData") && !Directory.Exists(AppDomain.CurrentDomain.BaseDirectory + @"\BackUP"))
|
||||
{
|
||||
|
@ -325,9 +325,9 @@
|
||||
Style="{DynamicResource StandardRadioButtonStyle}"
|
||||
ToolTip="{ll:Str 需要去OpenAI官网申请}" />
|
||||
<RadioButton x:Name="RBCGPTUseLB" Checked="CGPType_Checked"
|
||||
Content="{ll:Str '使用桌宠开发者\ 提供的免费API'}" GroupName="cgpttype" IsChecked="True"
|
||||
Content="{ll:Str '使用桌宠选项式\ 聊天功能'}" GroupName="cgpttype" IsChecked="True"
|
||||
Style="{DynamicResource StandardRadioButtonStyle}"
|
||||
ToolTip="{ll:Str 需遵循相关协议法律法规并有聊天字数限制}" />
|
||||
ToolTip="{ll:Str 支持MOD与创意工坊添加聊天内容}" />
|
||||
<RadioButton x:Name="RBCGPTClose" Grid.Row="1" Checked="CGPType_Checked"
|
||||
Content="{ll:Str '关闭聊天框'}" GroupName="cgpttype"
|
||||
Style="{DynamicResource StandardRadioButtonStyle}" />
|
||||
|
@ -10,4 +10,6 @@
|
||||
缓存被其他软件删除,游戏无法继续运行\n请重启游戏重新生成缓存#Cache is deleted by other software, the game can not continue to run\nPlease restart the game to regenerate the cache.:|
|
||||
游戏内存不足,请修改设置中渲染分辨率以便降低内存使用#Game memory is insufficient, please modify the rendering resolution in the settings to reduce memory usage.:|
|
||||
没有可以说的话#There's nothing to say:|
|
||||
下次刷新剩余时间: {0:f1}分钟#Next refresh remaining time: {0:f1} minutes:|
|
||||
下次刷新剩余时间: {0:f1}分钟#Next refresh remaining time: {0:f1} minutes:|
|
||||
使用桌宠选项式\r聊天功能#Use vpet option type\rchat function:|
|
||||
支持MOD与创意工坊添加聊天内容#Support MOD and creative workshop add chat content:|
|
@ -10,4 +10,6 @@
|
||||
缓存被其他软件删除,游戏无法继续运行\n请重启游戏重新生成缓存#缓存被其他软件删除,游戏无法继续运行\n请重启游戏重新生成缓存:|
|
||||
游戏内存不足,请修改设置中渲染分辨率以便降低内存使用#游戏内存不足,请修改设置中渲染分辨率以便降低内存使用:|
|
||||
没有可以说的话#没有可以说的话:|
|
||||
下次刷新剩余时间: {0:f1}分钟#下次刷新剩余时间: {0:f1}分钟:|
|
||||
下次刷新剩余时间: {0:f1}分钟#下次刷新剩余时间: {0:f1}分钟:|
|
||||
使用桌宠选项式\r聊天功能#使用桌宠选项式\r聊天功能:|
|
||||
支持MOD与创意工坊添加聊天内容#支持MOD与创意工坊添加聊天内容:|
|
@ -10,4 +10,6 @@
|
||||
缓存被其他软件删除,游戏无法继续运行\n请重启游戏重新生成缓存#緩存被其他軟體刪除,遊戲無法繼續運行\n請重啟遊戲重新生成緩存:|
|
||||
游戏内存不足,请修改设置中渲染分辨率以便降低内存使用#遊戲內存不足,請修改設置中渲染分辨率以便降低內存使用:|
|
||||
没有可以说的话#沒有可以說的話:|
|
||||
下次刷新剩余时间: {0:f1}分钟#下次刷新剩餘時間: {0:f1}分鐘:|
|
||||
下次刷新剩余时间: {0:f1}分钟#下次刷新剩餘時間: {0:f1}分鐘:|
|
||||
使用桌宠选项式\r聊天功能#使用桌寵選項式\r聊天功能:|
|
||||
支持MOD与创意工坊添加聊天内容#支持MOD與創意工坊添加聊天內容:|
|
Loading…
Reference in New Issue
Block a user