You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
609 B
13 lines
609 B
{
|
|
"navigationBarTitleText": "我的",
|
|
"usingComponents": {
|
|
"issue-item": "./components/issueItem/issueItem",
|
|
"preload-issue-item": "./components/preloadIssueItem/preloadIssueItem",
|
|
"project-item": "./components/projectItem/projectItem",
|
|
"preload-project-item": "./components/preloadProjectItem/preloadProjectItem",
|
|
"topic-item": "./components/topicItem/topicItem",
|
|
"preload-topic-item": "./components/preloadTopicItem/preloadTopicItem",
|
|
"load-more": "../../components/loadMore/loadMore",
|
|
"completeInfo-dialog": "../../components/completeInfoDialog/completeInfoDialog"
|
|
}
|
|
}
|