diff --git a/.github/workflows/fastgpt-preview-image.yml b/.github/workflows/fastgpt-preview-image.yml index 3fcaf1c1f..1622cce2a 100644 --- a/.github/workflows/fastgpt-preview-image.yml +++ b/.github/workflows/fastgpt-preview-image.yml @@ -1,9 +1,6 @@ name: Preview FastGPT images on: pull_request_target: - paths: - - 'projects/app/**' - - 'packages/**' workflow_dispatch: jobs: diff --git a/.prettierignore b/.prettierignore index 942a7f4e8..bbd98e561 100644 --- a/.prettierignore +++ b/.prettierignore @@ -5,4 +5,6 @@ node_modules docSite/ *.md -cl100l_base.ts \ No newline at end of file +pnpm-lock.yaml +cl100l_base.ts +dict.json \ No newline at end of file diff --git a/.vscode/i18n-ally-custom-framework.yml b/.vscode/i18n-ally-custom-framework.yml index 8ce267e6d..a2d4fe0cc 100644 --- a/.vscode/i18n-ally-custom-framework.yml +++ b/.vscode/i18n-ally-custom-framework.yml @@ -17,15 +17,8 @@ usageMatchRegex: # you can ignore it and use your own matching rules as well - "[^\\w\\d]t\\(['\"`]({key})['\"`]" - "[^\\w\\d]commonT\\(['\"`]({key})['\"`]" - # 支持 appT("your.i18n.keys") - - "[^\\w\\d]appT\\(['\"`]({key})['\"`]" - # 支持 datasetT("your.i18n.keys") - - "[^\\w\\d]datasetT\\(['\"`]({key})['\"`]" - "[^\\w\\d]fileT\\(['\"`]({key})['\"`]" - - "[^\\w\\d]publishT\\(['\"`]({key})['\"`]" - "[^\\w\\d]workflowT\\(['\"`]({key})['\"`]" - - "[^\\w\\d]userT\\(['\"`]({key})['\"`]" - - "[^\\w\\d]chatT\\(['\"`]({key})['\"`]" - "[^\\w\\d]i18nT\\(['\"`]({key})['\"`]" # A RegEx to set a custom scope range. This scope will be used as a prefix when detecting keys diff --git a/README_en.md b/README_en.md index 2f38e3160..da99863b6 100644 --- a/README_en.md +++ b/README_en.md @@ -69,7 +69,7 @@ Project tech stack: NextJs + TS + ChakraUI + MongoDB + PostgreSQL (PG Vector plu > When using [Sealos](https://sealos.io) services, there is no need to purchase servers or domain names. It supports high concurrency and dynamic scaling, and the database application uses the kubeblocks database, which far exceeds the simple Docker container deployment in terms of IO performance.
| {t('account_model:model')} | +{t('account_model:model_name')} | +{t('account:model.model_id')} | {t('account_model:channel_status')} | +|
|---|---|---|---|---|
| {item.label} | +{item.model} |
|
+
+ |
{t('account_team:user_name')} | -{t('account_team:contact')} | +{t('common:contact_way')} | {t('account_team:org')} | {t('account_team:join_update_time')} |
@@ -253,12 +238,7 @@ function MemberTable({ Tabs }: { Tabs: React.ReactNode }) {
|