feat: version display

This commit is contained in:
pk5ls20
2024-11-17 03:43:09 +08:00
parent cc73104d62
commit 666da80ef5
2 changed files with 10 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "napcat.webui",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"webui:lint": "eslint --fix src/**/*.{js,ts,vue}",