diff --git a/.gitignore b/.gitignore index c899d13..1660afc 100644 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,8 @@ test.js .env scripts/*.yml scripts/generateYmlFile.js - +.yarnrc #Electron-builder output /dist_electron /docs -cloc.exe \ No newline at end of file +cloc.exe diff --git a/.yarnrc b/.yarnrc deleted file mode 100644 index 7ef9225..0000000 --- a/.yarnrc +++ /dev/null @@ -1,12 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -registry "https://registry.npm.taobao.org" -sass_binary_site "https://npm.taobao.org/mirrors/node-sass/" -phantomjs_cdnurl "http://cnpmjs.org/downloads" -electron_mirror "https://npm.taobao.org/mirrors/electron/" -sqlite3_binary_host_mirror "https://foxgis.oss-cn-shanghai.aliyuncs.com/" -profiler_binary_host_mirror "https://npm.taobao.org/mirrors/node-inspector/" -chromedriver_cdnurl "https://cdn.npm.taobao.org/dist/chromedriver" - diff --git a/356u2spwu37 b/356u2spwu37 deleted file mode 100644 index bb448f6..0000000 Binary files a/356u2spwu37 and /dev/null differ diff --git a/src/renderer/manage/pages/bucketPage.vue b/src/renderer/manage/pages/bucketPage.vue index 25e0e13..2826cfb 100644 --- a/src/renderer/manage/pages/bucketPage.vue +++ b/src/renderer/manage/pages/bucketPage.vue @@ -1175,7 +1175,7 @@ const itemsPerPage = computed(() => manageStore.config.picBed[configMap.alias].i const calculateAllFileSize = computed(() => formatFileSize(currentPageFilesInfo.reduce((total: any, item: { fileSize: any }) => total + item.fileSize, 0)) || '0') -const isShowImageIcon = computed(() => manageStore.config.settings.isShowImageIcon ?? false) +const isShowThumbnail = computed(() => manageStore.config.settings.isShowThumbnail ?? false) const isAutoRefresh = computed(() => manageStore.config.settings.isAutoRefresh ?? false) const isIgnoreCase = computed(() => manageStore.config.settings.isIgnoreCase ?? false) @@ -2333,7 +2333,7 @@ const columns: Column[] = [ reference: () => ( !item.isDir ?