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
3bd7ea7f
Commit
3bd7ea7f
authored
Aug 26, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new pro
parent
dc732dff
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
138 additions
and
138 deletions
+138
-138
my.vue
vedio/components/home/my.vue
+1
-1
kefu-popup.vue
vedio/components/kefu-popup/kefu-popup.vue
+1
-1
manifest.json
vedio/manifest.json
+2
-2
pages.json
vedio/pages.json
+132
-132
loading.vue
vedio/pages/loading.vue
+1
-1
logo-about.png
vedio/static/logo-about.png
+0
-0
utils.js
vedio/utils/utils.js
+1
-1
No files found.
vedio/components/home/my.vue
View file @
3bd7ea7f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<image
style=
"width: 30rpx;height: 30rpx;"
src=
"@/static/index/ic_quit_white.png"
mode=
"widthFix"
/>
<image
style=
"width: 30rpx;height: 30rpx;"
src=
"@/static/index/ic_quit_white.png"
mode=
"widthFix"
/>
</view>
</view>
<text
class=
"mt-10"
style=
"font-size: 46rpx;"
>
如何继续使用?
</text>
<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
class=
"mt-30"
mode=
"widthFix"
:src=
"maskImage1"
></image>
<image
:src=
"maskImage2"
mode=
"widthFix"
></image>
<image
:src=
"maskImage2"
mode=
"widthFix"
></image>
...
...
vedio/components/kefu-popup/kefu-popup.vue
View file @
3bd7ea7f
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<view
class=
"content"
>
<view
class=
"content"
>
<text
style=
"font-size: 40rpx;margin-bottom: 15rpx;"
>
客服时间: 工作日9:00-18:00
</text>
<text
style=
"font-size: 40rpx;margin-bottom: 15rpx;"
>
客服时间: 工作日9:00-18:00
</text>
<text
class=
"button1"
@
click=
"tapMakePhoneCall"
>
客服电话
</text>
<text
class=
"button1"
@
click=
"tapMakePhoneCall"
>
客服电话
</text>
<button
class=
"button2"
open-type=
"im"
data-im-id=
"
86900363628
"
>
在线客服
</button>
<button
class=
"button2"
open-type=
"im"
data-im-id=
"
93264117800
"
>
在线客服
</button>
</view>
</view>
</view>
</view>
...
...
vedio/manifest.json
View file @
3bd7ea7f
{
{
"name"
:
"reader"
,
"name"
:
"reader"
,
"appid"
:
"__UNI__
2C695AC
"
,
"appid"
:
"__UNI__
F7F50FF
"
,
"description"
:
""
,
"description"
:
""
,
"versionName"
:
"1.0.0"
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
1000
,
"versionCode"
:
1000
,
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
"uniStatistics"
:
{
"uniStatistics"
:
{
"enable"
:
false
"enable"
:
false
},
},
"appid"
:
"tt
903de6800f0b0a74
01"
"appid"
:
"tt
8038f6851f0e1a70
01"
},
},
"uniStatistics"
:
{
"uniStatistics"
:
{
"enable"
:
false
,
"enable"
:
false
,
...
...
vedio/pages.json
View file @
3bd7ea7f
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
{
{
"path"
:
"pages/home"
,
"path"
:
"pages/home"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"
逸想小说阁"
,
"navigationBarTitleText"
:
"
幻墨小说阁"
,
"navigationStyle"
:
"default"
,
"navigationStyle"
:
"default"
,
"navigationBarBackgroundColor"
:
"#ffffff"
,
"navigationBarBackgroundColor"
:
"#ffffff"
,
"navigationBarTextStyle"
:
"black"
"navigationBarTextStyle"
:
"black"
...
...
vedio/pages/loading.vue
View file @
3bd7ea7f
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
return
{
return
{
tips1
:
''
,
tips1
:
''
,
slotParam
:
''
,
slotParam
:
''
,
appName
:
'
逸想
小说阁'
appName
:
'
幻墨
小说阁'
}
}
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
...
...
vedio/static/logo-about.png
View replaced file @
dc732dff
View file @
3bd7ea7f
16.4 KB
|
W:
|
H:
19.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
vedio/utils/utils.js
View file @
3bd7ea7f
export
const
PAKEAGE_NAME
=
'com.duben.dybook
yx
'
export
const
PAKEAGE_NAME
=
'com.duben.dybook
hm
'
export
const
VERSION_CODE
=
'1.2.0'
export
const
VERSION_CODE
=
'1.2.0'
// export const PAKEAGE_NAME = 'com.test.test'
// export const PAKEAGE_NAME = 'com.test.test'
...
...
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