Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
d13eec0c
Commit
d13eec0c
authored
Oct 20, 2025
by
劳琪峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 改图
parent
51ef1251
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
0 deletions
+9
-0
banner-0.png
public/activity/1015/v1/home/banner-0.png
+0
-0
bg.jpg
public/activity/1015/v1/home/bg.jpg
+0
-0
bg.png
public/activity/1015/v1/home/bg.png
+0
-0
icon_zhilinggongju.png
public/icons/icon_zhilinggongju.png
+0
-0
gen-webview-urls.js
scripts/gen-webview-urls.js
+9
-0
No files found.
public/activity/1015/v1/home/banner-0.png
View replaced file @
51ef1251
View file @
d13eec0c
199 KB
|
W:
|
H:
198 KB
|
W:
|
H:
2-up
Swipe
Onion skin
public/activity/1015/v1/home/bg.jpg
0 → 100644
View file @
d13eec0c
873 KB
public/activity/1015/v1/home/bg.png
deleted
100644 → 0
View file @
51ef1251
This diff is collapsed.
Click to expand it.
public/icons/icon_zhilinggongju.png
0 → 100644
View file @
d13eec0c
5.96 KB
scripts/gen-webview-urls.js
View file @
d13eec0c
...
...
@@ -9,6 +9,10 @@ const pages = [
{
value
:
'/mini/#/page/home/index?page_source=3'
,
alias
:
'路演活动'
},
]
const
singleUrls
=
[
{
value
:
'https://testmanage.boysup.cn/smart-age/index.html#/'
,
alias
:
'smart-age'
},
]
const
mpPage
=
'/pages/activity/index'
function
joinUrlAndQs
(
url
,
qs
)
{
...
...
@@ -23,3 +27,8 @@ for (const page of pages) {
console
.
log
(
`
${
page
.
alias
}
-
${
host
.
alias
}
:
${
url
}
`
)
}
}
for
(
const
item
of
singleUrls
)
{
const
url
=
joinUrlAndQs
(
mpPage
,
`needLogin=1&url=
${
encodeURIComponent
(
item
.
value
)}
`
)
console
.
log
(
`
${
item
.
alias
}
:
${
url
}
`
)
}
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