feat: add issue core

This commit is contained in:
元凛
2021-10-25 13:40:10 +08:00
parent 07f26baa4f
commit 69e103e931
11 changed files with 517 additions and 202 deletions

View File

@@ -1,5 +1,3 @@
export type TEmoji = '+1' | '-1' | 'laugh' | 'confused' | 'heart' | 'hooray' | 'rocket' | 'eyes';
export type TLockReasons = 'off-topic' | 'too heated' | 'resolved' | 'spam';
export type TStringOrVoid = string | void;
export type TLockReasons = 'off-topic' | 'too heated' | 'resolved' | 'spam' | undefined;