mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Make 1.18 the default version
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
ga('set', 'page', location.pathname);
|
||||
ga('set', 'dimension1', localStorage.getItem('theme') ?? 'default');
|
||||
ga('set', 'dimension2', 'v2');
|
||||
ga('set', 'dimension3', localStorage.getItem('schema_version') ?? '1.17');
|
||||
ga('set', 'dimension3', localStorage.getItem('schema_version') ?? '1.18');
|
||||
ga('set', 'dimension4', localStorage.getItem('language') ?? 'en');
|
||||
ga('set', 'dimension5', 'none');
|
||||
ga('send', 'pageview');
|
||||
|
||||
@@ -22,7 +22,7 @@ export namespace Store {
|
||||
if (version && VersionIds.includes(version as VersionId)) {
|
||||
return version as VersionId
|
||||
}
|
||||
return '1.17'
|
||||
return '1.18'
|
||||
}
|
||||
|
||||
export function getIndent() {
|
||||
|
||||
Reference in New Issue
Block a user