diff --git a/FindFriends/WeChatApp/README.en.md b/FindFriends/WeChatApp/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..b8f6e278f087df88e49cb2ae9549f2af705d923f --- /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 0000000000000000000000000000000000000000..a61064c2580ef4c4586532189bdfe370711f35ae --- /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 d91667c059ad466f3b704f41c45edcec36233c57..0269a1306c2462f6d0edfeb61b5b7175c5abad85 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 dd4b173ebd73a89f28eca8989d52b8f5bda199b7..687212ec0592b96df6bff707d784db18ad6e48b4 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ### 介绍 -本仓库是OpenGauss的一个应用开源项目 +本仓库包含一些基于openGauss的应用案例和Demo。