diff --git a/src/App.vue b/src/App.vue index a0b2caa..176b755 100644 --- a/src/App.vue +++ b/src/App.vue @@ -71,7 +71,14 @@ export default { } else { this.$notify.info({ title: '离线使用', - message: `我们使用PWA技术,无网络也能使用
最近更新:${config.updateInfo}
使用提示`, + message: `
+

我们使用 PWA 技术,无网络也能使用

+
+
最近更新
+
${config.updateInfo}
+
+ 使用提示 +
`, dangerouslyUseHTMLString: true, duration: 10000, position: 'top-left', diff --git a/src/component/FileSelector.vue b/src/component/FileSelector.vue index fba41a6..058bfcd 100644 --- a/src/component/FileSelector.vue +++ b/src/component/FileSelector.vue @@ -1,7 +1,7 @@