← 返回
未分类 中文

Qjzd Nav Cli Operations

Use when managing QJZD Nav backups, restore, and site settings including uploading background images, logos, and favicons.
用于管理 QJZD Nav 备份、还原和站点设置,包括上传背景图片、Logo 和 Favicon。
nqdy666 nqdy666 来源
未分类 clawhub v1.3.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 403
下载
💾 0
安装
1
版本
#latest

概述

QJZD Nav CLI Operations

Use this skill for qjzd-nav backup and qjzd-nav settings.

If auth may not be ready, check qjzd-nav auth current first or load qjzd-nav-cli-auth.

Commands

qjzd-nav backup --help
qjzd-nav settings --help

Backups

List backups:

qjzd-nav backup list
qjzd-nav backup list --json

Export backup (JSON format):

qjzd-nav backup export
qjzd-nav backup export --output ./backup.json
qjzd-nav backup export --json

Export backup with assets (ZIP format):

qjzd-nav backup export-zip
qjzd-nav backup export-zip --output ./backup.zip

Download a backup file:

qjzd-nav backup download --filename "qjzd-nav-backup-2024-01-01.json" --output ./download.json

Delete a backup:

qjzd-nav backup delete --filename "qjzd-nav-backup-2024-01-01.json"

Import backup (JSON only):

qjzd-nav backup import --file ./backup.json

Settings

Get current settings:

qjzd-nav settings get
qjzd-nav settings get --json

Update settings:

qjzd-nav settings update --site-title "My Nav" --site-subtitle "Links"
qjzd-nav settings update --logo-icon "i-lucide-star"
qjzd-nav settings update --background-overlay 50
qjzd-nav settings update --show-shortcut-hints --show-edit-button

Upload file (background, logo, or favicon):

# Upload and set as background image (default overlay: 20%)
qjzd-nav settings upload --type background --file ./bg.jpg

# Upload and set as logo
qjzd-nav settings upload --type logo --file ./logo.png

# Upload and set as favicon
qjzd-nav settings upload --type favicon --file ./favicon.ico

Supported file types:

  • Background: PNG, JPG, WEBP
  • Logo: PNG, JPG, SVG, ICO
  • Favicon: PNG, SVG, ICO

Settings Fields

FieldTypeDescription
------------------------------------------------------------------------------------
--site-titlestringSite title
--site-subtitlestringSite subtitle
--logo-iconstringLucide icon class (e.g., i-lucide-compass)
--logo-imagestringLogo image URL
--faviconstringFavicon URL
--background-imagestringBackground image URL
--background-overlaynumberBackground overlay 0-100 (default: 20 when uploading)
--show-shortcut-hintsbooleanShow keyboard shortcut hints
--sidebar-collapsedbooleanSidebar default collapsed state
--show-edit-buttonbooleanShow edit button
--show-settings-buttonbooleanShow settings button

Rules

  • backup import only supports JSON format, not ZIP.
  • When uploading background, --background-overlay defaults to 20%.
  • Use --json for automation and scripts.
  • Backup files are stored on the server with a maximum of 100 backups.

版本历史

共 1 个版本

  • v1.3.2 当前
    2026-05-03 10:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Qjzd Nav Cli Content

nqdy666
用于在终端管理 QJZD Nav 链接、分类和标签,支持列表、创建、更新、删除操作。
★ 0 📥 457

Qjzd Nav Cli

nqdy666
用于涉及 QJZD Nav CLI 的任务,包括链接、分类、标签、备份、设置或身份验证。
★ 0 📥 457

Qjzd Nav Cli Auth

nqdy666
在配合 QJZD Nav CLI 登录、bearer token 认证、配置文件设置、配置文件切换、当前配置文件检查或修复缺失的 keyring 凭证时使用。
★ 0 📥 455