mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Move files around
This commit is contained in:
@@ -85,7 +85,7 @@ namespace VRCX
|
|||||||
Directory.CreateDirectory(extensionsPath);
|
Directory.CreateDirectory(extensionsPath);
|
||||||
|
|
||||||
// extract Vue Devtools
|
// extract Vue Devtools
|
||||||
var vueDevtoolsCrxPath = Path.Join(Program.BaseDirectory, @"..\..\build-tools\Vue-js-devtools.crx");
|
var vueDevtoolsCrxPath = Path.Join(Program.BaseDirectory, @"..\..\Dotnet\build-tools\Vue-js-devtools.crx");
|
||||||
if (File.Exists(vueDevtoolsCrxPath))
|
if (File.Exists(vueDevtoolsCrxPath))
|
||||||
{
|
{
|
||||||
var vueDevtoolsPath = Path.Join(extensionsPath, "Vue-js-devtools");
|
var vueDevtoolsPath = Path.Join(extensionsPath, "Vue-js-devtools");
|
||||||
@@ -159,9 +159,12 @@ namespace VRCX
|
|||||||
if (!Directory.Exists(userDataDir))
|
if (!Directory.Exists(userDataDir))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
try {
|
try
|
||||||
|
{
|
||||||
Directory.Delete(userDataDir, true);
|
Directory.Delete(userDataDir, true);
|
||||||
} catch (Exception ex) {
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
logger.Error(ex, "Failed to delete userdata directory: {0}", userDataDir);
|
logger.Error(ex, "Failed to delete userdata directory: {0}", userDataDir);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||||
<Title>VRCX</Title>
|
<Title>VRCX</Title>
|
||||||
<Description>VRCX</Description>
|
<Description>VRCX</Description>
|
||||||
<PackageIcon>..\VRCX.png</PackageIcon>
|
<PackageIcon>..\images\VRCX.png</PackageIcon>
|
||||||
<RepositoryUrl>https://github.com/vrcx-team/VRCX</RepositoryUrl>
|
<RepositoryUrl>https://github.com/vrcx-team/VRCX</RepositoryUrl>
|
||||||
<ResourceLanguages>en</ResourceLanguages>
|
<ResourceLanguages>en</ResourceLanguages>
|
||||||
<SatelliteResourceLanguages>en-US;en</SatelliteResourceLanguages>
|
<SatelliteResourceLanguages>en-US;en</SatelliteResourceLanguages>
|
||||||
@@ -31,6 +31,7 @@
|
|||||||
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
||||||
<!-- Fix fail fast exception -->
|
<!-- Fix fail fast exception -->
|
||||||
<CETCompat>false</CETCompat>
|
<CETCompat>false</CETCompat>
|
||||||
|
<WarningLevel>0</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||||||
@@ -41,7 +42,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationIcon>..\VRCX.ico</ApplicationIcon>
|
<ApplicationIcon>..\images\VRCX.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
@@ -80,10 +81,10 @@
|
|||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<TargetPath>openvr_api.dll</TargetPath>
|
<TargetPath>openvr_api.dll</TargetPath>
|
||||||
</None>
|
</None>
|
||||||
<Content Include="..\VRCX.ico">
|
<Content Include="..\images\VRCX.ico">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="..\VRCX.png">
|
<Content Include="..\images\VRCX.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -112,7 +113,7 @@
|
|||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||||
<Exec Command=""$(ProjectDir)..\build-tools\Topten.nvpatch.exe" --enable "$(ProjectDir)..\build\Cef\VRCX.exe"" />
|
<Exec Command=""$(ProjectDir)..\Dotnet\build-tools\Topten.nvpatch.exe" --enable "$(ProjectDir)..\build\Cef\VRCX.exe"" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||||
<Title>VRCX</Title>
|
<Title>VRCX</Title>
|
||||||
<Description>VRCX</Description>
|
<Description>VRCX</Description>
|
||||||
<PackageIcon>..\VRCX.png</PackageIcon>
|
<PackageIcon>..\images\VRCX.png</PackageIcon>
|
||||||
<RepositoryUrl>https://github.com/vrcx-team/VRCX</RepositoryUrl>
|
<RepositoryUrl>https://github.com/vrcx-team/VRCX</RepositoryUrl>
|
||||||
<ResourceLanguages>en</ResourceLanguages>
|
<ResourceLanguages>en</ResourceLanguages>
|
||||||
<SatelliteResourceLanguages>en-US;en</SatelliteResourceLanguages>
|
<SatelliteResourceLanguages>en-US;en</SatelliteResourceLanguages>
|
||||||
@@ -28,6 +28,7 @@
|
|||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
||||||
|
<WarningLevel>0</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
|
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
|
||||||
|
|
||||||
@@ -46,7 +47,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationIcon>..\VRCX.ico</ApplicationIcon>
|
<ApplicationIcon>..\images\VRCX.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -60,10 +61,10 @@
|
|||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<TargetPath>openvr_api.dll</TargetPath>
|
<TargetPath>openvr_api.dll</TargetPath>
|
||||||
</None>
|
</None>
|
||||||
<Content Include="..\VRCX.ico">
|
<Content Include="..\images\VRCX.ico">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="..\VRCX.png">
|
<Content Include="..\images\VRCX.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||||
<Title>VRCX</Title>
|
<Title>VRCX</Title>
|
||||||
<Description>VRCX</Description>
|
<Description>VRCX</Description>
|
||||||
<PackageIcon>..\VRCX.png</PackageIcon>
|
<PackageIcon>..\images\VRCX.png</PackageIcon>
|
||||||
<RepositoryUrl>https://github.com/vrcx-team/VRCX</RepositoryUrl>
|
<RepositoryUrl>https://github.com/vrcx-team/VRCX</RepositoryUrl>
|
||||||
<ResourceLanguages>en</ResourceLanguages>
|
<ResourceLanguages>en</ResourceLanguages>
|
||||||
<SatelliteResourceLanguages>en-US;en</SatelliteResourceLanguages>
|
<SatelliteResourceLanguages>en-US;en</SatelliteResourceLanguages>
|
||||||
@@ -27,6 +27,7 @@
|
|||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
||||||
|
<WarningLevel>0</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
|
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
|
||||||
|
|
||||||
@@ -51,7 +52,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationIcon>..\VRCX.ico</ApplicationIcon>
|
<ApplicationIcon>..\images\VRCX.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -65,10 +66,10 @@
|
|||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<TargetPath>openvr_api.dll</TargetPath>
|
<TargetPath>openvr_api.dll</TargetPath>
|
||||||
</None>
|
</None>
|
||||||
<Content Include="..\VRCX.ico">
|
<Content Include="..\images\VRCX.ico">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="..\VRCX.png">
|
<Content Include="..\images\VRCX.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
Executable → Regular
@@ -53,8 +53,8 @@
|
|||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Icons
|
;Icons
|
||||||
|
|
||||||
!define MUI_ICON "../VRCX.ico"
|
!define MUI_ICON "../images/VRCX.ico"
|
||||||
!define MUI_UNICON "../VRCX.ico"
|
!define MUI_UNICON "../images/VRCX.ico"
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Pages
|
;Pages
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/VRCX.ico" width="64" height="64"> </img> VRCX
|
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/images/VRCX.ico" width="64" height="64"> </img> VRCX
|
||||||
|
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
||||||
[](https://vrcx.app/discord)
|
[](https://vrcx.app/discord)
|
||||||
|
|
||||||
| **English** | [Français](./README.fr.md) | [日本語](./README.jp.md) | [简体中文](./README.zh_CN.md) | [Italiano](./README.it.md) | [Русский](./README.ru_RU.md) | [Español](./README.es.md) | [Polski](./README.pl.md) | [ภาษาไทย](./README.th.md)
|
| **English** | [Français](./README/README.fr.md) | [日本語](./README/README.jp.md) | [简体中文](./README/README.zh_CN.md) | [Italiano](./README/README.it.md) | [Русский](./README/README.ru_RU.md) | [Español](./README/README.es.md) | [Polski](./README/README.pl.md) | [ภาษาไทย](./README/README.th.md)
|
||||||
|
|
||||||
VRCX is an assistant/companion application for VRChat that provides information about and helps you accomplish various things related to VRChat in a more convenient fashion than relying on the plain VRChat client (desktop or VR), or website alone. It also includes some other neat features outlined below.
|
VRCX is an assistant/companion application for VRChat that provides information about and helps you accomplish various things related to VRChat in a more convenient fashion than relying on the plain VRChat client (desktop or VR), or website alone. It also includes some other neat features outlined below.
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/VRCX.ico" width="64" height="64"> </img> VRCX
|
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/images/VRCX.ico" width="64" height="64"> </img> VRCX
|
||||||
|
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
||||||
[](https://vrcx.app/discord)
|
[](https://vrcx.app/discord)
|
||||||
|
|
||||||
| [English](./README.md) | [Français](./README.fr.md) | [日本語](./README.jp.md) | [简体中文](./README.zh_CN.md) | [Italiano](./README.it.md) | [Русский](./README.ru_RU.md) | **Español** | [Polski](./README.pl.md) | [ภาษาไทย](./README.th.md)
|
| [English](/README.md) |
|
||||||
|
|
||||||
VRCX es una aplicación asistente/compañera para VRChat que proporciona información y te ayuda a realizar varias tareas relacionadas con VRChat de una manera más conveniente que depender únicamente del cliente de VRChat (escritorio o VR) o del sitio web. También incluye algunas otras características interesantes que se describen a continuación.
|
VRCX es una aplicación asistente/compañera para VRChat que proporciona información y te ayuda a realizar varias tareas relacionadas con VRChat de una manera más conveniente que depender únicamente del cliente de VRChat (escritorio o VR) o del sitio web. También incluye algunas otras características interesantes que se describen a continuación.
|
||||||
|
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/VRCX.ico" width="64" height="64"> </img> VRCX
|
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/images/VRCX.ico" width="64" height="64"> </img> VRCX
|
||||||
|
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
||||||
[](https://vrcx.app/discord)
|
[](https://vrcx.app/discord)
|
||||||
|
|
||||||
| [English](./README.md) | **Français** | [日本語](./README.jp.md) | [简体中文](./README.zh_CN.md) | [Italiano](./README.it.md) | [Русский](./README.ru_RU.md) | [Español](./README.es.md) | [Polski](./README.pl.md) | [ภาษาไทย](./README.th.md)
|
| [English](/README.md) |
|
||||||
|
|
||||||
VRCX est une application assistante/complémentaire pour VRChat qui fournit des informations et vous aide à accomplir diverses tâches liées à VRChat de manière plus pratique que de compter uniquement sur le client VRChat classique (desktop ou VR) ou le site web seul. Il comprend également quelques autres fonctionnalités intéressantes décrites ci-dessous.
|
VRCX est une application assistante/complémentaire pour VRChat qui fournit des informations et vous aide à accomplir diverses tâches liées à VRChat de manière plus pratique que de compter uniquement sur le client VRChat classique (desktop ou VR) ou le site web seul. Il comprend également quelques autres fonctionnalités intéressantes décrites ci-dessous.
|
||||||
|
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/VRCX.ico" width="64" height="64"> </img> VRCX
|
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/images/VRCX.ico" width="64" height="64"> </img> VRCX
|
||||||
|
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
||||||
[](https://vrcx.app/discord)
|
[](https://vrcx.app/discord)
|
||||||
|
|
||||||
| [English](./README.md) | [Français](./README.fr.md) | [日本語](./README.jp.md) | [简体中文](./README.zh_CN.md) | **Italiano** | [Русский](./README.ru_RU.md) | [Español](./README.es.md) | [Polski](./README.pl.md) | [ภาษาไทย](./README.th.md)
|
| [English](/README.md) |
|
||||||
|
|
||||||
VRCX è un'applicazione di assistenza/accompagnamento per VRChat che fornisce informazioni e aiuta a compiere varie operazioni relative a VRChat in modo più conveniente rispetto all'uso del solo client VRChat (desktop o VR) o del sito web. Include anche alcune altre funzioni interessanti descritte di seguito.
|
VRCX è un'applicazione di assistenza/accompagnamento per VRChat che fornisce informazioni e aiuta a compiere varie operazioni relative a VRChat in modo più conveniente rispetto all'uso del solo client VRChat (desktop o VR) o del sito web. Include anche alcune altre funzioni interessanti descritte di seguito.
|
||||||
|
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/VRCX.ico" width="64" height="64"> </img> VRCX
|
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/images/VRCX.ico" width="64" height="64"> </img> VRCX
|
||||||
|
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
||||||
[](https://vrcx.app/discord)
|
[](https://vrcx.app/discord)
|
||||||
|
|
||||||
| [English](./README.md) | [Français](./README.fr.md) | **日本語** | [简体中文](./README.zh_CN.md) | [Italiano](./README.it.md) | [Русский](./README.ru_RU.md) | [Español](./README.es.md) | [Polski](./README.pl.md) | [ภาษาไทย](./README.th.md)
|
| [English](/README.md) |
|
||||||
|
|
||||||
VRCX は VRChat クライアント (デスクトップ & VR) や Web サイト以上に様々な情報を提供し、より便利に VRChat をプレイできるようにするコンパニオンアプリケーションです。
|
VRCX は VRChat クライアント (デスクトップ & VR) や Web サイト以上に様々な情報を提供し、より便利に VRChat をプレイできるようにするコンパニオンアプリケーションです。
|
||||||
|
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/VRCX.ico" width="64" height="64"> </img> VRCX
|
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/images/VRCX.ico" width="64" height="64"> </img> VRCX
|
||||||
|
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
||||||
[](https://vrcx.app/discord)
|
[](https://vrcx.app/discord)
|
||||||
|
|
||||||
| [English](./README.md) | [Français](./README.fr.md) | [日本語](./README.jp.md) | [简体中文](./README.zh_CN.md) | [Italiano](./README.it.md) | [Русский](./README.ru_RU.md) | [Español](./README.es.md) | **Polski** | [ภาษาไทย](./README.th.md)
|
| [English](/README.md) |
|
||||||
|
|
||||||
VRCX to aplikacja pomocnicza dla VRChat, która dostarcza informacje i pomoc w różnorodnych czynnościach związanych z VRChat, w wygodniejszy sposób niż klient gry (PC i VR) czy strona internetowa. Zawiera sporo ciekawych funkcji opisanych poniżej.
|
VRCX to aplikacja pomocnicza dla VRChat, która dostarcza informacje i pomoc w różnorodnych czynnościach związanych z VRChat, w wygodniejszy sposób niż klient gry (PC i VR) czy strona internetowa. Zawiera sporo ciekawych funkcji opisanych poniżej.
|
||||||
|
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/VRCX.ico" width="64" height="64"> </img> VRCX
|
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/images/VRCX.ico" width="64" height="64"> </img> VRCX
|
||||||
|
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
||||||
[](https://vrcx.app/discord)
|
[](https://vrcx.app/discord)
|
||||||
|
|
||||||
| [English](./README.md) | [Français](./README.fr.md) | [日本語](./README.jp.md) | [简体中文](./README.zh_CN.md) | [Italiano](./README.it.md) | **Русский** | [Español](./README.es.md) | [Polski](./README.pl.md) | [ภาษาไทย](./README.th.md)
|
| [English](/README.md) |
|
||||||
|
|
||||||
VRCX является ассистентом/компаньоном приложением для VRChat, который предоставляет информацию о VRChat и помогает вам быстрее выполнять различные действия, связанные с VRChat в удобной форме, чем полагаться на простой VRChat клиент (настольный компьютер или VR), или только веб-сайт. Кроме того, в нем реализованы и другие удобные функции, о которых пойдет речь ниже.
|
VRCX является ассистентом/компаньоном приложением для VRChat, который предоставляет информацию о VRChat и помогает вам быстрее выполнять различные действия, связанные с VRChat в удобной форме, чем полагаться на простой VRChat клиент (настольный компьютер или VR), или только веб-сайт. Кроме того, в нем реализованы и другие удобные функции, о которых пойдет речь ниже.
|
||||||
|
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/VRCX.ico" width="64" height="64"> </img> VRCX
|
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/images/VRCX.ico" width="64" height="64"> </img> VRCX
|
||||||
|
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
||||||
[](https://vrcx.app/discord)
|
[](https://vrcx.app/discord)
|
||||||
|
|
||||||
| [English](./README.md) | [Français](./README.fr.md) | [日本語](./README.jp.md) | [简体中文](./README.zh_CN.md) | [Italiano](./README.it.md) | [Русский](./README.ru_RU.md) | [Español](./README.es.md) | [Polski](./README.pl.md) | **ภาษาไทย**
|
| [English](/README.md) |
|
||||||
|
|
||||||
VRCX คือโปรแกรมคู่หูสำหรับ VRChat ที่จะช่วยให้คุณเข้าถึงข้อมูลต่างๆ และอำนวยความสะดวกในการทำสิ่งต่างๆ ที่เกี่ยวข้องกับ VRChat ได้ง่ายยิ่งขึ้น แทนที่จะต้องพึ่งพาแค่ตัวเกม VRChat (ทั้งเวอร์ชันเดสก์ท็อปและ VR) หรือเว็บไซต์เพียงอย่างเดียว นอกจากนี้ยังมีฟีเจอร์เด็ดๆ อีกมากมายตามที่ระบุไว้ด้านล่าง
|
VRCX คือโปรแกรมคู่หูสำหรับ VRChat ที่จะช่วยให้คุณเข้าถึงข้อมูลต่างๆ และอำนวยความสะดวกในการทำสิ่งต่างๆ ที่เกี่ยวข้องกับ VRChat ได้ง่ายยิ่งขึ้น แทนที่จะต้องพึ่งพาแค่ตัวเกม VRChat (ทั้งเวอร์ชันเดสก์ท็อปและ VR) หรือเว็บไซต์เพียงอย่างเดียว นอกจากนี้ยังมีฟีเจอร์เด็ดๆ อีกมากมายตามที่ระบุไว้ด้านล่าง
|
||||||
|
|
||||||
@@ -73,7 +73,6 @@ VRCX คือโปรแกรมคู่หูสำหรับ VRChat ท
|
|||||||
|
|
||||||
<img src="https://github.com/user-attachments/assets/bcbb4d1e-a397-4b02-ae48-a7972eb702a0" alt="feed">
|
<img src="https://github.com/user-attachments/assets/bcbb4d1e-a397-4b02-ae48-a7972eb702a0" alt="feed">
|
||||||
|
|
||||||
|
|
||||||
<h3>ประวัติเกม</h3>
|
<h3>ประวัติเกม</h3>
|
||||||
|
|
||||||
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/82102170/251987498-b82266ed-131d-42ad-be2f-b167f24acf9f.png" alt="gamelog">
|
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/82102170/251987498-b82266ed-131d-42ad-be2f-b167f24acf9f.png" alt="gamelog">
|
||||||
@@ -84,12 +83,10 @@ VRCX คือโปรแกรมคู่หูสำหรับ VRChat ท
|
|||||||
|
|
||||||
<img src="https://github.com/user-attachments/assets/54d81b8e-8e5a-4482-848a-2b80055c806f" alt="me">
|
<img src="https://github.com/user-attachments/assets/54d81b8e-8e5a-4482-848a-2b80055c806f" alt="me">
|
||||||
|
|
||||||
|
|
||||||
<h4>เพื่อน</h4>
|
<h4>เพื่อน</h4>
|
||||||
|
|
||||||
<img src="https://github.com/user-attachments/assets/e4db9bd5-ed72-4034-88c2-2bc0ee933402" alt="friend">
|
<img src="https://github.com/user-attachments/assets/e4db9bd5-ed72-4034-88c2-2bc0ee933402" alt="friend">
|
||||||
|
|
||||||
|
|
||||||
<h3>โลก</h3>
|
<h3>โลก</h3>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
@@ -110,12 +107,10 @@ VRCX คือโปรแกรมคู่หูสำหรับ VRChat ท
|
|||||||
|
|
||||||
<img src="https://github.com/user-attachments/assets/68a52647-b9fb-48cf-9e72-606990d43ffe" alt="world">
|
<img src="https://github.com/user-attachments/assets/68a52647-b9fb-48cf-9e72-606990d43ffe" alt="world">
|
||||||
|
|
||||||
|
|
||||||
<h4>อวาตาร์</h4>
|
<h4>อวาตาร์</h4>
|
||||||
|
|
||||||
<img src="https://github.com/user-attachments/assets/d9248e5b-e97d-4455-81cf-280178646d73" alt="avatar">
|
<img src="https://github.com/user-attachments/assets/d9248e5b-e97d-4455-81cf-280178646d73" alt="avatar">
|
||||||
|
|
||||||
|
|
||||||
<h3>ประวัติเพื่อน</h3>
|
<h3>ประวัติเพื่อน</h3>
|
||||||
|
|
||||||
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/82102170/251993741-e2033095-4ceb-4552-8b79-9285325c1e49.png" alt="friendlog">
|
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/82102170/251993741-e2033095-4ceb-4552-8b79-9285325c1e49.png" alt="friendlog">
|
||||||
@@ -124,7 +119,6 @@ VRCX คือโปรแกรมคู่หูสำหรับ VRChat ท
|
|||||||
|
|
||||||
<img src="https://github.com/user-attachments/assets/2b475cfc-f9e0-416d-9f8d-d53386e357c2" alt="discord">
|
<img src="https://github.com/user-attachments/assets/2b475cfc-f9e0-416d-9f8d-d53386e357c2" alt="discord">
|
||||||
|
|
||||||
|
|
||||||
<!-- The other images will be similar to this -->
|
<!-- The other images will be similar to this -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/VRCX.ico" width="64" height="64"> </img> VRCX
|
# <img src="https://raw.githubusercontent.com/vrcx-team/VRCX/master/images/VRCX.ico" width="64" height="64"> </img> VRCX
|
||||||
|
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
[](https://github.com/vrcx-team/VRCX/releases/latest)
|
||||||
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
[](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
|
||||||
[](https://vrcx.app/discord)
|
[](https://vrcx.app/discord)
|
||||||
|
|
||||||
| [English](./README.md) | [Français](./README.fr.md) | [日本語](./README.jp.md) | **简体中文** | [Italiano](./README.it.md) | [Русский](./README.ru_RU.md) | [Español](./README.es.md) | [Polski](./README.pl.md) | [ภาษาไทย](./README.th.md)
|
| [English](/README.md) |
|
||||||
|
|
||||||
VRCX 是一款用于 VRChat 的外部辅助小工具,可以比 VRChat 游戏客户端(无论是 PC 模式或 VR 模式)以及它的官网更方便地提供与 VRChat 相关的信息,同时能让你更轻松地完成各种操作。此外,它还提供了一些好用的功能。
|
VRCX 是一款用于 VRChat 的外部辅助小工具,可以比 VRChat 游戏客户端(无论是 PC 模式或 VR 模式)以及它的官网更方便地提供与 VRChat 相关的信息,同时能让你更轻松地完成各种操作。此外,它还提供了一些好用的功能。
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VRCX-Cef", "Dotnet\VRCX-Cef
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VRCX-Electron", "Dotnet\VRCX-Electron.csproj", "{B0275E4A-FE0F-410A-96F1-1D73DF2535FA}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VRCX-Electron", "Dotnet\VRCX-Electron.csproj", "{B0275E4A-FE0F-410A-96F1-1D73DF2535FA}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DBMerger", "DBMerger\DBMerger.csproj", "{9BE1DD2F-CABC-4CF9-A53E-C62923760887}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DBMerger", "Dotnet\DBMerger\DBMerger.csproj", "{9BE1DD2F-CABC-4CF9-A53E-C62923760887}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRCX-Electron-arm64", "Dotnet\VRCX-Electron-arm64.csproj", "{F7207BF2-5BFF-4E47-9D1C-C662F5A28271}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRCX-Electron-arm64", "Dotnet\VRCX-Electron-arm64.csproj", "{F7207BF2-5BFF-4E47-9D1C-C662F5A28271}"
|
||||||
EndProject
|
EndProject
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 295 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB |
-23
@@ -1,23 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, initial-scale=1, user-scalable=no"
|
|
||||||
/>
|
|
||||||
<meta name="referrer" content="no-referrer" />
|
|
||||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
|
||||||
|
|
||||||
<title>VRCX</title>
|
|
||||||
|
|
||||||
<link rel="preconnect" href="https://api.vrchat.cloud" />
|
|
||||||
<link rel="preconnect" href="https://files.vrchat.cloud" />
|
|
||||||
<link rel="preconnect" href="https://d348imysud55la.cloudfront.net" />
|
|
||||||
<link rel="dns-prefetch" href="https://assets.vrchat.com" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="root"></div>
|
|
||||||
<script type="module" src="/src/app.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
+3
-3
@@ -74,11 +74,11 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"appId": "app.vrcx",
|
"appId": "app.vrcx",
|
||||||
"productName": "VRCX",
|
"productName": "VRCX",
|
||||||
"icon": "VRCX.png",
|
"icon": "images/VRCX.png",
|
||||||
"files": [
|
"files": [
|
||||||
"build/html/**/*",
|
"build/html/**/*",
|
||||||
"src-electron/*",
|
"src-electron/*",
|
||||||
"VRCX.png",
|
"images/VRCX.png",
|
||||||
"images/tray.png",
|
"images/tray.png",
|
||||||
"Version",
|
"Version",
|
||||||
"src-electron/libs/linux/libopenvr_api.so"
|
"src-electron/libs/linux/libopenvr_api.so"
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
],
|
],
|
||||||
"extraResources": [
|
"extraResources": [
|
||||||
{
|
{
|
||||||
"from": "VRCX.png",
|
"from": "images/VRCX.png",
|
||||||
"to": "VRCX.png"
|
"to": "VRCX.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -528,11 +528,11 @@ function createTray() {
|
|||||||
let tray = null;
|
let tray = null;
|
||||||
if (process.platform === 'darwin') {
|
if (process.platform === 'darwin') {
|
||||||
const image = nativeImage.createFromPath(
|
const image = nativeImage.createFromPath(
|
||||||
path.join(rootDir, 'images/tray.png')
|
path.join(rootDir, 'images/VRCX.ico')
|
||||||
);
|
);
|
||||||
tray = new Tray(image.resize({ width: 16, height: 16 }));
|
tray = new Tray(image.resize({ width: 16, height: 16 }));
|
||||||
} else {
|
} else {
|
||||||
tray = new Tray(path.join(rootDir, 'images/tray.png'));
|
tray = new Tray(path.join(rootDir, 'images/VRCX.ico'));
|
||||||
}
|
}
|
||||||
const contextMenu = Menu.buildFromTemplate([
|
const contextMenu = Menu.buildFromTemplate([
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -366,7 +366,6 @@ export const useFriendStore = defineStore('Friend', () => {
|
|||||||
userRequest.getUser({
|
userRequest.getUser({
|
||||||
userId: id
|
userId: id
|
||||||
});
|
});
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (typeof stateInput === 'undefined' || ctx.state === stateInput) {
|
if (typeof stateInput === 'undefined' || ctx.state === stateInput) {
|
||||||
|
|||||||
Reference in New Issue
Block a user