Skip to content

Commit 1bfb9f4

Browse files
authored
Merge pull request #14 from QiaoKes/develop
[add] 记录客户端日志,增强可排障性
2 parents 1065a00 + cc274b4 commit 1bfb9f4

22 files changed

Lines changed: 1214 additions & 243 deletions

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ release
33
third_party/*
44
package-lock.json
55
!.gitkip
6-
*.zip
6+
*.zip
7+
log/*
8+
*.log
9+
docs/*

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
## 更新记录
2525

26+
* 2025.8.26 - v1.7.1 支持记录客户端日志到%appdata%/fntv/logs,增强可排障性,数据脱敏处理
2627
* 2025.8.24 - v1.7.0 支持自动检查更新,登录界面支持配置github代理
2728
* 2025.8.24 - v1.6.4 mpv配置管理抽为单独仓库,支持Anime4K着色器预设方案
2829
* 2025.8.23 - v1.6.3 优化mpv启动参数,固定启动时的初始窗口大小
@@ -143,8 +144,6 @@ third_party\fntv-mpv\portable_config\input.conf
143144
```bash
144145
git clone https://github.com/QiaoKes/fntv-electron.git
145146
cd fntv-electron
146-
# 下载https://github.com/QiaoKes/fntv-electron/releases/tag/v0.0.0中的electron-v36.2.1-patch-win32-x64.zip
147-
#解压到third_party中的electron文件夹中
148147
```
149148

150149
2. 下载第三方依赖

docs/download-proxy.md

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fntv",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "A fntv app built with Electron",
55
"main": "src/main/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)