mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
feat(install): added basis install process
Now it is able to install apps from the render process and properly display logs on the app detial page.
This commit is contained in:
@@ -120,7 +120,7 @@ const emit = defineEmits([
|
||||
'show-detail'
|
||||
]);
|
||||
|
||||
const isExpanded = ref(true);
|
||||
const isExpanded = ref(false);
|
||||
|
||||
const activeDownloads = computed(() => {
|
||||
return props.downloads.filter(d =>
|
||||
@@ -187,6 +187,7 @@ const showDownloadDetail = (download) => {
|
||||
|
||||
.queue-header:hover {
|
||||
background: var(--glass);
|
||||
border-radius: 12px 12px 0 0;
|
||||
}
|
||||
|
||||
.queue-info {
|
||||
|
||||
Reference in New Issue
Block a user