Merge pull request #603 from Bowenwin/fix_words

Fix words
This commit is contained in:
程序员阿江(Relakkes) 2025-05-19 23:16:12 +08:00 committed by GitHub
commit 7ed6621933
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 8 additions and 8 deletions

View File

@ -239,7 +239,7 @@ class BiliJsonStoreImplement(AbstractStore):
async def store_comment(self, comment_item: Dict): async def store_comment(self, comment_item: Dict):
""" """
comment JSON storage implementatio comment JSON storage implementation
Args: Args:
comment_item: comment_item:
@ -250,7 +250,7 @@ class BiliJsonStoreImplement(AbstractStore):
async def store_creator(self, creator: Dict): async def store_creator(self, creator: Dict):
""" """
creator JSON storage implementatio creator JSON storage implementation
Args: Args:
creator: creator:

View File

@ -238,7 +238,7 @@ class DouyinJsonStoreImplement(AbstractStore):
async def store_comment(self, comment_item: Dict): async def store_comment(self, comment_item: Dict):
""" """
comment JSON storage implementatio comment JSON storage implementation
Args: Args:
comment_item: comment_item:

View File

@ -215,7 +215,7 @@ class KuaishouJsonStoreImplement(AbstractStore):
async def store_comment(self, comment_item: Dict): async def store_comment(self, comment_item: Dict):
""" """
comment JSON storage implementatio comment JSON storage implementation
Args: Args:
comment_item: comment_item:

View File

@ -235,7 +235,7 @@ class TieBaJsonStoreImplement(AbstractStore):
async def store_comment(self, comment_item: Dict): async def store_comment(self, comment_item: Dict):
""" """
comment JSON storage implementatio comment JSON storage implementation
Args: Args:
comment_item: comment_item:

View File

@ -241,7 +241,7 @@ class WeiboJsonStoreImplement(AbstractStore):
async def store_comment(self, comment_item: Dict): async def store_comment(self, comment_item: Dict):
""" """
comment JSON storage implementatio comment JSON storage implementation
Args: Args:
comment_item: comment_item:

View File

@ -236,7 +236,7 @@ class XhsJsonStoreImplement(AbstractStore):
async def store_comment(self, comment_item: Dict): async def store_comment(self, comment_item: Dict):
""" """
comment JSON storage implementatio comment JSON storage implementation
Args: Args:
comment_item: comment_item:

View File

@ -235,7 +235,7 @@ class ZhihuJsonStoreImplement(AbstractStore):
async def store_comment(self, comment_item: Dict): async def store_comment(self, comment_item: Dict):
""" """
comment JSON storage implementatio comment JSON storage implementation
Args: Args:
comment_item: comment_item: