feat: init project with miniprogram, cloud functions and admin console

这个提交包含在:
Guoguo
2026-04-22 21:24:20 +08:00
当前提交 a84e37a6e2
修改 106 个文件,包含 5902 行新增0 行删除
+8
查看文件
@@ -0,0 +1,8 @@
Page({
data: {
articles: []
},
onLoad: function () {
}
})
+3
查看文件
@@ -0,0 +1,3 @@
{
"navigationBarTitleText": "发现"
}
+4
查看文件
@@ -0,0 +1,4 @@
<view class="container">
<view class="section-title">发现</view>
<view class="text-center text-muted mt-20">暂无内容</view>
</view>
+1
查看文件
@@ -0,0 +1 @@
{}