Skip to content

Commit

Permalink
chore[onebot11]: add kdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Jan 7, 2025
1 parent 51fe48a commit 4992421
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ package cn.rtast.rob.enums
import cn.rtast.rob.enums.BusinessName.entries


/**
* 腾讯的业务ID+名称,
* 来自Lagrange.Onebot
* [GetStrangerInfoOperation.cs](https://github.com/LagrangeDev/Lagrange.Core/blob/master/Lagrange.OneBot/Core/Operation/Info/GetStrangerInfoOperation.cs)
*/
enum class BusinessName(val type: Int, val description: String) {
BigVIP(113, "QQ大会员"), VIP(1, "QQ会员"), YellowDiamond(102, "黄钻"),
CoupleVIP(119, "情侣会员"), GreenDiamond(103, "绿钻"), TencentVideo(4, "腾讯视频"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

package cn.rtast.rob.enums

/**
* 签名App的类别
*/
enum class MiniAppArkType {
bili, weibo
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

package cn.rtast.rob.enums.internal

/**
* SDK实例类别/内部使用
*/
internal enum class InstanceType {
Client, Server
}

0 comments on commit 4992421

Please sign in to comment.