Skip to content

Commit

Permalink
revert: 关闭 GitLab Snippet 切换入口
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jan 19, 2024
1 parent 17b04f5 commit 09a828e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.87",
"version": "2.14.88",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
4 changes: 2 additions & 2 deletions src/views/My.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@
input-align="left"
:left-icon="iconUser"
>
<template #button>
<!-- <template #button>
<nut-button :disabled="!isEditing" :plain="!isEditing" size="mini" :type="isEditing ? 'primary' : 'info' " @click="toggleSyncPlatform">{{ syncPlatformInput === 'gitlab' ? ( isEditing ?'切换回 Gist' : 'GitLab Snippet (β)') : ( isEditing ?'切换到 GitLab Snippet (β)' : 'Gist') }}</nut-button>
</template>
</template> -->
</nut-input>
<nut-input
v-if="storageType !== 'manual'"
Expand Down

0 comments on commit 09a828e

Please sign in to comment.