# easytouch-plugin-file-manager **Repository Path**: easytouchplugins/easytouch-plugin-file-manager ## Basic Information - **Project Name**: easytouch-plugin-file-manager - **Description**: 文件资源管理器:主打本地磁盘文件浏览、搜索、文件夹管理 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-08 - **Last Updated**: 2026-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # file_manager - EasyTouch 插件 ![build](https://img.shields.io/badge/build-passing-brightgreen) ![plugin_id](https://img.shields.io/badge/plugin%5Fid-server.com.easytouch.file%5Fmanager-blue) ![category](https://img.shields.io/badge/category-general-orange) ![version](https://img.shields.io/badge/version-0.2.0-lightgrey) ## 概述 EasyTouch file_manager 插件(对标 macOS 访达 / Windows 文件资源管理器),分类: **general**。 ## 插件信息 | 属性 | 值 | |------|-----| | plugin_id (Peer) | `server.com.easytouch.file_manager` | | plugin_id (Client) | `client.com.easytouch.file_manager` | | worker_id | `file.manager` | | 版本 | 0.1.0 | | 分类 | general | | 展示名 | 文件管理器 | ## 目录结构 ``` easytouch-plugin-file-manager/ ├── server/ # Server 端 (Rust,可部署 Peer/Router) ├── client/ # Client 端 (Flutter) └── README.md ``` ## 开发 ### Server 端(server/) ```bash cd rust etk build cargo test ``` ### Client 端(client/) ```bash cd flutter flutter pub get flutter test ``` ## 注册 在 `manifest.json` 中定义的 `expose_methods` 将自动注册到 EasyTouch Zenoh queryable。