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
a893cf70
Commit
a893cf70
authored
Feb 21, 2017
by
2breakegg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
读取 开发,发行日期数据
parent
fcb67fd4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
app/app-detail.component.html
app/app-detail.component.html
+5
-1
app/app-detail.component.ts
app/app-detail.component.ts
+2
-2
No files found.
app/app-detail.component.html
View file @
a893cf70
...
...
@@ -82,7 +82,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 @
a893cf70
...
...
@@ -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