Skip to content

Commit

Permalink
chore: 发布1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LightQuanta committed Nov 27, 2024
1 parent 2433c89 commit 1d0fae0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "biliresourcedownloader",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
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 = "biliresourcedownloader"
version = "1.1.0"
version = "1.2.0"
description = "A Resource Downloader"
authors = ["Light_Quanta"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "biliresourcedownloader",
"version": "1.1.0",
"version": "1.2.0",
"identifier": "tech.lq0.biliresourcedownloader",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down
10 changes: 9 additions & 1 deletion src/pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ const relatedLinks: RelatedLink[] = [
name: 'Bilibili: 青夏家的Ela',
link: 'https://space.bilibili.com/86894342',
},
{
name: 'GitHub: YuenSzeHong',
link: 'https://github.com/YuenSzeHong',
},
{
name: 'Bilibili: TheOneHong阿康',
link: 'https://space.bilibili.com/357613233',
},
]
}
]
Expand All @@ -47,7 +55,7 @@ const relatedLinks: RelatedLink[] = [
<div class="flex flex-col w-full h-full sm:p-12 p-1">
<div class="max-w-screen-lg overflow-hidden flex flex-col bg-gray-100 rounded-lg p-8">
<span class="text-xl">BiliResourceDownloader</span>
<span class="text-sm">版本 1.1.0</span>
<span class="text-sm">版本 1.2.0</span>
<ElDivider />
<span>多功能资源下载工具</span>
<span>本软件开源免费,基于MIT协议进行开源</span>
Expand Down

0 comments on commit 1d0fae0

Please sign in to comment.