Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RB_StrongestBrain_250520
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
SparkProjects
RB_StrongestBrain_250520
Commits
76997d4c
Commit
76997d4c
authored
May 29, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
4f0c5b6b
cdafe4c4
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
121 additions
and
121 deletions
+121
-121
index.html
dist/index.html
+116
-116
main.ts
mock/main.ts
+1
-1
HomePage.less
src/pages/HomePage/HomePage.less
+2
-1
taskpop.jsx
src/panels/taskpop/taskpop.jsx
+0
-1
share.js
src/store/share.js
+2
-2
No files found.
dist/index.html
View file @
76997d4c
This diff is collapsed.
Click to expand it.
mock/main.ts
View file @
76997d4c
...
...
@@ -11,7 +11,7 @@ export default [
"actStartTimestamp"
:
Date
.
now
()
-
42625488.007563084
,
"answerChance"
:
666
,
"rank"
:
null
,
"uid"
:
"
123213
"
,
"uid"
:
"
00000000000
"
,
"currentTimestamp"
:
Date
.
now
(),
"actEndTimestamp"
:
Date
.
now
()
+
42625488.007563084
,
"avatar"
:
"/src/assets/homePage/head.png"
,
...
...
src/pages/HomePage/HomePage.less
View file @
76997d4c
...
...
@@ -152,7 +152,8 @@
left: 145px;
top: 67px;
position: absolute;
font-size: 30px;
// font-size: 30px;
font-size: 28px;
line-height: 33px;
color: rgba(30, 76, 169, 1);
.lineClamp1();
...
...
src/panels/taskpop/taskpop.jsx
View file @
76997d4c
...
...
@@ -38,7 +38,6 @@ class Taskpop extends React.Component {
MatterViewOpt
(
"b14312"
,
{
page_name
:
"做任务,赚次数弹窗"
,
entrance
:
extranceName
[
CFG
.
channel
],
});
sensorLog
(
LOG_KEY
.
exposure
,
"b14312"
,
"d14314"
,
{
...
...
src/store/share.js
View file @
76997d4c
...
...
@@ -216,9 +216,9 @@ const shareStore = makeAutoObservable({
//CFG.projectId三元判断为真,前面的是正式,需要修改的地方为中间页链接,可咨询东哥链接(奖品页唤端) ios需要多encode一次
const testCustomId = "Did1NjEwNzk"; //奖品-测试中间页
const prodCustomId = "Did1NjExMjc"; //奖品-正式中间页
//p
afc25ff1
为正式项目 需替换为正式项目ID
//p
d3ee4a37
为正式项目 需替换为正式项目ID
windowJumpUrl(
CFG.projectId == "p
afc25ff1
"
CFG.projectId == "p
d3ee4a37
"
? "https://lifeapp.picclife.cn/portal/app_manager/downloadapps.html?operate_link=" +
encodeURIComponent(
`
https
:
//lifeapp-api.picclife.cn/lifeapi/lifeapp-svc-gw/api/auth_code/authorize/v1?activity_code=613402&redirect_type=0&redirect_uri=${isIos()
...
...
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