Skip to content

Commit

Permalink
🚀 v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Nov 15, 2024
1 parent f4e94ea commit b8b8a2b
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
with:
file: ShufflePlay.zip;ShufflePlay.msix;ShufflePlay_Store.msix
tags: true
release_name: ${{ github.ref }}
buildMac:
needs: createRelease
name: Build Mac
Expand All @@ -84,10 +83,10 @@ jobs:
- name: 打包
run: |
flutter build macos
Compress-Archive -Path ./build/macos/Build/Products/Release/ShufflePlay.app -DestinationPath ShufflePlay.app.zip
cd build/macos/Build/Products/Release
zip -r -X ShufflePlay.app.zip ShufflePlay.app
- name: 上传文件
uses: xresloader/upload-to-github-release@v1
with:
file: ShufflePlay.app.zip
file: build/macos/Build/Products/Release/ShufflePlay.app.zip
tags: true
release_name: ${{ github.ref }}
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@
Author: 目棃
Description: 更新日志
Date: 2024-08-08
Update: 2024-11-09
Update: 2024-11-15
---

> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-08-08 18:24:38`
>
> 更新于 `2024-11-09 19:22:32`
> 更新于 `2024-11-15 09:35:11`
# 更新日志

## [v0.3.0](https://github.com/BTMuli/ShufflePlay/releases/tag/v0.3.0) (2024-11-15)

- ✨ 支持签到,windows端采用webview2Runtime,mac端采用内置webview
-`win`:对公告内链接进行处理,支持的条件下采用webview2打开
-`mac`:采用`macos_ui`进行全新界面设计
- 💄 修复公告卡片标题渲染`<br>`
- 💄 `win`:调整页面UI
- 🐛 修复添加用户异常,新增用户与当前用户相同时更新当前用户信息
- 🐛 `mac`:修复调频记录导入导出异常

## [v0.2.1](https://github.com/BTMuli/ShufflePlay/releases/tag/v0.2.1) (2024-11-09)

- ✨ 支持MacOS [`#1`](https://github.com/BTMuli/ShufflePlay/issues/1)
Expand Down
40 changes: 38 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Author: 目棃
Description: 说明文档
Date: 2024-08-06
Update: 2024-08-06
Update: 2024-11-15
---

> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-08-06 12:15:33`
>
> 更新于 `2024-08-06 12:15:33`
> 更新于 `2024-11-15 09:49:22`
![](https://img.shields.io/github/last-commit/BTMuli/ShufflePlay?style=for-the-badge) ![](https://img.shields.io/github/commits-since/BTMuli/ShufflePlay/latest?include_prereleases&style=for-the-badge)

Expand All @@ -23,3 +23,39 @@ Update: 2024-08-06
One more ZZZ tools.

Work in progress...

## 下载

> 程序已经通过微软商店审核,可以直接在商店下载。
<a href="https://apps.microsoft.com/detail/9n6vc24jx0jq?mode=direct">
<img src="https://get.microsoft.com/images/zh-cn%20dark.svg" width="200" alt="logo"/>
</a>

macOS版本可以通过 [Releases](https://github.com/BTMuli/ShufflePlay/releases) 下载。

[![GitHub Release](https://img.shields.io/github/v/release/BTMuli/ShufflePlay?include_prereleases)](https://github.com/BTMuli/ShufflePlay/releases)

## 仓库概况

![Alt](https://repobeats.axiom.co/api/embed/92a5bdfe6e5d25c2a20fa2bcd96d7f7699f4d17b.svg "Repobeats analytics image")

## 功能

- [x] 游戏内公告查看
- [x] 多账号管理、同账号下不同游戏账号切换(目前仅支持通过ck输入的方式登录)
- [x] 设备信息刷新
- [x] 用户调频数据获取,UIGFv4.0适配,支持导入导出
- [x] 设置游戏目录,根据当前登录用户启动游戏
- [x] 多UI:`windows`平台采用`fluent_ui``macOS`平台采用`macos_ui`
- [x] 支持签到

... 更多功能开发中

## 协议

项目基于 [MIT](LICENSE) 协议开源。

应用版本号遵循 [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/) 规范。

隐私政策:[Privacy](https://app.btmuli.ink/docs/ShufflePlay/privacy.html)
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.2.1+3
version: 0.3.0+7

environment:
sdk: '>=3.5.0 <4.0.0'
Expand Down

0 comments on commit b8b8a2b

Please sign in to comment.