From 4614562a9a25319b88f203b515106f52650aedf5 Mon Sep 17 00:00:00 2001 From: jax Date: Tue, 29 Aug 2023 10:35:34 +0800 Subject: [PATCH] optimize docs --- README-en.md | 7 +++++ README.md | 4 ++- docs/_404.md | 2 ++ docs/_navbar.md | 3 ++ docs/en/_404.md | 2 ++ docs/guide/resource.md | 2 +- docs/index.html | 31 ++++++++++++++++--- .../ClientApp/src/document.tsx | 3 -- 8 files changed, 44 insertions(+), 10 deletions(-) create mode 100644 README-en.md create mode 100644 docs/_404.md create mode 100644 docs/_navbar.md create mode 100644 docs/en/_404.md diff --git a/README-en.md b/README-en.md new file mode 100644 index 00000000..2a0a50e4 --- /dev/null +++ b/README-en.md @@ -0,0 +1,7 @@ +[中文](README.md)|Engligh + +Inside World is an offline media management software for fast processing, searching, previewing and playing local media. + +It currently supports the management of media such as animation, comics, audio, books, movies, albums, etc. + +If you like this app, please star it and recommend it to your friends. Thank you for your support. For more information, please visit [the project homepage](https://inside-world.anobaka.com/). \ No newline at end of file diff --git a/README.md b/README.md index 05a6521d..c34eee8f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ +中文|[Engligh](/README-en.md) + Inside World 是一款离线媒体管理库,用于本地媒体快速处理、搜索、预览与播放。 目前支持动画、漫画、音声、本子、电影、图集等媒体的管理,老司机食用效果更加哦~ 本项目源自于本人自用软件,喜欢本软件的话请右上角star,并大力推荐给自己的朋友,感谢大家的支持。 -更多内容请访问项目首页 +更多内容请访问[项目首页](https://inside-world.anobaka.com/) \ No newline at end of file diff --git a/docs/_404.md b/docs/_404.md new file mode 100644 index 00000000..4141e2cd --- /dev/null +++ b/docs/_404.md @@ -0,0 +1,2 @@ + +**页面施工中,请稍后再来** \ No newline at end of file diff --git a/docs/_navbar.md b/docs/_navbar.md new file mode 100644 index 00000000..d4262843 --- /dev/null +++ b/docs/_navbar.md @@ -0,0 +1,3 @@ +- :globe_with_meridians: + - [:cn: 简体中文](/) + - [:us: English](/en/) \ No newline at end of file diff --git a/docs/en/_404.md b/docs/en/_404.md new file mode 100644 index 00000000..776f3859 --- /dev/null +++ b/docs/en/_404.md @@ -0,0 +1,2 @@ + +**We're working on this page right now, please check back later** \ No newline at end of file diff --git a/docs/guide/resource.md b/docs/guide/resource.md index 3672c8cf..e8e6edf7 100644 --- a/docs/guide/resource.md +++ b/docs/guide/resource.md @@ -26,7 +26,7 @@ 鼠标在资源封面悬停数秒后开启快速预览模式,鼠标可以在下方快速调整进度条。 -**需要在系统配置界面配置`FFMpeg`后才可以对视频资源快速预览。** +**需要在系统配置界面配置`FFMpeg`后才可以对视频资源快速预览。目前仅支持图片以及可直接在浏览器播放的视频(mp4等)** ![resource-quick-preview](../img/resource-quick-preview.png) diff --git a/docs/index.html b/docs/index.html index c638aee6..d4aafa18 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,10 +15,15 @@ - + + + + + -
Please wait...
+
加载中,请稍后。如果您在该页面停留时间过长,请检查您的网络情况。
- - - + + + + + diff --git a/src/Bakabase.InsideWorld.App.Core/ClientApp/src/document.tsx b/src/Bakabase.InsideWorld.App.Core/ClientApp/src/document.tsx index c3ca4d23..b313d9fa 100644 --- a/src/Bakabase.InsideWorld.App.Core/ClientApp/src/document.tsx +++ b/src/Bakabase.InsideWorld.App.Core/ClientApp/src/document.tsx @@ -1,9 +1,6 @@ import { Meta, Title, Links, Main, Scripts, useAppData } from 'ice'; export default function Document() { - const appData = useAppData(); - console.log(appData, 12345); - return (