File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Pixeval.Extensions.Translators.Baidu/Settings Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11using System . Runtime . InteropServices . Marshalling ;
22using FluentIcons . Common ;
3+ using Pixeval . Extensions . Common . Settings ;
34using Pixeval . Extensions . SDK . Settings ;
45
56namespace Pixeval . Extensions . Translators . Baidu . Settings ;
@@ -25,8 +26,9 @@ public override void OnExtensionUnloaded()
2526 }
2627
2728 public override Symbol Icon => Symbol . Key ;
28- public override string Label => "API Key" ;
29- public override string Description => "百度翻译 API Key" ;
29+ public override string Label => "密钥" ;
30+ public override string Description => "百度翻译 API KEY,点击查看获取教程" ;
31+ public override string DescriptionUri => "https://github.com/zxbmmmmmmmmm/Pixeval.Extensions.Translators/wiki/%E7%99%BE%E5%BA%A6%E7%BF%BB%E8%AF%91%E5%AF%86%E9%92%A5%E8%8E%B7%E5%8F%96%E6%95%99%E7%A8%8B" ;
3032 public override string Token => "Key" ;
3133
3234}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public override void OnExtensionUnloaded()
2424 {
2525 }
2626 public override Symbol Icon => Symbol . Document ;
27- public override string Label => "AppID " ;
27+ public override string Label => "APP ID " ;
2828 public override string Description => Label ;
2929 public override string Token => "AppID" ;
3030}
You can’t perform that action at this time.
0 commit comments