新增潜水排行

This commit is contained in:
liuwei
2026-01-20 16:49:58 +08:00
parent 8b507a471b
commit e5471bc024
4 changed files with 165 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from .main import InactiveRankPlugin
def get_plugin():
return InactiveRankPlugin()