1. 实现最后浏览位置记录和书签功能
2. 实现会话导出分享功能 3. 增加语音消息和通话消息的筛选 4. 实现单聊会话对话人位置调换功能 5. 添加繁体和英语表情的解析 6. 修复相近时间的消息可能会出现顺序不对的问题
This commit is contained in:
parent
3cc400bcbd
commit
4d9043cccf
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -29,11 +29,12 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Build wails
|
- name: Build wails
|
||||||
uses: dAppServer/wails-build-action@v2.2
|
uses: dAppServer/wails-build-action@main
|
||||||
id: build
|
id: build
|
||||||
with:
|
with:
|
||||||
build-name: ${{ matrix.build.name }}
|
build-name: ${{ matrix.build.name }}
|
||||||
sign: false
|
sign: false
|
||||||
build-platform: ${{ matrix.build.platform }}
|
build-platform: ${{ matrix.build.platform }}
|
||||||
package: true
|
package: true
|
||||||
go-version: '1.21'
|
go-version: '1.21'
|
||||||
|
wails-version: "v2.9.1"
|
2
app.go
2
app.go
@ -23,7 +23,7 @@ const (
|
|||||||
configDefaultUserKey = "userConfig.defaultUser"
|
configDefaultUserKey = "userConfig.defaultUser"
|
||||||
configUsersKey = "userConfig.users"
|
configUsersKey = "userConfig.users"
|
||||||
configExportPathKey = "exportPath"
|
configExportPathKey = "exportPath"
|
||||||
appVersion = "v1.2.0"
|
appVersion = "v1.2.1"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FileLoader struct {
|
type FileLoader struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user