Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
moecube
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
JoyJ
moecube
Commits
94349dd2
Commit
94349dd2
authored
Feb 22, 2017
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # app/app-detail.component.html
parents
982f64a0
0fccdf96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
app/app-detail.component.html
app/app-detail.component.html
+6
-2
app/app-detail.component.ts
app/app-detail.component.ts
+2
-2
No files found.
app/app-detail.component.html
View file @
94349dd2
...
...
@@ -104,7 +104,7 @@
<a
i18n
href=
"https://mycard.moe/ygopro/arena/"
target=
"_blank"
class=
"moreinfo"
>
更多资料
</a>
</div>
<div
class=
"d-flex"
>
<div
*ngIf=
"currentApp.description"
class=
"d-flex"
>
<div
class=
"panel"
id=
"game_info"
>
<p
[innerHTML]=
"currentApp.description"
></p>
<div
id=
"tags"
*ngIf=
"currentApp.tags"
>
...
...
@@ -114,7 +114,11 @@
<div
class=
"panel"
id=
"game_info_2"
>
<dl>
<dt>
开发
</dt>
<dd><a
href=
"https://github.com/Fluorohydride/ygopro"
>
Fluorohydride
</a></dd>
<dd
*ngFor=
"let developer of currentApp.developers"
>
<a
*ngIf=
"developer.url"
target=
"_blank"
href=
"{{developer.url}}"
>
{{developer.name}}
</a>
<span
*ngIf=
"!developer.url"
>
{{developer.name}}
</span>
</dd>
<dt>
发行日期
</dt>
<dd>
{{currentApp.released_at | date:'mediumDate'}}
</dd>
</dl>
...
...
app/app-detail.component.ts
View file @
94349dd2
...
...
@@ -50,13 +50,13 @@ export class AppDetailComponent implements OnInit, OnChanges {
'
recommend
'
:
'
推荐
'
,
'
mysterious
'
:
'
迷之物体
'
,
'
touhou
'
:
'
东方 Project
'
,
'
touhou
-
pc98
'
:
'
东方旧作
'
,
'
touhou
_
pc98
'
:
'
东方旧作
'
,
'
language
'
:
'
语言包
'
}
:
{
'
recommend
'
:
'
Recommended
'
,
'
mysterious
'
:
'
Something
'
,
'
touhou
'
:
'
Touhou Project
'
,
'
touhou
-
pc98
'
:
'
Touhou old series
'
,
'
touhou
_
pc98
'
:
'
Touhou old series
'
,
'
language
'
:
'
Language Pack
'
};
}
...
...
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