feat: 扫雷游戏,测试

This commit is contained in:
2024-03-28 23:53:38 +08:00
parent 9e0b065566
commit bb17d2949a
3 changed files with 272 additions and 0 deletions

View File

@ -1,4 +1,5 @@
from nonebot.plugin import PluginMetadata
from .minesweeper import *
__plugin_meta__ = PluginMetadata(
name="轻雪小游戏",