mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: typo
This commit is contained in:
src
@@ -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 {
|
||||
|
Reference in New Issue
Block a user