Skip to content

Commit

Permalink
feat(v0.1.0):版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Mar 30, 2023
1 parent f38c24d commit 2255c34
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 7 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tauri-genshin",
"description": "A Tauri App Demo",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"author": "BTMuli <[email protected]>",
"scripts": {
"format": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-genshin"
version = "0.0.0"
version = "0.1.0"
description = "A Tauri App"
authors = ["BTMuli<[email protected]>"]
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "tauri-genshin",
"version": "0.0.0"
"version": "0.1.0"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Config.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2255c34

Please sign in to comment.