This commit is contained in:
Devon22 2025-10-03 00:13:57 +08:00
parent 1fb192ba23
commit 06a71b52a7
5 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "gridexplorer",
"name": "GridExplorer",
"version": "2.9.21",
"version": "2.9.22",
"minAppVersion": "1.1.0",
"description": "Browse note files in a grid view.",
"author": "Devon22",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "gridexplorer",
"version": "2.9.21",
"version": "2.9.22",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gridexplorer",
"version": "2.9.21",
"version": "2.9.22",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View file

@ -1,6 +1,6 @@
{
"name": "gridexplorer",
"version": "2.9.21",
"version": "2.9.22",
"description": "Browse note files in a grid view.",
"main": "main.js",
"scripts": {

View file

@ -587,6 +587,7 @@
border-bottom: 1px solid var(--background-modifier-border);
flex-shrink: 0;
justify-content: center;
flex-wrap: wrap;
}
.ge-header-buttons button {
@ -600,6 +601,7 @@
font-size: 14px;
cursor: pointer;
transition: background-color 0.2s, transform 0.1s;
flex: 0 0 auto;
}
.ge-header-buttons button:disabled {

View file

@ -1,3 +1,3 @@
{
"2.9.21": "1.1.0"
"2.9.22": "1.1.0"
}