From 04a7617f42fc15ac41acb917c251b85262fb41f6 Mon Sep 17 00:00:00 2001 From: Garcia Date: Fri, 10 May 2024 12:53:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20desc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 2 +- index.html | 4 +- src/App.vue | 2 +- src/stores/counter.js | 1 + src/views/heictopng/Description.vue | 62 ++--- src/views/heictopng/HeicToPngView.vue | 335 +++++++++++++------------- 6 files changed, 203 insertions(+), 203 deletions(-) diff --git a/.editorconfig b/.editorconfig index aa721d0..2b98c79 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ end_of_line = lf # 控制换行类型(lf | cr | crlf) insert_final_newline = true # 始终在文件末尾插入一个新行 indent_style = space # 缩进风格(tab | space) indent_size = 2 # 缩进大小 -max_line_length = 130 # 最大行长度 +max_line_length = 80 # 最大行长度 [*.md] # 表示仅对 md 文件适用以下规则 max_line_length = off # 关闭最大行长度限制 diff --git a/index.html b/index.html index 3c18fad..0adc8a7 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,8 @@ - HEIC/HEIF to PNG/JPEG Converter - Simple, Free, and Offline + @@ -32,4 +32,4 @@ - \ No newline at end of file + diff --git a/src/App.vue b/src/App.vue index f61f11e..9838971 100644 --- a/src/App.vue +++ b/src/App.vue @@ -43,4 +43,4 @@ import { RouterView } from 'vue-router' transform: translateY(-3px); box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.4), 0px 4px 6px rgba(0, 0, 0, 0.3); } - \ No newline at end of file + diff --git a/src/stores/counter.js b/src/stores/counter.js index b6757ba..1f76e9c 100644 --- a/src/stores/counter.js +++ b/src/stores/counter.js @@ -4,6 +4,7 @@ import { defineStore } from 'pinia' export const useCounterStore = defineStore('counter', () => { const count = ref(0) const doubleCount = computed(() => count.value * 2) + function increment() { count.value++ } diff --git a/src/views/heictopng/Description.vue b/src/views/heictopng/Description.vue index 7bc50fa..c797f44 100644 --- a/src/views/heictopng/Description.vue +++ b/src/views/heictopng/Description.vue @@ -1,40 +1,40 @@ \ No newline at end of file + diff --git a/src/views/heictopng/HeicToPngView.vue b/src/views/heictopng/HeicToPngView.vue index 5e26a83..8e7c6b4 100644 --- a/src/views/heictopng/HeicToPngView.vue +++ b/src/views/heictopng/HeicToPngView.vue @@ -1,91 +1,90 @@ \ No newline at end of file +