mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-04-21 16:00:17 +08:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
8ff629b655 | |||
0c778c09f4 | |||
8c370ff0a7 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "star-rail-warp-export",
|
"name": "star-rail-warp-export",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"main": "./dist/electron/main/main.js",
|
"main": "./dist/electron/main/main.js",
|
||||||
"author": "biuuu <https://github.com/biuuu>",
|
"author": "biuuu <https://github.com/biuuu>",
|
||||||
"homepage": "https://github.com/biuuu/star-rail-warp-export",
|
"homepage": "https://github.com/biuuu/star-rail-warp-export",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"ui.button.load": "Charger les données",
|
"ui.button.load": "Charger les données",
|
||||||
"ui.button.update": "Mettre à jour",
|
"ui.button.update": "Mettre à jour",
|
||||||
"ui.button.directUpdate": "Mise à jour directe",
|
"ui.button.directUpdate": "Mise à jour directe",
|
||||||
"ui.button.files": "Export les fichiers",
|
"ui.button.files": "Exporter les fichiers",
|
||||||
"ui.button.excel": "Exporter vers Excel",
|
"ui.button.excel": "Exporter vers Excel",
|
||||||
"ui.button.srgf": "Exporter vers JSON",
|
"ui.button.srgf": "Exporter vers JSON",
|
||||||
"ui.button.url": "URL d'import",
|
"ui.button.url": "URL d'import",
|
||||||
@ -44,6 +44,7 @@
|
|||||||
"ui.setting.cnServer": "Serveur Chinois",
|
"ui.setting.cnServer": "Serveur Chinois",
|
||||||
"ui.setting.seaServer": "Serveur Global",
|
"ui.setting.seaServer": "Serveur Global",
|
||||||
"ui.setting.logTypeHint": "Choisissez les journaux générés par le serveur à utiliser en priorité lors de la récupération de l'URL à partir des journaux du jeu.",
|
"ui.setting.logTypeHint": "Choisissez les journaux générés par le serveur à utiliser en priorité lors de la récupération de l'URL à partir des journaux du jeu.",
|
||||||
|
"ui.setting.dataManagerHint": "Les données inutilisées peuvent être supprimées",
|
||||||
"ui.setting.autoUpdate": "Mise à jour automatique",
|
"ui.setting.autoUpdate": "Mise à jour automatique",
|
||||||
"ui.setting.hideNovice": "Masquer les sauts hyperespaces de départ",
|
"ui.setting.hideNovice": "Masquer les sauts hyperespaces de départ",
|
||||||
"ui.setting.proxyMode": "Mode Proxy",
|
"ui.setting.proxyMode": "Mode Proxy",
|
||||||
|
@ -290,7 +290,7 @@ const fixAuthkey = (url) => {
|
|||||||
const getQuerystring = (url) => {
|
const getQuerystring = (url) => {
|
||||||
const text = i18n.log
|
const text = i18n.log
|
||||||
const { searchParams, host } = new URL(fixAuthkey(url))
|
const { searchParams, host } = new URL(fixAuthkey(url))
|
||||||
if (host.includes('webstatic-sea') || host.includes('hkrpg-api-os') || host.includes("api-os-takumi")) {
|
if (host.includes('webstatic-sea') || host.includes('hkrpg-api-os') || host.includes('api-os-takumi') || host.includes('hoyoverse.com')) {
|
||||||
apiDomain = 'https://api-os-takumi.mihoyo.com'
|
apiDomain = 'https://api-os-takumi.mihoyo.com'
|
||||||
} else {
|
} else {
|
||||||
apiDomain = 'https://api-takumi.mihoyo.com'
|
apiDomain = 'https://api-takumi.mihoyo.com'
|
||||||
|
Reference in New Issue
Block a user