Skip to content

Commit

Permalink
doc: 优化主页在桌面端的呈现
Browse files Browse the repository at this point in the history
  • Loading branch information
AyalaKaguya committed Jul 10, 2024
1 parent 4089242 commit 05e2f9b
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 4 deletions.
24 changes: 24 additions & 0 deletions src/.vuepress/components/BuildState.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<template>
<div class="shields-wrapper">
<img alt="release" src="https://img.shields.io/github/v/release/easybangumiorg/EasyBangumi" />
<img alt="license" src="https://img.shields.io/github/license/easybangumiorg/EasyBangumi" />
<img alt="downloads" src="https://img.shields.io/github/downloads/easybangumiorg/EasyBangumi/total" />
<img alt="issues" src="https://img.shields.io/github/issues/easybangumiorg/EasyBangumi" />
</div>
</template>

<style lang="scss" scoped>
.shields-wrapper {
text-align: center;
img {
display: inline-block;
margin-left: 0;
margin-right: 0.25rem;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
width: auto;
height: 1.5rem !important;
}
}
</style>
Binary file added src/.vuepress/public/images/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 31 additions & 4 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
home: true
modules: # 指定首页展示模块
- BannerBrand
- MdContent
- bannerBrand
- Features
- MdContent
- Footer

bannerBrand:
bgImage: '/images/bg.png'
title: 纯纯看番
description: 使用 Compose 开发的看番软件,支持多番剧源。
tagline: 纯纯看番 6,您追番的强大动力,支持番剧搜索、首页推荐、番剧收藏(追番)、番剧分类、多主题、倍速播放、播放历史、投屏功能、番剧下载、弹幕、插件化、插件市场...
Expand Down Expand Up @@ -37,6 +38,32 @@ footer:
startYear: 2022
---

网站的美术资源.....
<build-state/>

## 须知

1. 纯纯看番是为了学习 Jitpack compose 和音视频相关技术进行开发的一个项目,官方不提供打包和下载,其源代码仅供交流学习。因其他人私自打包发行后造成的一切后果本方概不负责。
2. 纯纯看番打包后不提供任何视频内容,需要用户自己手动添加。用户自行导入的内容和本软件无关。
3. 纯纯看番源码完全免费,在 Github 开源。用户可自行下载打包。如果你是收费购买的本软件,则本方概不负责。

## 开发计划

抱歉了,短期内实在是没有,等到本地源完成之后就可以了
- [x] 番剧搜索
- [x] 首页推荐
- [x] 番剧收藏(追番)
- [x] 番剧分类
- [x] 番剧播放
- [x] 多主题
- [x] 倍速播放
- [x] 播放历史
- [x] 投屏功能
- [x] 添加源管理
- [x] 番剧下载
- [x] 数据保存,恢复
- [x] 插件化,添加插件市场
- [ ] pc 版
- [ ] 保存数据云同步
- [ ] 添加弹幕功能
- [ ] 视频录制 Gif
- [ ] 基于 Bangumi 的刮削功能
- [ ] 基于 Bangumi 的数据同步功能

0 comments on commit 05e2f9b

Please sign in to comment.