Skip to content

Commit

Permalink
[mod] GUI 0.1.4 版本更新, 支持点击播放直播
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Aug 11, 2023
1 parent e5570bb commit 7bb0b68
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@

```toml
# 播放器路径或命令
# 请自行安装播放器, 请确认它可以通过命令行+链接打开视频文件
[play]
# potplayer 样例
# bin = "C:\\Program Files (x86)\\Pure Codec\\x64\\PotPlayerMini64.exe"
Expand Down
Binary file modified assets/gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 播放器路径或命令
# 请自行安装播放器, 请确认它可以通过命令行+链接打开视频文件
[play]
# potplayer 样例
# bin = "C:\\Program Files (x86)\\Pure Codec\\x64\\PotPlayerMini64.exe"
Expand Down
9 changes: 9 additions & 0 deletions crates/gui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.4]

## 更新

- 新增播放按钮
- 请自行安装播放器, 请确认它可以通过命令行+链接打开视频文件
- 需要配置 `play.bin`
- 获取成功后点击直接播放

## [0.1.3]

### 修复
Expand Down
2 changes: 1 addition & 1 deletion crates/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seam",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion crates/gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seam_gui"
version = "0.1.3"
version = "0.1.4"
description = "seam"
authors = ["Borber"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion crates/gui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "seam",
"version": "0.1.3"
"version": "0.1.4"
},
"tauri": {
"bundle": {
Expand Down
2 changes: 1 addition & 1 deletion crates/gui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const App = () => {
width={"100px"}
/>
<div class="name">Seam</div>
<div class="version">0.1.3</div>
<div class="version">0.1.4</div>
</div>
<div class="controller">
<input
Expand Down

0 comments on commit 7bb0b68

Please sign in to comment.