diff --git a/package.json b/package.json index c0b5785..a16d3fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "biliresourcedownloader", "private": true, - "version": "1.1.0", + "version": "1.2.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c015bbb..ee77ff6 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -342,7 +342,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "biliresourcedownloader" -version = "1.1.0" +version = "1.2.0" dependencies = [ "base64 0.22.1", "gif", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index deb141c..1ecea50 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biliresourcedownloader" -version = "1.1.0" +version = "1.2.0" description = "A Resource Downloader" authors = ["Light_Quanta"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9e5f646..6184bd4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -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", diff --git a/src/pages/about.vue b/src/pages/about.vue index e47b40c..6de6b6c 100644 --- a/src/pages/about.vue +++ b/src/pages/about.vue @@ -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', + }, ] } ] @@ -47,7 +55,7 @@ const relatedLinks: RelatedLink[] = [
BiliResourceDownloader - 版本 1.1.0 + 版本 1.2.0 多功能资源下载工具 本软件开源免费,基于MIT协议进行开源