Bilibili-Evolved/registry/lib/components/utils/comments/content-replace/settings/row.ts
2024-10-19 20:10:43 +08:00

7 lines
159 B
TypeScript

import { getRandomId } from '@/core/utils'
export class CommentContentReplaceRow {
key = getRandomId()
constructor(public from = '', public to = '') {}
}