forked from midorg-com/midorg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(catalogue): change demo to miniprogram
- Loading branch information
Showing
44 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# 元岛 | ||
|
||
元岛学习社区[https://www.midorg.com/](https://www.midorg.com/)的应用代码仓库。 | ||
元岛社区[https://www.midorg.com/](https://www.midorg.com/)的应用代码仓库。 | ||
|
||
《Re01:从零开始的编程之路》视频地址:[https://space.bilibili.com/34786453](https://space.bilibili.com/34786453) | ||
|
||
apps 目录下,demo 为小程序 0.2 版本真实代码,在微信搜索小程序 元岛 即可体验(截止新版本发布前),web 为元岛网站的静态文件,访问网站即可。 | ||
在 apps 目录下,miniprogram 为元岛小程序的真实代码,在微信搜索小程序 元岛 即可体验(截止新版本发布前),web 为元岛网站的静态文件,访问元岛官网即可体验。 | ||
|
||
不同版本可以通过不同的 git tag 切换,新手学习可以从 0.2.0 版本开始。 | ||
|
||
本仓库后续将持续补充《Re01》的教学代码和元岛的项目代码。 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 元岛小程序 V0.2 | ||
# 元岛小程序 version: 0.2.0 | ||
|
||
为了确保真实,本次演示代码直接发布为了真实版本,小程序元岛现阶段的版本就是这个代码。 | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
apps/demo/uploadCloudFunction.bat → apps/miniprogram/uploadCloudFunction.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"D:\Program Files (x86)\Tencent\΢ÐÅweb¿ª·¢Õß¹¤¾ß\cli.bat" cloud functions deploy --e mid-2gnw71li1e1341f3 --n quickstartFunctions --r --project "D:\app\apps\demo" --report_first --report | ||
"D:\Program Files (x86)\Tencent\΢ÐÅweb¿ª·¢Õß¹¤¾ß\cli.bat" cloud functions deploy --e mid-2gnw71li1e1341f3 --n quickstartFunctions --r --project "D:\app\apps\miniprogram" --report_first --report |