Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
syntax_j
mycard
Commits
495675c8
Commit
495675c8
authored
Jun 06, 2017
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable i18n
parent
75135a86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/app-detail.component.html
app/app-detail.component.html
+2
-1
No files found.
app/app-detail.component.html
View file @
495675c8
...
...
@@ -38,7 +38,8 @@
<div
*ngIf=
"currentApp.isReady() && (currentApp.id != 'ygopro')"
>
<button
*ngIf=
"currentApp.runnable()"
(click)=
"runApp(currentApp)"
[disabled]=
"!appsService.allReady(currentApp)"
type=
"button"
class=
"btn btn-primary btn-sm"
>
<i
class=
"fa fa-play"
aria-hidden=
"true"
></i>
<span
i18n
>
运行
</span></button>
<button
i18n
*ngIf=
"currentApp.actions.get('network')"
[disabled]=
"!appsService.allReady(currentApp)"
(click)=
"runApp(currentApp,'network')"
type=
"button"
class=
"btn btn-primary btn-sm"
><i
class=
"fa fa-play"
aria-hidden=
"true"
></i>
<span
i18n
>
运行 (联机版)
</span></button>
<button
*ngIf=
"currentApp.actions.get('network')"
[disabled]=
"!appsService.allReady(currentApp)"
(click)=
"runApp(currentApp,'network')"
type=
"button"
class=
"btn btn-primary btn-sm"
>
<i
class=
"fa fa-play"
aria-hidden=
"true"
></i>
<span>
运行 (联机版)
</span></button>
<button
i18n
*ngIf=
"currentApp.runnable() && currentApp.actions.get('custom')"
[disabled]=
"!appsService.allReady(currentApp)"
(click)=
"custom(currentApp)"
type=
"button"
class=
"btn btn-secondary btn-sm"
>
设置
</button>
<div
id=
"network"
*ngIf=
"currentApp.network && currentApp.network.protocol == 'maotama'"
>
<div
class=
"input-group input-group-sm"
>
...
...
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