File tree Expand file tree Collapse file tree 2 files changed +22
-9
lines changed
Expand file tree Collapse file tree 2 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
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 }
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments