mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
fix: non-ascii project badges (resolve #357)
chore: locally generated badges (resolve #348)
This commit is contained in:
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
PetiteVue.createApp({
|
||||
$delimiters: ['${', '}'],
|
||||
get currentInterval() {
|
||||
const urlParams = new URLSearchParams(window.location.search)
|
||||
return urlParams.has('interval')
|
||||
? urlParams.get('interval')
|
||||
: null
|
||||
}
|
||||
}).mount('#summary-page')
|
Reference in New Issue
Block a user