mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 07:02:33 +01:00
This commit is contained in:
parent
99ad5a0f77
commit
425882cda0
2 changed files with 4 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ ${html}
|
|||
</div>`;
|
||||
};
|
||||
|
||||
const getLanguageByIndex = (index: number, type: "sort" | "date") => {
|
||||
export const getLanguageByIndex = (index: number, type: "sort" | "date") => {
|
||||
if (type === "sort") {
|
||||
switch (index) {
|
||||
case 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue