[skip-ci] chore: format

This commit is contained in:
taskylizard 2024-08-08 15:08:55 +00:00
parent 7d8ea01dc0
commit 586b45ffa6
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
3 changed files with 15 additions and 6 deletions

View file

@ -11,8 +11,9 @@ export const meta = {
export const commitRef =
process.env.CF_PAGES && process.env.CF_PAGES_COMMIT_SHA
? `<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>`