Skip to content

Commit 33a76af

Browse files
author
lijiahao
committed
v1.8.5
1 parent 60e4e3b commit 33a76af

File tree

16 files changed

+24
-8
lines changed

16 files changed

+24
-8
lines changed

app/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16781,7 +16781,7 @@ module.exports = path.URL;
1678116781
/***/ ((module) => {
1678216782

1678316783
"use strict";
16784-
module.exports = /*#__PURE__*/JSON.parse('{"private":true,"name":"xstreaming","description":"xstreaming","version":"1.8.5","author":"Geocld <lijiahao5372@gmail.com>","main":"app/background.js","scripts":{"dev":"DEBUG=xstreaming:authenticationV2 nextron","build":"nextron build","lint":"eslint . --ext .ts && eslint renderer/ --ext .tsx","lint:fix":"eslint . --ext .ts --fix && eslint renderer/ --ext .tsx --fix","postinstall":"electron-builder install-app-deps","publish":"electron-builder -p onTag","flatpak-build":"nextron build --no-pack && electron-builder --dir"},"dependencies":{"@heroui/react":"^2.8.1","axios":"^1.7.7","compare-versions":"^6.1.0","debounce":"^2.1.1","debug":"^4.3.4","electron-serve":"^1.3.0","electron-store":"^8.0.1","express":"^4.18.3","express-http-proxy":"^2.0.0","express-ws":"^5.0.2","framer-motion":"^11.5.4","github-url-to-object":"^4.0.6","i18next":"23.14.0","ip-address":"^9.0.5","jose":"^5.1.0","moment":"^2.30.1","next-i18next":"^15.3.1","next-themes":"^0.3.0","react-i18next":"^15.0.1","react-query":"^3.39.3","semver":"^7.6.3","uplot":"^1.6.30","uuid-1345":"^1.0.2","xbox-webapi":"^1.4.1","xstreaming-player":"0.2.20","xvfb-maybe":"^0.2.1"},"devDependencies":{"@babel/core":"^7.24.4","@fortawesome/fontawesome-free":"^6.5.1","@next/eslint-plugin-next":"^14.2.2","@types/node":"^20.12.7","@types/react":"^18.2.47","@typescript-eslint/eslint-plugin":"^8.6.0","@typescript-eslint/parser":"^8.6.0","autoprefixer":"^10.4.20","babel-loader":"^9.1.3","electron":"37","electron-builder":"^24.13.3","eslint":"^8.57.0","eslint-plugin-react-hooks":"^4.6.2","eslint-plugin-react-refresh":"^0.4.12","next":"^13.5.6","nextron":"^8.13.0","node-loader":"^2.0.0","postcss":"^8.4.45","react":"^18.1.0","react-dom":"^18.1.0","sass":"^1.78.0","tailwindcss":"^3.4.10","typescript":"^5.3.3"},"packageManager":"yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"}');
16784+
module.exports = /*#__PURE__*/JSON.parse('{"private":true,"name":"xstreaming","description":"xstreaming","version":"1.8.5","author":"Geocld <lijiahao5372@gmail.com>","main":"app/background.js","scripts":{"dev":"DEBUG=xstreaming:authenticationV2 nextron","build":"nextron build","lint":"eslint . --ext .ts && eslint renderer/ --ext .tsx","lint:fix":"eslint . --ext .ts --fix && eslint renderer/ --ext .tsx --fix","postinstall":"electron-builder install-app-deps","publish":"electron-builder -p onTag","flatpak-build":"nextron build --no-pack && electron-builder --dir"},"dependencies":{"@heroui/react":"^2.8.1","axios":"^1.7.7","compare-versions":"^6.1.0","debounce":"^2.1.1","debug":"^4.3.4","electron-serve":"^1.3.0","electron-store":"^8.0.1","express":"^4.18.3","express-http-proxy":"^2.0.0","express-ws":"^5.0.2","framer-motion":"^11.5.4","github-url-to-object":"^4.0.6","i18next":"23.14.0","ip-address":"^9.0.5","jose":"^5.1.0","moment":"^2.30.1","next-i18next":"^15.3.1","next-themes":"^0.3.0","react-i18next":"^15.0.1","react-query":"^3.39.3","semver":"^7.6.3","uplot":"^1.6.30","uuid-1345":"^1.0.2","xbox-webapi":"^1.4.1","xstreaming-player":"0.2.21","xvfb-maybe":"^0.2.1"},"devDependencies":{"@babel/core":"^7.24.4","@fortawesome/fontawesome-free":"^6.5.1","@next/eslint-plugin-next":"^14.2.2","@types/node":"^20.12.7","@types/react":"^18.2.47","@typescript-eslint/eslint-plugin":"^8.6.0","@typescript-eslint/parser":"^8.6.0","autoprefixer":"^10.4.20","babel-loader":"^9.1.3","electron":"37","electron-builder":"^24.13.3","eslint":"^8.57.0","eslint-plugin-react-hooks":"^4.6.2","eslint-plugin-react-refresh":"^0.4.12","next":"^13.5.6","nextron":"^8.13.0","node-loader":"^2.0.0","postcss":"^8.4.45","react":"^18.1.0","react-dom":"^18.1.0","sass":"^1.78.0","tailwindcss":"^3.4.10","typescript":"^5.3.3"},"packageManager":"yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"}');
1678516785

1678616786
/***/ })
1678716787

app/preload.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"uplot": "^1.6.30",
4040
"uuid-1345": "^1.0.2",
4141
"xbox-webapi": "^1.4.1",
42-
"xstreaming-player": "0.2.20",
42+
"xstreaming-player": "0.2.21",
4343
"xvfb-maybe": "^0.2.1"
4444
},
4545
"devDependencies": {

renderer/components/Perform.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ function Perform({ xPlayer, connectState }) {
5252
<span className="text-xs">
5353
{t("RTT")}: {performance.rtt || "--"} | &nbsp;
5454
</span>
55+
<span className="text-xs">
56+
{t("JIT")}: {performance.jit || "--"} | &nbsp;
57+
</span>
5558
<span className="text-xs">
5659
{t("FPS")}: {performance.fps || "--"} | &nbsp;
5760
</span>
@@ -77,6 +80,9 @@ function Perform({ xPlayer, connectState }) {
7780
<div className="px-1 text-sm">
7881
{t("RTT")}: {performance.rtt || "--"}
7982
</div>
83+
<div className="px-1 text-sm">
84+
{t("JIT")}: {performance.jit || "--"}
85+
</div>
8086
<div className="px-1 text-sm">
8187
{t("FPS")}: {performance.fps || "--"}
8288
</div>

renderer/pages/[locale]/settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ function Settings() {
275275
<Tabs aria-label="Options" onSelectionChange={() => {
276276
resetNavigationElems()
277277
}}>
278-
<Tab key="Language" title={t("Language")}>
278+
<Tab key="Base" title={t("Base")}>
279279
{settings.language &&
280280
settings.language.map((item) => {
281281
return (

renderer/public/locales/en/cloud.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"Warning": "Warning",
2323
"Resolution": "Resolution",
2424
"RTT": "RTT",
25+
"JIT": "JIT",
2526
"FPS": "FPS",
2627
"FD": "FD",
2728
"PL": "PL",

renderer/public/locales/en/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"Check": "Check",
1010
"Logout": "Logout",
1111
"Current version is latest": "Current version is latest",
12+
"Base": "Base",
1213
"Language": "Language",
1314
"Streaming": "Streaming",
1415
"Gamepad": "Gamepad",

renderer/public/locales/jp/cloud.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"Warning": "Warning",
2323
"Resolution": "Resolution",
2424
"RTT": "RTT",
25+
"JIT": "JIT",
2526
"FPS": "FPS",
2627
"FD": "FD",
2728
"PL": "PL",

renderer/public/locales/jp/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"Check": "Check",
1010
"Logout": "Logout",
1111
"Current version is latest": "Current version is latest",
12+
"Base": "Base",
1213
"Language": "Language",
1314
"Streaming": "Streaming",
1415
"Gamepad": "Gamepad",

renderer/public/locales/pt/cloud.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"Warning": "Aviso",
2525
"Resolution": "Resolução",
2626
"RTT": "RTT",
27+
"JIT": "JIT",
2728
"FPS": "FPS",
2829
"FD": "FD",
2930
"PL": "PL",

0 commit comments

Comments
 (0)