diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index cc1dd853f..f13f3ae51 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -63,7 +63,6 @@ jobs: with: bodyFile: ${{ env.changelog }} artifacts: "dashboard/dist.zip" - token: ${{ secrets.GITHUB_TOKEN }} build-and-publish-to-pypi: # 构建并发布到 PyPI diff --git a/batch_operation_dist.zip b/batch_operation_dist.zip deleted file mode 100644 index bda58ba1d..000000000 Binary files a/batch_operation_dist.zip and /dev/null differ diff --git a/dashboard/src/views/SessionManagementPage.vue.backup b/dashboard/src/views/SessionManagementPage.vue.backup deleted file mode 100644 index 0e2b59555..000000000 --- a/dashboard/src/views/SessionManagementPage.vue.backup +++ /dev/null @@ -1,1091 +0,0 @@ - - - - - - {{ tm('customRules.title') }} - - {{ totalItems }} {{ tm('customRules.rulesCount') }} - - - - - {{ tm('buttons.batchDelete') }} ({{ selectedItems.length }}) - - - {{ tm('buttons.addRule') }} - - - {{ tm('buttons.refresh') }} - - - - - - - - - - - - - - {{ item.platform || 'unknown' }} - - {{ item.umo }} - - - ({{ item.rules?.session_service_config?.custom_name }}) - - - mdi-pencil-outline - {{ tm('buttons.editCustomName') }} - - - - - mdi-information-outline - - - UMO: {{ item.umo }} - 平台: {{ item.platform }} - 消息类型: {{ item.message_type }} - 会话 ID: {{ item.session_id }} - - - - - - - - - - - - {{ tm('customRules.serviceConfig') }} - - - {{ tm('customRules.pluginConfig') }} - - - {{ tm('customRules.kbConfig') }} - - - {{ tm('customRules.providerConfig') }} - - - - - - - - mdi-pencil - {{ tm('buttons.editRule') }} - - - mdi-delete - {{ tm('buttons.deleteAllRules') }} - - - - - - - mdi-file-document-edit-outline - {{ tm('customRules.noRules') }} - {{ tm('customRules.noRulesDesc') }} - - mdi-plus - {{ tm('buttons.addRule') }} - - - - - - - - - - - - {{ tm('addRule.title') }} - - - mdi-close - - - - - - {{ tm('addRule.description') }} - - - - - - - - {{ tm('buttons.cancel') }} - - {{ tm('buttons.next') }} - - - - - - - - - - {{ tm('ruleEditor.title') }} - - {{ selectedUmo.umo }} - - - - - - - - - - {{ tm('ruleEditor.serviceConfig.title') }} - - - - - - - - - - - - - - - - - - - - {{ tm('buttons.save') }} - - - - - - {{ tm('ruleEditor.providerConfig.title') }} - - - - - - - - - - - - - - - - - {{ tm('buttons.save') }} - - - - - - {{ tm('ruleEditor.personaConfig.title') }} - - - - - - - - - {{ tm('ruleEditor.personaConfig.hint') }} - - - - - - - {{ tm('buttons.save') }} - - - - - - {{ tm('ruleEditor.pluginConfig.title') }} - - - - - - - - - {{ tm('ruleEditor.pluginConfig.hint') }} - - - - - - - {{ tm('buttons.save') }} - - - - - - {{ tm('ruleEditor.kbConfig.title') }} - - - - - - - - - - - - - - - - - {{ tm('buttons.save') }} - - - - - - - - - - - {{ tm('deleteConfirm.title') }} - - {{ tm('deleteConfirm.message') }} - - {{ deleteTarget?.umo }} - - - - {{ tm('buttons.cancel') }} - {{ tm('buttons.delete') - }} - - - - - - - - {{ tm('batchDeleteConfirm.title') }} - - {{ tm('batchDeleteConfirm.message', { count: selectedItems.length }) }} - - - {{ item.rules?.session_service_config?.custom_name || item.umo }} - - - - - - {{ tm('buttons.cancel') }} - - {{ tm('buttons.delete') }} - - - - - - - - {{ snackbarText }} - - - - - - {{ tm('quickEditName.title') }} - - - - - - {{ tm('buttons.cancel') }} - - {{ tm('buttons.save') }} - - - - - - - - - - -
UMO: {{ item.umo }}
平台: {{ item.platform }}
消息类型: {{ item.message_type }}
会话 ID: {{ item.session_id }}
{{ deleteTarget?.umo }}