From 84491a446a71d10ac05f715c82f860034d32ccf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Wed, 22 May 2019 12:13:46 +0800 Subject: [PATCH] rename blocks --- .../.gitignore | 0 .../README.md | 0 .../package.json | 0 .../snapshot.png | Bin .../src/_mock.ts | 0 .../src/components/PageHeaderWrapper/index.less | 0 .../src/components/PageHeaderWrapper/index.tsx | 0 .../src/components/StandardFormRow/index.less | 0 .../src/components/StandardFormRow/index.tsx | 0 .../src/components/TagSelect/index.less | 0 .../src/components/TagSelect/index.tsx | 0 .../src/data.d.ts | 0 .../src/index.tsx | 0 .../src/model.ts | 0 .../src/service.ts | 0 .../src/style.less | 0 .../src/utils/utils.less | 0 .../.gitignore | 0 .../README.md | 0 .../package.json | 0 .../snapshot.png | Bin .../src/_mock.ts | 0 .../src/components/ArticleListContent/index.less | 0 .../src/components/ArticleListContent/index.tsx | 0 .../src/components/StandardFormRow/index.less | 0 .../src/components/StandardFormRow/index.tsx | 0 .../src/components/TagSelect/index.less | 0 .../src/components/TagSelect/index.tsx | 0 .../src/data.d.ts | 0 .../src/index.tsx | 0 .../src/model.ts | 0 .../src/service.ts | 0 .../src/style.less | 0 .../.gitignore | 0 .../README.md | 0 .../package.json | 0 .../snapshot.png | Bin .../src/_mock.ts | 0 .../src/components/AvatarList/index.less | 0 .../src/components/AvatarList/index.tsx | 0 .../src/components/StandardFormRow/index.less | 0 .../src/components/StandardFormRow/index.tsx | 0 .../src/components/TagSelect/index.less | 0 .../src/components/TagSelect/index.tsx | 0 .../src/data.d.ts | 0 .../src/index.tsx | 0 .../src/model.ts | 0 .../src/service.ts | 0 .../src/style.less | 0 .../src/utils/utils.less | 0 50 files changed, 0 insertions(+), 0 deletions(-) rename {SearchListApplications => ListSearchApplications}/.gitignore (100%) rename {SearchListApplications => ListSearchApplications}/README.md (100%) rename {SearchListApplications => ListSearchApplications}/package.json (100%) rename {SearchListApplications => ListSearchApplications}/snapshot.png (100%) rename {SearchListApplications => ListSearchApplications}/src/_mock.ts (100%) rename {SearchListApplications => ListSearchApplications}/src/components/PageHeaderWrapper/index.less (100%) rename {SearchListApplications => ListSearchApplications}/src/components/PageHeaderWrapper/index.tsx (100%) rename {SearchListApplications => ListSearchApplications}/src/components/StandardFormRow/index.less (100%) rename {SearchListApplications => ListSearchApplications}/src/components/StandardFormRow/index.tsx (100%) rename {SearchListApplications => ListSearchApplications}/src/components/TagSelect/index.less (100%) rename {SearchListApplications => ListSearchApplications}/src/components/TagSelect/index.tsx (100%) rename {SearchListApplications => ListSearchApplications}/src/data.d.ts (100%) rename {SearchListApplications => ListSearchApplications}/src/index.tsx (100%) rename {SearchListApplications => ListSearchApplications}/src/model.ts (100%) rename {SearchListApplications => ListSearchApplications}/src/service.ts (100%) rename {SearchListApplications => ListSearchApplications}/src/style.less (100%) rename {SearchListApplications => ListSearchApplications}/src/utils/utils.less (100%) rename {SearchListArticles => ListSearchArticles}/.gitignore (100%) rename {SearchListArticles => ListSearchArticles}/README.md (100%) rename {SearchListArticles => ListSearchArticles}/package.json (100%) rename {SearchListArticles => ListSearchArticles}/snapshot.png (100%) rename {SearchListArticles => ListSearchArticles}/src/_mock.ts (100%) rename {SearchListArticles => ListSearchArticles}/src/components/ArticleListContent/index.less (100%) rename {SearchListArticles => ListSearchArticles}/src/components/ArticleListContent/index.tsx (100%) rename {SearchListArticles => ListSearchArticles}/src/components/StandardFormRow/index.less (100%) rename {SearchListArticles => ListSearchArticles}/src/components/StandardFormRow/index.tsx (100%) rename {SearchListArticles => ListSearchArticles}/src/components/TagSelect/index.less (100%) rename {SearchListArticles => ListSearchArticles}/src/components/TagSelect/index.tsx (100%) rename {SearchListArticles => ListSearchArticles}/src/data.d.ts (100%) rename {SearchListArticles => ListSearchArticles}/src/index.tsx (100%) rename {SearchListArticles => ListSearchArticles}/src/model.ts (100%) rename {SearchListArticles => ListSearchArticles}/src/service.ts (100%) rename {SearchListArticles => ListSearchArticles}/src/style.less (100%) rename {SearchListProjects => ListSearchProjects}/.gitignore (100%) rename {SearchListProjects => ListSearchProjects}/README.md (100%) rename {SearchListProjects => ListSearchProjects}/package.json (100%) rename {SearchListProjects => ListSearchProjects}/snapshot.png (100%) rename {SearchListProjects => ListSearchProjects}/src/_mock.ts (100%) rename {SearchListProjects => ListSearchProjects}/src/components/AvatarList/index.less (100%) rename {SearchListProjects => ListSearchProjects}/src/components/AvatarList/index.tsx (100%) rename {SearchListProjects => ListSearchProjects}/src/components/StandardFormRow/index.less (100%) rename {SearchListProjects => ListSearchProjects}/src/components/StandardFormRow/index.tsx (100%) rename {SearchListProjects => ListSearchProjects}/src/components/TagSelect/index.less (100%) rename {SearchListProjects => ListSearchProjects}/src/components/TagSelect/index.tsx (100%) rename {SearchListProjects => ListSearchProjects}/src/data.d.ts (100%) rename {SearchListProjects => ListSearchProjects}/src/index.tsx (100%) rename {SearchListProjects => ListSearchProjects}/src/model.ts (100%) rename {SearchListProjects => ListSearchProjects}/src/service.ts (100%) rename {SearchListProjects => ListSearchProjects}/src/style.less (100%) rename {SearchListProjects => ListSearchProjects}/src/utils/utils.less (100%) diff --git a/SearchListApplications/.gitignore b/ListSearchApplications/.gitignore similarity index 100% rename from SearchListApplications/.gitignore rename to ListSearchApplications/.gitignore diff --git a/SearchListApplications/README.md b/ListSearchApplications/README.md similarity index 100% rename from SearchListApplications/README.md rename to ListSearchApplications/README.md diff --git a/SearchListApplications/package.json b/ListSearchApplications/package.json similarity index 100% rename from SearchListApplications/package.json rename to ListSearchApplications/package.json diff --git a/SearchListApplications/snapshot.png b/ListSearchApplications/snapshot.png similarity index 100% rename from SearchListApplications/snapshot.png rename to ListSearchApplications/snapshot.png diff --git a/SearchListApplications/src/_mock.ts b/ListSearchApplications/src/_mock.ts similarity index 100% rename from SearchListApplications/src/_mock.ts rename to ListSearchApplications/src/_mock.ts diff --git a/SearchListApplications/src/components/PageHeaderWrapper/index.less b/ListSearchApplications/src/components/PageHeaderWrapper/index.less similarity index 100% rename from SearchListApplications/src/components/PageHeaderWrapper/index.less rename to ListSearchApplications/src/components/PageHeaderWrapper/index.less diff --git a/SearchListApplications/src/components/PageHeaderWrapper/index.tsx b/ListSearchApplications/src/components/PageHeaderWrapper/index.tsx similarity index 100% rename from SearchListApplications/src/components/PageHeaderWrapper/index.tsx rename to ListSearchApplications/src/components/PageHeaderWrapper/index.tsx diff --git a/SearchListApplications/src/components/StandardFormRow/index.less b/ListSearchApplications/src/components/StandardFormRow/index.less similarity index 100% rename from SearchListApplications/src/components/StandardFormRow/index.less rename to ListSearchApplications/src/components/StandardFormRow/index.less diff --git a/SearchListApplications/src/components/StandardFormRow/index.tsx b/ListSearchApplications/src/components/StandardFormRow/index.tsx similarity index 100% rename from SearchListApplications/src/components/StandardFormRow/index.tsx rename to ListSearchApplications/src/components/StandardFormRow/index.tsx diff --git a/SearchListApplications/src/components/TagSelect/index.less b/ListSearchApplications/src/components/TagSelect/index.less similarity index 100% rename from SearchListApplications/src/components/TagSelect/index.less rename to ListSearchApplications/src/components/TagSelect/index.less diff --git a/SearchListApplications/src/components/TagSelect/index.tsx b/ListSearchApplications/src/components/TagSelect/index.tsx similarity index 100% rename from SearchListApplications/src/components/TagSelect/index.tsx rename to ListSearchApplications/src/components/TagSelect/index.tsx diff --git a/SearchListApplications/src/data.d.ts b/ListSearchApplications/src/data.d.ts similarity index 100% rename from SearchListApplications/src/data.d.ts rename to ListSearchApplications/src/data.d.ts diff --git a/SearchListApplications/src/index.tsx b/ListSearchApplications/src/index.tsx similarity index 100% rename from SearchListApplications/src/index.tsx rename to ListSearchApplications/src/index.tsx diff --git a/SearchListApplications/src/model.ts b/ListSearchApplications/src/model.ts similarity index 100% rename from SearchListApplications/src/model.ts rename to ListSearchApplications/src/model.ts diff --git a/SearchListApplications/src/service.ts b/ListSearchApplications/src/service.ts similarity index 100% rename from SearchListApplications/src/service.ts rename to ListSearchApplications/src/service.ts diff --git a/SearchListApplications/src/style.less b/ListSearchApplications/src/style.less similarity index 100% rename from SearchListApplications/src/style.less rename to ListSearchApplications/src/style.less diff --git a/SearchListApplications/src/utils/utils.less b/ListSearchApplications/src/utils/utils.less similarity index 100% rename from SearchListApplications/src/utils/utils.less rename to ListSearchApplications/src/utils/utils.less diff --git a/SearchListArticles/.gitignore b/ListSearchArticles/.gitignore similarity index 100% rename from SearchListArticles/.gitignore rename to ListSearchArticles/.gitignore diff --git a/SearchListArticles/README.md b/ListSearchArticles/README.md similarity index 100% rename from SearchListArticles/README.md rename to ListSearchArticles/README.md diff --git a/SearchListArticles/package.json b/ListSearchArticles/package.json similarity index 100% rename from SearchListArticles/package.json rename to ListSearchArticles/package.json diff --git a/SearchListArticles/snapshot.png b/ListSearchArticles/snapshot.png similarity index 100% rename from SearchListArticles/snapshot.png rename to ListSearchArticles/snapshot.png diff --git a/SearchListArticles/src/_mock.ts b/ListSearchArticles/src/_mock.ts similarity index 100% rename from SearchListArticles/src/_mock.ts rename to ListSearchArticles/src/_mock.ts diff --git a/SearchListArticles/src/components/ArticleListContent/index.less b/ListSearchArticles/src/components/ArticleListContent/index.less similarity index 100% rename from SearchListArticles/src/components/ArticleListContent/index.less rename to ListSearchArticles/src/components/ArticleListContent/index.less diff --git a/SearchListArticles/src/components/ArticleListContent/index.tsx b/ListSearchArticles/src/components/ArticleListContent/index.tsx similarity index 100% rename from SearchListArticles/src/components/ArticleListContent/index.tsx rename to ListSearchArticles/src/components/ArticleListContent/index.tsx diff --git a/SearchListArticles/src/components/StandardFormRow/index.less b/ListSearchArticles/src/components/StandardFormRow/index.less similarity index 100% rename from SearchListArticles/src/components/StandardFormRow/index.less rename to ListSearchArticles/src/components/StandardFormRow/index.less diff --git a/SearchListArticles/src/components/StandardFormRow/index.tsx b/ListSearchArticles/src/components/StandardFormRow/index.tsx similarity index 100% rename from SearchListArticles/src/components/StandardFormRow/index.tsx rename to ListSearchArticles/src/components/StandardFormRow/index.tsx diff --git a/SearchListArticles/src/components/TagSelect/index.less b/ListSearchArticles/src/components/TagSelect/index.less similarity index 100% rename from SearchListArticles/src/components/TagSelect/index.less rename to ListSearchArticles/src/components/TagSelect/index.less diff --git a/SearchListArticles/src/components/TagSelect/index.tsx b/ListSearchArticles/src/components/TagSelect/index.tsx similarity index 100% rename from SearchListArticles/src/components/TagSelect/index.tsx rename to ListSearchArticles/src/components/TagSelect/index.tsx diff --git a/SearchListArticles/src/data.d.ts b/ListSearchArticles/src/data.d.ts similarity index 100% rename from SearchListArticles/src/data.d.ts rename to ListSearchArticles/src/data.d.ts diff --git a/SearchListArticles/src/index.tsx b/ListSearchArticles/src/index.tsx similarity index 100% rename from SearchListArticles/src/index.tsx rename to ListSearchArticles/src/index.tsx diff --git a/SearchListArticles/src/model.ts b/ListSearchArticles/src/model.ts similarity index 100% rename from SearchListArticles/src/model.ts rename to ListSearchArticles/src/model.ts diff --git a/SearchListArticles/src/service.ts b/ListSearchArticles/src/service.ts similarity index 100% rename from SearchListArticles/src/service.ts rename to ListSearchArticles/src/service.ts diff --git a/SearchListArticles/src/style.less b/ListSearchArticles/src/style.less similarity index 100% rename from SearchListArticles/src/style.less rename to ListSearchArticles/src/style.less diff --git a/SearchListProjects/.gitignore b/ListSearchProjects/.gitignore similarity index 100% rename from SearchListProjects/.gitignore rename to ListSearchProjects/.gitignore diff --git a/SearchListProjects/README.md b/ListSearchProjects/README.md similarity index 100% rename from SearchListProjects/README.md rename to ListSearchProjects/README.md diff --git a/SearchListProjects/package.json b/ListSearchProjects/package.json similarity index 100% rename from SearchListProjects/package.json rename to ListSearchProjects/package.json diff --git a/SearchListProjects/snapshot.png b/ListSearchProjects/snapshot.png similarity index 100% rename from SearchListProjects/snapshot.png rename to ListSearchProjects/snapshot.png diff --git a/SearchListProjects/src/_mock.ts b/ListSearchProjects/src/_mock.ts similarity index 100% rename from SearchListProjects/src/_mock.ts rename to ListSearchProjects/src/_mock.ts diff --git a/SearchListProjects/src/components/AvatarList/index.less b/ListSearchProjects/src/components/AvatarList/index.less similarity index 100% rename from SearchListProjects/src/components/AvatarList/index.less rename to ListSearchProjects/src/components/AvatarList/index.less diff --git a/SearchListProjects/src/components/AvatarList/index.tsx b/ListSearchProjects/src/components/AvatarList/index.tsx similarity index 100% rename from SearchListProjects/src/components/AvatarList/index.tsx rename to ListSearchProjects/src/components/AvatarList/index.tsx diff --git a/SearchListProjects/src/components/StandardFormRow/index.less b/ListSearchProjects/src/components/StandardFormRow/index.less similarity index 100% rename from SearchListProjects/src/components/StandardFormRow/index.less rename to ListSearchProjects/src/components/StandardFormRow/index.less diff --git a/SearchListProjects/src/components/StandardFormRow/index.tsx b/ListSearchProjects/src/components/StandardFormRow/index.tsx similarity index 100% rename from SearchListProjects/src/components/StandardFormRow/index.tsx rename to ListSearchProjects/src/components/StandardFormRow/index.tsx diff --git a/SearchListProjects/src/components/TagSelect/index.less b/ListSearchProjects/src/components/TagSelect/index.less similarity index 100% rename from SearchListProjects/src/components/TagSelect/index.less rename to ListSearchProjects/src/components/TagSelect/index.less diff --git a/SearchListProjects/src/components/TagSelect/index.tsx b/ListSearchProjects/src/components/TagSelect/index.tsx similarity index 100% rename from SearchListProjects/src/components/TagSelect/index.tsx rename to ListSearchProjects/src/components/TagSelect/index.tsx diff --git a/SearchListProjects/src/data.d.ts b/ListSearchProjects/src/data.d.ts similarity index 100% rename from SearchListProjects/src/data.d.ts rename to ListSearchProjects/src/data.d.ts diff --git a/SearchListProjects/src/index.tsx b/ListSearchProjects/src/index.tsx similarity index 100% rename from SearchListProjects/src/index.tsx rename to ListSearchProjects/src/index.tsx diff --git a/SearchListProjects/src/model.ts b/ListSearchProjects/src/model.ts similarity index 100% rename from SearchListProjects/src/model.ts rename to ListSearchProjects/src/model.ts diff --git a/SearchListProjects/src/service.ts b/ListSearchProjects/src/service.ts similarity index 100% rename from SearchListProjects/src/service.ts rename to ListSearchProjects/src/service.ts diff --git a/SearchListProjects/src/style.less b/ListSearchProjects/src/style.less similarity index 100% rename from SearchListProjects/src/style.less rename to ListSearchProjects/src/style.less diff --git a/SearchListProjects/src/utils/utils.less b/ListSearchProjects/src/utils/utils.less similarity index 100% rename from SearchListProjects/src/utils/utils.less rename to ListSearchProjects/src/utils/utils.less -- GitLab