mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 04:45:46 +00:00
fix: typo
copilot
This commit is contained in:
parent
341a0e1c2a
commit
47a7295477
@ -1,7 +1,7 @@
|
|||||||
import * as pb from 'protobufjs';
|
import * as pb from 'protobufjs';
|
||||||
|
|
||||||
// Proto: from src/core/proto/ProfileLike.proto
|
// Proto: from src/core/proto/ProfileLike.proto
|
||||||
// Auther: Mlikiowa
|
// Author: Mlikiowa
|
||||||
|
|
||||||
export interface LikeDetailType {
|
export interface LikeDetailType {
|
||||||
txt: string;
|
txt: string;
|
||||||
@ -80,4 +80,4 @@ export const likeMsg = new pb.Type("likeMsg")
|
|||||||
|
|
||||||
export const profileLikeTip = new pb.Type("profileLikeTip")
|
export const profileLikeTip = new pb.Type("profileLikeTip")
|
||||||
.add(likeMsg)
|
.add(likeMsg)
|
||||||
.add(new pb.Field("msg", 14, "likeMsg"));
|
.add(new pb.Field("msg", 14, "likeMsg"));
|
||||||
|
Loading…
Reference in New Issue
Block a user