项目:插件更新
This commit is contained in:
parent
006cd94b22
commit
02b1bdf33f
3
.obsidian/appearance.json
vendored
3
.obsidian/appearance.json
vendored
@ -7,5 +7,6 @@
|
||||
"textFontFamily": "霞鹜文楷等宽,微软雅黑",
|
||||
"monospaceFontFamily": "霞鹜文楷等宽,微软雅黑",
|
||||
"baseFontSizeAction": true,
|
||||
"accentColor": ""
|
||||
"accentColor": "",
|
||||
"nativeMenus": false
|
||||
}
|
8
.obsidian/plugins/obsidian-git/main.js
vendored
8
.obsidian/plugins/obsidian-git/main.js
vendored
@ -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
|
||||
};
|
||||
});
|
||||
}
|
||||
|
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
@ -5,5 +5,5 @@
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"js": "main.js",
|
||||
"version": "2.20.5"
|
||||
"version": "2.20.6"
|
||||
}
|
||||
|
3
.obsidian/plugins/obsidian-hider/data.json
vendored
3
.obsidian/plugins/obsidian-hider/data.json
vendored
@ -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
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user