try pages working?

This commit is contained in:
kvan7
2024-12-14 13:53:12 -06:00
parent d9706290d0
commit 190dacd8a2
5 changed files with 3860 additions and 19 deletions

View File

@@ -20,16 +20,11 @@ export default defineConfig({
},
themeConfig: {
// logo: 'TODO', https://github.com/vuejs/vitepress/issues/1401
appVersion: '3.25.101',
appVersion: '0.1.0',
github: {
releasesUrl: 'https://github.com/Kvan7/exiled-exchange-2/releases'
},
socialLinks: [
{
text: 'Patreon',
color: '#FF424D',
link: 'https://patreon.com/awakened_poe_trade'
},
{
text: 'GitHub',
color: '#181717',

View File

@@ -15,13 +15,11 @@ to the developer, downloading from them may be unsafe.
| -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | ------------ |
| <a :href="`${theme.github.releasesUrl}/download/v${theme.appVersion}/exiled-exchange-2-Setup-${theme.appVersion}.exe`">Windows 10+ (installer)</a> | ✔ | Fast |
| <a :href="`${theme.github.releasesUrl}/download/v${theme.appVersion}/exiled-exchange-2-${theme.appVersion}.exe`">Windows 10+ (portable)</a> | ❌ | Slower |
| <a :href="`${theme.github.releasesUrl}/download/v${theme.appVersion}/exiled-exchange-2-${theme.appVersion}.AppImage`">Linux (AppImage)</a> | ✔ | n/a |
| <a :href="`${theme.github.releasesUrl}/download/v${theme.appVersion}/exiled-exchange-2-${theme.appVersion}-universal.dmg`">macOS (dmg)</a> | ❌ | n/a |
Latest version is <span class="bg-gray-100 border rounded px-1">{{ theme.appVersion }}</span>
*The app is unsigned, which means you'll have to bypass security
warnings on Windows and [macOS](https://support.apple.com/en-us/HT202491#openanyway) to open it.{:.text-sm}
warnings on Windows to open it.{:.text-sm}
---
@@ -31,8 +29,8 @@ warnings on Windows and [macOS](https://support.apple.com/en-us/HT202491#openany
- ✔ Windowed Fullscreen, Windowed
- ❌ Fullscreen
- PoE language
- ✔ English, Russian
- ❌ Portuguese, Thai, French, German, Spanish, Korean
- ✔ English
- Russian, Portuguese, Thai, French, German, Spanish, Korean
No Administrator rights required, but\
⚠ **If you run PoE client as Admin, OS security boundaries take effect.

View File

@@ -30,15 +30,8 @@ title: FAQ
- **Will my language be supported?**
No plans to support other languages. Why is there Russian language?
Because:
1 - this is the native language of developer;
2 - helps to create cleaner abstractions in code and test it;
3 - has the most active community, at least according to the numbers I can measure.
No plans to support other languages. I know Awakened PoE has Russian, but I don't have plans to add other languages since I am still fixing this to work with the new game.
09/21/2020
![](https://imgur.com/HujBLLR.png)
- **I downloaded a zip with a bunch of files, but no .exe inside?**

3855
docs/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB