mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 09:51:41 +11:00
chore: format
This commit is contained in:
parent
676f6d32d3
commit
775f47427e
1 changed files with 3 additions and 2 deletions
|
|
@ -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>`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue