Skip to content

Commit 0f36441

Browse files
committed
chore: release v1.3.10
1 parent 6b7e8db commit 0f36441

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Maple",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"minAppVersion": "1.1.9",
55
"author": "subframe7536",
66
"authorUrl": "https://github.com/subframe7536"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maple",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"type": "module",
55
"author": "subframe7536",
66
"scripts": {

theme.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Maple Theme v1.3.9 For Obsidian */
1+
/* Maple Theme v1.3.10 For Obsidian */
22
/* @settings
33
id: maple-basic
44
name: Maple Basic
@@ -446,7 +446,7 @@ settings:
446446
type: variable-text
447447
title: Setting Panel Header Title
448448
title.zh: 设置面板标题
449-
default: Maple 1.3.9
449+
default: Maple 1.3.10
450450
quotes: true
451451
- id: modal-setting-header-title-center
452452
type: class-toggle
@@ -6819,6 +6819,13 @@ input.metadata-property-key-input,
68196819
/* #endregion property */
68206820
/* #endregion [editor] */
68216821
/* #region [plugins] */
6822+
/* #region excalidraw */
6823+
.excalidraw__embeddable__outer {
6824+
--embed-background: transparent;
6825+
--blockquote-background-color: transparent;
6826+
}
6827+
6828+
/* #endregion excalidraw */
68226829
/* #region better-command-palette */
68236830
.better-command-palette {
68246831
--prompt-text: "Better Command Palette";
@@ -7388,7 +7395,7 @@ body.modal-setting-header:not(.is-mobile) .modal-container .mod-settings {
73887395
container-type: inline-size;
73897396
}
73907397
body.modal-setting-header:not(.is-mobile) .modal-container .mod-settings::before {
7391-
content: var(--setting-modal-header-title, "Maple 1.3.9");
7398+
content: var(--setting-modal-header-title, "Maple 1.3.10");
73927399
position: absolute;
73937400
left: var(--size-4-4);
73947401
top: calc(var(--modal-header-height) / 2);

0 commit comments

Comments
 (0)