feat: login rest

This commit is contained in:
Blizzard
2026-02-12 09:26:39 +08:00
parent e97fd30fa3
commit 5553e2711a
115 changed files with 4090 additions and 3499 deletions
@@ -12,21 +12,31 @@ export default class ChatActionbar extends SuperComponent {
replay: string;
copy: string;
share: string;
quote: string;
};
iconActiveMap: {
good: string;
bad: string;
};
widthStyle: string;
popoverStyle: string;
popoverPosition: string;
longpressVisible: boolean;
};
observers: {
comment(newVal: any): void;
'actionBar, pComment'(): void;
'actionBar, pComment, placement'(): void;
longPressPosition(newVal: any): void;
};
methods: {
filterSpecialChars(content: string): string;
handleActionClick(e: any): void;
handleCopy(): void;
setActions(): void;
setPComment(newVal: any): void;
showPopover(pos: any): void;
hidePopover(): void;
onVisibleChange(e: any): void;
};
lifetimes: {
created(): void;