feat(v0.1.0):版本更新

This commit is contained in:
BTMuli
2023-03-30 15:55:48 +08:00
parent f38c24dcf5
commit 2255c344e8
6 changed files with 34 additions and 7 deletions

27
CHANGELOG.md Normal file
View File

@@ -0,0 +1,27 @@
---
Author: 目棃
Date: 2023-03-30
Description: CHANGELOG
Update: 2023-03-30
---
> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-30 15:39:49`
>
> 更新于 `2023-03-30 15:39:49`
# CHANGELOG
## [0.1.0](https://github.com/BTMuli/Tauri.Genshin/releases/v0.1.0) (2023-03-30)
> 因为之前还有个 preAlpha 版本,这里的变更记录从项目创建开始。
### Feat
> 按照侧边栏的顺序排序
* 支持当前卡池查看&对应祈愿帖跳转
* 支持官方咨讯查看,包括:新闻、活动、公告
* 支持 UIAF 成就数据导入导出&展示
* 支持 GCG 卡牌数据展示
FullCommits: [v0.1.0](https://github.com/BTMuli/Tauri.Genshin/commits/v0.1.0)

View File

@@ -2,7 +2,7 @@
"name": "tauri-genshin",
"description": "A Tauri App Demo",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"author": "BTMuli <bt-muli@outlook.com>",
"scripts": {
"format": "prettier --write .",

2
src-tauri/Cargo.lock generated
View File

@@ -2706,7 +2706,7 @@ dependencies = [
[[package]]
name = "tauri-genshin"
version = "0.0.0"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri-genshin"
version = "0.0.0"
version = "0.1.0"
description = "A Tauri App"
authors = ["BTMuli<bt-muli@outlook.com>"]
license = "MIT"

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "tauri-genshin",
"version": "0.0.0"
"version": "0.1.0"
},
"tauri": {
"allowlist": {
@@ -48,14 +48,14 @@
"updater": {
"active": false,
"dialog": true,
"endpoint": "https://github.com/BTMuli/Tauri.Genshin/latest/releases/download/updater/update.json",
"endpoints": ["https://github.com/BTMuli/Tauri.Genshin/latest/releases/download/updater/update.json"],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEU5OEE2RkU0QUZCMTMzMUEKUldRYU03R3Y1RytLNlI4bytTRDhpYTNTL2lTOUVZeWQwOTAxNHBock8zY3FrdVliR2kvdHhoN2IK"
},
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "Tauri.Genshin v0.0.0-alpha",
"title": "Tauri.Genshin v0.1.0-alpha",
"label": "tauri-genshin",
"width": 1600,
"height": 900,

View File

@@ -58,7 +58,7 @@
</v-card>
<v-card class="common-card">
<v-list>
<v-list-item>
<v-list-item disabled>
<v-list-item-title>开发者模式</v-list-item-title>
<v-list-item-subtitle>开启后将显示调试信息</v-list-item-subtitle>
<template v-slot:append>