mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 11:50:15 +01:00
This commit is contained in:
parent
a306fb4845
commit
9ea365276e
4 changed files with 46 additions and 45 deletions
|
|
@ -80,22 +80,22 @@ export class Options {
|
|||
toolbar: isMobile() ? [
|
||||
"block-ref",
|
||||
"a",
|
||||
"text",
|
||||
"|",
|
||||
"text",
|
||||
"strong",
|
||||
"em",
|
||||
"u",
|
||||
"clear",
|
||||
"|",
|
||||
"code",
|
||||
"tag",
|
||||
"inline-memo",
|
||||
"inline-math",
|
||||
"|",
|
||||
"clear",
|
||||
] : [
|
||||
"block-ref",
|
||||
"a",
|
||||
"text",
|
||||
"|",
|
||||
"text",
|
||||
"strong",
|
||||
"em",
|
||||
"u",
|
||||
|
|
@ -103,14 +103,13 @@ export class Options {
|
|||
"mark",
|
||||
"sup",
|
||||
"sub",
|
||||
"clear",
|
||||
"|",
|
||||
"code",
|
||||
"kbd",
|
||||
"tag",
|
||||
"inline-memo",
|
||||
"inline-math",
|
||||
"|",
|
||||
"clear"
|
||||
],
|
||||
typewriterMode: false,
|
||||
upload: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue