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
9d2bf73e
Commit
9d2bf73e
authored
May 21, 2025
by
徐士卿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
5f850df9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
HomePage.tsx
src/pages/HomePage/HomePage.tsx
+1
-1
drawpage.jsx
src/pages/drawpage/drawpage.jsx
+13
-0
No files found.
src/pages/HomePage/HomePage.tsx
View file @
9d2bf73e
...
...
@@ -8,7 +8,7 @@ import { _asyncThrottle } from "../../utils/utils";
import
{
PageCtrl
}
from
"@/core/ctrls/PageCtrl"
;
import
{
ModalCtrl
}
from
"@/core/ctrls/ModalCtrl"
;
import
Rulepop
from
"../../components/rulepop/rulepop.jsx"
;
import
DrawPage
from
"../DrawPage/DrawPage.js"
;
import
DrawPage
from
"../DrawPage/DrawPage.js
x
"
;
import
store
from
'@/store/store'
;
import
Taskpop
from
'@/panels/taskpop/taskpop.js'
;
import
RankPage
from
'../RankPage/RankPage.js'
;
...
...
src/pages/drawpage/drawpage.jsx
View file @
9d2bf73e
...
...
@@ -13,6 +13,19 @@ import { Button, Toast } from "@grace/ui";
import
{
PageCtrl
}
from
"@/core/ctrls/PageCtrl"
;
import
{
ModalCtrl
}
from
"@/core/ctrls/ModalCtrl"
;
<
<<<<<<
HEAD
=======
import
React
from
'
react
';
import
{
observer
}
from
'
mobx
-
react
';
import
'
.
/
DrawPage
.
less
';
import
{
_asyncThrottle
}
from
'
..
/
..
/
utils
/
utils
.
ts
';
import
store
from
'
..
/
..
/
store
/
store
.
ts
';
import
{
CHANNEL_PARAMS
}
from
'@/
utils
/
constants
';
import
{
CircleTurntable
}
from
'@
spark
/
circle
-
turntable
'
// import { Button } from '@src/components/Button';
// import { Marquee, Toast } from '@spark/ui';
// import { isWeChat } from '@src/utils/share';
>
>>>>>>
9220288db04479c19dd6c72d8df036f6453c36b0
// import
{
LOG_KEY
,
pageView
,
sensorLog
}
from '@src/utils/sensors';
@observer
...
...
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