feat: fix issue

This commit is contained in:
liufree 2025-03-22 19:42:04 +08:00
parent 4b247eb914
commit 10a6a795ff
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"name": "QueryDash",
"version": "1.0.0",
"minAppVersion": "1.8.0",
"description": "This is a database search plugin for Obsidian",
"description": "Refer to Dataview and add search, sorting, and pagination functions, just like Notion.",
"author": "lwx",
"authorUrl": "https://github.com/liufree",
"isDesktopOnly": false

View file

@ -1,7 +1,7 @@
{
"name": "obsidian-querydash",
"version": "1.0.0",
"description": "This is a database search plugin for Obsidian",
"description": "Refer to Dataview and add search, sorting, and pagination functions, just like Notion.",
"main": "main.js",
"scripts": {
"dev": "vite build --watch --mode development",