docs: add timestamp metadata to game resources documentation

This commit is contained in:
daydreamer-json
2026-02-11 08:56:37 +09:00
parent 78fcebed49
commit 37d01d3766
5 changed files with 79 additions and 59 deletions

View File

@@ -138,6 +138,8 @@ function filterByRegex(
// ==============================
const mdLinkTextGenFn = (text: string, uri: string) => `[${text}](${uri})`;
export default {
resolveUrl,
isAbsoluteUrl,
@@ -145,4 +147,5 @@ export default {
replaceMultiPatterns,
sanitizeFilename,
filterByRegex,
mdLinkTextGenFn,
};