Skip to content

Commit

Permalink
Fix placeholder website and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Leayal committed Nov 19, 2023
1 parent db53dcb commit c99018c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PSO2-Launcher-CSharp

An alternative game launcher for Phantasy Star Online 2: New Genesis (JP) written in C# (.NET6).
An alternative game launcher for Phantasy Star Online 2: New Genesis (JP) written in C# (.NET8).

The launcher only targets PSO2 Japan. It may not work for other regions without modifications.

Expand Down Expand Up @@ -91,7 +91,7 @@ This project is just a hobby one.

# Development

As of writing this `README.md`, I am using: `Visual Studio 2022` (stable channel) with `.NET desktop development` bundle. Specifically, the launcher was written with `C# 9.0` of `.NET6`.
As of writing this `README.md`, I am using: `Visual Studio 2022` (stable channel) with `.NET desktop development` bundle. Specifically, the launcher was written with `C# 10.0`.

- Any IDEs supporting `.NET6 SDK` development should be usable to develop or compile this launcher.

Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<title>PSO2LeaLauncher</title>
<link href="css/home.css?v=1" rel="stylesheet" />
<link href="css/loader3d.css?v=1" rel="stylesheet" />
<script src="js/showdown.min.js?v=1"></script>
<script src="https://cdn.jsdelivr.net/npm/darkreader@4.9.46/darkreader.min.js"></script>
<script type="module" src="js/home.js?v=1"></script>
<script src="js/showdown.min.js?v=2"></script>
<script src="https://cdn.jsdelivr.net/npm/darkreader/darkreader.min.js"></script>
<script type="module" src="js/home.js?v=2"></script>
</head>
<body>
<div class="root">
Expand Down
8 changes: 2 additions & 6 deletions docs/js/home.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import { Octokit } from "https://cdn.skypack.dev/@octokit/rest";
import { Octokit } from "https://esm.sh/@octokit/rest";

(function (w, d) {
DarkReader.auto({
brightness: 100,
contrast: 90,
sepia: 10
});
DarkReader.auto(true);

const targetRepo = {
owner: "Leayal",
Expand Down
4 changes: 2 additions & 2 deletions docs/js/showdown.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/showdown.min.js.map

Large diffs are not rendered by default.

0 comments on commit c99018c

Please sign in to comment.