mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-10-29 03:26:25 +00:00
📝 文档初步大迁移 vuepress -> vitepress
This commit is contained in:
@@ -21,7 +21,6 @@ def debounce(wait):
|
||||
"""
|
||||
防抖函数
|
||||
"""
|
||||
|
||||
def decorator(func):
|
||||
def wrapper(*args, **kwargs):
|
||||
nonlocal last_call_time
|
||||
|
||||
Reference in New Issue
Block a user