File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed
Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -54,4 +54,9 @@ const props = defineProps({
5454 background : #87ceeb ;
5555 color : black ;
5656}
57+
58+ .skyblue2 {
59+ background : #52f8f2 ;
60+ color : black ;
61+ }
5762 </style >
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ onMounted(() => {
3535const market = useMarket ()
3636
3737const external: help [] = [
38+ {
39+ name: ' Rhystic1' ,
40+ contribution: ' Story/Roleplaying Generator' ,
41+ tier: ' skyblue2'
42+ },
3843 {
3944 name: ' Bingle' ,
4045 contribution: ' Fixing favorite assets through Spine Pro.' ,
Original file line number Diff line number Diff line change 11export interface help {
22 name : string
33 contribution : string
4- tier : 'gold' | 'silver' | 'amethyst' | 'pink' | 'SELEKCJONER' | 'skyblue' | null
4+ tier : string | null
55}
Original file line number Diff line number Diff line change 573573 },
574574 {
575575 "date" : " November 22nd 2025" ,
576- "update" : " Galley: Updated chapter and albums. added chapter 41 & 42, "
576+ "update" : " Galley: Updated chapter and albums. added chapter 41 & 42, goddess fall and blank ticket galleries"
577+ },
578+ {
579+ "date" : " XXXXX TBA 2025" ,
580+ "update" : " Added the Story/Roleplaying Generator feature. Developped entirely by Rhystic1 on GitHub!"
577581 }
578582]
You can’t perform that action at this time.
0 commit comments