diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b8bf92901..808f84970 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,7 @@ - + @@ -13,11 +13,11 @@ - + - - + + @@ -28,18 +28,64 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - 创建工单 - 可读权限 sub_entries isRe icon-bianji @@ -68,6 +114,8 @@ commitKey CoderRootDirectorytext CoderRootDirectory + 创建工单 + p-r-photo $PROJECT_DIR$ @@ -116,6 +164,7 @@ + @@ -152,7 +201,7 @@ - + @@ -209,17 +258,20 @@ - + + + - + + - + @@ -232,7 +284,7 @@ - + @@ -332,13 +384,6 @@ - - - - - - - @@ -526,16 +571,6 @@ - - - - - - - - - - @@ -638,26 +673,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -736,17 +751,57 @@ + + + + + + + + + + - + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/forge/Main/IndexItem.js b/src/forge/Main/IndexItem.js index e8d0faf2b..8d29d23fe 100644 --- a/src/forge/Main/IndexItem.js +++ b/src/forge/Main/IndexItem.js @@ -26,6 +26,10 @@ class IndexItem extends Component{ {item.author.name}/{item.name} + { + item.is_public ? "" : + 私有 + } {item.description}
{item.description}