Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
ming-order
Overview
Overview
Details
Activity
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
fengzhaoyu
ming-order
Commits
7acdc51f
Commit
7acdc51f
authored
Oct 28, 2019
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MOD:修改为带三方 加载完一遍后从本地加载
parent
a6022fbb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
2 deletions
+31
-2
workspace.xml
.idea/workspace.xml
+31
-2
menu.html
menu.html
+0
-0
No files found.
.idea/workspace.xml
View file @
7acdc51f
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"3f11f0c2-4f1a-448b-9322-b444722d73f2"
name=
"Default Changelist"
comment=
""
>
<list
default=
"true"
id=
"3f11f0c2-4f1a-448b-9322-b444722d73f2"
name=
"Default Changelist"
comment=
""
>
<change
afterPath=
"$PROJECT_DIR$/img/null.png"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/menu.html"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/menu.html"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/menu.html"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/menu.html"
afterDir=
"false"
/>
</list>
</list>
...
@@ -28,7 +27,7 @@
...
@@ -28,7 +27,7 @@
<property
name=
"DefaultHtmlFileTemplate"
value=
"HTML File"
/>
<property
name=
"DefaultHtmlFileTemplate"
value=
"HTML File"
/>
<property
name=
"SHARE_PROJECT_CONFIGURATION_FILES"
value=
"true"
/>
<property
name=
"SHARE_PROJECT_CONFIGURATION_FILES"
value=
"true"
/>
<property
name=
"WebServerToolWindowFactoryState"
value=
"false"
/>
<property
name=
"WebServerToolWindowFactoryState"
value=
"false"
/>
<property
name=
"last_opened_file_path"
value=
"$PROJECT_DIR$/
img
"
/>
<property
name=
"last_opened_file_path"
value=
"$PROJECT_DIR$/
../ming-pig-ui
"
/>
<property
name=
"node.js.detected.package.eslint"
value=
"true"
/>
<property
name=
"node.js.detected.package.eslint"
value=
"true"
/>
<property
name=
"node.js.detected.package.tslint"
value=
"true"
/>
<property
name=
"node.js.detected.package.tslint"
value=
"true"
/>
<property
name=
"node.js.path.for.package.eslint"
value=
"project"
/>
<property
name=
"node.js.path.for.package.eslint"
value=
"project"
/>
...
@@ -84,6 +83,14 @@
...
@@ -84,6 +83,14 @@
<workItem
from=
"1571285097218"
duration=
"20273000"
/>
<workItem
from=
"1571285097218"
duration=
"20273000"
/>
<workItem
from=
"1571371461255"
duration=
"4370000"
/>
<workItem
from=
"1571371461255"
duration=
"4370000"
/>
<workItem
from=
"1571383513641"
duration=
"738000"
/>
<workItem
from=
"1571383513641"
duration=
"738000"
/>
<workItem
from=
"1571388882584"
duration=
"7770000"
/>
<workItem
from=
"1571573594477"
duration=
"3422000"
/>
<workItem
from=
"1571577062150"
duration=
"8888000"
/>
<workItem
from=
"1571620196296"
duration=
"3819000"
/>
<workItem
from=
"1571653093792"
duration=
"618000"
/>
<workItem
from=
"1571706768993"
duration=
"606000"
/>
<workItem
from=
"1571822161624"
duration=
"908000"
/>
<workItem
from=
"1572225197346"
duration=
"945000"
/>
</task>
</task>
<servers
/>
<servers
/>
</component>
</component>
...
@@ -103,4 +110,25 @@
...
@@ -103,4 +110,25 @@
</map>
</map>
</option>
</option>
</component>
</component>
<component
name=
"XDebuggerManager"
>
<breakpoint-manager>
<breakpoints>
<line-breakpoint
enabled=
"true"
type=
"javascript"
>
<url>
file://$PROJECT_DIR$/menu.html
</url>
<line>
134
</line>
<option
name=
"timeStamp"
value=
"1"
/>
</line-breakpoint>
<line-breakpoint
enabled=
"true"
type=
"javascript"
>
<url>
file://$PROJECT_DIR$/menu.html
</url>
<line>
297
</line>
<option
name=
"timeStamp"
value=
"2"
/>
</line-breakpoint>
<line-breakpoint
enabled=
"true"
type=
"javascript"
>
<url>
file://$PROJECT_DIR$/menu.html
</url>
<line>
304
</line>
<option
name=
"timeStamp"
value=
"3"
/>
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
</component>
</project>
</project>
\ No newline at end of file
menu.html
View file @
7acdc51f
This diff is collapsed.
Click to expand it.
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