mirror of
https://github.com/dataelement/bisheng.git
synced 2026-08-28 17:14:44 +08:00
Merge branch 'feat/2.6.0' of github.com:dataelement/bisheng into feat/2.6.0
This commit is contained in:
@@ -2162,7 +2162,7 @@
|
||||
"more": "more",
|
||||
"chatTips": "1. Please comply with the Cybersecurity Law of the People's Republic of China, the Data Security Law of the People's Republic of China, the Personal Information Protection Law of the People's Republic of China, and the Basic Requirements for the Security of Generative Artificial Intelligence Services;\n2. It is forbidden to upload confidential data that falls within the scope of the company's confidentiality management regulations;\n3. It is forbidden to upload data containing personal privacy information;\n4. It is forbidden to upload files containing malicious programs or viruses;\n5. It is forbidden to use AI to generate offensive code;\n6. It is forbidden to ask AI questions involving but not limited to explosives, terrorism, pornography, and information that endangers national and public security;\n7. AI-generated content is subject to the company's confidentiality management regulations. Users should judge the reasonableness of the generated content based on the actual situation to avoid risks caused by AI hallucinations.",
|
||||
"com_preview_type_unsupported": "This file type is not supported for preview",
|
||||
"tenant.management": "Tenant Management",
|
||||
"tenant.management": "Tenant",
|
||||
"tenant.adminScope.label": "Admin View",
|
||||
"tenant.adminScope.global": "Full tree (default)",
|
||||
"tenant.adminScope.switched": "Switched admin view to {{name}}",
|
||||
|
||||
@@ -64,7 +64,7 @@ export function AppCenter({ scopeVersion = 0 }: { scopeVersion?: number }) {
|
||||
return (
|
||||
<div className="h-full overflow-y-scroll scrollbar-hide relative border-t">
|
||||
<div className="pt-4 relative">
|
||||
<CardContent className="pt-4 relative">
|
||||
<CardContent className="pt-4 pb-0 relative">
|
||||
<div className="w-full max-h-[calc(100vh-180px-var(--license-banner-h,0px))] overflow-y-scroll scrollbar-hide pb-10">
|
||||
<ConfigInheritanceBanner meta={configMeta} />
|
||||
<FormInput
|
||||
|
||||
@@ -102,7 +102,7 @@ export default function Subscribe({ scopeVersion = 0 }: { scopeVersion?: number
|
||||
return (
|
||||
<div className=" h-full overflow-y-scroll scrollbar-hide relative border-t">
|
||||
<div className="pt-4 relative">
|
||||
<CardContent className="pt-4 relative">
|
||||
<CardContent className="pt-4 pb-0 relative">
|
||||
<div className="w-full max-h-[calc(100vh-180px-var(--license-banner-h,0px))] overflow-y-scroll scrollbar-hide">
|
||||
<ConfigInheritanceBanner meta={configMeta} />
|
||||
<div className="mb-6">
|
||||
|
||||
@@ -171,7 +171,7 @@ export default function index({ scopeVersion = 0 }: { scopeVersion?: number }) {
|
||||
return (
|
||||
<div className="daily-page h-full overflow-y-scroll scrollbar-hide relative border-t">
|
||||
<div className="pt-4 relative">
|
||||
<CardContent className="pt-4 relative ">
|
||||
<CardContent className="pt-4 pb-0 relative ">
|
||||
<div className="w-full max-h-[calc(100vh-180px-var(--license-banner-h,0px))] overflow-y-scroll scrollbar-hide pb-10">
|
||||
<ConfigInheritanceBanner meta={configMeta} />
|
||||
{/* <ToggleSection
|
||||
|
||||
Reference in New Issue
Block a user