There was an error while loading. Please reload this page.
1 parent 2ed80c4 commit a6e230dCopy full SHA for a6e230d
1 file changed
source-code/constants.ts
@@ -1,5 +1,8 @@
1
-// Note: Converted github blob links to raw links to ensure they load correctly in the app
+export const APP_VERSION = "0.2";
2
export const RELEASE_INFO_URL = 'https://raw.githubusercontent.com/HackerOS-Linux-System/HackerOS-App/main/release-info.hacker';
3
+// Using raw.githubusercontent to get the plain text content of the version file
4
+export const VERSION_CHECK_URL = 'https://raw.githubusercontent.com/HackerOS-Linux-System/HackerOS-App/main/version.hacker';
5
+export const GALLERY_API_URL = 'https://api.github.com/repos/HackerOS-Linux-System/HackerOS-App/contents/gallery';
6
7
export const WALLPAPERS = [
8
{
0 commit comments