add linux ide
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m37s

This commit is contained in:
2026-07-29 16:27:11 +07:00
parent 42172db9f4
commit b6dfe705f5
2 changed files with 12 additions and 0 deletions

View File

@@ -57,6 +57,12 @@ export const RESCIDE_DEFAULT_DOWNLOADS: RescideDownload[] = [
downloadUrl: 'https://save.rikkeiraia.org/RESCIDE-1.73.100-win.zip', downloadUrl: 'https://save.rikkeiraia.org/RESCIDE-1.73.100-win.zip',
platform: 'Windows', platform: 'Windows',
}, },
{
name: 'RESCIDE (Linux)',
description: 'IDE thi thực hành — Linux x64',
downloadUrl: 'https://save.rikkeiraia.org/RESCIDE-1.73.100-x64.tar.gz',
platform: 'Linux',
},
]; ];
export const RESCIDE_FEATURES = [ export const RESCIDE_FEATURES = [

View File

@@ -113,6 +113,12 @@ func seedRescideAppDownloads(db *gorm.DB) error {
DownloadURL: "https://save.rikkeiraia.org/RESCIDE-1.73.100-win.zip", DownloadURL: "https://save.rikkeiraia.org/RESCIDE-1.73.100-win.zip",
Platform: "Windows", Platform: "Windows",
}, },
{
Name: "RESCIDE (Linux)",
Description: "IDE thi thực hành — Linux x64",
DownloadURL: "https://save.rikkeiraia.org/RESCIDE-1.73.100-x64.tar.gz",
Platform: "Linux",
},
} }
for _, item := range items { for _, item := range items {
var count int64 var count int64