thread-master/apps/web/src/lib/extensionInstall.ts

13 lines
481 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Chrome 擴充安裝(對齊 old/backend/web extensionInstall
* 開發模式(爬蟲)時顯示下載與安裝步驟。
*/
/** 與 apps/extension/haixun-threads-sync/manifest.json 同步 */
export const EXTENSION_VERSION = "1.2.4";
/** 靜態 ZIPpublic/downloadsPhase B mock 不依賴後端 API */
export const EXTENSION_DOWNLOAD_URL = "/downloads/haixun-threads-sync.zip?v=1.2.4";
export const EXTENSION_DOWNLOAD_FILENAME = "haixun-threads-sync.zip";