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": "霞鹜文楷等宽,微软雅黑",
"monospaceFontFamily": "霞鹜文楷等宽,微软雅黑",
"baseFontSizeAction": true,
"accentColor": ""
"accentColor": "",
"nativeMenus": false
}

View File

@ -29954,21 +29954,21 @@ var SimpleGit = class extends GitManager {
(err) => this.onError(err)
);
return res.all.map((e) => {
var _a2, _b;
var _a2, _b, _c, _d;
return {
...e,
refs: e.refs.split(", "),
diff: {
...e.diff,
files: e.diff.files.map((f) => ({
files: (_b = (_a2 = e.diff) == null ? void 0 : _a2.files.map((f) => ({
...f,
status: f.status,
path: f.file,
hash: e.hash,
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,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.20.5"
"version": "2.20.6"
}

View File

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

File diff suppressed because one or more lines are too long

View File

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