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.
// apk每次安装后第一次启动加载Service Worker会失败
// 所以每次导入这个ts判断是否会成功,失败的话重启一次
export const text: string = "ts文件导入成功";