File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 <ClientOnly v-if =" isDesktopUpdater " >
1313 <DesktopUpdateDialog
14- :open =" desktopUpdate .open "
15- :info =" desktopUpdate .info "
16- :is-downloading =" desktopUpdate .isDownloading "
17- :ready-to-install =" desktopUpdate .readyToInstall "
18- :progress =" desktopUpdate .progress "
19- :error =" desktopUpdate .error "
14+ :open =" desktopUpdate .open . value "
15+ :info =" desktopUpdate .info . value "
16+ :is-downloading =" desktopUpdate .isDownloading . value "
17+ :ready-to-install =" desktopUpdate .readyToInstall . value "
18+ :progress =" desktopUpdate .progress . value "
19+ :error =" desktopUpdate .error . value "
2020 :has-ignore =" true "
2121 @close =" desktopUpdate .dismiss "
2222 @update =" desktopUpdate .startUpdate "
Original file line number Diff line number Diff line change 105105 <button
106106 type =" button"
107107 class =" text-sm px-3 py-1.5 rounded-md border border-gray-200 bg-white hover:bg-gray-50 disabled:opacity-50"
108- :disabled =" !isDesktopEnv || desktopUpdate.manualCheckLoading"
108+ :disabled =" !isDesktopEnv || desktopUpdate.manualCheckLoading.value "
109109 @click =" onDesktopCheckUpdates"
110110 >
111- {{ desktopUpdate.manualCheckLoading ? '检查中...' : '检查更新' }}
111+ {{ desktopUpdate.manualCheckLoading.value ? '检查中...' : '检查更新' }}
112112 </button >
113113 </div >
114- <div v-if =" desktopUpdate.lastCheckMessage" class =" text-xs text-gray-600 whitespace-pre-wrap break-words" >
115- {{ desktopUpdate.lastCheckMessage }}
114+ <div v-if =" desktopUpdate.lastCheckMessage.value " class =" text-xs text-gray-600 whitespace-pre-wrap break-words" >
115+ {{ desktopUpdate.lastCheckMessage.value }}
116116 </div >
117117 </div >
118118 </div >
You can’t perform that action at this time.
0 commit comments