feat: add tips for custom CSS debugging

This commit is contained in:
DIYgod 2023-04-16 03:38:43 +01:00
parent 250e22ccfb
commit a197d2aec2
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -113,6 +113,7 @@
"Scope: These styles will be applied to your entire blog, including this dashboard.": "范围:这些样式将应用于你的整个博客,包括这个仪表盘。",
"Support": "支持",
"CSS variables: xLog provides some built-in CSS variables": "CSS 变量xLog 提供了一些内置的 CSS 变量",
"Using a browser plugin that can modify page styles, such as Stylebot, can help with debugging.": "使用可以修改页面样式的浏览器插件,例如 Stylebot可以帮助调试。",
"Address": "地址",
"Character": "角色",
"New operator": "新建授权",

View File

@ -74,6 +74,11 @@ export default function SettingsCSSPage() {
"Scope: These styles will be applied to your entire blog, including this dashboard.",
)}
</p>
<p>
{t(
"Using a browser plugin that can modify page styles, such as Stylebot, can help with debugging.",
)}
</p>
<p>
{t("Support")} <code>ipfs://</code>
</p>