mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
Merge pull request #10 from vmomenv/fix-download-source-display-1703167915447601691
fix: correctly display download source based on app origin
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
<div class="flex justify-between py-1">
|
||||
<span class="text-slate-400">下载源</span>
|
||||
<span class="font-medium text-slate-900 dark:text-white">{{
|
||||
download.source || "APM Store"
|
||||
download.origin === "spark" ? "Spark Store" : "APM Store"
|
||||
}}</span>
|
||||
</div>
|
||||
<div v-if="download.startTime" class="flex justify-between py-1">
|
||||
|
||||
Reference in New Issue
Block a user