1
1
mirror of https://gitlab.com/lolmam/Phigros-Android-History.git synced 2026-04-06 00:42:35 +00:00

initial clean commit after repo reset

This commit is contained in:
lolmam
2025-07-17 00:28:09 +03:00
commit fb18adf11f
18 changed files with 6432 additions and 0 deletions

34
docs/404.html Normal file
View File

@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 - Not Found</title>
<link rel="stylesheet" href="/style/style.css" />
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="style/1.X.N.png">
</head>
<body>
<div class="background"></div>
<header>
<nav>
<ul>
<li><a href="https://phigros.lolmam.top/">Home</a></li>
<li><a href="versions">Versions</a></li>
<li><a href="install">Install Guide</a></li>
</ul>
</nav>
</header>
<main class="container" style="text-align: center;">
<h1 style="font-size: 3rem;">404</h1>
<p style="margin-bottom: 20px;">Oops! The page you're looking for doesn't exist.</p>
<a href="https://phigros.lolmam.top/" class="btn">Back to Home</a>
</main>
<footer>
<p>&copy; 2025 phigros.lolmam.top - made with ❤️ for archival purposes</p>
</footer>
</body>
</html>

55
docs/index.html Normal file
View File

@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Phigros Android History</title>
<link rel="stylesheet" href="style/style.css" />
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="style/1.X.N.png">
</head>
<body>
<div class="background"></div>
<header>
<nav>
<ul>
<li><a href="https://phigros.lolmam.top/" class="active">Home</a></li>
<li><a href="versions">Versions</a></li>
<li><a href="install">Install Guide</a></li>
</ul>
</nav>
</header>
<main class="container">
<h1>Phigros Android History</h1>
<p>This project is a collection and archive of different versions of <strong>Phigros</strong> on Android.</p>
<p>Youll find changelogs, download links, installation help, and more, carefully organized for both <strong>G</strong> (Google Play), <strong>T</strong> (TapTap), and other versions.</p>
<p><strong>(Still in progress)</strong></p>
<p id="download-count">Loading downloads...</p>
<h2><a href="https://github.com/lolmam/Phigros-Android-History">View Project on GitHub</a></h2>
<div class="cta-buttons">
<a href="versions" class="btn">View Versions</a>
<a href="install" class="btn alt">How to Install</a>
</div>
</main>
<footer>
<p>&copy; 2025 phigros.lolmam.top - made with ❤️ for archival purposes</p>
</footer>
</body>
</html>
<script>
fetch("https://files.phigros.lolmam.top/stats")
.then(res => res.text())
.then(text => {
document.getElementById("download-count").innerText = text;
})
.catch(err => {
document.getElementById("download-count").innerText = "Couldn't load download count.";
console.error("Failed to load count:", err);
});
</script>

57
docs/install/index.html Normal file
View File

@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>How to Install - Phigros Android</title>
<link rel="stylesheet" href="../style/style.css" />
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="../style/1.X.N.png">
</head>
<body>
<div class="background"></div>
<header>
<nav>
<ul>
<li><a href="https://phigros.lolmam.top/">Home</a></li>
<li><a href="../versions">Versions</a></li>
<li><a href="../install" class="active">Install Guide</a></li>
</ul>
</nav>
</header>
<main class="container">
<h1>How to Install</h1>
<ol class="install-list">
<li>Download the APK and the OBB (if required).</li>
<li>Install the APK on your Android device.
<ul>
<br>
<li>If blocked, enable <strong>"Install from Unknown Sources"</strong> in settings.</li>
</ul>
</li>
<li>Place the OBB file in the following folder:
<pre><code>Internal Storage/<br>Android/obb/com.PigeonGames.Phigros/</code></pre>
<ul>
<li>If the folder doesn't exist, create it manually.</li>
</ul>
</li>
<li>Ensure the OBB filename matches the <strong>Version Code</strong>:
<pre><code>main.X.com.PigeonGames.Phigros.obb</code> (Where the X is the version code)</pre>
<p style="margin-top: 5px;">Example: <code>main.12.com.PigeonGames.Phigros.obb</code> for Phigros v1.3.0 (Version Code 12)</p>
</li>
<li>Launch the game and enjoy!</li>
</ol>
</main>
<footer>
<p>&copy; 2025 phigros.lolmam.top - made with ❤️ for archival purposes</p>
</footer>
</body>
</html>

BIN
docs/style/1.X.N.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
docs/style/1.X.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
docs/style/2.X.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
docs/style/3.X.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB

424
docs/style/style.css Normal file
View File

@@ -0,0 +1,424 @@
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Exo', sans-serif;
background: #0e0e0e;
color: #ffffff;
line-height: 1.6;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.background {
position: fixed;
inset: 0;
background: url('Spasmodic_Unlock.png') no-repeat center center / cover;
z-index: -1;
}
header {
background: #00000070;
backdrop-filter: blur(10px);
padding: 12px 24px;
top: 0;
z-index: 10;
}
nav {
position: relative;
}
nav ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
list-style: none;
gap: 20px;
padding: 0;
}
nav a {
color: #fff;
text-decoration: none;
font-weight: 600;
padding: 6px 12px;
border-radius: 8px;
transition: background 0.3s;
white-space: nowrap;
}
nav a:hover,
nav a.active {
background-color: #ffffff20;
}
.container {
max-width: 800px;
margin: 80px auto 40px;
padding: 0 20px;
text-align: center;
max-width: 800px;
width: 100%;
box-sizing: border-box;
}
h1 {
font-size: 2.5rem;
margin-bottom: 20px;
}
p {
font-size: 1.1rem;
margin-bottom: 20px;
color: #dddddd;
}
.cta-buttons {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
margin-top: 30px;
}
.btn {
display: inline-block;
background: #2f80ed;
color: white;
padding: 12px 24px;
border-radius: 10px;
text-decoration: none;
font-weight: bold;
transition: background 0.3s;
}
.btn:hover {
background: #1c5ec9;
}
.btn.alt {
background: #444;
}
.btn.alt:hover {
background: #666;
}
footer {
margin-top: auto;
text-align: center;
padding: 20px;
font-size: 0.9rem;
background: #00000070;
color: #aaaaaa;
}
@media (max-width: 600px) {
h1 {
font-size: 2rem;
}
.cta-buttons {
flex-direction: column;
}
}
.version-list {
gap: 30px;
}
@media (min-width: 700px) {
.version-list {
grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}
}
.version-card {
background: #1a1a1a;
border: 1px solid #333;
border-radius: 12px;
padding: 20px;
margin-bottom: 30px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
text-align: left;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: height 0.3s ease;
min-height: 160px;
}
.version-card h2 {
margin-bottom: 10px;
font-size: 1.5rem;
display: flex;
align-items: center;
gap: 10px;
}
.tag_G {
font-size: 0.75rem;
background: #4186f6;
color: white;
padding: 3px 8px;
border-radius: 6px;
font-weight: 600;
text-transform: uppercase;
}
.tag_T {
font-size: 0.75rem;
background: #23B8BF;
color: white;
padding: 3px 8px;
border-radius: 6px;
font-weight: 600;
text-transform: uppercase;
}
.tag_UnOff {
font-size: 0.75rem;
background: #fc0303;
color: white;
padding: 3px 8px;
border-radius: 6px;
font-weight: 600;
text-transform: uppercase;
}
.version-date {
font-size: 0.85rem;
color: #d9d9d9;
margin-top: -8px;
margin-bottom:8px;
margin-left: 2px;
}
.changelog {
color: #ccc;
margin-bottom: 2px;
font-size: 0.95rem;
}
.version-card .buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.dropdown-toggle {
background: none;
border: none;
color: #2f80ed;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
gap: 8px;
margin: 10px 0 5px;
font-size: 0.95rem;
transition: color 0.3s;
}
.dropdown-toggle:hover {
color: #4fa1ff;
}
.dropdown-toggle .arrow {
transition: transform 0.3s ease;
display: inline-block;
}
.dropdown-toggle.open .arrow {
transform: rotate(90deg);
}
.dropdown-content {
display: none;
background: #111;
border: 1px solid #333;
border-radius: 8px;
padding: 10px 15px;
margin-top: 5px;
font-size: 0.9rem;
color: #ccc;
overflow-x: auto;
word-break: break-word;
max-width: 100%;
}
.dropdown-content p {
margin-bottom: 6px;
line-height: 1.4;
font-size: 0.85rem;
}
.changelog-list {
padding-left: 20px;
margin: 5px 0 0 0;
color: #ccc;
font-size: 0.95rem;
}
.changelog-list li {
margin-bottom: 6px;
}
.changelog-list a {
color: #2f80ed;
text-decoration: none;
}
.changelog-list a:hover {
text-decoration: underline;
}
.changelog-list ul {
padding-left: 20px;
margin-top: 4px;
}
.install-list {
text-align: left;
font-size: 1rem;
color: #ddd;
padding-left: 20px;
margin-top: 30px;
}
.install-list li {
margin-bottom: 18px;
line-height: 1.6;
}
.install-list a {
color: #2f80ed;
text-decoration: none;
}
.install-list a:hover {
text-decoration: underline;
}
.install-list code {
font-size: 0.85rem;
}
.install-list pre {
background: #111;
border: 1px solid #333;
border-radius: 6px;
padding: 8px 12px;
color: #ccc;
margin: 10px 0;
overflow-x: auto;
font-size: 0.9rem;
word-wrap: break-word;
white-space: pre-wrap;
}
.btn-unavailable {
display: inline-block;
padding: 10px 18px;
text-align: center;
background: #444;
color: #888;
border: 1px solid #333;
cursor: not-allowed;
padding: 12px 24px;
border-radius: 10px;
text-decoration: none;
font-weight: bold;
}
.sub-variant {
margin-top: 20px;
font-size: 1.05rem;
color: #ccc;
font-weight: 600;
}
.has-submenu {
position: relative;
}
.submenu {
display: none;
position: absolute;
background: #111;
border: 1px solid #333;
list-style: none;
padding: 8px 0;
margin: 0;
border-radius: 8px;
top: calc(100% + 4px);
left: 0;
z-index: 100;
width: 100vw;
max-width: 100%;
}
.submenu li a {
display: block;
border-radius: 8px;
padding: 8px 16px;
color: #ccc;
text-decoration: none;
font-size: 0.9rem;
}
.submenu li a:hover {
background: #222;
border-radius: 8px;
color: #fff;
}
.has-submenu.open .submenu,
.has-submenu:hover .submenu {
border-radius: 8px;
display: block;
}
.back-buttons-container {
display: flex;
justify-content: space-between;
align-items: center;
margin: 5px 0 20px;
gap: 10px;
}
a.back-button,
a.back-to-top {
background: #2f80ed;
color: #fff;
padding: 8px 16px;
border-radius: 8px;
font-size: 0.9rem;
text-decoration: none;
transition: background 0.2s ease;
white-space: nowrap;
}
a.back-button:hover,
a.back-to-top:hover {
background: #1e60c2;
}
@media screen and (max-width: 600px) {
.back-buttons-container {
flex-direction: column;
align-items: center;
}
}
#download-count {
font-weight: bold;
color: #0077cc;
font-family: monospace;
}

59
docs/versions/index.html Normal file
View File

@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Phigros Versions</title>
<link rel="stylesheet" href="../style/style.css" />
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="../style/1.X.N.png">
</head>
<body>
<div class="background"></div>
<header>
<nav>
<ul>
<li><a href="https://phigros.lolmam.top/">Home</a></li>
<li class="has-submenu">
<a href="#" class="active" onclick="toggleSubmenu(event)">Versions</a>
<ul class="submenu">
<li><a href="versions_1.x">1.X</a></li>
<li><a href="versions_2.x">2.X</a></li>
<li><a href="versions_3.x">3.X</a></li>
</ul>
</li>
<li><a href="../install">Install Guide</a></li>
</ul>
</nav>
</header>
<main class="container">
<h1>All Phigros Versions</h1>
<h2>(Still in progress)</h2>
<p>Select a main version to explore it's sub versions</p>
<div class="cta-buttons">
<a href="versions_3.x" class="btn">3.X Versions</a>
<a href="versions_2.x" class="btn">2.X Versions</a>
<a href="versions_1.x" class="btn">1.X Versions</a>
</div>
</div>
</main>
<footer>
<p>&copy; 2025 phigros.lolmam.top - made with ❤️ for archival purposes</p>
</footer>
</body>
</html>
<script>
function toggleSubmenu(e) {
e.preventDefault();
const parent = e.target.closest('.has-submenu');
parent.classList.toggle('open');
}
</script>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,807 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>2.X Versions</title>
<link rel="stylesheet" href="../../style/style.css" />
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="../../style/1.X.N.png">
</head>
<body id="top">
<div class="background"></div>
<header>
<nav>
<ul>
<li><a href="https://phigros.lolmam.top/">Home</a></li>
<li class="has-submenu">
<a href="#" class="active" onclick="toggleSubmenu(event)">Versions</a>
<ul class="submenu">
<li><a href="../versions_1.x">1.X</a></li>
<li><a href="../versions_2.x" class="active">2.X</a></li>
<li><a href="../versions_3.x">3.X</a></li>
</ul>
</li>
<li><a href="../../install">Install Guide</a></li>
</ul>
</nav>
</header>
<main class="container">
<div class="back-buttons-container">
<a href="../" class="back-button">&#9664; Back</a>
</div>
<h1>2.X Phigros Versions</h1>
<h2>(Still in progress)</h2>
<p>Browse available version below. Each includes changelog info and download links.</p>
<p><strong>Download links will be added soon.</strong></p>
<div class="version-list">
<!-- Version Cards-->
<!-- 2.3.3 -->
<div class="version-card" id="v2-3-3">
<h2>Phigros 2.3.3 (63) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2022-08-12</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added <a href="https://phigros.fandom.com/wiki/On_And_On!!" title="On And On!!">On And On!!</a> to <a href="https://phigros.fandom.com/wiki/Songs#Single_Collection" title="Songs">Single Collection</a></li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.3.3_G.apk</p>
<p><strong>Version:</strong> 2.3.3</p>
<p><strong>Version Code:</strong> 63</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 2.3.2 -->
<div class="version-card" id="v2-3-2">
<h2>Phigros 2.3.2 (62) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2022-07-22</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added <a href="https://phigros.fandom.com/wiki/%E6%9C%88%E4%B8%8B%E7%BC%AD%E4%B9%B1" title="月下缭乱">月下缭乱</a> to <a href="https://phigros.fandom.com/wiki/Songs#Single_Collection" title="Songs">Single Collection</a></li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.3.2_G.apk</p>
<p><strong>Version:</strong> 2.3.2</p>
<p><strong>Version Code:</strong> 62</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 2.3.1 -->
<div class="version-card" id="v2-3-1">
<h2>Phigros 2.3.1 (61) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2022-07-01</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added <a href="https://phigros.fandom.com/wiki/%E3%81%84%E3%81%96%E3%80%81%E5%8F%82%E3%82%8A%E3%81%BE%E3%81%99" title="いざ、参ります">いざ、参ります</a> to <a href="https://phigros.fandom.com/wiki/Songs#Single_Collection" title="Songs">Single Collection</a></li>
<li>Minor UI and functional improvements</li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.3.1_G.apk</p>
<p><strong>Version:</strong> 2.3.1</p>
<p><strong>Version Code:</strong> 61</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 2.3.0 -->
<div class="version-card" id="v2-3-0">
<h2>Phigros 2.3.0 (60) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2022-06-10</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added <a href="https://phigros.fandom.com/wiki/Songs#Extra_-_Lanota_Collection" title="Songs">Extra - Lanota Collection</a>:
<ul><li><a href="https://phigros.fandom.com/wiki/Apocalypse" title="Apocalypse">Apocalypse</a></li>
<li><a href="https://phigros.fandom.com/wiki/Protoflicker" title="Protoflicker">Protoflicker</a></li>
<li><a href="https://phigros.fandom.com/wiki/Horizon_Blue" title="Horizon Blue">Horizon Blue</a></li>
<li><a href="https://phigros.fandom.com/wiki/You_Are_The_Miserable" class="mw-redirect" title="You Are The Miserable">You Are The Miserable</a></li>
<li><a href="https://phigros.fandom.com/wiki/Stasis" title="Stasis">Stasis</a></li></ul></li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.3.0_G.apk</p>
<p><strong>Version:</strong> 2.3.0</p>
<p><strong>Version Code:</strong> 60</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 2.2.1 -->
<div class="version-card" id="v2-2-1">
<h2>Phigros 2.2.1 (59) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2022-05-20</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added new songs to <a href="https://phigros.fandom.com/wiki/Songs#Single_Collection" title="Songs">Single Collection</a>
<ul><li><a href="https://phigros.fandom.com/wiki/I_Must_Say_No" title="I Must Say No">I Must Say No</a></li>
<li><a href="https://phigros.fandom.com/wiki/Opia" title="Opia">opia</a></li></ul></li>
<li>Song jacket change for <a href="https://phigros.fandom.com/wiki/NYA!!!" class="mw-redirect" title="NYA!!!">NYA!!!</a></li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.2.1_G.apk</p>
<p><strong>Version:</strong> 2.2.1</p>
<p><strong>Version Code:</strong> 59</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 2.2.0 -->
<div class="version-card" id="v2-2-0">
<h2>Phigros 2.2.0 (58) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2022-04-29</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added new songs to <a href="https://phigros.fandom.com/wiki/Songs#Side_story_2_-_Eschaton" title="Songs">Side Story 2 - Eschaton</a>
<ul><li><a href="https://phigros.fandom.com/wiki/Demonkin" title="Demonkin">Demonkin</a></li>
<li><a href="https://phigros.fandom.com/wiki/Re_Nascence_(Psystyle_Ver.)" title="Re Nascence (Psystyle Ver.)">Re_Nascence (Psystyle Ver.)</a></li>
<li><a href="https://phigros.fandom.com/wiki/Ark" title="Ark">Ark</a></li>
<li><a href="https://phigros.fandom.com/wiki/After_Dawn" title="After Dawn">After Dawn</a></li>
<li><a href="https://phigros.fandom.com/wiki/INFiNiTE_ENERZY_-Overdoze-" title="INFiNiTE ENERZY -Overdoze-">INFiNiTE ENERZY -Overdoze-</a></li></ul></li>
<li>Removed some songs
<ul><li><a href="https://phigros.fandom.com/wiki/Sigma_(Haocore_Mix)_~_105%E7%A7%92%E3%81%AE%E4%BC%9D%E8%AA%AC_~" title="Sigma (Haocore Mix) ~ 105秒の伝説 ~">Sigma (Haocore Mix) ~ 105秒の伝説 ~</a></li>
<li><a href="https://phigros.fandom.com/wiki/Sigma_(Haocore_Mix)_~_Regrets_of_the_Yellow_Tulip_~" title="Sigma (Haocore Mix) ~ Regrets of the Yellow Tulip ~">Sigma (Haocore Mix) ~ Regrets of the Yellow Tulip ~</a></li>
<li><a href="https://phigros.fandom.com/wiki/HAZARD#Hidden" title="HAZARD">HAZARD Hidden</a></li></ul></li>
<li>Minor changes to <a href="https://phigros.fandom.com/wiki/Luminescent" title="Luminescent">Luminescent</a></li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.2.0_G.apk</p>
<p><strong>Version:</strong> 2.2.0</p>
<p><strong>Version Code:</strong> 58</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 2.1.4 -->
<div class="version-card" id="v2-1-4">
<h2>Phigros 2.1.4 (57) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2022-04-01</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added new songs to <a href="https://phigros.fandom.com/wiki/Songs#Single_Collection" title="Songs">Single Collection</a>:
<ul><li><a href="https://phigros.fandom.com/wiki/FULi_AUTO_BUSTER" title="FULi AUTO BUSTER">FULi AUTO BUSTER</a></li>
<li><a href="https://phigros.fandom.com/wiki/Sigma_(Haocore_Mix)_~_105%E7%A7%92%E3%81%AE%E4%BC%9D%E8%AA%AC_~" title="Sigma (Haocore Mix) ~ 105秒の伝説 ~">Sigma (Haocore Mix) ~ 105秒の伝説 ~</a> (Hidden)</li>
<li><a href="https://phigros.fandom.com/wiki/Sigma_(Haocore_Mix)_~_Regrets_of_the_Yellow_Tulip_~" title="Sigma (Haocore Mix) ~ Regrets of the Yellow Tulip ~">Sigma (Haocore Mix) ~ Regrets of the Yellow Tulip ~</a> (Hidden)</li></ul></li>
<li>Added <a href="https://phigros.fandom.com/wiki/HAZARD#Hidden" title="HAZARD">HAZARD Hidden</a> to <a href="https://phigros.fandom.com/wiki/Songs#Extra_-_KALPA_Collection" title="Songs">KALPA Collection</a></li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.1.4_G.apk</p>
<p><strong>Version:</strong> 2.1.4</p>
<p><strong>Version Code:</strong> 57</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 2.1.3 -->
<div class="version-card" id="v2-1-3">
<h2>Phigros 2.1.3 (56) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2022-03-18</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added <a href="https://phigros.fandom.com/wiki/Luminescent" title="Luminescent">Luminescent</a> to <a href="https://phigros.fandom.com/wiki/Songs#Single_Collection" title="Songs">Single Collection</a></li>
<li>Added <a href="https://phigros.fandom.com/wiki/Songs#Side_story_2_-_Eschaton" title="Songs">Side story 2 - Eschaton</a>:
<ul><li><a href="https://phigros.fandom.com/wiki/Demiurge" title="Demiurge">Demiurge</a></li></ul></li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.1.3_G.apk</p>
<p><strong>Version:</strong> 2.1.3</p>
<p><strong>Version Code:</strong> 56</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 2.1.2 -->
<div class="version-card" id="v2-1-2">
<h2>Phigros 2.1.2 (55) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2022-02-25</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added <a href="https://phigros.fandom.com/wiki/Future_Mind" title="Future Mind">Future Mind</a> to <a href="https://phigros.fandom.com/wiki/Songs#Single_Collection" title="Songs">Single Collection</a></li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.1.2_G.apk</p>
<p><strong>Version:</strong> 2.1.2</p>
<p><strong>Version Code:</strong> 55</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 2.1.1 -->
<div class="version-card" id="v2-1-1">
<h2>Phigros 2.1.1 (54) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2022-01-21</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added new songs to <a href="https://phigros.fandom.com/wiki/Songs#Single_Collection" title="Songs">Single Collection</a>:
<ul><li><a href="https://phigros.fandom.com/wiki/Another_Round" title="Another Round">Another Round</a></li>
<li><a href="https://phigros.fandom.com/wiki/Dreamland" title="Dreamland">Dreamland</a></li>
<li><a href="https://phigros.fandom.com/wiki/996" title="996">996</a></li></ul></li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.1.1_G.apk</p>
<p><strong>Version:</strong> 2.1.1</p>
<p><strong>Version Code:</strong> 54</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 2.1.0 -->
<div class="version-card" id="v2-1-0">
<h2>Phigros 2.1.0 (53) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2021-12-24</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added <a href="https://phigros.fandom.com/wiki/Songs#Extra_-_KALPA_Collection" title="Songs">Extra - KALPA Collection</a>
<ul><li><a href="https://phigros.fandom.com/wiki/Time_to_Night_Sky_(feat._Lee_Yu_Jin)" title="Time to Night Sky (feat. Lee Yu Jin)">Time to Night Sky (feat. Lee Yu Jin)</a></li>
<li><a href="https://phigros.fandom.com/wiki/HAZARD" title="HAZARD">HAZARD</a></li>
<li><a href="https://phigros.fandom.com/wiki/Another_Me_(D_AAN)" title="Another Me (D AAN)">Another Me</a></li>
<li><a href="https://phigros.fandom.com/wiki/Don%27t_Never_Around" title="Don't Never Around">Don't Never Around</a></li>
<li><a href="https://phigros.fandom.com/wiki/RESSiSTANCE" title="RESSiSTANCE">RESSiSTANCE</a></li></ul></li>
<li>Added new songs to <a href="https://phigros.fandom.com/wiki/Songs#Single_Collection" title="Songs">Single Collection</a>:
<ul><li><a href="https://phigros.fandom.com/wiki/Concvssion" title="Concvssion">Concvssion</a></li>
<li><a href="https://phigros.fandom.com/wiki/%E3%82%B8%E3%83%B3%E3%82%B0%E3%83%AB%E3%83%99%E3%83%AB(Jingle_Bell)" title="ジングルベル(Jingle Bell)">ジングルベル(Jingle Bell)</a></li></ul></li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.1.0_G.apk</p>
<p><strong>Version:</strong> 2.1.0</p>
<p><strong>Version Code:</strong> 53</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 2.0.1 -->
<div class="version-card" id="v2-0-1">
<h2>Phigros 2.0.1 (52) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2021-11-12</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added <a href="https://phigros.fandom.com/wiki/Parsley" title="Parsley">ρars/ey</a> to <a href="https://phigros.fandom.com/wiki/Songs#Single_Collection" title="Songs">Single Collection</a></li>
<li>Added low-resolution mode feature for performance improvements on low-end devices.</li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.0.1_G.apk</p>
<p><strong>Version:</strong> 2.0.1</p>
<p><strong>Version Code:</strong> 52</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 2.0.0 -->
<div class="version-card" id="v2-0-0">
<h2>Phigros 2.0.0 (51) <span class="tag_G">Google</span></h2>
<p class="version-date">Released: 2021-10-22</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Complete UI rework</li>
<li>Added <a href="https://phigros.fandom.com/wiki/Songs#Chapter_VII_-_Chronnection" title="Songs">Chapter VII - Chronnection</a>:
<ul><li><a href="https://phigros.fandom.com/wiki/Clock_Paradox" title="Clock Paradox">Clock Paradox</a></li>
<li><a href="https://phigros.fandom.com/wiki/Chronologika" title="Chronologika">Chronologika</a></li>
<li><a href="https://phigros.fandom.com/wiki/Nick_of_Time" title="Nick of Time">Nick of Time</a></li>
<li><a href="https://phigros.fandom.com/wiki/Chronomia" title="Chronomia">Chronomia</a></li>
<li><a href="https://phigros.fandom.com/wiki/Chronos_Collapse_-_La_Campanella" title="Chronos Collapse - La Campanella">Chronos Collapse - La Campanella</a></li>
<li><a href="https://phigros.fandom.com/wiki/Rrhar%27il" title="Rrhar'il">Rrhar'il</a></li></ul></li>
<li>Changes made to <a href="https://phigros.fandom.com/wiki/Songs#Single_Collection" title="Songs">Single Collection</a>:
<ul><li>New songs added:
<ul><li><a href="https://phigros.fandom.com/wiki/Nhelv" title="Nhelv">Nhelv</a></li>
<li><a href="https://phigros.fandom.com/wiki/-Arkhei-" title="-Arkhei-">-Arkhei-</a></li>
<li><a href="https://phigros.fandom.com/wiki/Kerberos" title="Kerberos">Kerberos</a></li></ul></li>
<li>Reordered songs to be in the order they were released</li>
<li>Changed the price of all songs to 16 MB, with the exception of the new songs that are priced at 4 MB</li></ul></li>
<li>Added an AT difficulty for <a href="https://phigros.fandom.com/wiki/DB_doll" title="DB doll">DB doll</a></li>
<li>Added collections for Side Story 1</li>
<li>Complete recharts for the following songs:
<ul><li><a href="https://phigros.fandom.com/wiki/Glaciaxion" title="Glaciaxion">Glaciaxion</a></li>
<li><a href="https://phigros.fandom.com/wiki/%E6%B7%B7%E4%B9%B1-Confusion" title="混乱-Confusion">混乱-Confusion</a></li>
<li><a href="https://phigros.fandom.com/wiki/Dash" title="Dash">Dash</a></li>
<li><a href="https://phigros.fandom.com/wiki/%E4%BA%91%E5%A5%B3%E5%AD%A9" title="云女孩">云女孩</a></li>
<li><a href="https://phigros.fandom.com/wiki/Pixel_Rebelz" title="Pixel Rebelz">Pixel Rebelz</a></li>
<li><a href="https://phigros.fandom.com/wiki/ENERGY_SYNERGY_MATRIX" title="ENERGY SYNERGY MATRIX">ENERGY SYNERGY MATRIX</a></li>
<li><a href="https://phigros.fandom.com/wiki/%E8%8F%AF%E7%81%AF%E7%88%B1" title="華灯爱">華灯爱</a></li>
<li><a href="https://phigros.fandom.com/wiki/%E5%BC%80%E5%BF%83%E7%97%85" title="开心病">开心病</a></li>
<li><a href="https://phigros.fandom.com/wiki/RIPPER" title="RIPPER">RIPPER</a></li>
<li><a href="https://phigros.fandom.com/wiki/Khronostasis_Katharsis" title="Khronostasis Katharsis">Khronostasis Katharsis</a></li>
<li><a href="https://phigros.fandom.com/wiki/%E7%8B%82%E5%96%9C%E8%98%AD%E8%88%9E" title="狂喜蘭舞">狂喜蘭舞</a></li>
<li><a href="https://phigros.fandom.com/wiki/Winter_%E2%86%91cube%E2%86%93" title="Winter ↑cube↓">Winter ↑cube↓</a></li>
<li><a href="https://phigros.fandom.com/wiki/Drop_It" title="Drop It">Drop It</a></li>
<li><a href="https://phigros.fandom.com/wiki/Another_Me" class="mw-redirect" title="Another Me">Another Me</a></li>
<li><a href="https://phigros.fandom.com/wiki/Miracle_Forest_(VIP_Mix)" title="Miracle Forest (VIP Mix)">Miracle Forest (VIP Mix)</a></li>
<li><a href="https://phigros.fandom.com/wiki/Break_Through_The_Barrier" title="Break Through The Barrier">Break Through The Barrier</a></li></ul></li>
<li>Changed jackets for some songs:
<ul><li><a href="https://phigros.fandom.com/wiki/Aphasia" title="Aphasia">Aphasia</a></li>
<li><a href="https://phigros.fandom.com/wiki/%E4%B8%87%E5%90%A8%E5%8C%BF%E5%90%8D%E4%BF%A1" title="万吨匿名信">万吨匿名信</a></li>
<li><a href="https://phigros.fandom.com/wiki/Cipher" title="Cipher">Cipher&nbsp;: /2&amp;//&lt;|0</a></li>
<li><a href="https://phigros.fandom.com/wiki/Cereris" title="Cereris">Cereris</a></li>
<li><a href="https://phigros.fandom.com/wiki/Speed_Up!" title="Speed Up!">Speed Up!</a></li></ul></li>
<li>Added <a href="https://phigros.fandom.com/wiki/Game_Mechanics#Challenge_Mode" title="Game Mechanics">Challenge Mode</a></li>
<li>Renamed all references to 壹佰九十八 to 百九十八</li>
<li>Some minor changes to many charts</li>
<li>Revamped store and avatar system</li>
<li>New tutorial</li>
<li>Highlighting simultaneous for Holds</li>
<li>Removed <a href="https://phigros.fandom.com/wiki/Shop" class="mw-redirect" title="Shop">Shop</a></li>
<li>Screen direction locking during gameplay</li>
<li>Bugs fixed</li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654; </span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_2.0.0_G.apk</p>
<p><strong>Version:</strong> 2.0.0</p>
<p><strong>Version Code:</strong> 51</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> </p>
<p><strong>SHA1 =</strong> </p>
<p><strong>SHA2-256 =</strong> </p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> CN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>20cdcbda8907dc1893fea53b3fd2844eeff9527ddad7967c1365a07975d757c1</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>dc74b84ce12f1521cd0b06e255a3f82b3d82f076</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>daa72c1d4751df7d651ba953591da6c1</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 4096</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>9013cd8b2824fb7e33eaeec95aa16f8bbeaf5fa576e6442f3f2c5d0c23f895e8</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>0231bee3bb02dcce4c0092867d9ef6d813b5b5a6</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>2f4aba1db1113dd5413f9cac83ddd1f9</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
</div>
<div class="back-buttons-container">
<a href="#top" class="back-to-top">&#9650; Back to Top</a>
</div>
</main>
<footer>
<p>&copy; 2025 phigros.lolmam.top - made with ❤️ for archival purposes</p>
</footer>
</body>
</html>
<script>
function toggleSubmenu(e) {
e.preventDefault();
const parent = e.target.closest('.has-submenu');
parent.classList.toggle('open');
}
function toggleDropdown(button) {
const content = button.nextElementSibling;
const arrow = button.querySelector('.arrow');
const isOpen = content.style.display === 'block';
content.style.display = isOpen ? 'none' : 'block';
button.classList.toggle('open', !isOpen);
button.innerHTML = `
<span class="arrow" style="transform: ${isOpen ? 'rotate(0deg)' : 'rotate(90deg)'}">&#9654;</span>
${isOpen ? 'Show File Info' : 'Hide File Info'}
`;
}
</script>

View File

@@ -0,0 +1,192 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>3.X Versions</title>
<link rel="stylesheet" href="../../style/style.css" />
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="../../style/1.X.N.png">
</head>
<body id="top">
<div class="background"></div>
<header>
<nav>
<ul>
<li><a href="https://phigros.lolmam.top/">Home</a></li>
<li class="has-submenu">
<a href="#" class="active" onclick="toggleSubmenu(event)">Versions</a>
<ul class="submenu">
<li><a href="../versions_1.x">1.X</a></li>
<li><a href="../versions_2.x">2.X</a></li>
<li><a href="../versions_3.x" class="active">3.X</a></li>
</ul>
</li>
<li><a href="../../install">Install Guide</a></li>
</ul>
</nav>
</header>
<main class="container">
<div class="back-buttons-container">
<a href="../" class="back-button">&#9664; Back</a>
</div>
<h1>3.X Phigros Versions</h1>
<h2>(Still in progress)</h2>
<p>Browse available version below. Each includes changelog info and download links.</p>
<p><strong>Download links will be added soon.</strong></p>
<div class="version-list">
<!-- Version Cards-->
<!-- 3.14.0 -->
<div class="version-card" id="v3-14-0">
<h2>Phigros 3.14.0 (128) <span class="tag_T">TapTap</span></h2>
<p class="version-date">Released: 2025-06-03</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added <a href="https://phigros.fandom.com/wiki/Songs#Extra_-_オンゲキ_Collection" title="Songs" bis_skin_checked="1">Extra - オンゲキ Collection</a>
<ul>
<li><a href="https://phigros.fandom.com/wiki/Radiance" title="Radiance" bis_skin_checked="1">Radiance</a></li>
<li><a href="https://phigros.fandom.com/wiki/Diamond_Dust" title="Diamond Dust" bis_skin_checked="1">Diamond Dust</a></li>
<li><a href="https://phigros.fandom.com/wiki/Stardust:RAY" title="Stardust:RAY" bis_skin_checked="1">Stardust:RAY</a></li>
</ul>
</li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654;</span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_3.14.0_T.apk</p>
<p><strong>Version:</strong> 3.14.0</p>
<p><strong>Version Code:</strong> 128</p>
<p><strong>Package Name:</strong> com.PigeonGames.PhigrosGlobal</p>
<p><strong>MD5 =</strong> B56B181868886C59BD91186E7A703FF4</p>
<p><strong>SHA1 =</strong> 789D9874FC1E085FE15709D8DBD1684DB3CC5F1E</p>
<p><strong>SHA2-256 =</strong> 9C9C8A6EAC88BB937F4798BABED3672156C9FC0BAD851667855005ED92303C9D</p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> O=Pigeon Games</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>0e16f73cf035f1ffdb251c1f347843f4994457f7ca9c75948343e117be98e26f</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>ef5ec0632ea82cf0f2a1f73c18128c7955fe390c</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>0e5e1da55e7625e673dcab5c21ae3d6a</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 2048</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>e19d462b241420577f5a31a0b981745a47a3c07774eb43eb664ad84c9b77897f</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>a3355ec988d32c4fc7bc48544936385818c89ca4</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>4f1a4fa83c6d9d17ac7196d161bfff0d</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
<h2></h2>
<!-- 3.13.0 -->
<div class="version-card" id="v3-13-0">
<h2>Phigros 3.13.0 (126) <span class="tag_T">TapTap</span></h2>
<p class="version-date">Released: 2025-04-18</p>
<p class="changelog"></p>
<ul class="changelog-list">
<li>Added <a href="https://phigros.fandom.com/wiki/Songs#Extra_-_Immaculėe_Sekai_Collection" title="Songs" bis_skin_checked="1">Extra - Immaculėe Sekai Collection</a>
<ul><li><a href="https://phigros.fandom.com/wiki/Aphrodite%27s_Child_(short_ver.)" title="Aphrodite's Child (short ver.)" bis_skin_checked="1">Aphrodite's Child (short ver.)</a></li>
<li><a href="https://phigros.fandom.com/wiki/DevIAtiOn_(short_ver.)" title="DevIAtiOn (short ver.)" bis_skin_checked="1">DevIAtiOn (short ver.)</a></li>
<li><a href="https://phigros.fandom.com/wiki/NO_x" title="NO x" bis_skin_checked="1">NO x</a></li></ul></li>
<li>Other fixed bugs
<ul><li>Fixed a bug where when selecting Another Me with a lower sorting order as the background, it will be covered by Another Me with a higher sorting order when re-entering the player page</li>
<li>Fixed a bug where all the unlocked song covers are Luminescence when playing Chapter 8 in OS mode with Replay</li>
<li>Fixed a bug where the Result screen cannot be popped up when playing Crave Wave with Replay</li>
<li>Fixed a bug where the chapter cover is missing when Chapters 5, 6, and 7 is not clear</li>
<li>Fixed a bug where the Introduction as the Player background is missing when playing Phigros for the first time</li>
<li>Fixed a bug where the Ul text of the replay button is displayed abnormally</li></ul></li>
<li>TapTap accounts now need to be verified with Chinese ID to login.</li>
</ul>
<!-- Toggle Button -->
<button class="dropdown-toggle" onclick="toggleDropdown(this)">
<span class="arrow">&#9654;</span> Show File Info
</button>
<!-- Hidden Content -->
<div class="dropdown-content">
<p><strong>File Name:</strong> Phigros_3.13.0_T.apk</p>
<p><strong>Version:</strong> 3.13.0</p>
<p><strong>Version Code:</strong> 126</p>
<p><strong>Package Name:</strong> com.PigeonGames.Phigros</p>
<p><strong>MD5 =</strong> 0F096C097D923E2904243B97F8909B60</p>
<p><strong>SHA1 =</strong> 428D66477D5D089B450D0750DA6CB451BF361C9C</p>
<p><strong>SHA2-256 =</strong> 68AEB42AF4866F032C64B1AE9329E193292007877FBB77CE30362B4C1C2660F7</p>
<p><strong><br>Signature Details:</strong></p>
<p><strong><br>Signer #1 certificate DN:</strong> O=Pigeon Games</p>
<p><strong>Signer #1 certificate SHA-256 digest:</strong> </p>
<p>0e16f73cf035f1ffdb251c1f347843f4994457f7ca9c75948343e117be98e26f</p>
<p><strong>Signer #1 certificate SHA-1 digest:</strong></p>
<p>ef5ec0632ea82cf0f2a1f73c18128c7955fe390c</p>
<p><strong>Signer #1 certificate MD5 digest:</strong></p>
<p>0e5e1da55e7625e673dcab5c21ae3d6a</p>
<p><strong>Signer #1 key algorithm:</strong> RSA</p>
<p><strong>Signer #1 key size (bits):</strong> 2048</p>
<p><strong>Signer #1 public key SHA-256 digest:</strong> </p>
<p>e19d462b241420577f5a31a0b981745a47a3c07774eb43eb664ad84c9b77897f</p>
<p><strong>Signer #1 public key SHA-1 digest:</strong></p>
<p>a3355ec988d32c4fc7bc48544936385818c89ca4</p>
<p><strong>Signer #1 public key MD5 digest:</strong> </p>
<p>4f1a4fa83c6d9d17ac7196d161bfff0d</p>
</div>
<h2></h2>
<!--
<div class="buttons">
<a href="" class="btn">Download APK</a>
<a href="" class="btn alt">Download OBB</a>
</div>
-->
</div>
</div>
<div class="back-buttons-container">
<a href="#top" class="back-to-top">&#9650; Back to Top</a>
</div>
</main>
<footer>
<p>&copy; 2025 phigros.lolmam.top - made with ❤️ for archival purposes</p>
</footer>
</body>
</html>
<script>
function toggleSubmenu(e) {
e.preventDefault();
const parent = e.target.closest('.has-submenu');
parent.classList.toggle('open');
}
function toggleDropdown(button) {
const content = button.nextElementSibling;
const arrow = button.querySelector('.arrow');
const isOpen = content.style.display === 'block';
content.style.display = isOpen ? 'none' : 'block';
button.classList.toggle('open', !isOpen);
button.innerHTML = `
<span class="arrow" style="transform: ${isOpen ? 'rotate(0deg)' : 'rotate(90deg)'}">&#9654;</span>
${isOpen ? 'Show File Info' : 'Hide File Info'}
`;
}
</script>