feat: better article parsing + html dom base

This commit is contained in:
2026-04-24 23:03:02 +02:00
parent cbab7c74e5
commit 9109678195
11 changed files with 157 additions and 63 deletions
+5
View File
@@ -0,0 +1,5 @@
import packageJson from '@/../package.json'
export const NAME = packageJson.name
export const VERSION = packageJson.version
export const REPOSITORY = packageJson.repository