細部
このコミットが含まれているのは:
@@ -3,7 +3,7 @@ from __future__ import annotations
|
||||
import os
|
||||
from typing import TypedDict
|
||||
|
||||
from eloquent import DatabaseManager, Model
|
||||
from eloquent import DatabaseManager, Model # type: ignore
|
||||
|
||||
CONFIG: dict[str, DbConfig] = { 'mysql': { 'driver': 'mysql',
|
||||
'host': 'localhost',
|
||||
|
||||
@@ -27,4 +27,8 @@ class QueryType (Enum):
|
||||
YOUTUBE_COMMENT = 1
|
||||
BLUESKY_COMMENT = 2
|
||||
YOUTUBE_SYSTEM = 3
|
||||
BLUESKY_SYSTEM = 3
|
||||
BLUESKY_SYSTEM = 4
|
||||
KIRIBAN = 5
|
||||
NICO_REPORT = 6
|
||||
SNACK_TIME = 7
|
||||
HOT_SPRING = 8
|
||||
|
||||
新しい課題から参照
ユーザをブロックする