Skip to content

Commit 90520e6

Browse files
committed
docs: attach some screenshots
1 parent 808e40c commit 90520e6

File tree

6 files changed

+10
-2
lines changed

6 files changed

+10
-2
lines changed

docs/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ Pull requests are welcome. For major changes, please open an issue first to disc
3939

4040
## Demonstration
4141

42+
<div align="center" style="display: grid;grid-template-columns: repeat(2, 1fr); gap: 10px">
43+
44+
<img src="./demos/home-page__blue-archive-bg.png" alt="Home page with the Morizuki Suzumi L2D background image">
45+
<img src="./demos/multi-window__blue-archive-different-bgs.png" alt="Multi-Window navigation with different Blue Archive background images">
46+
<img src="./demos/log-viewer__logs.png" alt="Log Viewer">
47+
<img src="./demos/home-page__blank-with-fps-counter.png" alt="Home page with FPS counter">
48+
49+
</div>
50+
4251
<details>
4352

4453
<div align="center" style="display: grid;grid-template-columns: repeat(3, 1fr); gap: 10px">
42 KB
Loading
879 KB
Loading

docs/demos/log-viewer__logs.png

82.8 KB
Loading
2.14 MB
Loading

src/lib/configs/scopes/get-config-file.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ export async function getConfigFile(passedBaseDirectory?: string): Promise<Confi
7272
return getDefaultConfig();
7373
}
7474

75-
log.info("Config file exists");
76-
log.debug("Reading a config file");
75+
log.debug("Config file exists. Reading a config file");
7776
const configFile = await readTextFile(configFileDirectory);
7877

7978
log.debug("Parsing a config file");

0 commit comments

Comments
 (0)