{"id":25172600,"url":"https://github.com/makergyt/filetree","last_synced_at":"2026-07-15T16:33:17.198Z","repository":{"id":143921272,"uuid":"180560070","full_name":"MakerGYT/fileTree","owner":"MakerGYT","description":"【Best Practices】小程序文件树形选择","archived":false,"fork":false,"pushed_at":"2019-04-10T10:44:48.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T06:32:44.034Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MakerGYT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-04-10T10:39:50.000Z","updated_at":"2021-02-14T18:07:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"058004c7-a2cf-47d8-81bb-a890677173c5","html_url":"https://github.com/MakerGYT/fileTree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MakerGYT/fileTree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakerGYT%2FfileTree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakerGYT%2FfileTree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakerGYT%2FfileTree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakerGYT%2FfileTree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MakerGYT","download_url":"https://codeload.github.com/MakerGYT/fileTree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakerGYT%2FfileTree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35513409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-09T10:15:18.747Z","updated_at":"2026-07-15T16:33:17.186Z","avatar_url":"https://github.com/MakerGYT.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 依赖关系\ntree组件调用了icon组件\n# 调整\n1. icon默认颜色调整 \n```css\n/* /icon/index.wxss*/\n\n.my-icon-folder:before {\n  content: \"\\e602\";\n  color: grey;\n}\n```\n也可在调用时设置颜色\n\u003cmy-icon name=\"\" color=\"\" /\u003e\n2. icon替换\n在[阿里巴巴矢量图标库](https://www.iconfont.cn)新建项目并引入图标后下载至本地，将iconfont.css内容复制到index.wxss\n3. 层次数据\n```js\n// pages/source/tree.js\n    value: [\n        {\n\n            Key: 'doc/',\n            Type: 'folder',\n            children: [\n                {\n                   \n                }\n            ]\n        }\n    ]\n```\n\n# 改进\n根据文件名自动配置type","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakergyt%2Ffiletree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakergyt%2Ffiletree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakergyt%2Ffiletree/lists"}