Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
1c5bdaf2
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
5995
Star
90
Fork
162
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
18
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
18
Issue
18
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
1c5bdaf2
编写于
6月 08, 2023
作者:
Y
yurj26
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add .gitignore
上级
2637f45d
变更
17
隐藏空白更改
内联
并排
Showing
17 changed file
with
54 addition
and
36 deletion
+54
-36
.gitignore
.gitignore
+5
-0
unpackage/dist/dev/.sourcemap/app/index.kt.map
unpackage/dist/dev/.sourcemap/app/index.kt.map
+1
-1
unpackage/dist/dev/.uvue/pages/API/navigator/navigator.uvue
unpackage/dist/dev/.uvue/pages/API/navigator/navigator.uvue
+2
-1
unpackage/dist/dev/.uvue/pages/component/button/button.uvue
unpackage/dist/dev/.uvue/pages/component/button/button.uvue
+3
-2
unpackage/dist/dev/.uvue/pages/component/checkbox/checkbox.uvue
...age/dist/dev/.uvue/pages/component/checkbox/checkbox.uvue
+2
-1
unpackage/dist/dev/.uvue/pages/component/image/image.uvue
unpackage/dist/dev/.uvue/pages/component/image/image.uvue
+2
-1
unpackage/dist/dev/.uvue/pages/component/input/input.uvue
unpackage/dist/dev/.uvue/pages/component/input/input.uvue
+2
-1
unpackage/dist/dev/.uvue/pages/component/progress/progress.uvue
...age/dist/dev/.uvue/pages/component/progress/progress.uvue
+2
-1
unpackage/dist/dev/.uvue/pages/component/radio/radio.uvue
unpackage/dist/dev/.uvue/pages/component/radio/radio.uvue
+2
-1
unpackage/dist/dev/.uvue/pages/component/scroll-view/scroll-view.uvue
...st/dev/.uvue/pages/component/scroll-view/scroll-view.uvue
+2
-1
unpackage/dist/dev/.uvue/pages/component/text/text.uvue
unpackage/dist/dev/.uvue/pages/component/text/text.uvue
+2
-1
unpackage/dist/dev/.uvue/pages/component/textarea/textarea.uvue
...age/dist/dev/.uvue/pages/component/textarea/textarea.uvue
+2
-1
unpackage/dist/dev/.uvue/pages/component/view/view.uvue
unpackage/dist/dev/.uvue/pages/component/view/view.uvue
+2
-1
unpackage/dist/dev/.uvue/pages/tabBar/API/API.uvue
unpackage/dist/dev/.uvue/pages/tabBar/API/API.uvue
+2
-1
unpackage/dist/dev/.uvue/pages/tabBar/component/component.uvue
...kage/dist/dev/.uvue/pages/tabBar/component/component.uvue
+2
-1
unpackage/dist/dev/app-plus/classes.dex
unpackage/dist/dev/app-plus/classes.dex
+0
-0
unpackage/dist/dev/app-plus/index.kt
unpackage/dist/dev/app-plus/index.kt
+21
-21
未找到文件。
.gitignore
0 → 100644
浏览文件 @
1c5bdaf2
node_modules/
.project
unpackage/
.DS_Store
.hbuilderx/
\ No newline at end of file
unpackage/dist/dev/.sourcemap/app/index.kt.map
浏览文件 @
1c5bdaf2
因为 它太大了无法显示 source diff 。你可以改为
查看blob
。
unpackage/dist/dev/.uvue/pages/API/navigator/navigator.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -109,8 +109,9 @@
const GenPagesAPINavigatorNavigatorStyles = [new Map<string, Map<string, Map<string, any>>>([["common-page-head", new Map<string, any>([["", new Map<string, any>([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map<string, any>([["", new Map<string, any>([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])]])]
import _easycom_page_head from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/page-head/page-head.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesAPINavigatorNavigatorRender(_ctx: GenPagesAPINavigatorNavigator): VNode | null {
const _component_page_head = resolve
Component("page-head"
)
const _component_page_head = resolve
EasyComponent("page-head",_easycom_page_head
)
const _component_button = resolveComponent("button")
return createElementVNode("view", null, [
...
...
unpackage/dist/dev/.uvue/pages/component/button/button.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -59,9 +59,10 @@
}
const GenPagesComponentButtonButtonStyles = [new Map<string, Map<string, Map<string, any>>>([["common-page-head", new Map<string, any>([["", new Map<string, any>([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map<string, any>([["", new Map<string, any>([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])], ["button", new Map<string, any>([["", new Map<string, any>([["marginTop", "30rpx"]])]])], ["button-sp-area", new Map<string, any>([["", new Map<string, any>([["marginTop", 0], ["marginRight", "auto"], ["marginBottom", 0], ["marginLeft", "auto"], ["width", "60%"]])]])], ["mini-btn", new Map<string, any>([["", new Map<string, any>([["marginRight", "10rpx"], ["marginBottom", "30rpx"]])]])]])]
const GenPagesComponentButtonButtonStyles = [new Map<string, Map<string, Map<string, any>>>([["common-page-head", new Map<string, any>([["", new Map<string, any>([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map<string, any>([["", new Map<string, any>([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])], ["button", new Map<string, any>([["", new Map<string, any>([["marginTop", "30rpx"]])]])], ["button-sp-area", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "20%"], ["paddingBottom", 0], ["paddingLeft", "20%"], ["width", "60%"]])]])], ["mini-btn", new Map<string, any>([["", new Map<string, any>([["marginRight", "10rpx"], ["marginBottom", "30rpx"]])]])]])]
import _easycom_page_head from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/page-head/page-head.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesComponentButtonButtonRender(_ctx: GenPagesComponentButtonButton): VNode | null {
const _component_page_head = resolve
Component("page-head"
)
const _component_page_head = resolve
EasyComponent("page-head",_easycom_page_head
)
const _component_button = resolveComponent("button")
return createElementVNode("view", null, [
...
...
unpackage/dist/dev/.uvue/pages/component/checkbox/checkbox.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -111,8 +111,9 @@
const GenPagesComponentCheckboxCheckboxStyles = [new Map<string, Map<string, Map<string, any>>>([["common-page-head", new Map<string, any>([["", new Map<string, any>([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map<string, any>([["", new Map<string, any>([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])], ["uni-list-cell", new Map<string, any>([["", new Map<string, any>([["justifyContent", "flex-start"]])]])]])]
import _easycom_page_head from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/page-head/page-head.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesComponentCheckboxCheckboxRender(_ctx: GenPagesComponentCheckboxCheckbox): VNode | null {
const _component_page_head = resolve
Component("page-head"
)
const _component_page_head = resolve
EasyComponent("page-head",_easycom_page_head
)
const _component_checkbox = resolveComponent("checkbox")
const _component_checkbox_group = resolveComponent("checkbox-group")
...
...
unpackage/dist/dev/.uvue/pages/component/image/image.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -38,8 +38,9 @@
const GenPagesComponentImageImageStyles = [new Map<string, Map<string, Map<string, any>>>([["common-page-head", new Map<string, any>([["", new Map<string, any>([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map<string, any>([["", new Map<string, any>([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])], ["image", new Map<string, any>([["", new Map<string, any>([["marginTop", "40rpx"], ["marginRight", "auto"], ["marginBottom", "40rpx"], ["marginLeft", "auto"], ["width", "200rpx"]])]])]])]
import _easycom_page_head from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/page-head/page-head.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesComponentImageImageRender(_ctx: GenPagesComponentImageImage): VNode | null {
const _component_page_head = resolve
Component("page-head"
)
const _component_page_head = resolve
EasyComponent("page-head",_easycom_page_head
)
return createElementVNode("view", null, [
createVNode(_component_page_head, new Map<string, any | null>([["title", _ctx.title]]), null, 8 /* PROPS */, ["title"]),
...
...
unpackage/dist/dev/.uvue/pages/component/input/input.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -160,8 +160,9 @@
const GenPagesComponentInputInputStyles = [new Map<string, Map<string, Map<string, any>>>([["common-page-head", new Map<string, any>([["", new Map<string, any>([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map<string, any>([["", new Map<string, any>([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])], ["nvue-page-root", new Map<string, any>([["", new Map<string, any>([["backgroundColor", "#F8F8F8"], ["paddingBottom", 20]])]])], ["title", new Map<string, any>([["", new Map<string, any>([["paddingTop", 5], ["paddingRight", 13], ["paddingBottom", 5], ["paddingLeft", 13]])]])], ["uni-form-item__title", new Map<string, any>([["", new Map<string, any>([["fontSize", 16], ["lineHeight", 24]])]])], ["uni-input-wrapper", new Map<string, any>([["", new Map<string, any>([["display", "flex"], ["paddingTop", 8], ["paddingRight", 13], ["paddingBottom", 8], ["paddingLeft", 13], ["flexDirection", "row"], ["flexWrap", "nowrap"], ["backgroundColor", "#FFFFFF"]])]])], ["uni-input", new Map<string, any>([["", new Map<string, any>([["height", 28], ["lineHeight", 28], ["fontSize", 15], ["paddingTop", 0], ["paddingRight", 0], ["paddingBottom", 0], ["paddingLeft", 0], ["flex", "1"], ["backgroundColor", "#FFFFFF"]])]])], ["uni-icon", new Map<string, any>([["", new Map<string, any>([["width", 24], ["height", 24]])]])]])]
import _easycom_page_head from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/page-head/page-head.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesComponentInputInputRender(_ctx: GenPagesComponentInputInput): VNode | null {
const _component_page_head = resolve
Component("page-head"
)
const _component_page_head = resolve
EasyComponent("page-head",_easycom_page_head
)
return createElementVNode("view", new Map<string, any | null>([["class", "nvue-page-root"]]), [
createVNode(_component_page_head, new Map<string, any | null>([["title", _ctx.title]]), null, 8 /* PROPS */, ["title"]),
...
...
unpackage/dist/dev/.uvue/pages/component/progress/progress.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -41,8 +41,9 @@
const GenPagesComponentProgressProgressStyles = [new Map<string, Map<string, Map<string, any>>>([["common-page-head", new Map<string, any>([["", new Map<string, any>([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map<string, any>([["", new Map<string, any>([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])], ["progress-box", new Map<string, any>([["", new Map<string, any>([["height", "50rpx"], ["marginBottom", "60rpx"]])]])], ["progress-cancel", new Map<string, any>([["", new Map<string, any>([["marginLeft", "40rpx"]])]])], ["button", new Map<string, any>([["", new Map<string, any>([["marginTop", "20rpx"]])]])]])]
import _easycom_page_head from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/page-head/page-head.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesComponentProgressProgressRender(_ctx: GenPagesComponentProgressProgress): VNode | null {
const _component_page_head = resolve
Component("page-head"
)
const _component_page_head = resolve
EasyComponent("page-head",_easycom_page_head
)
const _component_progress = resolveComponent("progress")
const _component_button = resolveComponent("button")
...
...
unpackage/dist/dev/.uvue/pages/component/radio/radio.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -93,8 +93,9 @@
const GenPagesComponentRadioRadioStyles = [new Map<string, Map<string, Map<string, any>>>([["common-page-head", new Map<string, any>([["", new Map<string, any>([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map<string, any>([["", new Map<string, any>([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])], ["uni-list-cell", new Map<string, any>([["", new Map<string, any>([["justifyContent", "flex-start"]])]])]])]
import _easycom_page_head from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/page-head/page-head.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesComponentRadioRadioRender(_ctx: GenPagesComponentRadioRadio): VNode | null {
const _component_page_head = resolve
Component("page-head"
)
const _component_page_head = resolve
EasyComponent("page-head",_easycom_page_head
)
const _component_radio = resolveComponent("radio")
const _component_radio_group = resolveComponent("radio-group")
...
...
unpackage/dist/dev/.uvue/pages/component/scroll-view/scroll-view.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -67,8 +67,9 @@
const GenPagesComponentScrollViewScrollViewStyles = [new Map<string, Map<string, Map<string, any>>>([["common-page-head", new Map<string, any>([["", new Map<string, any>([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map<string, any>([["", new Map<string, any>([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])], ["scroll-Y", new Map<string, any>([["", new Map<string, any>([["height", "300rpx"]])]])], ["scroll-view_H", new Map<string, any>([["", new Map<string, any>([["width", "100%"], ["flexDirection", "row"]])]])], ["scroll-view-item", new Map<string, any>([["", new Map<string, any>([["height", "300rpx"], ["justifyContent", "center"], ["alignItems", "center"]])]])], ["scroll-view-item_H", new Map<string, any>([["", new Map<string, any>([["width", "690rpx"], ["height", "300rpx"], ["justifyContent", "center"], ["alignItems", "center"]])]])], ["text", new Map<string, any>([["", new Map<string, any>([["fontSize", "36rpx"], ["color", "#ffffff"]])]])]])]
import _easycom_page_head from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/page-head/page-head.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesComponentScrollViewScrollViewRender(_ctx: GenPagesComponentScrollViewScrollView): VNode | null {
const _component_page_head = resolve
Component("page-head"
)
const _component_page_head = resolve
EasyComponent("page-head",_easycom_page_head
)
return createElementVNode("view", null, [
createVNode(_component_page_head, new Map<string, any | null>([["title", "scroll-view,区域滚动视图"]])),
...
...
unpackage/dist/dev/.uvue/pages/component/text/text.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -58,8 +58,9 @@
const GenPagesComponentTextTextStyles = [new Map<string, Map<string, Map<string, any>>>([["common-page-head", new Map<string, any>([["", new Map<string, any>([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map<string, any>([["", new Map<string, any>([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])], ["text-box", new Map<string, any>([["", new Map<string, any>([["marginBottom", "40rpx"], ["paddingTop", "40rpx"], ["paddingRight", 0], ["paddingBottom", "40rpx"], ["paddingLeft", 0], ["display", "flex"], ["height", "300rpx"], ["backgroundColor", "#FFFFFF"], ["justifyContent", "center"], ["alignItems", "center"], ["textAlign", "center"]])]])], ["text", new Map<string, any>([["", new Map<string, any>([["fontSize", "30rpx"], ["color", "#353535"], ["lineHeight", "54rpx"]])]])]])]
import _easycom_page_head from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/page-head/page-head.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesComponentTextTextRender(_ctx: GenPagesComponentTextText): VNode | null {
const _component_page_head = resolve
Component("page-head"
)
const _component_page_head = resolve
EasyComponent("page-head",_easycom_page_head
)
const _component_button = resolveComponent("button")
return createElementVNode("view", null, [
...
...
unpackage/dist/dev/.uvue/pages/component/textarea/textarea.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -36,8 +36,9 @@
const GenPagesComponentTextareaTextareaStyles = [new Map<string, Map<string, Map<string, any>>>([["common-page-head", new Map<string, any>([["", new Map<string, any>([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map<string, any>([["", new Map<string, any>([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])]])]
import _easycom_page_head from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/page-head/page-head.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesComponentTextareaTextareaRender(_ctx: GenPagesComponentTextareaTextarea): VNode | null {
const _component_page_head = resolve
Component("page-head"
)
const _component_page_head = resolve
EasyComponent("page-head",_easycom_page_head
)
return createElementVNode("view", null, [
createVNode(_component_page_head, new Map<string, any | null>([["title", _ctx.title]]), null, 8 /* PROPS */, ["title"]),
...
...
unpackage/dist/dev/.uvue/pages/component/view/view.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -140,8 +140,9 @@
const GenPagesComponentViewViewStyles = [new Map<string, Map<string, Map<string, any>>>([["common-page-head", new Map<string, any>([["", new Map<string, any>([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map<string, any>([["", new Map<string, any>([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map<string, any>([["", new Map<string, any>([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])], ["flex-item", new Map<string, any>([["", new Map<string, any>([["width", "33.3%"], ["height", "200rpx"], ["display", "flex"], ["justifyContent", "center"], ["alignItems", "center"]])]])], ["flex-item-V", new Map<string, any>([["", new Map<string, any>([["width", "100%"], ["height", "150rpx"], ["textAlign", "center"], ["lineHeight", "150rpx"]])]])], ["text-box", new Map<string, any>([["", new Map<string, any>([["marginTop", "15rpx"], ["marginRight", "10rpx"], ["marginBottom", "15rpx"], ["marginLeft", "10rpx"], ["paddingTop", 0], ["paddingRight", "20rpx"], ["paddingBottom", 0], ["paddingLeft", "20rpx"], ["backgroundColor", "#ebebeb"], ["height", "70rpx"], ["display", "flex"], ["justifyContent", "center"], ["alignItems", "center"], ["flexDirection", "row"]])]])], ["text", new Map<string, any>([["", new Map<string, any>([["lineHeight", "70rpx"], ["color", "#777777"], ["fontSize", "26rpx"]])]])]])]
import _easycom_page_head from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/page-head/page-head.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesComponentViewViewRender(_ctx: GenPagesComponentViewView): VNode | null {
const _component_page_head = resolve
Component("page-head"
)
const _component_page_head = resolve
EasyComponent("page-head",_easycom_page_head
)
return createElementVNode("view", null, [
createVNode(_component_page_head, new Map<string, any | null>([["title", "view"]])),
...
...
unpackage/dist/dev/.uvue/pages/tabBar/API/API.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -457,8 +457,9 @@
const GenPagesTabBarAPIAPIStyles = [new Map<string, Map<string, Map<string, any>>>([["text", new Map<string, any>([["", new Map<string, any>([["color", "#7A7E83"], ["fontSize", 14], ["lineHeight", 20]])]])], ["uni-icon", new Map<string, any>([["", new Map<string, any>([["width", 14], ["height", 14]])]])], ["uni-container", new Map<string, any>([["", new Map<string, any>([["paddingTop", 15], ["paddingRight", 15], ["paddingBottom", 15], ["paddingLeft", 15], ["backgroundColor", "#f8f8f8"]])]])], ["uni-header-logo", new Map<string, any>([["", new Map<string, any>([["display", "flex"], ["paddingTop", 15], ["paddingRight", 15], ["paddingBottom", 15], ["paddingLeft", 15], ["flexDirection", "column"], ["justifyContent", "center"], ["alignItems", "center"], ["marginTop", "10rpx"]])]])], ["uni-header-image", new Map<string, any>([["", new Map<string, any>([["width", 80], ["height", 80]])]])], ["uni-hello-text", new Map<string, any>([["", new Map<string, any>([["marginBottom", 20], ["color", "#7A7E83"]])]])], ["hello-text", new Map<string, any>([["", new Map<string, any>([["color", "#7A7E83"], ["fontSize", 14], ["lineHeight", 20]])]])], ["hello-link", new Map<string, any>([["", new Map<string, any>([["color", "#7A7E83"], ["fontSize", 14], ["lineHeight", 20]])]])], ["uni-panel", new Map<string, any>([["", new Map<string, any>([["marginBottom", 12]])]])], ["text-disabled", new Map<string, any>([["", new Map<string, any>([["color", "#a0a0a0"]])]])], ["uni-panel-h", new Map<string, any>([["", new Map<string, any>([["display", "flex"], ["backgroundColor", "#ffffff"], ["!flexDirection", "row"], ["!justifyContent", "space-between"], ["!alignItems", "center"], ["paddingTop", 12], ["paddingRight", 12], ["paddingBottom", 12], ["paddingLeft", 12]])]])], ["uni-panel-h-on", new Map<string, any>([["", new Map<string, any>([["backgroundColor", "#f0f0f0"]])]])], ["uni-panel-text", new Map<string, any>([["", new Map<string, any>([["color", "#000000"], ["fontSize", 14], ["fontWeight", "normal"]])]])], ["uni-panel-icon", new Map<string, any>([["", new Map<string, any>([["marginLeft", 15], ["color", "#999999"], ["fontSize", 14], ["fontWeight", "normal"], ["transform", "rotate(0deg)"], ["transitionDuration", 0], ["transitionProperty", "transform"]])]])], ["uni-panel-icon-on", new Map<string, any>([["", new Map<string, any>([["transform", "rotate(180deg)"]])]])], ["uni-navigate-item", new Map<string, any>([["", new Map<string, any>([["display", "flex"], ["flexDirection", "row"], ["alignItems", "center"], ["backgroundColor", "#FFFFFF"], ["borderTopStyle", "solid"], ["borderTopColor", "#f0f0f0"], ["borderTopWidth", 1], ["paddingTop", 12], ["paddingRight", 12], ["paddingBottom", 12], ["paddingLeft", 12], ["justifyContent", "space-between"], ["backgroundColor:active", "#f8f8f8"]])]])], ["uni-navigate-text", new Map<string, any>([["", new Map<string, any>([["color", "#000000"], ["fontSize", 14], ["fontWeight", "normal"]])]])], ["uni-navigate-icon", new Map<string, any>([["", new Map<string, any>([["marginLeft", 15], ["color", "#999999"], ["fontSize", 14], ["fontWeight", "normal"]])]])], ["arrow", new Map<string, any>([["", new Map<string, any>([["width", 8], ["height", 8], ["borderTopWidth", 2], ["borderTopStyle", "solid"], ["borderTopColor", "#cccccc"], ["borderLeftWidth", 2], ["borderLeftStyle", "solid"], ["borderLeftColor", "#cccccc"]])]])], ["arrow-right", new Map<string, any>([["", new Map<string, any>([["transform", "rotate(135deg)"]])]])], ["arrow-up", new Map<string, any>([["", new Map<string, any>([["transform", "rotate(45deg)"]])]])], ["arrow-down", new Map<string, any>([["", new Map<string, any>([["transform", "rotate(-135deg)"]])]])], ["@TRANSITION", new Map<string, any>([["uni-panel-icon", new Map<string, any>([["duration", 0], ["property", "transform"]])]])]])]
import _easycom_u_link from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/u-link/u-link.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesTabBarAPIAPIRender(_ctx: GenPagesTabBarAPIAPI): VNode | null {
const _component_u_link = resolve
Component("u-link"
)
const _component_u_link = resolve
EasyComponent("u-link",_easycom_u_link
)
return createElementVNode("view", new Map<string, any | null>([["class", "uni-container"]]), [
createElementVNode("view", new Map<string, any | null>([["class", "uni-header-logo"]]), [
...
...
unpackage/dist/dev/.uvue/pages/tabBar/component/component.uvue
浏览文件 @
1c5bdaf2
...
...
@@ -254,8 +254,9 @@
const GenPagesTabBarComponentComponentStyles = [new Map<string, Map<string, Map<string, any>>>([["text", new Map<string, any>([["", new Map<string, any>([["color", "#7A7E83"], ["fontSize", 14], ["lineHeight", 20]])]])], ["uni-icon", new Map<string, any>([["", new Map<string, any>([["width", 14], ["height", 14]])]])], ["uni-container", new Map<string, any>([["", new Map<string, any>([["paddingTop", 15], ["paddingRight", 15], ["paddingBottom", 15], ["paddingLeft", 15], ["backgroundColor", "#f8f8f8"]])]])], ["uni-header-logo", new Map<string, any>([["", new Map<string, any>([["display", "flex"], ["paddingTop", 15], ["paddingRight", 15], ["paddingBottom", 15], ["paddingLeft", 15], ["flexDirection", "column"], ["justifyContent", "center"], ["alignItems", "center"], ["marginTop", "10rpx"]])]])], ["uni-header-image", new Map<string, any>([["", new Map<string, any>([["width", 80], ["height", 80]])]])], ["uni-hello-text", new Map<string, any>([["", new Map<string, any>([["marginBottom", 20], ["color", "#7A7E83"]])]])], ["hello-text", new Map<string, any>([["", new Map<string, any>([["color", "#7A7E83"], ["fontSize", 14], ["lineHeight", 20]])]])], ["hello-link", new Map<string, any>([["", new Map<string, any>([["color", "#7A7E83"], ["fontSize", 14], ["lineHeight", 20]])]])], ["uni-panel", new Map<string, any>([["", new Map<string, any>([["marginBottom", 12]])]])], ["text-disabled", new Map<string, any>([["", new Map<string, any>([["color", "#a0a0a0"]])]])], ["uni-panel-h", new Map<string, any>([["", new Map<string, any>([["display", "flex"], ["backgroundColor", "#ffffff"], ["!flexDirection", "row"], ["!justifyContent", "space-between"], ["!alignItems", "center"], ["paddingTop", 12], ["paddingRight", 12], ["paddingBottom", 12], ["paddingLeft", 12]])]])], ["uni-panel-h-on", new Map<string, any>([["", new Map<string, any>([["backgroundColor", "#f0f0f0"]])]])], ["uni-panel-text", new Map<string, any>([["", new Map<string, any>([["color", "#000000"], ["fontSize", 14], ["fontWeight", "normal"]])]])], ["uni-panel-icon", new Map<string, any>([["", new Map<string, any>([["marginLeft", 15], ["color", "#999999"], ["fontSize", 14], ["fontWeight", "normal"], ["transform", "rotate(0deg)"], ["transitionDuration", 0], ["transitionProperty", "transform"]])]])], ["uni-panel-icon-on", new Map<string, any>([["", new Map<string, any>([["transform", "rotate(180deg)"]])]])], ["uni-navigate-item", new Map<string, any>([["", new Map<string, any>([["display", "flex"], ["flexDirection", "row"], ["alignItems", "center"], ["backgroundColor", "#FFFFFF"], ["borderTopStyle", "solid"], ["borderTopColor", "#f0f0f0"], ["borderTopWidth", 1], ["paddingTop", 12], ["paddingRight", 12], ["paddingBottom", 12], ["paddingLeft", 12], ["justifyContent", "space-between"], ["backgroundColor:active", "#f8f8f8"]])]])], ["uni-navigate-text", new Map<string, any>([["", new Map<string, any>([["color", "#000000"], ["fontSize", 14], ["fontWeight", "normal"]])]])], ["uni-navigate-icon", new Map<string, any>([["", new Map<string, any>([["marginLeft", 15], ["color", "#999999"], ["fontSize", 14], ["fontWeight", "normal"]])]])], ["arrow", new Map<string, any>([["", new Map<string, any>([["width", 8], ["height", 8], ["borderTopWidth", 2], ["borderTopStyle", "solid"], ["borderTopColor", "#cccccc"], ["borderLeftWidth", 2], ["borderLeftStyle", "solid"], ["borderLeftColor", "#cccccc"]])]])], ["arrow-right", new Map<string, any>([["", new Map<string, any>([["transform", "rotate(135deg)"]])]])], ["arrow-up", new Map<string, any>([["", new Map<string, any>([["transform", "rotate(45deg)"]])]])], ["arrow-down", new Map<string, any>([["", new Map<string, any>([["transform", "rotate(-135deg)"]])]])], ["@TRANSITION", new Map<string, any>([["uni-panel-icon", new Map<string, any>([["duration", 0], ["property", "transform"]])]])]])]
import _easycom_u_link from '/Users/yuanrenjie/Documents/dcloud/hello-uniapp x/unpackage/dist/dev/.uvue/components/u-link/u-link.vue'
@Suppress("UNUSED_PARAMETER") function GenPagesTabBarComponentComponentRender(_ctx: GenPagesTabBarComponentComponent): VNode | null {
const _component_u_link = resolve
Component("u-link"
)
const _component_u_link = resolve
EasyComponent("u-link",_easycom_u_link
)
return createElementVNode("view", new Map<string, any | null>([["class", "uni-container"]]), [
createElementVNode("view", new Map<string, any | null>([["class", "uni-header-logo"]]), [
...
...
unpackage/dist/dev/app-plus/classes.dex
浏览文件 @
1c5bdaf2
无法预览此类型文件
unpackage/dist/dev/app-plus/index.kt
浏览文件 @
1c5bdaf2
...
...
@@ -11,6 +11,8 @@ import io.dcloud.uts.vue.*;
import
io.dcloud.uts.vue.shared.*;
import
io.dcloud.uts.vue.reactivity.*;
import
io.dcloud.uniapp.runtime.*;
import
io.dcloud.uts.vue.createSSRApp;
import
io.dcloud.uniapp.appframe.AppConfig;
import
io.dcloud.uts.extapi.ShowToastOptions
as
UniShowToastOptions
;
import
io.dcloud.uts.extapi.NavigateToOptions
as
UniNavigateToOptions
;
import
io.dcloud.uts.extapi.SwitchTabOptions
as
UniSwitchTabOptions
;
...
...
@@ -23,8 +25,6 @@ import io.dcloud.uts.extapi.navigateTo as uni_navigateTo;
import
io.dcloud.uts.extapi.showToast
as
uni_showToast
;
import
io.dcloud.uts.extapi.navigateBack
as
uni_navigateBack
;
import
io.dcloud.uts.extapi.redirectTo
as
uni_redirectTo
;
import
io.dcloud.uts.vue.createSSRApp;
import
io.dcloud.uniapp.appframe.AppConfig;
open
class
GenApp
:
BaseApp
()
{
}
val
GenAppClass
=
GenApp
::
class
;
...
...
@@ -371,7 +371,7 @@ open class GenPagesTabBarComponentComponent : BasePage {
constructor
(
instance
:
ComponentInternalInstance
)
:
super
(
instance
)
{}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesTabBarComponentComponent
):
VNode
?
{
val
_component_u_link
=
resolve
Component
(
"u-link"
);
val
_component_u_link
=
resolve
EasyComponent
(
"u-link"
,
GenComponentsULinkULinkClass
);
return
createElementVNode
(
"view"
,
Map
<
String
,
Any
?
>(
mutableListOf
(
mutableListOf
(
"class"
,
...
...
@@ -1193,7 +1193,7 @@ open class GenPagesComponentViewView : BasePage {
constructor
(
instance
:
ComponentInternalInstance
)
:
super
(
instance
)
{}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesComponentViewView
):
VNode
?
{
val
_component_page_head
=
resolve
Component
(
"page-head"
);
val
_component_page_head
=
resolve
EasyComponent
(
"page-head"
,
GenComponentsPageHeadPageHeadClass
);
return
createElementVNode
(
"view"
,
null
,
mutableListOf
(
createVNode
(
_component_page_head
,
Map
<
String
,
Any
?
>(
mutableListOf
(
mutableListOf
(
...
...
@@ -2169,7 +2169,7 @@ open class GenPagesComponentScrollViewScrollView : BasePage {
constructor
(
instance
:
ComponentInternalInstance
)
:
super
(
instance
)
{}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesComponentScrollViewScrollView
):
VNode
?
{
val
_component_page_head
=
resolve
Component
(
"page-head"
);
val
_component_page_head
=
resolve
EasyComponent
(
"page-head"
,
GenComponentsPageHeadPageHeadClass
);
return
createElementVNode
(
"view"
,
null
,
mutableListOf
(
createVNode
(
_component_page_head
,
Map
<
String
,
Any
?
>(
mutableListOf
(
mutableListOf
(
...
...
@@ -2651,7 +2651,7 @@ open class GenPagesComponentTextText : BasePage {
constructor
(
instance
:
ComponentInternalInstance
)
:
super
(
instance
)
{}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesComponentTextText
):
VNode
?
{
val
_component_page_head
=
resolve
Component
(
"page-head"
);
val
_component_page_head
=
resolve
EasyComponent
(
"page-head"
,
GenComponentsPageHeadPageHeadClass
);
val
_component_button
=
resolveComponent
(
"button"
);
return
createElementVNode
(
"view"
,
null
,
mutableListOf
(
createVNode
(
_component_page_head
,
Map
<
String
,
Any
?
>(
mutableListOf
(
...
...
@@ -2999,7 +2999,7 @@ open class GenPagesComponentProgressProgress : BasePage {
constructor
(
instance
:
ComponentInternalInstance
)
:
super
(
instance
)
{}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesComponentProgressProgress
):
VNode
?
{
val
_component_page_head
=
resolve
Component
(
"page-head"
);
val
_component_page_head
=
resolve
EasyComponent
(
"page-head"
,
GenComponentsPageHeadPageHeadClass
);
val
_component_progress
=
resolveComponent
(
"progress"
);
val
_component_button
=
resolveComponent
(
"button"
);
return
createElementVNode
(
"view"
,
null
,
mutableListOf
(
...
...
@@ -3350,7 +3350,7 @@ open class GenPagesComponentButtonButton : BasePage {
}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesComponentButtonButton
):
VNode
?
{
val
_component_page_head
=
resolve
Component
(
"page-head"
);
val
_component_page_head
=
resolve
EasyComponent
(
"page-head"
,
GenComponentsPageHeadPageHeadClass
);
val
_component_button
=
resolveComponent
(
"button"
);
return
createElementVNode
(
"view"
,
null
,
mutableListOf
(
createVNode
(
_component_page_head
,
Map
<
String
,
Any
?
>(
mutableListOf
(
...
...
@@ -3869,20 +3869,20 @@ open class GenPagesComponentButtonButton : BasePage {
""
,
Map
<
String
,
Any
>(
mutableListOf
(
mutableListOf
(
"
margin
Top"
,
"
padding
Top"
,
0
),
mutableListOf
(
"
margin
Right"
,
"
auto
"
"
padding
Right"
,
"
20%
"
),
mutableListOf
(
"
margin
Bottom"
,
"
padding
Bottom"
,
0
),
mutableListOf
(
"
margin
Left"
,
"
auto
"
"
padding
Left"
,
"
20%
"
),
mutableListOf
(
"width"
,
...
...
@@ -3947,7 +3947,7 @@ open class GenPagesComponentRadioRadio : BasePage {
constructor
(
instance
:
ComponentInternalInstance
)
:
super
(
instance
)
{}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesComponentRadioRadio
):
VNode
?
{
val
_component_page_head
=
resolve
Component
(
"page-head"
);
val
_component_page_head
=
resolve
EasyComponent
(
"page-head"
,
GenComponentsPageHeadPageHeadClass
);
val
_component_radio
=
resolveComponent
(
"radio"
);
val
_component_radio_group
=
resolveComponent
(
"radio-group"
);
return
createElementVNode
(
"view"
,
null
,
mutableListOf
(
...
...
@@ -4402,7 +4402,7 @@ open class GenPagesComponentCheckboxCheckbox : BasePage {
constructor
(
instance
:
ComponentInternalInstance
)
:
super
(
instance
)
{}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesComponentCheckboxCheckbox
):
VNode
?
{
val
_component_page_head
=
resolve
Component
(
"page-head"
);
val
_component_page_head
=
resolve
EasyComponent
(
"page-head"
,
GenComponentsPageHeadPageHeadClass
);
val
_component_checkbox
=
resolveComponent
(
"checkbox"
);
val
_component_checkbox_group
=
resolveComponent
(
"checkbox-group"
);
return
createElementVNode
(
"view"
,
null
,
mutableListOf
(
...
...
@@ -4841,7 +4841,7 @@ open class GenPagesComponentInputInput : BasePage {
constructor
(
instance
:
ComponentInternalInstance
)
:
super
(
instance
)
{}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesComponentInputInput
):
VNode
?
{
val
_component_page_head
=
resolve
Component
(
"page-head"
);
val
_component_page_head
=
resolve
EasyComponent
(
"page-head"
,
GenComponentsPageHeadPageHeadClass
);
return
createElementVNode
(
"view"
,
Map
<
String
,
Any
?
>(
mutableListOf
(
mutableListOf
(
"class"
,
...
...
@@ -5728,7 +5728,7 @@ open class GenPagesComponentTextareaTextarea : BasePage {
constructor
(
instance
:
ComponentInternalInstance
)
:
super
(
instance
)
{}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesComponentTextareaTextarea
):
VNode
?
{
val
_component_page_head
=
resolve
Component
(
"page-head"
);
val
_component_page_head
=
resolve
EasyComponent
(
"page-head"
,
GenComponentsPageHeadPageHeadClass
);
return
createElementVNode
(
"view"
,
null
,
mutableListOf
(
createVNode
(
_component_page_head
,
Map
<
String
,
Any
?
>(
mutableListOf
(
mutableListOf
(
...
...
@@ -5938,7 +5938,7 @@ open class GenPagesComponentImageImage : BasePage {
constructor
(
instance
:
ComponentInternalInstance
)
:
super
(
instance
)
{}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesComponentImageImage
):
VNode
?
{
val
_component_page_head
=
resolve
Component
(
"page-head"
);
val
_component_page_head
=
resolve
EasyComponent
(
"page-head"
,
GenComponentsPageHeadPageHeadClass
);
return
createElementVNode
(
"view"
,
null
,
mutableListOf
(
createVNode
(
_component_page_head
,
Map
<
String
,
Any
?
>(
mutableListOf
(
mutableListOf
(
...
...
@@ -6267,7 +6267,7 @@ open class GenPagesTabBarAPIAPI : BasePage {
constructor
(
instance
:
ComponentInternalInstance
)
:
super
(
instance
)
{}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesTabBarAPIAPI
):
VNode
?
{
val
_component_u_link
=
resolve
Component
(
"u-link"
);
val
_component_u_link
=
resolve
EasyComponent
(
"u-link"
,
GenComponentsULinkULinkClass
);
return
createElementVNode
(
"view"
,
Map
<
String
,
Any
?
>(
mutableListOf
(
mutableListOf
(
"class"
,
...
...
@@ -7090,7 +7090,7 @@ open class GenPagesAPINavigatorNavigator : BasePage {
constructor
(
instance
:
ComponentInternalInstance
)
:
super
(
instance
)
{}
@Suppress
(
"UNUSED_PARAMETER"
)
open
fun
render
(
_ctx
:
GenPagesAPINavigatorNavigator
):
VNode
?
{
val
_component_page_head
=
resolve
Component
(
"page-head"
);
val
_component_page_head
=
resolve
EasyComponent
(
"page-head"
,
GenComponentsPageHeadPageHeadClass
);
val
_component_button
=
resolveComponent
(
"button"
);
return
createElementVNode
(
"view"
,
null
,
mutableListOf
(
createVNode
(
_component_page_head
,
Map
<
String
,
Any
?
>(
mutableListOf
(
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录