chore: update Python version in README files to 3.14

This commit is contained in:
shiyu
2026-01-03 14:09:29 +08:00
parent ed9090c3d0
commit ff7eb13187
2 changed files with 46 additions and 43 deletions
+7 -5
View File
@@ -8,9 +8,10 @@
**A highly extensible private cloud storage solution for individuals and teams, featuring AI-powered semantic search.** **A highly extensible private cloud storage solution for individuals and teams, featuring AI-powered semantic search.**
![Python Version](https://img.shields.io/badge/Python-3.13+-blue.svg) ![Python Version](https://img.shields.io/badge/Python-3.14+-blue.svg)
![React](https://img.shields.io/badge/React-19.0-blue.svg) ![React](https://img.shields.io/badge/React-19.0-blue.svg)
![License](https://img.shields.io/badge/license-MIT-green.svg) ![License](https://img.shields.io/badge/license-MIT-green.svg)
![GitHub stars](https://img.shields.io/github/stars/DrizzleTime/foxel?style=social) ![GitHub stars](https://img.shields.io/github/stars/DrizzleTime/foxel?style=social)
--- ---
@@ -39,7 +40,8 @@
Using Docker Compose is the most recommended way to start Foxel. Using Docker Compose is the most recommended way to start Foxel.
1. **Create Data Directories**: 1. **Create Data Directories**
Create a `data` folder for persistent data: Create a `data` folder for persistent data:
```bash ```bash
@@ -48,7 +50,7 @@ mkdir -p data/mount
chmod 777 data/db data/mount chmod 777 data/db data/mount
``` ```
2. **Download Docker Compose File**: 2. **Download Docker Compose File**
```bash ```bash
curl -L -O https://github.com/DrizzleTime/Foxel/raw/main/compose.yaml curl -L -O https://github.com/DrizzleTime/Foxel/raw/main/compose.yaml
@@ -58,13 +60,13 @@ chmod 777 data/db data/mount
- Modify `SECRET_KEY` and `TEMP_LINK_SECRET_KEY`: Replace the default keys with randomly generated strong keys. - Modify `SECRET_KEY` and `TEMP_LINK_SECRET_KEY`: Replace the default keys with randomly generated strong keys.
3. **Start the Services**: 3. **Start the Services**
```bash ```bash
docker-compose up -d docker-compose up -d
``` ```
4. **Access the Application**: 4. **Access the Application**
Once the services are running, open the page in your browser. Once the services are running, open the page in your browser.
+7 -6
View File
@@ -8,15 +8,15 @@
**一个面向个人和团队的、高度可扩展的私有云盘解决方案,支持 AI 语义搜索。** **一个面向个人和团队的、高度可扩展的私有云盘解决方案,支持 AI 语义搜索。**
![Python Version](https://img.shields.io/badge/Python-3.13+-blue.svg) ![Python Version](https://img.shields.io/badge/Python-3.14+-blue.svg)
![React](https://img.shields.io/badge/React-19.0-blue.svg) ![React](https://img.shields.io/badge/React-19.0-blue.svg)
![License](https://img.shields.io/badge/license-MIT-green.svg) ![License](https://img.shields.io/badge/license-MIT-green.svg)
![GitHub stars](https://img.shields.io/github/stars/DrizzleTime/foxel?style=social) ![GitHub stars](https://img.shields.io/github/stars/DrizzleTime/foxel?style=social)
--- ---
<blockquote> <blockquote>
<em><strong>数据之洋浩瀚无涯,当以洞察之目引航,然其脉络深隐,非表象所能尽窥。</strong></em><br> <em><strong>数据之洋浩瀚无涯,当以洞察之目引航,然其脉络深隐,非表象所能尽窥。</strong></em><br>
<em><strong>The ocean of data is boundless, let the eye of insight guide the voyage, yet its intricate connections lie deep, not fully discernible from the surface.</strong></em>
</blockquote> </blockquote>
<img src="https://foxel.cc/image/ad-min-zh.png" alt="UI Screenshot"> <img src="https://foxel.cc/image/ad-min-zh.png" alt="UI Screenshot">
</div> </div>
@@ -40,7 +40,8 @@
使用 Docker Compose 是启动 Foxel 最推荐的方式。 使用 Docker Compose 是启动 Foxel 最推荐的方式。
1. **创建数据目录**: 1. **创建数据目录**
新建 `data` 文件夹用于持久化数据: 新建 `data` 文件夹用于持久化数据:
```bash ```bash
@@ -49,7 +50,7 @@ mkdir -p data/mount
chmod 777 data/db data/mount chmod 777 data/db data/mount
``` ```
2. **下载 Docker Compose 文件** 2. **下载 Docker Compose 文件**
```bash ```bash
curl -L -O https://github.com/DrizzleTime/Foxel/raw/main/compose.yaml curl -L -O https://github.com/DrizzleTime/Foxel/raw/main/compose.yaml
@@ -59,13 +60,13 @@ chmod 777 data/db data/mount
- 修改 `SECRET_KEY` 和 `TEMP_LINK_SECRET_KEY`:将默认的密钥替换为随机生成的强密钥 - 修改 `SECRET_KEY` 和 `TEMP_LINK_SECRET_KEY`:将默认的密钥替换为随机生成的强密钥
3. **启动服务**: 3. **启动服务**
```bash ```bash
docker-compose up -d docker-compose up -d
``` ```
4. **访问应用**: 4. **访问应用**
服务启动后,在浏览器中打开页面。 服务启动后,在浏览器中打开页面。