From 3cc75a8983df887e521976e36dc488fcfe54e170 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Thu, 25 Jul 2024 12:24:47 +0800 Subject: [PATCH] docs(README): add content to note and explain BewlyBewly's goal --- README-cmn_CN.md | 5 +++++ README-cmn_TW.md | 5 +++++ README-jyut.md | 5 +++++ README.md | 6 ++++++ 4 files changed, 21 insertions(+) diff --git a/README-cmn_CN.md b/README-cmn_CN.md index 61439d66..c58c12b7 100644 --- a/README-cmn_CN.md +++ b/README-cmn_CN.md @@ -13,6 +13,11 @@ ## 👋 介绍 +> [!NOTE] +> BewlyBewly 主要专注页面的调整和优化,而不是完善功能和提升效率。 +> +> 由于效率和维护难度的原因,暗色模式只会适应常用页面,而不会适应不常用的页面。 + BewlyBewly 是一个用于 BiliBili 的浏览器扩展,旨在通过重新设计 BiliBili 用户界面来提升用户体验。设计灵感来自于 YouTube、Vision OS 和 iOS,从而实现了更具视觉吸引力和用户友好性的界面。 该项目使用 [vitesse-webext](https://github.com/antfu/vitesse-webext) 模板进行开发。如果没有这个模板,可能无法开发出这个项目。 diff --git a/README-cmn_TW.md b/README-cmn_TW.md index 291ab6de..b54c9a83 100644 --- a/README-cmn_TW.md +++ b/README-cmn_TW.md @@ -13,6 +13,11 @@ ## 👋 介紹 +> [!NOTE] +> BewlyBewly 主要著重於頁面調整和改良,而不是完善功能和提升效率。 +> +> 由於考慮到效率和維護困難度,深色模式只會適應常用的頁面,而較少使用的頁面則不會支護。 + BewlyBewly 是一個針對 BiliBili 的瀏覽器擴充功能,旨在透過重新設計 BiliBili 的介面來提升用戶體驗。設計靈感來自於 YouTube、Vision OS 和 iOS,使介面更具視覺吸引力和用戶友好性。 該專案使用 [vitesse-webext](https://github.com/antfu/vitesse-webext) 範例進行開發。如果沒有此範例,可能無法開發出此專案。 diff --git a/README-jyut.md b/README-jyut.md index ed966019..c5f31657 100644 --- a/README-jyut.md +++ b/README-jyut.md @@ -13,6 +13,11 @@ ## 👋 介紹 +> [!NOTE] +> BewlyBewly 主要着重頁面調整同埋改善, 而唔係完善功能同提升效率 +> +> 事關考慮到維護嘅效率同埋難度, 深色模式淨係會適應常用頁面, 一啲冇咁常用嘅頁面唔會適應調整 + BewlyBewly 係一個用於 BiliBili 嘅瀏覽器延伸功能,目的係透過重新設計 BiliBili 嘅 UI 令到用戶體驗提升。設計靈感源於 YouTube、Vision OS 同 iOS,從而實現更具視覺吸引力同用戶友好嘅介面。 呢個專案係用咗 [vitesse-webext](https://github.com/antfu/vitesse-webext) 範例進行開發。若果冇咗呢個範例,BewlyBewly 得個吉。 diff --git a/README.md b/README.md index 5db34953..e27e8309 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ English | [官话 - 简体中文](README-cmn_CN.md) | [官話 - 正體中文](RE ## 👋 Introduction +> [!NOTE] +> BewlyBewly mainly focuses on page adjustments and optimization rather than improving functionally and efficiency. +> +> The dark mode will only be adapted to commonly used pages due to its efficiency and maintenance difficulty, while less +> frequently used pages will not to be adapted. + BewlyBewly is a browser extension for BiliBili that aims to enhance the user experience by redesigning the BiliBili UI. The design is inspired by YouTube, Vision OS, and iOS, resulting in a more visually appealing and user-friendly interface. This project uses the [vitesse-webext](https://github.com/antfu/vitesse-webext) template for development.