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