Skip to content

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 24 Jun 16:44
8c037d7

Automated release for theme-earthquake v1.0.9.

Commit

  • SHA: c90c8cdfa05caf83e6ce93f91429ff27a308025f

Message

v1.0.10: refactor, Pjax, site-stats (#1)

- Split image-preview.ts into 5 modules (preview-types/i18n/dom/focus/core)
- Replaced qrious.min.js (30KB) with inline QR generator
- Extracted post/page common article-layout fragment (post.astro 292->13 lines)
- Added Pjax smooth navigation with loading indicator
- Added site-stats sidebar widget (posts/comments/visits/running days)
- Cleaned up old files (image-preview.ts, qrious.min.js)

Changed files

M	i18n/zh_CN.properties
D	public/assets/js/qrious.min.js
M	public/assets/qrcode-share.html
A	public/modules/article-layout.html
M	public/modules/sidebar.html
A	public/modules/widgets/site-stats.html
M	settings.yaml
M	src/assets/main.ts
M	src/assets/styles/main.css
D	src/assets/utils/image-preview.ts
A	src/assets/utils/pjax.ts
A	src/assets/utils/preview-core.ts
A	src/assets/utils/preview-dom.ts
A	src/assets/utils/preview-focus.ts
A	src/assets/utils/preview-i18n.ts
A	src/assets/utils/preview-types.ts
M	src/pages/page.astro
M	src/pages/post.astro