An open API service indexing awesome lists of open source software.

https://github.com/dora4/dview-menu-panel

像启蒙和乐高玩具一样的菜单面板
https://github.com/dora4/dview-menu-panel

Last synced: about 1 year ago
JSON representation

像启蒙和乐高玩具一样的菜单面板

Awesome Lists containing this project

README

          

dview-menu-panel
![Release](https://jitpack.io/v/dora4/dview-menu-panel.svg)
--------------------------------

#### 卡片
![Dora视图_Menu_Panel-](https://github.com/user-attachments/assets/61cdad04-f8e1-4170-a63f-449cc34e0e96)
![Dora视图_积木战士](https://github.com/user-attachments/assets/66763607-391b-43f3-bf39-6f59ab9da2f3)
##### 卡名:Dora视图 MenuPanel
###### 卡片类型:效果怪兽
###### 属性:风
###### 星级:4
###### 种族:植物族
###### 攻击力/防御力:1500/1600
###### 效果:此卡不会因为对方卡的效果而破坏,并可使其无效化。此卡攻击里侧守备表示的怪兽时,若攻击力高于其守备力,则给予对方此卡原攻击力的伤害,并抽一张卡。此卡一回合可以攻击两次。

#### Gradle依赖配置

```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dview-menu-panel:1.28'
}
```