mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-09-09 17:55:16 -05:00
iidx and ddr option updates, iidx event settings, qpro updates
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
7812
public/data-sources/qpro/32.json
Normal file
7812
public/data-sources/qpro/32.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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()"
|
||||
>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user