mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: typo
This commit is contained in:
parent
b43b4ee5c0
commit
0aa225ca78
@ -30,7 +30,7 @@ export const mFaceCache = new Map<string, string>(); // emojiId -> faceName
|
|||||||
export class SendMsgElementConstructor {
|
export class SendMsgElementConstructor {
|
||||||
static location(): sendShareLocationElement {
|
static location(): sendShareLocationElement {
|
||||||
return {
|
return {
|
||||||
elementType: ElementType.ARK,
|
elementType: ElementType.SHARELOCATION,
|
||||||
elementId: '',
|
elementId: '',
|
||||||
shareLocationElement: {
|
shareLocationElement: {
|
||||||
text: "测试",
|
text: "测试",
|
||||||
|
@ -122,7 +122,7 @@ export interface SendMarketFaceElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface sendShareLocationElement {
|
export interface sendShareLocationElement {
|
||||||
elementType: ElementType.ARK;
|
elementType: ElementType.SHARELOCATION;
|
||||||
elementId: string;
|
elementId: string;
|
||||||
shareLocationElement: {
|
shareLocationElement: {
|
||||||
text: string;
|
text: string;
|
||||||
|
@ -60,7 +60,7 @@ export enum OB11MessageDataType {
|
|||||||
dice = 'dice',
|
dice = 'dice',
|
||||||
RPS = 'rps',
|
RPS = 'rps',
|
||||||
miniapp = 'miniapp',//json类
|
miniapp = 'miniapp',//json类
|
||||||
Location = "Location"
|
Location = "location"
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface OB11MessageMFace {
|
export interface OB11MessageMFace {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user