mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-26 08:18:59 -05:00
Update authors
This commit is contained in:
parent
41f6182dc2
commit
373a348d65
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "1.6.1",
|
"version": "1.6.1",
|
||||||
"description": "Nintendo Switch app APIs",
|
"description": "Nintendo Switch app APIs",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"author": "Samuel Elliott <samuel+nxapi@fancy.org.uk>",
|
"author": "Ellie <ellie+nxapi@fancy.org.uk>",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "uk.org.fancy.nxapi.app",
|
"appId": "uk.org.fancy.nxapi.app",
|
||||||
"productName": "Nintendo Switch Online",
|
"productName": "Nintendo Switch Online",
|
||||||
"copyright": "Copyright © 2023 Samuel Elliott",
|
"copyright": "Copyright © 2023 Ellie",
|
||||||
"npmRebuild": false,
|
"npmRebuild": false,
|
||||||
"files": [
|
"files": [
|
||||||
"dist/app/bundle",
|
"dist/app/bundle",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ export const languages = {
|
||||||
name: 'English',
|
name: 'English',
|
||||||
app: () => import('./locale/en-gb.js'),
|
app: () => import('./locale/en-gb.js'),
|
||||||
authors: [
|
authors: [
|
||||||
['Samuel Elliott', 'https://gitlab.fancy.org.uk/samuel', 'https://github.com/samuelthomas2774'],
|
['Ellie', 'https://gitlab.fancy.org.uk/ellie'],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'de-DE': {
|
'de-DE': {
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,7 @@ function setAboutPanelOptions(i18n?: i18n) {
|
||||||
applicationVersion: process.platform === 'darwin' ? version : version +
|
applicationVersion: process.platform === 'darwin' ? version : version +
|
||||||
(!release ? '-' + (git?.revision.substr(0, 8) ?? '?') : ''),
|
(!release ? '-' + (git?.revision.substr(0, 8) ?? '?') : ''),
|
||||||
version: git?.revision.substr(0, 8) ?? '?',
|
version: git?.revision.substr(0, 8) ?? '?',
|
||||||
authors: ['Samuel Elliott'],
|
authors: ['Ellie'],
|
||||||
website: GITLAB_URL,
|
website: GITLAB_URL,
|
||||||
credits: (i18n?.t('app:credits') ?? CREDITS_NOTICE) +
|
credits: (i18n?.t('app:credits') ?? CREDITS_NOTICE) +
|
||||||
(language?.authors.length ? '\n\n' + i18n!.t('app:translation_credits', {
|
(language?.authors.length ? '\n\n' + i18n!.t('app:translation_credits', {
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ export const USER_AGENT_INFO_URL = 'https://gitlab.fancy.org.uk/samuel/nxapi#use
|
||||||
export const CONFIG_URL = 'https://fancy.org.uk/api/nxapi/config';
|
export const CONFIG_URL = 'https://fancy.org.uk/api/nxapi/config';
|
||||||
|
|
||||||
export const LICENCE_NOTICE = `
|
export const LICENCE_NOTICE = `
|
||||||
Copyright (c) 2023 Samuel Elliott
|
Copyright (c) 2023 Ellie
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
|
@ -18,7 +18,7 @@ This product is not affiliated with Nintendo, Discord and others. All product na
|
||||||
`.trim();
|
`.trim();
|
||||||
|
|
||||||
export const CREDITS_NOTICE = `
|
export const CREDITS_NOTICE = `
|
||||||
This product uses services provided by Nintendo (https://nintendo.co.jp), Samuel Elliott (https://gitlab.fancy.org.uk/samuel/nxapi-znca-api) and Jone Wang (https://imink.app).
|
This product uses services provided by Nintendo (https://nintendo.co.jp), Ellie (https://gitlab.fancy.org.uk/samuel/nxapi-znca-api) and Jone Wang (https://imink.app).
|
||||||
`.trim();
|
`.trim();
|
||||||
|
|
||||||
export const ZNCA_API_USE_VERSION = 2;
|
export const ZNCA_API_USE_VERSION = 2;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user