Skip to content

Commit 931053f

Browse files
🔄 Daily auto-update: Refresh contributors and docs
1 parent 6622a54 commit 931053f

9 files changed

Lines changed: 29 additions & 19 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class ImmutableDataStore {
9898
*/
9999
static async fromModule() {
100100
try {
101-
const data = await import('./_astro_data-layer-content.C9NJYL7S.js');
101+
const data = await import('./_astro_data-layer-content.BPAKUkZH.js');
102102
if (data.default instanceof Map) {
103103
return ImmutableDataStore.fromMap(data.default);
104104
}
@@ -257,7 +257,7 @@ const CONTENT_LAYER_IMAGE_REGEX = /__ASTRO_IMAGE_="([^"]+)"/g;
257257
async function updateImageReferencesInBody(html, fileName) {
258258
const { default: imageAssetMap } = await import('./content-assets.DleWbedO.js');
259259
const imageObjects = /* @__PURE__ */ new Map();
260-
const { getImage } = await import('./_astro_assets.CvlNwvQW.js').then(n => n._);
260+
const { getImage } = await import('./_astro_assets.DbEKyndF.js').then(n => n._);
261261
for (const [_full, imagePath] of html.matchAll(CONTENT_LAYER_IMAGE_REGEX)) {
262262
try {
263263
const decodedImagePath = JSON.parse(imagePath.replaceAll(""", '"'));
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { joinPaths, isRemotePath } from '@astrojs/internal-helpers/path';
22
import { A as AstroError, E as ExpectedImage, L as LocalImageUsedWrongly, M as MissingImageDimension, l as UnsupportedImageFormat, I as IncompatibleDescriptorOptions, n as UnsupportedImageConversion, t as toStyleString, o as NoImageMetadata, F as FailedToFetchRemoteImageDimensions, p as ExpectedImageOptions, q as ExpectedNotESMImage, s as InvalidImageService, c as createAstro, a as createComponent, v as ImageMissingAlt, m as maybeRenderHead, d as addAttribute, w as spreadAttributes, b as renderTemplate, x as ExperimentalFontsNotEnabled, y as FontFamilyNotFound, u as unescapeHTML } from './astro/server.K-yHHyjY.js';
3-
import { D as DEFAULT_OUTPUT_FORMAT, V as VALID_SUPPORTED_FORMATS, a as DEFAULT_HASH_PROPS } from './BaseLayout.Dqe4LRSD.js';
3+
import { D as DEFAULT_OUTPUT_FORMAT, V as VALID_SUPPORTED_FORMATS, a as DEFAULT_HASH_PROPS } from './BaseLayout.Bk3mua_O.js';
44
import { isRemoteAllowed } from '@astrojs/internal-helpers/remote';
55
import * as mime from 'mrmime';
66
import 'clsx';
@@ -1188,7 +1188,7 @@ async function getConfiguredImageService() {
11881188
if (!globalThis?.astroAsset?.imageService) {
11891189
const { default: service } = await import(
11901190
// @ts-expect-error
1191-
'./sharp.nvjWv8pr.js'
1191+
'./sharp.Bzz8zaP7.js'
11921192
).catch((e) => {
11931193
const error = new AstroError(InvalidImageService);
11941194
error.cause = e;

docs/assets/_astro_data-layer-content.BPAKUkZH.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/_astro_data-layer-content.C9NJYL7S.js

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { A as AstroError, z as MissingSharp } from './astro/server.K-yHHyjY.js';
2-
import { b as baseService, p as parseQuality } from './_astro_assets.CvlNwvQW.js';
2+
import { b as baseService, p as parseQuality } from './_astro_assets.DbEKyndF.js';
33

44
let sharp;
55
const qualityTable = {

docs/blog/zh/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/index.html

Lines changed: 6 additions & 2 deletions
Large diffs are not rendered by default.

mofa-website/src/content/prize/dora-contributors.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ type: "contributors"
33
category: "dora"
44
title: "Dora-rs Contributors"
55
title_zh: "Dora-rs 贡献者"
6-
last_updated: "2026-04-22"
6+
last_updated: "2026-04-23"
77
repositories: ["dora-rs/dora"]
8-
total_contributors: 76
8+
total_contributors: 77
99
---
1010
# Dora-rs Contributors Cache
1111

1212
这个文件在构建时自动更新,缓存从GitHub API获取的贡献者数据。
1313

14-
**最后更新**: 2026-04-22
15-
**总贡献者数**: 76
14+
**最后更新**: 2026-04-23
15+
**总贡献者数**: 77
1616
**数据来源**: dora-rs/dora
1717

1818
## Contributors Data
1919

2020

2121
### phil-opp
22-
- **Contributions**: 2023
22+
- **Contributions**: 2045
2323
- **Avatar**: https://avatars.githubusercontent.com/u/1131315?v=4
2424
- **GitHub**: https://github.com/phil-opp
2525
- **Repositories**: dora-rs/dora
@@ -276,6 +276,12 @@ total_contributors: 76
276276
- **GitHub**: https://github.com/Monti-27
277277
- **Repositories**: dora-rs/dora
278278

279+
### DGHX12345
280+
- **Contributions**: 3
281+
- **Avatar**: https://avatars.githubusercontent.com/u/266683282?v=4
282+
- **GitHub**: https://github.com/DGHX12345
283+
- **Repositories**: dora-rs/dora
284+
279285
### dipeshbabu
280286
- **Contributions**: 3
281287
- **Avatar**: https://avatars.githubusercontent.com/u/59379458?v=4

mofa-website/src/content/prize/mofa-contributors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ type: "contributors"
33
category: "mofa"
44
title: "MoFA Contributors"
55
title_zh: "MoFA 贡献者"
6-
last_updated: "2026-04-22"
6+
last_updated: "2026-04-23"
77
repositories: ["mofa-org/mofa","mofa-org/mofa-new"]
88
total_contributors: 69
99
---
1010
# MoFA Contributors Cache
1111

1212
这个文件在构建时自动更新,缓存从GitHub API获取的贡献者数据。
1313

14-
**最后更新**: 2026-04-22
14+
**最后更新**: 2026-04-23
1515
**总贡献者数**: 69
1616
**数据来源**: mofa-org/mofa, mofa-org/mofa-new
1717

@@ -85,7 +85,7 @@ total_contributors: 69
8585
- **Repositories**: mofa-org/mofa
8686

8787
### aayank13
88-
- **Contributions**: 40
88+
- **Contributions**: 41
8989
- **Avatar**: https://avatars.githubusercontent.com/u/139646065?v=4
9090
- **GitHub**: https://github.com/aayank13
9191
- **Repositories**: mofa-org/mofa

0 commit comments

Comments
 (0)