Skip to content

Commit 9fa6955

Browse files
authored
Merge pull request #10 from 123panNextGen/dev
v2.3.0
2 parents 7c75fa9 + 9514e30 commit 9fa6955

File tree

16 files changed

+3010
-5161
lines changed

16 files changed

+3010
-5161
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ jobs:
7373
with:
7474
path: artifacts
7575

76-
- name: Publish Release
76+
- name: Create GitHub Release
7777
uses: softprops/action-gh-release@v2
7878
with:
79-
files: |
80-
artifacts/123pan-windows/*
81-
artifacts/123pan-linux/*
79+
tag_name: ${{ github.ref_name }}
80+
name: Release ${{ github.ref_name }}
81+
files: all_binaries/*
82+
generate_release_notes: true

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "调试",
6+
"type": "debugpy",
7+
"request": "launch",
8+
"program": "${workspaceFolder}/src/123pan.py",
9+
"console": "integratedTerminal"
10+
}
11+
]
12+
}

README.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="icon.ico" alt="123pan" width="120" height="120">
2+
<img src="src/icon.ico" alt="123pan" width="120" height="120">
33

44
# 🚀 123pan
55

@@ -11,33 +11,27 @@
1111
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.8%2B-blue?style=for-the-badge&logo=python" alt="Python Version"></a>
1212
<a href="https://github.com/Qxyz17/123pan/releases"><img src="https://img.shields.io/github/downloads/Qxyz17/123pan/total?style=for-the-badge&color=orange" alt="Downloads"></a>
1313
</div>
14-
14+
<br>
15+
<img src="./doc/img/image.png" width="600"><img>
16+
1517
</div>
1618

1719
---
1820

1921
## 📖 项目介绍
2022

21-
[项目地址](https://github.com/Qxyz17/123pan)
22-
2323
123pan是一款基于Python开发的高效下载辅助工具,通过模拟安卓客户端协议,帮助用户绕过123云盘的自用下载流量限制,实现无阻碍下载体验。
2424

25-
工具提供两种使用方式(安卓协议/网页协议),支持文件管理全流程操作,适用于需要下载云盘文件的用户。
26-
2725
---
2826

2927
## ✨ 功能
3028

31-
| 功能 | 支持协议 |
32-
|------|----------|
33-
| 🔑 账号登录 | 安卓/网页 |
34-
| 📂 文件浏览 | 安卓/网页 |
35-
| 💾 高速下载 | 安卓协议 |
36-
| 📤 文件上传 | 安卓协议 |
37-
| 🔗 生成链接 | 安卓/网页 |
38-
| 🗑️ 文件管理 | 安卓/网页 |
39-
40-
> ⚠️ 注意:网页协议已停止更新且受流量限制,**强烈推荐使用安卓协议**
29+
- 🔑 账号登录
30+
- 📂 文件浏览
31+
- 💾 高速下载
32+
- 📤 文件上传
33+
- 🔗 生成链接
34+
- 🗑️ 文件管理
4135

4236
---
4337

@@ -91,11 +85,7 @@
9185
---
9286

9387
## 待开发功能
94-
- [x] 更换qt5为qt6
95-
- [ ] 退出登录
96-
- [ ] 文件拖拽上传
97-
- [ ] 拖拽上传功能
98-
- [x] 界面美化
88+
9989

10090
## 🤝 贡献指南
10191

doc/img/image.png

122 KB
Loading

get_links.php

Lines changed: 0 additions & 291 deletions
This file was deleted.

icon.ico

-164 KB
Binary file not shown.

0 commit comments

Comments
 (0)