chore: Update the version and adjust the style configuration

This commit is contained in:
Shanshuimei 2025-04-28 20:23:35 +08:00
parent 4519835968
commit bb86e01592
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"lineWidth": 2,
"lineColor": "#6a4dff",
"lineColor": "#2b00ff",
"itemSpacing": 30,
"cardBackground": "var(--background-primary-alt)",
"cardTextColor": "var(--text-normal)",

View file

@ -1,7 +1,7 @@
{
"id": "generate-timeline",
"name": "Generate Timeline",
"version": "1.2.2",
"version": "1.2.3",
"minAppVersion": "0.15.0",
"description": "Generate timelines from tag folder or file automatically by any time properties.",
"author": "Shanshuimei",

View file

@ -1,6 +1,6 @@
{
"name": "generate-timeline",
"version": "1.2.2",
"version": "1.2.3",
"description": "Generate timelines from tag, folder or file automatically by any time properties.",
"main": "main.js",
"type": "module",

View file

@ -37,9 +37,9 @@ If your plugin does not need CSS, delete this file.
.timeline-era-title {
font-size: 1.5em;
color: var(--text-accent);
margin-bottom: 20px;
margin-left: 30px;
margin-left: 20%;
margin-right:10%;
}
.timeline-era-date {