chore: format

This commit is contained in:
taskylizard 2024-01-27 08:12:16 +00:00
parent 676f6d32d3
commit 775f47427e
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120

View File

@ -8,8 +8,9 @@ export const meta = {
}
export const commitRef = process.env.CF_PAGES
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${process.env.CF_PAGES_COMMIT_SHA
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${
process.env.CF_PAGES_COMMIT_SHA
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
: 'dev'
export const feedback = `<a href="/feedback" class="feedback-footer">Made with ❤️</a>`