mirror of
https://github.com/DBNinjin/Ninjin.Web.v2.git
synced 2025-06-28 02:41:54 +00:00
update Package & little fix
This commit is contained in:
parent
62832e8deb
commit
4518a20eed
@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "ninjin.sk",
|
"name": "dbninjin.svelte",
|
||||||
|
"description": "New version of the Ninjin website now in version 2 with a new framework.",
|
||||||
|
"author": "AnotherFrench <https://anotherfrench.github.io>",
|
||||||
|
"bugs": "<https://github.com/orgs/NinjinMC/discussions/categories/bugs>",
|
||||||
|
"licence": "GPL-3.0",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
export const prerender = true;
|
|
||||||
|
|
||||||
export function load({ cookies }) {
|
export function load({ cookies }) {
|
||||||
return {
|
return {
|
||||||
revertNinjinLogo: cookies.get('ninjin_af#eg@api/activate-revert-logo') || 'false'
|
revertNinjinLogo: cookies.get('ninjin_af#eg@api/activate-revert-logo') || 'false'
|
||||||
|
@ -38,7 +38,7 @@ export function load({ params, url }) {
|
|||||||
case 'download/launcher':
|
case 'download/launcher':
|
||||||
redirect(
|
redirect(
|
||||||
302,
|
302,
|
||||||
`https://github.com/NinjinMC/Ninjin/raw/master/download/NinjinLauncherBootstrap.jar`
|
`https://github.com/Hedaox/Ninjin/raw/master/download/NinjinLauncherBootstrap.jar`
|
||||||
);
|
);
|
||||||
default:
|
default:
|
||||||
redirect(302, `/`);
|
redirect(302, `/`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user