Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_vedio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
uniapp_vedio
Commits
6fdf3637
Commit
6fdf3637
authored
Jul 29, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
1c535af0
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
5 deletions
+10
-5
launch.json
vedio/.hbuilderx/launch.json
+4
-0
c-navi.vue
vedio/components/c-navi/c-navi.vue
+1
-1
my.vue
vedio/components/home/my.vue
+1
-1
manifest.json
vedio/manifest.json
+2
-1
pages.json
vedio/pages.json
+1
-1
loading.vue
vedio/pages/loading.vue
+1
-1
No files found.
vedio/.hbuilderx/launch.json
View file @
6fdf3637
...
...
@@ -10,6 +10,10 @@
{
"launchtype"
:
"local"
},
"mp-kuaishou"
:
{
"launchtype"
:
"local"
},
"mp-toutiao"
:
{
"launchtype"
:
"local"
...
...
vedio/components/c-navi/c-navi.vue
View file @
6fdf3637
...
...
@@ -20,7 +20,7 @@
props
:
{
title
:
{
type
:
String
,
default
:
"河狸
小故事
"
default
:
"河狸
故事汇
"
}
},
data
()
{
...
...
vedio/components/home/my.vue
View file @
6fdf3637
...
...
@@ -7,7 +7,7 @@
border-radius: 40rpx;border: 2px solid darkgray;"
src=
"@/static/index/ic_quit_white.png"
/>
</view>
<text
class=
"mt-10"
style=
"font-size: 46rpx;"
>
如何继续使用?
</text>
<text
class=
"m-10"
>
找到“河狸
小故事
”小程序
</text>
<text
class=
"m-10"
>
找到“河狸
故事汇
”小程序
</text>
<image
class=
"mt-30"
mode=
"widthFix"
:src=
"maskImage1"
></image>
<image
:src=
"maskImage2"
mode=
"widthFix"
></image>
...
...
vedio/manifest.json
View file @
6fdf3637
...
...
@@ -194,7 +194,8 @@
"mp-kuaishou"
:
{
"uniStatistics"
:
{
"enable"
:
false
}
},
"appid"
:
"ks701435642108212394"
},
"mp-lark"
:
{
"uniStatistics"
:
{
...
...
vedio/pages.json
View file @
6fdf3637
...
...
@@ -21,7 +21,7 @@
{
"path"
:
"pages/home"
,
"style"
:
{
"navigationBarTitleText"
:
"河狸
小故事
"
,
"navigationBarTitleText"
:
"河狸
故事汇
"
,
"navigationStyle"
:
"default"
,
"navigationBarBackgroundColor"
:
"#ffffff"
,
"navigationBarTextStyle"
:
"black"
...
...
vedio/pages/loading.vue
View file @
6fdf3637
...
...
@@ -39,7 +39,7 @@
return
{
tips1
:
''
,
slotParam
:
''
,
appName
:
'河狸
小故事
'
appName
:
'河狸
故事汇
'
}
},
onLoad
(
options
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment