update
This commit is contained in:
@@ -79,7 +79,7 @@ async function loadGuides() {
|
||||
}
|
||||
}
|
||||
|
||||
const FORMAT_ORDER = ['OnePager', 'Cheatsheet', 'MiniGuide', 'Guide', 'BeginnerGuide', 'IntermediateGuide', 'ExtendedGuide']
|
||||
const FORMAT_ORDER = ['OnePager', 'Cheatsheet', 'MiniGuide', 'Guide', 'EndGuide']
|
||||
|
||||
function autoPreview() {
|
||||
const map = doneByFormat.value
|
||||
|
||||
@@ -27,9 +27,7 @@ const formats = [
|
||||
{ key: 'Cheatsheet', label: 'Cheatsheet' },
|
||||
{ key: 'MiniGuide', label: 'MiniGuide' },
|
||||
{ key: 'Guide', label: 'Guide' },
|
||||
{ key: 'BeginnerGuide', label: 'BeginnerGuide' },
|
||||
{ key: 'IntermediateGuide', label: 'IntermediateGuide' },
|
||||
{ key: 'ExtendedGuide', label: 'ExtendedGuide' },
|
||||
{ key: 'EndGuide', label: 'EndGuide' },
|
||||
]
|
||||
|
||||
const activeGenerations = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user