文件
ParlzPackageManger/web
JGZYES 7e559016de web: fix asset/css paths for the docs subdirectory
docs/index.php lives in docs/, so relative 'assets/style.css' resolved to
docs/assets/style.css (404 -> no styling). Switch _common.php asset/link paths
to site-root-relative ('/assets/style.css', '/icon.png', '/assets/main.js',
'/index.php', '/docs/index.php') so both the homepage and the docs site load the
theme correctly.
2026-09-05 11:54:47 +08:00
..