Support PWA for the web version (#212)

* Support PWA for the web version

* Remove unused Cargo.lock
This commit is contained in:
Huang Xin
2025-01-22 00:18:19 +01:00
committed by GitHub
parent fc2cad3980
commit ee0d7d7ad0
8 changed files with 2263 additions and 7232 deletions
@@ -45,7 +45,7 @@ export const AboutWindow = () => {
{_('Version {{version}}', { version: packageJson.version })}
</p>
{hasUpdater() && !isUpdated && (
<span className='badge badge-primary mt-2' onClick={handleCheckUpdate}>
<span className='badge badge-primary mt-2 cursor-pointer' onClick={handleCheckUpdate}>
{_('Check update')}
</span>
)}