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 {
|
||||
static location(): sendShareLocationElement {
|
||||
return {
|
||||
elementType: ElementType.ARK,
|
||||
elementType: ElementType.SHARELOCATION,
|
||||
elementId: '',
|
||||
shareLocationElement: {
|
||||
text: "测试",
|
||||
|
@ -122,7 +122,7 @@ export interface SendMarketFaceElement {
|
||||
}
|
||||
|
||||
export interface sendShareLocationElement {
|
||||
elementType: ElementType.ARK;
|
||||
elementType: ElementType.SHARELOCATION;
|
||||
elementId: string;
|
||||
shareLocationElement: {
|
||||
text: string;
|
||||
|
@ -60,7 +60,7 @@ export enum OB11MessageDataType {
|
||||
dice = 'dice',
|
||||
RPS = 'rps',
|
||||
miniapp = 'miniapp',//json类
|
||||
Location = "Location"
|
||||
Location = "location"
|
||||
}
|
||||
|
||||
export interface OB11MessageMFace {
|
||||
|
Loading…
x
Reference in New Issue
Block a user