This commit is contained in:
@@ -299,7 +299,7 @@
|
||||
return `<svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" style="color: var(--primary)"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>`;
|
||||
}
|
||||
|
||||
const host = window.location.origin;
|
||||
const host = 'https://sv.rikkeiraia.org';
|
||||
|
||||
async function loadApps() {
|
||||
const loader = document.getElementById('apps-loading');
|
||||
@@ -331,7 +331,7 @@
|
||||
<div class="card-desc">${app.description || 'Hỗ trợ quá trình kiểm tra và học tập.'}</div>
|
||||
</div>
|
||||
<div style="display:flex; justify-content:space-between; align-items:center;">
|
||||
<span class="platform-badge">${app.platform}</span>
|
||||
<span class="platform-badge">${app.platform === 'macOS' ? 'MacOS' : app.platform}</span>
|
||||
<a href="${app.downloadUrl}" target="_blank" rel="noopener noreferrer" class="btn">
|
||||
<svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round">
|
||||
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
|
||||
|
||||
Reference in New Issue
Block a user