laughmaker_Zen/package.json
何振东 646c85c03a refactor: sync version, clean up dead CSS, reduce !important usage
- package.json version synced to 9.0.10 (matching manifest.json)
- Removed ~45 blocks of commented-out CSS dead code (-117 lines)
- Reduced !important declarations from 165 to 133
  - Removed !important from font-family, padding/margin/border, font-size,
    opacity, text-decoration, display where selectors were specific enough
2026-05-23 00:03:14 +08:00

7 lines
135 B
JSON

{
"name": "Zen",
"version": "9.0.10",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
}