Feature(custom): add several new features for manage bucket page

This commit is contained in:
Kuingsmile
2026-01-24 22:46:36 +08:00
parent 6ac1b6413d
commit b6fba7d368
22 changed files with 1242 additions and 1360 deletions

View File

@@ -977,7 +977,7 @@
<div class="form-group">
<label class="title-text">{{ $t('pages.settings.upload.availablePlaceholders') }}</label>
<placeholderTable :list="advancedRenameList" :title-list="advancedRenameTitleList" />
<PlaceholderTable :list="advancedRenameList" :title-list="advancedRenameTitleList" />
</div>
</div>
</div>
@@ -1014,7 +1014,7 @@ import { useI18n } from 'vue-i18n'
import customRadioOption from '@/components/common/CustomRadioOption.vue'
import customRange from '@/components/common/CustomRange.vue'
import customSwitch from '@/components/common/CustomSwitch.vue'
import placeholderTable from '@/components/common/PlaceholderTable.vue'
import PlaceholderTable from '@/components/common/PlaceholderTable.vue'
import PerPicbedSetting from '@/components/PerPicbedSetting.vue'
import { getRawData } from '@/utils/common'
import { configPaths } from '@/utils/configPaths'