Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dora4/dview-button
方便设置圆角的按钮
https://github.com/dora4/dview-button
Last synced: about 1 month ago
JSON representation
方便设置圆角的按钮
- Host: GitHub
- URL: https://github.com/dora4/dview-button
- Owner: dora4
- License: apache-2.0
- Created: 2024-10-01T19:04:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T15:36:41.000Z (about 1 month ago)
- Last Synced: 2024-12-29T16:29:01.828Z (about 1 month ago)
- Language: Kotlin
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-button
![Release](https://jitpack.io/v/dora4/dview-button.svg)
--------------------------------##### 卡名:Dora视图 Button
###### 卡片类型:效果怪兽
###### 属性:地
###### 星级:4
###### 种族:战士族
###### 攻击力/防御力:1400/1600
###### 效果:此卡不会因为对方卡的效果而破坏,并可使其无效化。此卡攻击里侧守备表示的怪兽时,若攻击力高于其守备力,则给予对方此卡原攻击力的伤害,并抽一张卡。此卡每次造成战斗伤害后,可选择墓地中的一张魔法或陷阱卡,将其加入手牌。#### Gradle依赖配置
```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dview-button:1.0'
}
```