Commit b9be370a authored by 神楽坂玲奈's avatar 神楽坂玲奈

app local

parent 4814bdfe
import {AppLocal} from "./app-local";
enum Reference_Type { enum Reference_Type {
runtime, // directx runtime, // directx
emulator, // wine, np2 emulator, // wine, np2
...@@ -24,5 +25,6 @@ export class App { ...@@ -24,5 +25,6 @@ export class App {
locales: string[]; locales: string[];
download: string; // meta4 url download: string; // meta4 url
news: {title: string, url: string, image: string}[]; news: {title: string, url: string, image: string}[];
tags: string[] tags: string[];
local: AppLocal;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment