mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
PWA support (desktop & mobile) (#8012)
* 🎨 Improve return to feature of the auth page * 🎨 PWA support * Update manifest.webmanifest * 🎨 add `service-worker.js` * Update service-worker.js * Update service-worker.js * Update service-worker.js
This commit is contained in:
parent
e1d3789ced
commit
93e4bb1adf
17 changed files with 816 additions and 30 deletions
|
|
@ -15,6 +15,7 @@ export abstract class Constants {
|
|||
public static readonly ASSETS_ADDRESS: string = "https://assets.b3logfile.com/siyuan/";
|
||||
public static readonly PROTYLE_CDN: string = "/stage/protyle";
|
||||
public static readonly UPLOAD_ADDRESS: string = "/upload";
|
||||
public static readonly SERVICE_WORKER_PATH: string = "/service-worker.js";
|
||||
|
||||
// drop 事件
|
||||
public static readonly SIYUAN_DROP_FILE: string = "application/siyuan-file";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue