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
bed44ef6
Commit
bed44ef6
authored
Aug 04, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a5fa3849
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
7 additions
and
7 deletions
+7
-7
Main.ts
project/src/Main.ts
+3
-3
prize.ts
project/src/panels/prize.ts
+1
-1
rule.ts
project/src/panels/rule.ts
+0
-0
share_fail.ts
project/src/panels/share_fail.ts
+1
-1
share_success.ts
project/src/panels/share_success.ts
+1
-1
IndexScene.ts
project/src/scenes/IndexScene.ts
+0
-0
NewbieScene.ts
project/src/scenes/NewbieScene.ts
+0
-0
ShareScene.ts
project/src/scenes/ShareScene.ts
+0
-0
StartScene.ts
project/src/template/StartScene.ts
+1
-1
No files found.
project/src/Main.ts
View file @
bed44ef6
...
...
@@ -9,9 +9,9 @@ import { SkinJson } from "./SkinJson";
import
{
LoadingScene
}
from
"./template/LoadingScene"
;
import
{
destroyWebNetData
,
sendWebNet
,
WebNetName
}
from
"./WebNet"
;
import
{
StartScene
}
from
"./template/StartScene"
;
import
{
NewbieScene
}
from
"./
template
/NewbieScene"
;
import
{
IndexScene
}
from
"./
template
/IndexScene"
;
import
{
ShareScene
}
from
"./
template
/ShareScene"
;
import
{
NewbieScene
}
from
"./
scenes
/NewbieScene"
;
import
{
IndexScene
}
from
"./
scenes
/IndexScene"
;
import
{
ShareScene
}
from
"./
scenes
/ShareScene"
;
import
{
ShareFailPanel
}
from
"./panels/share_fail"
;
import
{
ShareSuccessPanel
}
from
"./panels/share_success"
;
import
{
isFromShare
}
from
"duiba-utils"
;
...
...
project/src/panels/prize.ts
View file @
bed44ef6
...
...
@@ -2,7 +2,7 @@ import { changeScene } from "../../module/ctrls";
import
{
RES
}
from
"../../module/RES"
;
import
{
Panel
}
from
"../../module/views/Panel"
;
import
getObject
from
"../getObject"
;
import
{
IndexScene
}
from
"../
template
/IndexScene"
;
import
{
IndexScene
}
from
"../
scenes
/IndexScene"
;
import
{
Tools
}
from
"../Tools"
;
import
updateShare
from
"../updateShare"
;
import
{
getWebData
,
sendWebNet
,
WebNetName
}
from
"../WebNet"
;
...
...
project/src/
template/RulePanel
.ts
→
project/src/
panels/rule
.ts
View file @
bed44ef6
File moved
project/src/panels/share_fail.ts
View file @
bed44ef6
...
...
@@ -2,7 +2,7 @@ import { changeScene } from "../../module/ctrls";
import
{
RES
}
from
"../../module/RES"
;
import
{
Panel
}
from
"../../module/views/Panel"
;
import
getObject
from
"../getObject"
;
import
{
IndexScene
}
from
"../
template
/IndexScene"
;
import
{
IndexScene
}
from
"../
scenes
/IndexScene"
;
import
{
Tools
}
from
"../Tools"
;
import
{
getWebData
,
sendWebNet
,
WebNetName
}
from
"../WebNet"
;
...
...
project/src/panels/share_success.ts
View file @
bed44ef6
...
...
@@ -2,7 +2,7 @@ import { changeScene } from "../../module/ctrls";
import
{
RES
}
from
"../../module/RES"
;
import
{
Panel
}
from
"../../module/views/Panel"
;
import
getObject
from
"../getObject"
;
import
{
IndexScene
}
from
"../
template
/IndexScene"
;
import
{
IndexScene
}
from
"../
scenes
/IndexScene"
;
import
{
Tools
}
from
"../Tools"
;
import
{
getWebData
,
sendWebNet
,
WebNetName
}
from
"../WebNet"
;
...
...
project/src/
template
/IndexScene.ts
→
project/src/
scenes
/IndexScene.ts
View file @
bed44ef6
File moved
project/src/
template
/NewbieScene.ts
→
project/src/
scenes
/NewbieScene.ts
View file @
bed44ef6
File moved
project/src/
template
/ShareScene.ts
→
project/src/
scenes
/ShareScene.ts
View file @
bed44ef6
File moved
project/src/template/StartScene.ts
View file @
bed44ef6
import
{
Scene
}
from
"../../module/views/Scene"
;
import
{
showPanel
,
showWaiting
,
hideWaiting
,
showToast
,
changeScene
}
from
"../../module/ctrls"
;
import
{
RulePanel
}
from
".
/RulePanel
"
;
import
{
RulePanel
}
from
".
./panels/rule
"
;
import
{
Tools
}
from
"../Tools"
;
import
{
layers
}
from
"../../module/views/layers"
;
import
{
GDispatcher
}
from
"../Main"
;
...
...
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