1
0

项目:插件更新

This commit is contained in:
周中平 2023-07-26 17:11:06 +08:00
parent 006cd94b22
commit 02b1bdf33f
Signed by: zhouzhongping
GPG Key ID: 6666822800008000
6 changed files with 13 additions and 16 deletions

View File

@ -7,5 +7,6 @@
"textFontFamily": "霞鹜文楷等宽,微软雅黑", "textFontFamily": "霞鹜文楷等宽,微软雅黑",
"monospaceFontFamily": "霞鹜文楷等宽,微软雅黑", "monospaceFontFamily": "霞鹜文楷等宽,微软雅黑",
"baseFontSizeAction": true, "baseFontSizeAction": true,
"accentColor": "" "accentColor": "",
"nativeMenus": false
} }

View File

@ -29954,21 +29954,21 @@ var SimpleGit = class extends GitManager {
(err) => this.onError(err) (err) => this.onError(err)
); );
return res.all.map((e) => { return res.all.map((e) => {
var _a2, _b; var _a2, _b, _c, _d;
return { return {
...e, ...e,
refs: e.refs.split(", "), refs: e.refs.split(", "),
diff: { diff: {
...e.diff, ...e.diff,
files: e.diff.files.map((f) => ({ files: (_b = (_a2 = e.diff) == null ? void 0 : _a2.files.map((f) => ({
...f, ...f,
status: f.status, status: f.status,
path: f.file, path: f.file,
hash: e.hash, hash: e.hash,
vault_path: this.getVaultPath(f.file) vault_path: this.getVaultPath(f.file)
})) }))) != null ? _b : []
}, },
fileName: (_b = (_a2 = e.diff) == null ? void 0 : _a2.files.first()) == null ? void 0 : _b.file fileName: (_d = (_c = e.diff) == null ? void 0 : _c.files.first()) == null ? void 0 : _d.file
}; };
}); });
} }

View File

@ -5,5 +5,5 @@
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent", "fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js", "js": "main.js",
"version": "2.20.5" "version": "2.20.6"
} }

View File

@ -1,10 +1,11 @@
{ {
"hideRibbon": false, "hideRibbon": false,
"hideStatus": false, "hideStatus": false,
"hideTabs": true, "hideTabs": false,
"hideScroll": false, "hideScroll": false,
"hideSidebarButtons": false, "hideSidebarButtons": false,
"hideTooltips": false, "hideTooltips": false,
"hideFileNavButtons": false,
"hideSearchSuggestions": false, "hideSearchSuggestions": false,
"hideSearchCounts": false, "hideSearchCounts": false,
"hideInstructions": false, "hideInstructions": false,

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,8 @@
{ {
"id": "obsidian-minimal-settings", "id": "obsidian-minimal-settings",
"name": "Minimal Theme Settings", "name": "Minimal Theme Settings",
"version": "6.3.1", "version": "6.3.2",
"minAppVersion": "0.16.0", "minAppVersion": "1.1.9",
"description": "Change the colors, fonts and features of Minimal Theme.", "description": "Change the colors, fonts and features of Minimal Theme.",
"author": "@kepano", "author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano", "authorUrl": "https://www.twitter.com/kepano",