Skip to content

Commit

Permalink
release: v1.2.0 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohrusky authored Jan 2, 2024
1 parent d5d66ce commit fcae48c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Final2x",
"productName": "Final2x",
"version": "1.1.5",
"version": "1.2.0",
"description": "A cross-platform image super-resolution tool.",
"main": "./out/main/index.js",
"author": "Tohrusky",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.3",
"electron": "^26.6.3",
"electron": "^27.2.0",
"electron-builder": "^24.9.1",
"electron-vite": "2.0.0-beta.2",
"eslint": "^8.56.0",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/renderer/src/utils/ModelOptions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SelectOption } from 'naive-ui'

/**
* @description: 模型选项-GPU
* @description: 模型选项
*/
export const modelOptions: SelectOption[] = [
{ label: 'RealCUGAN-se', value: 'RealCUGAN-se' },
Expand Down

0 comments on commit fcae48c

Please sign in to comment.