Skip to content

Commit

Permalink
chore: 发布v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LightQuanta committed Nov 3, 2024
1 parent 2dacc48 commit 659efab
Show file tree
Hide file tree
Showing 6 changed files with 6 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.0.0",
"version": "1.0.1",
"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.0.0"
version = "1.0.1"
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.0.0",
"version": "1.0.1",
"identifier": "tech.lq0.biliresourcedownloader",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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.0.0</span>
<span class="text-sm">版本 1.0.1</span>
<ElDivider />
<span>多功能资源下载工具</span>
<span>本软件开源免费,基于MIT协议进行开源</span>
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const jump = async () => {
return
}
input = link
inputText.value = link
}
const inferredType = resolveText(input)
Expand Down

0 comments on commit 659efab

Please sign in to comment.