We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff7e5d commit 7e8a157Copy full SHA for 7e8a157
src/pages/preference/components/model/components/upload/index.vue
@@ -75,7 +75,7 @@ watch(selectPaths, async (paths) => {
75
isPreset: false,
76
})
77
78
- message.success('上传成功')
+ message.success('导入成功')
79
} catch (error) {
80
message.error(String(error))
81
}
@@ -92,6 +92,6 @@ watch(selectPaths, async (paths) => {
92
>
93
<div class="i-solar:upload-square-outline text-12 text-primary" />
94
95
- <span>点击或拖动至此区域上传</span>
+ <span>点击或拖动至此区域导入</span>
96
</div>
97
</template>
0 commit comments