chore: Update theme-page.tsx and themes.ts
This commit is contained in:
@@ -67,6 +67,7 @@ export default async function ThemePage() {
|
|||||||
<a href={getThemeAuthorLink(theme)} className="text-blue-500 text-md mt-4" target="_blank" rel="noopener noreferrer">
|
<a href={getThemeAuthorLink(theme)} className="text-blue-500 text-md mt-4" target="_blank" rel="noopener noreferrer">
|
||||||
{theme.author}
|
{theme.author}
|
||||||
</a>
|
</a>
|
||||||
|
{` • v${theme.version}`}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ export interface ZenTheme {
|
|||||||
preferences?: string
|
preferences?: string
|
||||||
isColorTheme: boolean
|
isColorTheme: boolean
|
||||||
author: string
|
author: string
|
||||||
|
version: string
|
||||||
}
|
}
|
||||||
|
|
||||||
const THEME_API = "https://zen-browser.github.io/theme-store/themes.json";
|
const THEME_API = "https://zen-browser.github.io/theme-store/themes.json";
|
||||||
|
|||||||
Reference in New Issue
Block a user