|
|
@@ -176,7 +176,15 @@ export const getActivities = [
|
|
|
name: '林东东',
|
|
|
avatar: imgMap.a,
|
|
|
},
|
|
|
- action: '在 [高逼格设计天团](http://github.com/) 新建项目 [六月迭代](http://github.com/)',
|
|
|
+ group: {
|
|
|
+ name: '高逼格设计天团',
|
|
|
+ link: 'http://github.com/',
|
|
|
+ },
|
|
|
+ project: {
|
|
|
+ name: '六月迭代',
|
|
|
+ link: 'http://github.com/',
|
|
|
+ },
|
|
|
+ template: '在 @{group} 新建项目 @{project}',
|
|
|
},
|
|
|
{
|
|
|
id: 'trend-2',
|
|
|
@@ -185,7 +193,15 @@ export const getActivities = [
|
|
|
name: '付小小',
|
|
|
avatar: imgMap.c,
|
|
|
},
|
|
|
- action: '在 [高逼格设计天团](http://github.com/) 新建项目 [六月迭代](http://github.com/)',
|
|
|
+ group: {
|
|
|
+ name: '高逼格设计天团',
|
|
|
+ link: 'http://github.com/',
|
|
|
+ },
|
|
|
+ project: {
|
|
|
+ name: '六月迭代',
|
|
|
+ link: 'http://github.com/',
|
|
|
+ },
|
|
|
+ template: '在 @{group} 新建项目 @{project}',
|
|
|
},
|
|
|
{
|
|
|
id: 'trend-3',
|
|
|
@@ -194,7 +210,15 @@ export const getActivities = [
|
|
|
name: '曲丽丽',
|
|
|
avatar: imgMap.b,
|
|
|
},
|
|
|
- action: '在 [中二少女团](http://github.com/) 新建项目 [六月迭代](http://github.com/)',
|
|
|
+ group: {
|
|
|
+ name: '中二少女团',
|
|
|
+ link: 'http://github.com/',
|
|
|
+ },
|
|
|
+ project: {
|
|
|
+ name: '六月迭代',
|
|
|
+ link: 'http://github.com/',
|
|
|
+ },
|
|
|
+ template: '在 @{group} 新建项目 @{project}',
|
|
|
},
|
|
|
{
|
|
|
id: 'trend-4',
|
|
|
@@ -203,7 +227,11 @@ export const getActivities = [
|
|
|
name: '周星星',
|
|
|
avatar: imgMap.c,
|
|
|
},
|
|
|
- action: '在 [5 月日常迭代](http://github.com/) 更新至已发布状态',
|
|
|
+ project: {
|
|
|
+ name: '5 月日常迭代',
|
|
|
+ link: 'http://github.com/',
|
|
|
+ },
|
|
|
+ template: '将 @{project} 更新至已发布状态',
|
|
|
},
|
|
|
{
|
|
|
id: 'trend-5',
|
|
|
@@ -212,7 +240,15 @@ export const getActivities = [
|
|
|
name: '朱偏右',
|
|
|
avatar: imgMap.a,
|
|
|
},
|
|
|
- action: '在 [工程效能](http://github.com/) 发布了 [留言](http://github.com/)',
|
|
|
+ project: {
|
|
|
+ name: '工程效能',
|
|
|
+ link: 'http://github.com/',
|
|
|
+ },
|
|
|
+ comment: {
|
|
|
+ name: '留言',
|
|
|
+ link: 'http://github.com/',
|
|
|
+ },
|
|
|
+ template: '在 @{project} 发布了 @{comment}',
|
|
|
},
|
|
|
{
|
|
|
id: 'trend-6',
|
|
|
@@ -221,7 +257,15 @@ export const getActivities = [
|
|
|
name: '乐哥',
|
|
|
avatar: imgMap.d,
|
|
|
},
|
|
|
- action: '在 [程序员日常](http://github.com/) 新建项目 [品牌迭代](http://github.com/)',
|
|
|
+ group: {
|
|
|
+ name: '程序员日常',
|
|
|
+ link: 'http://github.com/',
|
|
|
+ },
|
|
|
+ project: {
|
|
|
+ name: '品牌迭代',
|
|
|
+ link: 'http://github.com/',
|
|
|
+ },
|
|
|
+ template: '在 @{group} 新建项目 @{project}',
|
|
|
},
|
|
|
];
|
|
|
|