iidx and ddr option updates, iidx event settings, qpro updates
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Trenton Zimmer
2025-11-22 12:11:26 -05:00
parent 2ac2476357
commit bc82f87bc7
7 changed files with 7824 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
VITE_APP_VERSION="3.0.34"
VITE_APP_VERSION="3.0.35"
VITE_API_URL="http://localhost:8000/"
VITE_API_KEY="your_api_key_should_be_here"
VITE_ASSET_PATH="/assets"

View File

@@ -1,4 +1,4 @@
VITE_APP_VERSION="3.0.34"
VITE_APP_VERSION="3.0.35"
VITE_API_URL="https://restfulsleep.phaseii.network"
VITE_API_KEY="your_api_key_should_be_here"
VITE_ASSET_PATH="https://cdn.phaseii.network/file/PhaseII/web-assets"

View File

@@ -33,5 +33,6 @@
"3.0.31": ["- (Major) Change all date formatting to a sortable format", "- (Minor) Add news archive page", "- (Bugfix) Add real news limiting", "- (Shrimp) Add more shrimp"],
"3.0.32": ["- (Major) Change phase \"Attempt\" to \"Score\"", "- (Bugfix) Fix pop'n music version sorting", "- (Bugfix) Fix Gitadora chart data formatting issues", "- (Bugfix) Filter personal records to songs with scores"],
"3.0.33": ["- (Major) Condense all score tables to one parser and format", "- (Major) Add more game metadata", "- (Bugfix) Fix difficulties showing as `NaN`", "- (Beta) Add a developmental device plugin for card effect"],
"3.0.34": ["- (Major) Add support for Jubeat titles", "- (Major) Add base BTA support"]
"3.0.34": ["- (Major) Add support for Jubeat titles", "- (Major) Add base BTA support"],
"3.0.35": ["- (Bugfix) Fix cursor hover state on news card and profile card", "- (Minor) Update DDR game options", "- (Minor) Update IIDX event settings", "- (Minor) Add IIDX 32 basic QPro settings"]
}

File diff suppressed because it is too large Load Diff

View File

@@ -76,7 +76,7 @@ const cardStyle = `
<template>
<button
class="flex rounded-2xl hover:scale-[1.01] hover:shadow-xl hover:outline outline-blue-500/50 hover:bg-slate-500 hover:dark:bg-slate-950 transition-all duration-100"
class="flex rounded-2xl hover:scale-[1.01] hover:shadow-xl hover:outline outline-blue-500/50 hover:bg-slate-500 hover:dark:bg-slate-950 hover:cursor-pointer transition-all duration-100"
:style="cardStyle"
@click="loadGamePage()"
>

View File

@@ -49,7 +49,7 @@ function openNewsView() {
</script>
<template>
<button class="text-left" @click="openNewsView">
<button class="text-left hover:cursor-pointer" @click="openNewsView">
<CardBox class="mb-2" :style="getCardStyle(props.cover)" has-table>
<div
class="hover:scale-[1.01] hover:shadow-xl hover:bg-slate-500 hover:dark:bg-slate-950/90 bg-slate-900/90 rounded-xl p-4 h-full w-full transition-all duration-100"

View File

@@ -416,6 +416,12 @@ export const IIDXOptions = {
help: "Return network-wide ranking instead of shop ranking on results screen.",
type: "Boolean",
},
{
id: "idol_ad",
name: "Attract Loop Idol Ad",
help: "Plays an ad for an idol group during the attract loop.",
type: "Boolean",
},
{
id: "event_phase",
name: "Game Event Phase",