Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
babycare_xiaoxiao
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
翁阳
babycare_xiaoxiao
Commits
03d005f9
Commit
03d005f9
authored
Jul 15, 2020
by
wjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
c9d9ead6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
81 deletions
+20
-81
res.json
resource/res.json
+8
-40
ResJson.ts
src/ResJson.ts
+8
-40
ToolsOutPanel.ts
src/panels/ToolsOutPanel.ts
+4
-1
No files found.
resource/res.json
View file @
03d005f9
This diff is collapsed.
Click to expand it.
src/ResJson.ts
View file @
03d005f9
This diff is collapsed.
Click to expand it.
src/panels/ToolsOutPanel.ts
View file @
03d005f9
import
{
Panel
}
from
"../../module/views/Panel"
;
import
{
PropType
}
from
"../something/enum/PropType"
;
export
class
ToolsOutPanel
extends
Panel
{
get
groupNames
()
{
...
...
@@ -12,7 +13,9 @@ export class ToolsOutPanel extends Panel {
consideBtn
:
FYGE
.
Button
;
sureBtn
:
FYGE
.
Button
;
closeBtn
:
FYGE
.
Button
;
msgTxt
:
FYGE
.
TextField
;
msgTxt
:
FYGE
.
TextField
;
data
:{
type
:
PropType
}
initUi
()
{
...
...
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