Skip to content

Commit

Permalink
to
Browse files Browse the repository at this point in the history
  • Loading branch information
laqoome committed Dec 16, 2024
1 parent 2d18dd2 commit b6e4e1c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 42 deletions.
44 changes: 7 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,10 @@
# Animius
# LaQoo

一个简洁的播放动漫的App,支持下载,弹幕,多数据源等功能,使用[Jetpack Compose](https://developer.android.com/jetpack?hl=zh-cn)
进行开发
一个简洁的播放动漫的App,支持下载,弹幕,多数据源等功能

## 如何下载安装

点击此链接[下载地址](https://github.com/Lanlinju/Anime/releases/latest)
前往下载页面,然后选择下载以`.apk`结尾的文件。Android
TV或者系统版本低于安卓8.0的,请点击查看[这里](https://github.com/lanlinju/Anime/releases/tag/v1.2.1)

## 应用截图

<table>
<tr>
<td><img src="./image/week.jpg" alt="week"/></td>
<td><img src="./image/home.jpg" alt="home"/></td>
<td><img src="./image/favourite.jpg" alt="favourite"/></td>
<tr>
<tr>
<td><img src="./image/detail.jpg" alt="detail"/></td>
<td><img src="./image/history.jpg" alt="history"/></td>
<td><img src="./image/download_episode.jpg" alt="download episode"/></td>
</tr>
<tr>
<td colspan="3"><img src="./image/player.jpg" alt="player"/></td>
</tr>
</table>
点击此链接[下载地址](https://app.laqoo.eu.org/)

## 相关功能

Expand All @@ -40,23 +19,14 @@ TV或者系统版本低于安卓8.0的,请点击查看[这里](https://github.
- [x] 视频播放器
- [x] 倍速播放
- [x] 外部播放器播放
- [ ] 选择下载目录
- [x] 弹幕功能
- [ ] BT资源下载
- [ ] 多平台 (Compose Multiplatform)

## Architecture

使用的是[Google应用架构指南](https://developer.android.com/topic/architecture), MVVM 和 Clean
Architecture

## 参考来源

## 来源

视频弹幕源来自于[弹弹play](https://www.dandanplay.com)开放API

- [SakuraAnime](https://github.com/670848654/SakuraAnime):樱花动漫网站数据解析参考实现来源
- [Animite](https://github.com/imashnake0/Animite):应用UI设计参考实现来源
- [compose-video-player](https://github.com/imherrera/compose-video-player):Exoplayer视频播放器封装参考实现来源
- [FreeToPlay](https://github.com/qababadr/FreeToPlay):应用MVVM架构参考实现来源
- [DownloadX](https://github.com/ssseasonnn/DownloadX):视频文件下载功能参考实现来源
- [Animeko](https://github.com/open-ani/animeko):视频弹幕功能参考实现来源
[lanlinju/Animius](https://github.com/github.com/lanlinju/Animius):Animius
一个简洁的播放动漫的App
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
applicationId = "com.laqoome.laqoo"
minSdk = 26
targetSdk = 35
versionCode = 30
versionCode = 10
versionName = "1.1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@
<div class="card">
<h1 class="title">LaQoo</h1>
<p class="content" style="white-space: nowrap">
版本:1.1.0
一个简洁的播放动漫的App,支持下载,弹幕,多数据源等功能
</p>
<p
class="content"
style="white-space: nowrap; color: red; padding: 5px 0 5px 0"
style="white-space: nowrap"
>
版本:1.1.0
</p>


<a
class="btn"
style="background-color: rgb(255, 4, 0)"
href="https://github.com/laqoome/laqoo/releases/download/1.1.0/Kazumi_android_1.4.6.apk"
href="https://github.com/laqoome/LaQoo/releases/download/v1.1.0/LaQoo-v1.1.0-release.apk"
>立即下载</a
>

Expand Down

0 comments on commit b6e4e1c

Please sign in to comment.