Class DirectLinks
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
提供一组用于生成 KOOK 客户端跳转链接的辅助方法。
public static class DirectLinks
- Inheritance
-
DirectLinks
- Inherited Members
Methods
ActivateKookBuff()
返回激活 BUFF 页面的跳转链接。
public static string ActivateKookBuff()
Returns
- string
激活 BUFF 页面的跳转链接。
Activity()
返回游戏或活动页的跳转链接。
public static string Activity()
Returns
- string
游戏或活动页的跳转链接。
ActivityStatus()
返回用户动态页面的跳转链接。
public static string ActivityStatus()
Returns
- string
用户动态页面的跳转链接。
Advanced()
返回高级设置页面的跳转链接。
public static string Advanced()
Returns
- string
高级设置页面的跳转链接。
Appearance()
返回外观设置页面的跳转链接。
public static string Appearance()
Returns
- string
外观设置页面的跳转链接。
AuthorizedApps()
返回授权管理页面的跳转链接。
public static string AuthorizedApps()
Returns
- string
授权管理页面的跳转链接。
Billing()
返回我的账单页面的跳转链接。
public static string Billing()
Returns
- string
我的账单页面的跳转链接。
Channel(ulong, ulong)
返回服务器频道的跳转链接。
public static string Channel(ulong guildId, ulong channelId)
Parameters
Returns
- string
服务器频道的跳转链接。
Deposit()
返回代币充值弹框的跳转链接。
public static string Deposit()
Returns
- string
代币充值弹框的跳转链接。
EventCenter()
返回福利中心页面的跳转链接。
public static string EventCenter()
Returns
- string
福利中心页面的跳转链接。
Feedback()
返回工单页面的跳转链接。
public static string Feedback()
Returns
- string
工单页面的跳转链接。
IdVerification()
返回实名认证页面的跳转链接。
public static string IdVerification()
Returns
- string
实名认证页面的跳转链接。
InGameOverlay()
返回游戏内覆盖页面的跳转链接。
public static string InGameOverlay()
Returns
- string
游戏内覆盖页面的跳转链接。
Invitations()
返回邀请页面的跳转链接。
public static string Invitations()
Returns
- string
邀请页面的跳转链接。
ItemShop()
返回道具商城的跳转链接。
public static string ItemShop()
Returns
- string
道具商城的跳转链接。
ItemShop(int)
返回道具商城指定商品的跳转链接。
public static string ItemShop(int goodsId)
Parameters
goodsIdint商品 ID。
Returns
- string
道具商城指定商品的跳转链接。
Keybinds()
返回按键设置页面的跳转链接。
public static string Keybinds()
Returns
- string
按键设置页面的跳转链接。
KookBooster()
返回安装加速器弹框的跳转链接。
public static string KookBooster()
Returns
- string
安装加速器弹框的跳转链接。
Remarks
warning
此链接会直接安装或启动加速器。
Language()
返回语言设置页面的跳转链接。
public static string Language()
Returns
- string
语言设置页面的跳转链接。
Link(string)
返回打开外部链接的跳转链接。
public static string Link(string externalUrl)
Parameters
externalUrlstring要打开的外部链接。
Returns
- string
打开外部链接的跳转链接。
Link(Uri)
返回打开外部链接的跳转链接。
public static string Link(Uri externalUrl)
Parameters
externalUrlUri要打开的外部链接。
Returns
- string
打开外部链接的跳转链接。
MessageAnchor(ulong, ulong, Guid)
返回消息锚点的跳转链接。
public static string MessageAnchor(ulong guildId, ulong channelId, Guid messageId)
Parameters
Returns
- string
消息锚点的跳转链接。
MessageAnchor(ulong, ulong, ulong)
返回消息锚点的跳转链接。
public static string MessageAnchor(ulong guildId, ulong channelId, ulong threadId)
Parameters
Returns
- string
消息锚点的跳转链接。
MessageAnchor(ulong, ulong, ulong, ulong)
返回消息锚点的跳转链接。
public static string MessageAnchor(ulong guildId, ulong channelId, ulong threadId, ulong messageId)
Parameters
Returns
- string
消息锚点的跳转链接。
MyAccount()
返回账号设置页面的跳转链接。
public static string MyAccount()
Returns
- string
账号设置页面的跳转链接。
MyInventory()
返回我的背包页面的跳转链接。
public static string MyInventory()
Returns
- string
我的背包页面的跳转链接。
Notifications()
返回通知页面的跳转链接。
public static string Notifications()
Returns
- string
通知页面的跳转链接。
Privacy()
返回隐私设置页面的跳转链接。
public static string Privacy()
Returns
- string
隐私设置页面的跳转链接。
RedeemCode()
返回兑换码页面的跳转链接。
public static string RedeemCode()
Returns
- string
兑换码页面的跳转链接。
ReleaseNotes()
返回更新记录页面的跳转链接。
public static string ReleaseNotes()
Returns
- string
更新记录页面的跳转链接。
ServerBoost()
返回服务器助力页面的跳转链接。
public static string ServerBoost()
Returns
- string
服务器助力页面的跳转链接。
Stickers()
返回表情管理页面的跳转链接。
public static string Stickers()
Returns
- string
表情管理页面的跳转链接。
StreamerMode()
返回主播模式页面的跳转链接。
public static string StreamerMode()
Returns
- string
主播模式页面的跳转链接。
Tools()
返回工具页面的跳转链接。
public static string Tools()
Returns
- string
工具页面的跳转链接。
VoiceSettings()
返回语音设置页面的跳转链接。
public static string VoiceSettings()
Returns
- string
语音设置页面的跳转链接。
WindowsSettings()
返回 Windows 设置页面的跳转链接。
public static string WindowsSettings()
Returns
- string
Windows 设置页面的跳转链接。