update description

This commit is contained in:
MaysWind
2025-09-29 16:41:47 +08:00
parent 4d0d3959a9
commit 564c9e1d95
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[Unit]
Description=ezBookkeeping, a lightweight, self-hosted personal finance app with a sleek, user-friendly interface and powerful bookkeeping features.
Description=ezBookkeeping, a lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features.
After=syslog.target
After=network.target
After=mariadb.service mysqld.service postgresql.service

View File

@@ -117,7 +117,7 @@ export default defineConfig(() => {
manifest: {
name: 'ezBookkeeping',
short_name: 'ezBookkeeping',
description: 'A lightweight, self-hosted personal finance app with a sleek, user-friendly interface and powerful bookkeeping features.',
description: 'A lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features.',
theme_color: '#C67E48',
background_color: '#F6F7F8',
start_url: './',