From e7d3fbffde2b7e2d5db91cc960fac31b08842e8f Mon Sep 17 00:00:00 2001 From: zhongjun2 Date: Wed, 28 Oct 2020 14:41:35 +0800 Subject: [PATCH] adjust directory of examples repo --- FindFriends/WeChatApp/README.en.md | 3 +++ FindFriends/WeChatApp/README.md | 3 +++ app.js => FindFriends/WeChatApp/app.js | 0 app.json => FindFriends/WeChatApp/app.json | 0 app.wxss => FindFriends/WeChatApp/app.wxss | 0 {colorui => FindFriends/WeChatApp/colorui}/animation.wxss | 0 .../WeChatApp/colorui}/components/cu-custom.js | 0 .../WeChatApp/colorui}/components/cu-custom.json | 0 .../WeChatApp/colorui}/components/cu-custom.wxml | 0 .../WeChatApp/colorui}/components/cu-custom.wxss | 0 {colorui => FindFriends/WeChatApp/colorui}/icon.wxss | 0 {colorui => FindFriends/WeChatApp/colorui}/main.wxss | 0 .../WeChatApp/components}/info/index.js | 0 .../WeChatApp/components}/info/index.json | 0 .../WeChatApp/components}/info/index.wxml | 0 .../WeChatApp/components}/info/index.wxss | 0 config.js => FindFriends/WeChatApp/config.js | 0 {model => FindFriends/WeChatApp/model}/hobby-parent.js | 0 {model => FindFriends/WeChatApp/model}/job.js | 0 {pages => FindFriends/WeChatApp/pages}/index/index.js | 0 {pages => FindFriends/WeChatApp/pages}/index/index.json | 0 {pages => FindFriends/WeChatApp/pages}/index/index.wxml | 0 {pages => FindFriends/WeChatApp/pages}/index/index.wxss | 0 .../WeChatApp/project.config.json | 0 sitemap.json => FindFriends/WeChatApp/sitemap.json | 0 {utils => FindFriends/WeChatApp/utils}/http.js | 0 {utils => FindFriends/WeChatApp/utils}/util.js | 0 README.en.md | 4 ++-- README.md | 2 +- 29 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 FindFriends/WeChatApp/README.en.md create mode 100644 FindFriends/WeChatApp/README.md rename app.js => FindFriends/WeChatApp/app.js (100%) rename app.json => FindFriends/WeChatApp/app.json (100%) rename app.wxss => FindFriends/WeChatApp/app.wxss (100%) rename {colorui => FindFriends/WeChatApp/colorui}/animation.wxss (100%) rename {colorui => FindFriends/WeChatApp/colorui}/components/cu-custom.js (100%) rename {colorui => FindFriends/WeChatApp/colorui}/components/cu-custom.json (100%) rename {colorui => FindFriends/WeChatApp/colorui}/components/cu-custom.wxml (100%) rename {colorui => FindFriends/WeChatApp/colorui}/components/cu-custom.wxss (100%) rename {colorui => FindFriends/WeChatApp/colorui}/icon.wxss (100%) rename {colorui => FindFriends/WeChatApp/colorui}/main.wxss (100%) rename {components => FindFriends/WeChatApp/components}/info/index.js (100%) rename {components => FindFriends/WeChatApp/components}/info/index.json (100%) rename {components => FindFriends/WeChatApp/components}/info/index.wxml (100%) rename {components => FindFriends/WeChatApp/components}/info/index.wxss (100%) rename config.js => FindFriends/WeChatApp/config.js (100%) rename {model => FindFriends/WeChatApp/model}/hobby-parent.js (100%) rename {model => FindFriends/WeChatApp/model}/job.js (100%) rename {pages => FindFriends/WeChatApp/pages}/index/index.js (100%) rename {pages => FindFriends/WeChatApp/pages}/index/index.json (100%) rename {pages => FindFriends/WeChatApp/pages}/index/index.wxml (100%) rename {pages => FindFriends/WeChatApp/pages}/index/index.wxss (100%) rename project.config.json => FindFriends/WeChatApp/project.config.json (100%) rename sitemap.json => FindFriends/WeChatApp/sitemap.json (100%) rename {utils => FindFriends/WeChatApp/utils}/http.js (100%) rename {utils => FindFriends/WeChatApp/utils}/util.js (100%) diff --git a/FindFriends/WeChatApp/README.en.md b/FindFriends/WeChatApp/README.en.md new file mode 100644 index 00000000..b8f6e278 --- /dev/null +++ b/FindFriends/WeChatApp/README.en.md @@ -0,0 +1,3 @@ +### Description + +This is a wechat app case for finding friends. diff --git a/FindFriends/WeChatApp/README.md b/FindFriends/WeChatApp/README.md new file mode 100644 index 00000000..a61064c2 --- /dev/null +++ b/FindFriends/WeChatApp/README.md @@ -0,0 +1,3 @@ +### 介绍 + +这是一个找朋友的微信小程序案例。 diff --git a/app.js b/FindFriends/WeChatApp/app.js similarity index 100% rename from app.js rename to FindFriends/WeChatApp/app.js diff --git a/app.json b/FindFriends/WeChatApp/app.json similarity index 100% rename from app.json rename to FindFriends/WeChatApp/app.json diff --git a/app.wxss b/FindFriends/WeChatApp/app.wxss similarity index 100% rename from app.wxss rename to FindFriends/WeChatApp/app.wxss diff --git a/colorui/animation.wxss b/FindFriends/WeChatApp/colorui/animation.wxss similarity index 100% rename from colorui/animation.wxss rename to FindFriends/WeChatApp/colorui/animation.wxss diff --git a/colorui/components/cu-custom.js b/FindFriends/WeChatApp/colorui/components/cu-custom.js similarity index 100% rename from colorui/components/cu-custom.js rename to FindFriends/WeChatApp/colorui/components/cu-custom.js diff --git a/colorui/components/cu-custom.json b/FindFriends/WeChatApp/colorui/components/cu-custom.json similarity index 100% rename from colorui/components/cu-custom.json rename to FindFriends/WeChatApp/colorui/components/cu-custom.json diff --git a/colorui/components/cu-custom.wxml b/FindFriends/WeChatApp/colorui/components/cu-custom.wxml similarity index 100% rename from colorui/components/cu-custom.wxml rename to FindFriends/WeChatApp/colorui/components/cu-custom.wxml diff --git a/colorui/components/cu-custom.wxss b/FindFriends/WeChatApp/colorui/components/cu-custom.wxss similarity index 100% rename from colorui/components/cu-custom.wxss rename to FindFriends/WeChatApp/colorui/components/cu-custom.wxss diff --git a/colorui/icon.wxss b/FindFriends/WeChatApp/colorui/icon.wxss similarity index 100% rename from colorui/icon.wxss rename to FindFriends/WeChatApp/colorui/icon.wxss diff --git a/colorui/main.wxss b/FindFriends/WeChatApp/colorui/main.wxss similarity index 100% rename from colorui/main.wxss rename to FindFriends/WeChatApp/colorui/main.wxss diff --git a/components/info/index.js b/FindFriends/WeChatApp/components/info/index.js similarity index 100% rename from components/info/index.js rename to FindFriends/WeChatApp/components/info/index.js diff --git a/components/info/index.json b/FindFriends/WeChatApp/components/info/index.json similarity index 100% rename from components/info/index.json rename to FindFriends/WeChatApp/components/info/index.json diff --git a/components/info/index.wxml b/FindFriends/WeChatApp/components/info/index.wxml similarity index 100% rename from components/info/index.wxml rename to FindFriends/WeChatApp/components/info/index.wxml diff --git a/components/info/index.wxss b/FindFriends/WeChatApp/components/info/index.wxss similarity index 100% rename from components/info/index.wxss rename to FindFriends/WeChatApp/components/info/index.wxss diff --git a/config.js b/FindFriends/WeChatApp/config.js similarity index 100% rename from config.js rename to FindFriends/WeChatApp/config.js diff --git a/model/hobby-parent.js b/FindFriends/WeChatApp/model/hobby-parent.js similarity index 100% rename from model/hobby-parent.js rename to FindFriends/WeChatApp/model/hobby-parent.js diff --git a/model/job.js b/FindFriends/WeChatApp/model/job.js similarity index 100% rename from model/job.js rename to FindFriends/WeChatApp/model/job.js diff --git a/pages/index/index.js b/FindFriends/WeChatApp/pages/index/index.js similarity index 100% rename from pages/index/index.js rename to FindFriends/WeChatApp/pages/index/index.js diff --git a/pages/index/index.json b/FindFriends/WeChatApp/pages/index/index.json similarity index 100% rename from pages/index/index.json rename to FindFriends/WeChatApp/pages/index/index.json diff --git a/pages/index/index.wxml b/FindFriends/WeChatApp/pages/index/index.wxml similarity index 100% rename from pages/index/index.wxml rename to FindFriends/WeChatApp/pages/index/index.wxml diff --git a/pages/index/index.wxss b/FindFriends/WeChatApp/pages/index/index.wxss similarity index 100% rename from pages/index/index.wxss rename to FindFriends/WeChatApp/pages/index/index.wxss diff --git a/project.config.json b/FindFriends/WeChatApp/project.config.json similarity index 100% rename from project.config.json rename to FindFriends/WeChatApp/project.config.json diff --git a/sitemap.json b/FindFriends/WeChatApp/sitemap.json similarity index 100% rename from sitemap.json rename to FindFriends/WeChatApp/sitemap.json diff --git a/utils/http.js b/FindFriends/WeChatApp/utils/http.js similarity index 100% rename from utils/http.js rename to FindFriends/WeChatApp/utils/http.js diff --git a/utils/util.js b/FindFriends/WeChatApp/utils/util.js similarity index 100% rename from utils/util.js rename to FindFriends/WeChatApp/utils/util.js diff --git a/README.en.md b/README.en.md index d91667c0..0269a130 100644 --- a/README.en.md +++ b/README.en.md @@ -1,5 +1,5 @@ # examples -#### Description +### Description -This repository is an application open source project of OpenGauss \ No newline at end of file +This repository contains some applications and demos to illustrate possible use cases of openGauss. diff --git a/README.md b/README.md index dd4b173e..687212ec 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ### 介绍 -本仓库是OpenGauss的一个应用开源项目 +本仓库包含一些基于openGauss的应用案例和Demo。 -- Gitee