This commit is contained in:
Julian Freeman
2026-04-17 18:06:55 -04:00
parent 837012d57f
commit d42d3592bb
4 changed files with 36 additions and 8 deletions

View File

@@ -1,7 +1,35 @@
# Tauri + Vue + TypeScript
# Chrom Tool
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
一个 Chromium 系浏览器本地数据管理工具。
## Recommended IDE Setup
## 功能
- [VS Code](https://code.visualstudio.com/) + [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
- 扫描浏览器用户资料
- 查看已安装插件,并支持删除插件
- 查看书签,并支持删除书签
- 查看已保存登录站点
- 清理历史相关文件
- `History`
- `Top Sites`
- `Visited Links`
- `Sessions` 目录中的文件
- 支持自定义浏览器路径配置
## 当前支持
- Windows
- macOS
已适配的浏览器:
- Google Chrome
- Microsoft Edge
- Brave
- Vivaldi
- Yandex Browser
- Chromium
## 说明
- 项目主要面向 Chromium 系浏览器本地资料目录
- 部分删除或清理操作在浏览器运行中可能失败,建议先关闭对应浏览器

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri + Vue + Typescript App</title>
<title>Chrom Tool</title>
</head>
<body>

View File

@@ -1,8 +1,8 @@
[package]
name = "chrom-tool"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
description = "A local data management tool for Chromium-based browsers."
authors = ["julianf4r"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "Browser Assistant",
"title": "浏览器助手",
"width": 1400,
"height": 900,
"minWidth": 1100,