Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfc13
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
wildfirecode13
wfc13
Commits
893c6673
Commit
893c6673
authored
Aug 16, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
17f97d19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
15 deletions
+5
-15
BoxGroup.ts
project/src/scenes/BoxGroup.ts
+0
-1
IndexScene.ts
project/src/scenes/IndexScene.ts
+5
-14
No files found.
project/src/scenes/BoxGroup.ts
View file @
893c6673
...
...
@@ -3,7 +3,6 @@ import { RES } from "../../module/RES";
import
{
delayClick
}
from
"../common/delayClick"
;
import
{
CostPanel
}
from
"../panels/cost"
;
import
{
notEnoughMoneyPanel
}
from
"../panels/notEnoughMoney"
;
import
{
timesNotEnoughPanel
}
from
"../panels/timesNotEnough"
;
import
{
getWebData
}
from
"../WebNet"
;
import
{
WebNetName
}
from
"../WebNetName"
;
import
{
Box
}
from
"./Box"
;
...
...
project/src/scenes/IndexScene.ts
View file @
893c6673
...
...
@@ -2,25 +2,16 @@ import { showPanel } from "../../module/ctrls";
import
{
RES
}
from
"../../module/RES"
;
import
{
Scene
}
from
"../../module/views/Scene"
;
import
getObject
from
"../common/getObject"
;
import
{
CostPanel
}
from
"../panels/cost
"
;
import
{
getUnionid
}
from
"../getUnionid
"
;
import
{
getTimesPanel
}
from
"../panels/getTimes"
;
import
{
memberGuidePanel
}
from
"../panels/memberGuide"
;
import
{
NoPrizePanel
}
from
"../panels/noprize"
;
import
{
notEnoughMoneyPanel
}
from
"../panels/notEnoughMoney"
;
import
{
PrizePanel
}
from
"../panels/prize"
;
import
{
SharePanel
}
from
"../panels/share"
;
import
{
timesNotEnoughPanel
}
from
"../panels/timesNotEnough"
;
import
{
RulePanel
}
from
"../panels/RulePanel"
;
import
{
Box
}
from
"./Box"
;
import
{
BoxGroup
}
from
"./BoxGroup"
;
import
{
ScrollItem
}
from
"./ScrollItem"
;
import
{
timesNotEnoughPanel
}
from
"../panels/timesNotEnough"
;
import
{
getWebData
,
sendLog
,
sendWebNet
}
from
"../WebNet"
;
import
{
WebNetName
}
from
"../WebNetName"
;
import
{
layers
}
from
"../../module/views/layers"
;
import
{
showShareMask
}
from
"../common/ShareMask"
;
import
{
getUnionid
}
from
"../getUnionid"
;
import
{
initNonmemberMask
}
from
"./initNonmemberMask"
;
import
{
BoxGroup
}
from
"./BoxGroup"
;
import
{
createPrizeTxt
}
from
"./createPrizeTxt"
;
import
{
initNonmemberMask
}
from
"./initNonmemberMask"
;
import
{
ScrollItem
}
from
"./ScrollItem"
;
let
boxGroup
:
BoxGroup
;
...
...
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