Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
梦想橡皮擦
uni-starter
提交
4ec90647
U
uni-starter
项目概览
梦想橡皮擦
/
uni-starter
与 Fork 源项目一致
Fork自
DCloud / uni-starter
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
4ec90647
编写于
4月 21, 2021
作者:
DCloud_JSON
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
https://gitee.com/dcloud/base-app
上级
bdbdacc1
588e9056
变更
6
显示空白变更内容
内联
并排
Showing
6 changed file
with
56 addition
and
247 deletion
+56
-247
manifest.json
manifest.json
+1
-2
pages.json
pages.json
+42
-53
pages/ucenter/help/help.vue
pages/ucenter/help/help.vue
+0
-178
pages/ucenter/ucenter.vue
pages/ucenter/ucenter.vue
+3
-3
uni_modules/uni-login-page/components/uni-quick-login/uni-quick-login.vue
...login-page/components/uni-quick-login/uni-quick-login.vue
+3
-3
uni_modules/uni-login-page/pages/index/index.vue
uni_modules/uni-login-page/pages/index/index.vue
+7
-8
未找到文件。
manifest.json
浏览文件 @
4ec90647
...
...
@@ -86,8 +86,7 @@
"setting"
:
{
"urlCheck"
:
false
},
"usingComponents"
:
true
,
"betterScopedSlots"
:
true
"usingComponents"
:
true
},
"mp-alipay"
:
{
"usingComponents"
:
true
...
...
pages.json
浏览文件 @
4ec90647
...
...
@@ -24,8 +24,6 @@
"app-plus"
:
{
"animationType"
:
"none"
,
"popGesture"
:
"none"
//
"navigationStyle"
:
"custom"
,
//
"backgroundColor"
:
"transparent"
,
}
}
},
{
...
...
@@ -78,9 +76,12 @@
"style"
:
{
"navigationBarTitleText"
:
"关于"
//
#ifdef
APP-PLUS
,
"app-plus"
:
{
,
"app-plus"
:
{
"titleNView"
:
{
"buttons"
:
[{
"type"
:
"share"
}]
"buttons"
:
[{
"type"
:
"share"
}]
}
}
//
#endif
...
...
@@ -142,7 +143,6 @@
},
{
"path"
:
"uni_modules/uni-id-users/pages/uni-id-users/edit"
,
//
"path"
:
"pages/ucenter/edit/edit"
,
"style"
:
{
"navigationBarTitleText"
:
"编辑资料"
}
...
...
@@ -168,34 +168,22 @@
}
},
{
"path"
:
"pages/
ucenter/help/help
"
,
"path"
:
"pages/
test/test
"
,
"style"
:
{
"navigationBarTitleText"
:
"帮助"
,
"enablePullDownRefresh"
:
false
}
}
,{
"path"
:
"pages/test/test"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
,{
"path"
:
"pages/common/webview/webview"
,
"style"
:
{
},
{
"path"
:
"pages/common/webview/webview"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
,{
"path"
:
"uni_modules/uni-login-page/pages/register/register"
,
"style"
:
{
},
{
"path"
:
"uni_modules/uni-login-page/pages/register/register"
,
"style"
:
{
"navigationBarTitleText"
:
"注册"
,
"enablePullDownRefresh"
:
false
}
...
...
@@ -220,11 +208,12 @@
"path"
:
"pages/test/test"
},
{
"path"
:
"pages/ucenter/settings/settings"
"path"
:
"pages/ucenter/settings/settings"
}
],
"current"
:
1
},
"current"
:
0
},
"tabBar"
:
{
"color"
:
"#7A7E83"
,
"selectedColor"
:
"#007AFF"
,
...
...
pages/ucenter/help/help.vue
已删除
100644 → 0
浏览文件 @
bdbdacc1
<
template
>
<view>
<uni-collapse
:accordion=
"true"
>
<uni-collapse-item
v-for=
"item in accordion"
:key=
"item.id"
:title=
"item.title"
:show-animation=
"item.animation"
>
<text
class=
"content"
>
{{
item
.
content
}}
</text>
</uni-collapse-item>
</uni-collapse>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
accordion
:
[{
id
:
0
,
title
:
'
什么是uniCloud?
'
,
content
:
`uniCloud 是 DCloud 联合阿里云、腾讯云,为开发者提供的基于 serverless 模式和 js 编程的云开发平台。`
,
animation
:
true
},
{
id
:
1
,
title
:
'
什么是serverless?
'
,
content
:
`serverless是目前很火的概念,它是下一代云技术,是真正的“云”。
传统的云服务,让开发者免于购买实体服务器硬件,改为购买虚拟机。但开发者仍然要自己装操作系统、web服务器、数据库,自己处理热备,自己新购服务器来应对高并发,自己抗DDOS攻击...`
,
animation
:
true
},
{
id
:
2
,
title
:
'
uniCloud为何可降低云服务租用成本
'
,
content
:
`1、传统云服务的租用,按占用的硬件资源的上限值+固定时长来租用。
选择CPU和内存的配置,不到满配时,资源是浪费的,接近满配就需要立即扩容新的配置。
serverless不是传统云,它不需要开发者选择CPU和内存配置,也没有操作系统的选择。开发者编写云函数代码,上传到uniCloud的阿里云版或腾讯云版。
阿里云和腾讯云搭建了巨大的serverless资源池,有众多node进程用于云函数的运行。
这些资源是复用和共享的,并不存在某个开发者租用了3G CPU和8G内存,这些硬件就只能为他所用。
因为共享大资源池,云服务厂商的成本大幅下降,开发者无需为闲置资源付费,云函数被调用才计费。
从技术原理上serverless就有明显成本优势,所以租用serverless比租用传统云要便宜的多。
2、没有名目繁多的收费项
在传统云的世界里,有大量的收费产品。
在阿里云和腾讯云的官网可以看到长长的收费产品列表,比如负载均衡、高防、安全中心...
在uniCloud的世界,简单清晰,没有这些收费项。
只需按对计算资源、存储资源的消耗计费,只需关心业务,无需关心其他各种名目的增值产品,也无需为它们付费。
要知道一个用于防DDoS的高防套餐,每个月至少几万元。而这些费用,在uniCloud中无需支付。
展开说下uniCloud为什么不用买高防也不害怕DDoS:由于阿里云和腾讯云的serverless有巨大的资源池,且serverless没有固定ip,云函数使用的是阿里云和腾讯云的自有域名,前端网页托管在cdn上,DDoS攻击者打不起、也打不挂uniCloud。
3、云厂商的促销补贴
目前阿里云为uniCloud提供了纯免费的云资源,不但云函数、云数据库免费,连存储和cdn都免费。
腾讯云也提供了一个免费服务空间,此外再建服务空间的收费也比传统云要低很多。
基于以上3点原因,uniCloud大幅降低了开发者云资源的租用成本。
除了云资源的成本,uniCloud还可以减少开发商的人工成本、招聘成本、沟通管理成本,这些成本往往远大于云资源成本。`
,
animation
:
true
}
],
}
},
methods
:
{
}
}
</
script
>
<
style
>
@charset
"UTF-8"
;
/* 头条小程序组件内不能引入字体 */
/* #ifdef MP-TOUTIAO */
@font-face
{
font-family
:
uniicons
;
font-weight
:
normal
;
font-style
:
normal
;
src
:
url("~@/static/uni.ttf")
format
(
"truetype"
);
}
/* #endif */
/* #ifndef APP-NVUE */
page
{
display
:
flex
;
flex-direction
:
column
;
box-sizing
:
border-box
;
background-color
:
#efeff4
;
min-height
:
100%
;
height
:
auto
;
}
view
{
font-size
:
14px
;
line-height
:
inherit
;
}
.example
{
padding
:
0
15px
15px
;
}
.example-info
{
padding
:
15px
;
color
:
#3b4144
;
background
:
#ffffff
;
}
.example-body
{
/* #ifndef APP-NVUE */
display
:
flex
;
/* #endif */
flex-direction
:
row
;
flex-wrap
:
wrap
;
justify-content
:
center
;
padding
:
0
;
font-size
:
14px
;
background-color
:
#ffffff
;
}
/* #endif */
.example
{
padding
:
0
15px
;
}
.example-info
{
/* #ifndef APP-NVUE */
display
:
block
;
/* #endif */
padding
:
15px
;
color
:
#3b4144
;
background-color
:
#ffffff
;
font-size
:
14px
;
line-height
:
20px
;
}
.example-info-text
{
font-size
:
14px
;
line-height
:
20px
;
color
:
#3b4144
;
}
.example-body
{
flex-direction
:
column
;
padding
:
15px
;
background-color
:
#ffffff
;
}
.word-btn-white
{
font-size
:
18px
;
color
:
#FFFFFF
;
}
.word-btn
{
/* #ifndef APP-NVUE */
display
:
flex
;
/* #endif */
flex-direction
:
row
;
align-items
:
center
;
justify-content
:
center
;
border-radius
:
6px
;
height
:
48px
;
margin
:
15px
;
background-color
:
#007AFF
;
}
.word-btn--hover
{
background-color
:
#4ca2ff
;
}
.example-body
{
flex-direction
:
column
;
flex
:
1
;
}
.content
{
padding
:
15px
;
font-size
:
14px
;
line-height
:
20px
;
background-color
:
#f9f9f9
;
color
:
#666
;
}
.button
{
font-size
:
26
rpx
;
line-height
:
90
rpx
;
}
</
style
>
\ No newline at end of file
pages/ucenter/ucenter.vue
浏览文件 @
4ec90647
...
...
@@ -8,9 +8,9 @@
</view>
</view>
<uni-grid
class=
"grid"
:column=
"5"
:showBorder=
"false"
:square=
"true"
>
<uni-grid-item
class=
"item"
v-for=
"(
{text,icon}
,index) in gridList" @click.native="tapGrid(index)">
<uni-icons
class=
"icon"
color=
"#5d5e64"
:type=
"icon"
size=
"28"
></uni-icons>
<text
class=
"text"
>
{{
text
}}
</text>
<uni-grid-item
class=
"item"
v-for=
"(
item
,index) in gridList"
@
click.native=
"tapGrid(index)"
>
<uni-icons
class=
"icon"
color=
"#5d5e64"
:type=
"i
tem.i
con"
size=
"28"
></uni-icons>
<text
class=
"text"
>
{{
item
.
text
}}
</text>
</uni-grid-item>
</uni-grid>
<uni-list
class=
"center-list"
v-for=
"(sublist , index) in ucenterList"
>
...
...
uni_modules/uni-login-page/components/uni-quick-login/uni-quick-login.vue
浏览文件 @
4ec90647
<
template
>
<view
class=
"quick-login-box"
>
<view
class=
"item"
v-for=
"(
{id,logo,text,path},index) in servicesList" :key="index" @click="path?to(path):login(
id,false)">
<image
class=
"logo"
:src=
"logo"
mode=
"widthFix"
></image>
<text
class=
"login-title"
>
{{
text
}}
</text>
<view
class=
"item"
v-for=
"(
item,index) in servicesList"
:key=
"index"
@
click=
"item.path?to(item.path):login(item.
id,false)"
>
<image
class=
"logo"
:src=
"
item.
logo"
mode=
"widthFix"
></image>
<text
class=
"login-title"
>
{{
item
.
text
}}
</text>
</view>
</view>
</
template
>
...
...
uni_modules/uni-login-page/pages/index/index.vue
浏览文件 @
4ec90647
<
template
>
<view
class=
"wrap"
>
<!--
<uni-nav-bar
left-icon=
"back"
left-text=
"返回"
right-text=
"菜单"
title=
"导航栏组件"
></uni-nav-bar>
-->
<view
class=
"wrap-content"
>
<view
class=
"content"
>
<!-- 顶部文字 -->
...
...
@@ -11,12 +10,12 @@
<uni-forms-item
name=
"phone"
>
<uni-easyinput
type=
"number"
class=
"phone-input-box"
:inputBorder=
"false"
v-model=
"formData.phone"
maxlength=
"11"
placeholder=
"请输入手机号"
>
<template
slot=
"left"
>
<!-- 当前仅支持中国大陆手机号 -->
<!--
<picker
mode=
"selector"
:range=
"phoneArea"
@
change=
"selectPhoneArea"
>
-->
<!--
<text
class=
"phone-area"
@
click=
"selectPhoneArea"
>
{{
currenPhoneArea
}}
</text>
-->
<!--
</picker>
-->
</
template
>
<!--
<template
slot=
"left"
>
<picker
mode=
"selector"
:range=
"phoneArea"
@
change=
"selectPhoneArea"
>
<text
class=
"phone-area"
@
click=
"selectPhoneArea"
>
{{
currenPhoneArea
}}
</text>
</picker>
</
template
>
-->
</uni-easyinput>
</uni-forms-item>
<button
class=
"send-btn-box"
:disabled=
"!canGetShortMsg"
:type=
"canGetShortMsg?'primary':'default'"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录