|
24 | 24 | </div> |
25 | 25 | </template> |
26 | 26 | <div> |
27 | | - <a :href="`/models/new?orgName=${organizationData.name}`" class="hover:bg-gray-50 cursor-pointer flex gap-2 items-center py-[9px] px-[10px]"> |
28 | | - |
29 | | - <div class="px-2 py-2 bg-gray-50"> |
30 | | - <SvgIcon name="models" /> |
31 | | - </div> |
| 27 | + <a :href="`/models/new?orgName=${organizationData.name}`" target="_blank" class="hover:bg-gray-50 cursor-pointer flex gap-2 items-center py-3 px-2 rounded-md"> |
| 28 | + <SvgIcon name="navbar-new" /> |
32 | 29 | <div class="text-sm leading-[20px] text-gray-700"> |
33 | | - <div>{{ $t('models.title') }}</div> |
34 | | - <div class="font-light">{{ $t('models.tips') }}</div> |
| 30 | + <div>{{ $t('organization.new.model') }}</div> |
35 | 31 | </div> |
36 | 32 | </a> |
37 | | - <a :href="`/datasets/new?orgName=${organizationData.name}`" class="hover:bg-gray-50 cursor-pointer flex gap-2 items-center py-[9px] px-[10px]"> |
38 | | - <div class="px-2 py-2 bg-gray-50"> |
39 | | - <SvgIcon name="datasets" /> |
| 33 | + <a :href="`/datasets/new?orgName=${organizationData.name}`" target="_blank" class="hover:bg-gray-50 cursor-pointer flex gap-2 items-center py-3 px-2 rounded-md"> |
| 34 | + <SvgIcon name="navbar-new" /> |
| 35 | + <div class="text-sm leading-[20px] text-gray-700"> |
| 36 | + <div>{{ $t('organization.new.dataset') }}</div> |
40 | 37 | </div> |
| 38 | + </a> |
| 39 | + <a :href="`/spaces/new?orgName=${organizationData.name}`" target="_blank" class="hover:bg-gray-50 cursor-pointer flex gap-2 items-center py-3 px-2 rounded-md"> |
| 40 | + <SvgIcon name="navbar-new" /> |
41 | 41 | <div class="text-sm leading-[20px] text-gray-700"> |
42 | | - <div>{{ $t('datasets.title') }}</div> |
43 | | - <div class="font-light">{{ $t('datasets.tips') }}</div> |
| 42 | + <div>{{ $t('organization.new.space') }}</div> |
44 | 43 | </div> |
45 | 44 | </a> |
46 | | - <a :href="`/spaces/new?orgName=${organizationData.name}`" class="hover:bg-gray-50 cursor-pointer flex gap-2 items-center py-[9px] px-[10px]"> |
47 | | - <div class="px-2 py-2 bg-gray-50"> |
48 | | - <SvgIcon name="spaces" /> |
| 45 | + <a :href="`/codes/new?orgName=${organizationData.name}`" target="_blank" class="hover:bg-gray-50 cursor-pointer flex gap-2 items-center py-3 px-2 rounded-md"> |
| 46 | + <SvgIcon name="navbar-new" /> |
| 47 | + <div class="text-sm leading-[20px] text-gray-700"> |
| 48 | + <div>{{ $t('organization.new.code') }}</div> |
49 | 49 | </div> |
| 50 | + </a> |
| 51 | + <a :href="`/collections/new?orgName=${organizationData.name}`" target="_blank" class="hover:bg-gray-50 cursor-pointer flex gap-2 items-center py-3 px-2 rounded-md"> |
| 52 | + <SvgIcon name="navbar-new" /> |
50 | 53 | <div class="text-sm leading-[20px] text-gray-700"> |
51 | | - <div>{{ $t('spaces.title') }}</div> |
52 | | - <div class="font-light">{{ $t('spaces.tips') }}</div> |
| 54 | + <div>{{ $t('organization.new.collection') }}</div> |
53 | 55 | </div> |
54 | 56 | </a> |
55 | | - <a :href="`/codes/new?orgName=${organizationData.name}`" class="hover:bg-gray-50 cursor-pointer flex gap-2 items-center py-[9px] px-[10px]"> |
56 | | - <div class="px-2 py-2 bg-gray-50"> |
57 | | - <SvgIcon name="codes" /> |
| 57 | + <a :href="`/prompts/library?orgName=${organizationData.name}`" target="_blank" class="hover:bg-gray-50 cursor-pointer flex gap-2 items-center py-3 px-2 rounded-md"> |
| 58 | + <SvgIcon name="navbar-new" /> |
| 59 | + <div class="text-sm leading-[20px] text-gray-700"> |
| 60 | + <div>{{ $t('organization.new.prompt') }}</div> |
58 | 61 | </div> |
| 62 | + </a> |
| 63 | + <a :href="`/mcp/servers/new?orgName=${organizationData.name}`" target="_blank" class="hover:bg-gray-50 cursor-pointer flex gap-2 items-center py-3 px-2 rounded-md"> |
| 64 | + <SvgIcon name="navbar-new" /> |
59 | 65 | <div class="text-sm leading-[20px] text-gray-700"> |
60 | | - <div>{{ $t('codes.title') }}</div> |
61 | | - <div class="font-light">{{ $t('codes.tips')}}</div> |
| 66 | + <div>{{ $t('organization.new.mcp') }}</div> |
62 | 67 | </div> |
63 | 68 | </a> |
64 | 69 | </div> |
|
98 | 103 | </div> |
99 | 104 | </div> |
100 | 105 | <div class="grow px-[20px] py-[36px] sm:py-0"> |
101 | | - <ProfileRepoList :name="name" /> |
| 106 | + <ProfileRepoList :name="name" initiator="organization" /> |
102 | 107 | </div> |
103 | 108 | </div> |
104 | 109 | </div> |
|
0 commit comments