Skip to content

Commit d0cee54

Browse files
committed
Update DNA to v.0.6.1
1 parent 408aaec commit d0cee54

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

home/.data/plugins.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"api": "v0.1-update2",
1919
"launcher": "Collapse Launcher - v1.83.10 Luna or Above",
2020
"autoUpdate": true,
21-
"regions": "Global (Yostar)",
21+
"regions": [
22+
"Global (Yostar)"
23+
],
2224
"downloads": [
2325
{
2426
"label": "Mirror 1",
@@ -53,7 +55,9 @@
5355
"api": "v0.1-update3",
5456
"launcher": "Collapse Launcher - v1.83.13 Luna or above",
5557
"autoUpdate": true,
56-
"regions": "Global",
58+
"regions": [
59+
"Global"
60+
],
5761
"downloads": [
5862
{
5963
"label": "Mirror 1",
@@ -82,25 +86,30 @@
8286
},
8387
"status": {
8488
"label": "Public Test",
85-
"version": "v0.5.2",
86-
"date": "Dec 23rd, 2025"
89+
"version": "v0.6.1",
90+
"date": "Dec 26rd, 2025"
8791
},
8892
"api": "v0.1-update3",
8993
"launcher": "Collapse Launcher - v1.83.13 Luna or above",
9094
"autoUpdate": true,
91-
"regions": "Global",
95+
"regions": [
96+
"Global",
97+
"Epic Games",
98+
"Mainland China",
99+
"Bilibili"
100+
],
92101
"downloads": [
93102
{
94103
"label": "Mirror 1",
95-
"url": "https://github.com/CollapseLauncher/CollapseLauncher-ReleaseRepo/raw/refs/heads/main/inhouse-plugin/duetnightabyss/build/DNAbyss_0.5.2.0_API-0.1.3.0_20251223.zip"
104+
"url": "https://github.com/CollapseLauncher/CollapseLauncher-ReleaseRepo/raw/refs/heads/main/inhouse-plugin/duetnightabyss/build/DNAbyss_0.6.1.0_API-0.1.3.0_20251226.zip"
96105
},
97106
{
98107
"label": "Mirror 2",
99-
"url": "https://r2.bagelnl.my.id/cl-cdn/inhouse-plugin/duetnightabyss/build/DNAbyss_0.5.2.0_API-0.1.3.0_20251223.zip"
108+
"url": "https://r2.bagelnl.my.id/cl-cdn/inhouse-plugin/duetnightabyss/build/DNAbyss_0.6.1.0_API-0.1.3.0_20251226.zip"
100109
},
101110
{
102111
"label": "Mirror 3",
103-
"url": "https://cdn.collapselauncher.com/cl-cdn/inhouse-plugin/duetnightabyss/build/DNAbyss_0.5.2.0_API-0.1.3.0_20251223.zip"
112+
"url": "https://cdn.collapselauncher.com/cl-cdn/inhouse-plugin/duetnightabyss/build/DNAbyss_0.6.1.0_API-0.1.3.0_20251226.zip"
104113
}
105114
]
106115
}

home/scripts/pluginCatalogTable.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ import plugins from '../.data/plugins.json'
5151
{{ p.autoUpdate ? '✅' : '❌' }}
5252
</td>
5353

54-
<td>{{ p.regions }}</td>
54+
<td>
55+
<div v-for="r in p.regions" :key="r">
56+
{{ r }}
57+
</div>
58+
</td>
5559

5660
<td>
5761
<div v-for="d in p.downloads" :key="d.url">

0 commit comments

Comments
 (0)