Files
BewlyBewly/README-cmn_TW.md
2024-04-25 15:03:04 +08:00

89 lines
4.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# BewlyBewly
[English](README.md) | [官话 - 简体中文](README-cmn_CN.md) | 官話 - 正體中文 | [廣東話](README-jyut.md)
<p align="center" style="margin-bottom: 0px !important;">
<img width="150" alt="bewlybewly icon" src="https://user-images.githubusercontent.com/33394391/160250512-410b71fc-7f25-4caf-b850-429227ff082a.png"><br/>
</p>
<h1 align="center" style="margin-top: 0px;">BewlyBewly</h1>
<p align="center">只需對您的 Bilibili 主頁進行一些小改動就好。</p>
![min1](https://github.com/hakadao/BewlyBewly/assets/33394391/951f9e2a-d0e1-452c-83a9-dc6d85c4d441)
![min2](https://github.com/hakadao/BewlyBewly/assets/33394391/3e75dd20-f60b-4645-b434-23a24c72959c)
## 👋 介紹
BewlyBewly 是一個針對 BiliBili 的瀏覽器擴充功能,旨在透過重新設計 BiliBili 的介面來提升用戶體驗。設計靈感來自於 YouTube、Vision OS 和 iOS使介面更具視覺吸引力和用戶友好性。
該專案使用 [vitesse-webext](https://github.com/antfu/vitesse-webext) 範例進行開發。如果沒有此範例,可能無法開發出此專案。
## ⬇️ 安裝
### 線上安裝
> [!Caution]
> 即使您使用的是 Edge 瀏覽器,我們仍然強烈建議您從 Chrome 線上應用程式商店安裝。在審核速度上Chrome 線上應用程式商店比 Edge 的附加元件快很多。
>
> 此外BewlyBewly 的 Chrome Web Store 版本將更快地解決和修復關鍵性的錯誤。
- Chrome: <https://chromewebstore.google.com/detail/bewlybewly/bbbiejemhfihiooipfcjmjmbfdmobobp>
- Edge (不推薦): <https://microsoftedge.microsoft.com/addons/detail/bewlybewly/kceadhehfjdiakpiphpjgolbgehjdmja>
- Firefox: <https://addons.mozilla.org/lt/firefox/addon/bewlybewly/>
#### 給 Firefox 使用者的提示
> [!WARNING]
> 使用 Firefox 瀏覽器時,請記得啟用下圖所示的所有權限,以便正常使用 BewlyBewly
<br/> <img width="655" alt="enable all bewlybewly permissions on firefox" src="https://github.com/hakadao/BewlyBewly/assets/33394391/9566aed8-040a-4435-a2ec-c61117f8e429">
### 離線安裝
[CI](https://github.com/hakadao/BewlyBewly/actions):自動建置最新的程式碼
[Releases](https://github.com/hakadao/BewlyBewly/releases):穩定版本
#### Edge 和 Chrome (推薦)
> 確保您已下載 [extension.zip](https://github.com/hakadao/BewlyBewly/releases)。
在 Edge 中打開 `edge://extensions` 頁面或在 Chrome 中打開 `chrome://extensions` 頁面,只需將下載的 `extension.zip` 檔案拖放到瀏覽器中,即可完成安裝。
<details>
<summary> Edge 和 Chrome 的另一種安裝方法 </summary>
#### Edge
> 確保您已下載 [extension.zip](https://github.com/hakadao/BewlyBewly/releases) 並且解壓縮此檔案。
1. 在地址欄中輸入 `edge://extensions/`,然後按下 Enter 鍵
2. 打開`開發者模式`,然後按下`載入解壓縮` <br/> <img width="655" alt="image" src="https://user-images.githubusercontent.com/33394391/232246901-e3544c16-bde2-480d-b770-ca5242793963.png">
3. 將已解壓縮的擴充功能的資料夾載入到您的瀏覽器
#### Chrome
>
> 確保您已下載 [extension.zip](https://github.com/hakadao/BewlyBewly/releases) 並且解壓縮此檔案。
1. 在地址欄中輸入 `chrome://extensions/`,然後按下 Enter 鍵
2. 打開`開發者模式`,然後按下`載入解壓縮` <br/> <img width="655" alt="Snipaste_2022-03-27_18-17-04" src="https://user-images.githubusercontent.com/33394391/160276882-13da0484-92c1-47dd-add8-7655c5c2bf1c.png">
3. 將已解壓縮的擴充功能的資料夾載入到您的瀏覽器
</details>
## 🤝 貢獻
詳情 [CONTRIBUTION.md](docs/CONTRIBUTING.md)
### 貢獻者
![Contributors](https://contrib.rocks/image?repo=hakadao/BewlyBewly)
## ❤️ 鳴謝
- [vitesse-webext](https://github.com/antfu/vitesse-webext) - 此專案所用的範例
- [UserScripts/bilibiliHome](https://github.com/indefined/UserScripts/tree/master/bilibiliHome), [bilibili-app-recommend](https://github.com/magicdawn/bilibili-app-recommend) - 參考取得 access key 之方法
- [Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved) - 部分功能的實現
- [bilibili-API-collect](https://github.com/SocialSisterYi/bilibili-API-collect)