fix: delete font-style: italic for ios

This commit is contained in:
radishzzz 2025-01-28 10:39:18 +00:00
parent 0f20e43484
commit 3bd8e6ad1c
3 changed files with 289 additions and 216 deletions

View file

@ -21,7 +21,7 @@
"@astrojs/sitemap": "^3.2.1",
"@rehype-pretty/transformers": "^0.13.2",
"@unocss/reset": "^65.4.3",
"astro": "^5.1.9",
"astro": "^5.1.10",
"astro-compress": "^2.3.6",
"astro-robots-txt": "^1.0.0",
"hastscript": "^9.0.0",
@ -45,17 +45,17 @@
"vite": "^6.0.11"
},
"devDependencies": {
"@antfu/eslint-config": "^3.16.0",
"@antfu/eslint-config": "^4.1.0",
"@types/markdown-it": "^14.1.2",
"@types/mdast": "^4.0.4",
"@types/node": "^22.10.10",
"@types/node": "^22.12.0",
"@types/sanitize-html": "^2.13.0",
"@unocss/eslint-plugin": "^65.4.3",
"@unocss/preset-attributify": "^65.4.3",
"astro-eslint-parser": "^1.2.1",
"eslint": "^9.19.0",
"eslint-plugin-astro": "^1.3.1",
"lint-staged": "^15.4.2",
"lint-staged": "^15.4.3",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"unocss": "^65.4.3",