系统级工具

john 22f96cbff3 显示标题栏 2 years ago
.vscode 47e40e9413 init 2 years ago
public 47e40e9413 init 2 years ago
src ad506df386 相似度对比算法 2 years ago
src-tauri 22f96cbff3 显示标题栏 2 years ago
.gitignore 47e40e9413 init 2 years ago
README.md 22f96cbff3 显示标题栏 2 years ago
index.html 4216664ec8 第二版菜单 2 years ago
package.json 6c3b9df2cd fix: build 2 years ago
pnpm-lock.yaml 75edd1ab75 基础布局 2 years ago
tsconfig.json 75edd1ab75 基础布局 2 years ago
tsconfig.node.json 47e40e9413 init 2 years ago
vite.config.ts 6c3b9df2cd fix: build 2 years ago
yarn.lock 6c3b9df2cd fix: build 2 years ago
文件相似度对比_new.md ad506df386 相似度对比算法 2 years ago
文件相似度对比_old.md ad506df386 相似度对比算法 2 years ago

README.md

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.

Recommended IDE Setup

开发笔记

隐藏标题栏
    "windows": [
      {
        "fullscreen": false,
        "height": 735,
        "resizable": true,
        "title": "System Tools",
        "width": 1150,
        "hiddenTitle": true,
        "titleBarStyle": "Overlay"
      }
    ]