Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dora4/dview-swipe-layout
下拉刷新上拉加载
https://github.com/dora4/dview-swipe-layout
Last synced: 3 days ago
JSON representation
下拉刷新上拉加载
- Host: GitHub
- URL: https://github.com/dora4/dview-swipe-layout
- Owner: dora4
- License: apache-2.0
- Created: 2024-06-12T21:28:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-31T18:34:33.000Z (about 1 month ago)
- Last Synced: 2024-12-31T19:28:13.279Z (about 1 month ago)
- Language: Kotlin
- Homepage:
- Size: 77.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-swipe-layout
![Release](https://jitpack.io/v/dora4/dview-swipe-layout.svg)
--------------------------------#### 卡片
![Dora视图_Swipe_Layout---](https://github.com/user-attachments/assets/0913d8ac-3f5f-4038-a8c7-d49c33c2fc5b)
##### 卡名:Dora视图 SwipeLayout
###### 卡片类型:同调怪兽
###### 属性:光
###### 星级:10
###### 种族:机械族
###### 攻击力/防御力:3000/3500
###### 召唤方式:名字带有「Dora视图」的调整怪兽 + 名字带有「Dora视图」的非调整怪兽1只或以上
###### 效果:此卡不会因为对方卡的效果而破坏,并可使其无效化。此卡攻击里侧守备表示的怪兽时,若攻击力高于其守备力,则给予对方此卡原攻击力的伤害,并抽一张卡。此卡因战斗破坏送去墓地的场合,对方场上怪兽全部破坏。#### Gradle依赖配置
```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dview-swipe-layout:1.0'
}
```