Version 1.3.0

- Implemented authentication and billing routes for Jpn region.
- Refactored and changed the project structure from CommonJS to ES Modules
This commit is contained in:
Junior 2025-04-29 16:20:09 -03:00
parent 9584e58143
commit c3d9e7afb5
76 changed files with 3847 additions and 1109 deletions

View file

@ -1,2 +1,2 @@
[LAUNCHER]
version=1.2.0
version=1.4.0

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>News Panel</title>
<link rel="stylesheet" href="/launcher/news/style.css">
<link rel="stylesheet" href="/launcher/news/css/style.css">
</head>
<body oncontextmenu="return false;">
<div class="slider-container">
@ -28,20 +28,20 @@
<div class="tab-link" data-tab="info">Info</div>
</div>
<div class="tab-content tab events active">
<a href="https://your-website.com/news/Halloween.html">Halloween</a> - <span class="tab-date">20/10/2023</span><br>
<a href="https://your-website.com/news/Winter.html">Winter</a> - <span class="tab-date">10/12/2023</span><br>
<a href="https://your-website.com/news/Happy_New_Year.html">Happy New Year</a> - <span class="tab-date">01/01/2024</span><br>
<a href="https://your-website.com/news/Halloween.html">Halloween</a> - <span class="tab-date">20/10/2025</span><br>
<a href="https://your-website.com/news/Winter.html">Winter</a> - <span class="tab-date">10/12/2025</span><br>
<a href="https://your-website.com/news/Happy_New_Year.html">Happy New Year</a> - <span class="tab-date">01/01/2025</span><br>
</div>
<div class="tab-content tab notices">
<a href="#">Notice 1</a> - <span class="tab-date">01/01/2023</span><br>
<a href="#">Notice 2</a> - <span class="tab-date">02/01/2023</span><br>
<a href="#">Notice 3</a> - <span class="tab-date">03/01/2023</span><br>
<a href="#">Notice 1</a> - <span class="tab-date">01/01/2025</span><br>
<a href="#">Notice 2</a> - <span class="tab-date">02/01/2025</span><br>
<a href="#">Notice 3</a> - <span class="tab-date">03/01/2025</span><br>
</div>
<div class="tab-content tab info">
<a href="#">Info 1</a> - <span class="tab-date">01/01/2023</span><br>
<a href="#">Info 2</a> - <span class="tab-date">02/01/2023</span><br>
<a href="#">Info 3</a> - <span class="tab-date">03/01/2023</span><br>
<a href="#">Info 1</a> - <span class="tab-date">01/01/2025</span><br>
<a href="#">Info 2</a> - <span class="tab-date">02/01/2025</span><br>
<a href="#">Info 3</a> - <span class="tab-date">03/01/2025</span><br>
</div>
<script src="/launcher/news/script.js"></script>
<script src="/launcher/news/js/script.js"></script>
</body>
</html>