docs(frontend): use new doc styles (#17)

* docs: use new doc styles

* docs: use new doc styles

* docs: use new doc styles
This commit is contained in:
tecvan
2025-07-26 13:51:05 +08:00
committed by GitHub
parent 9ca1ae506f
commit d9ec4f60e0
28 changed files with 69 additions and 72 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { type FC, useMemo } from 'react';
import { useGlobalVariableServiceState } from '@coze-workflow/variable';
@@ -150,7 +150,7 @@ export const ExpandSheetEditor: FC<ExpandSheetEditorProps> = props => {
></Button>
</Tooltip>
{/* The community version does not support the AI-generated system prompt feature, for future expansion */}
{/* will support soon */}
{IS_OPEN_SOURCE ? null : (
<NLPromptButton disabled={props?.readonly} onlyIcon />
)}

View File

@@ -13,14 +13,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { useEffect } from 'react';
import { PublicScopeProvider } from '@coze-workflow/variable';
import { NLPromptButton } from '@coze-workflow/resources-adapter';
import { PromptEditorProvider } from '@coze-common/prompt-kit-base/editor';
import { I18n } from '@coze-arch/i18n';
import { UIIconButton } from '@coze-arch/bot-semi';
import {
IconCozExpand,
IconCozLightbulb,
@@ -28,6 +27,7 @@ import {
IconCozTrayArrowUp,
} from '@coze-arch/coze-design/icons';
import { Tooltip, IconButton, Button } from '@coze-arch/coze-design';
import { UIIconButton } from '@coze-arch/bot-semi';
import { useNodeFormPanelState } from '@/hooks/use-node-side-sheet-store';
import { CopyButton } from '@/components/copy-button';
@@ -112,7 +112,7 @@ export const PromptKitBar = props => {
</Tooltip>
<div className={styles['nl-prompt']}>
{/* The community version does not support the AI-generated system prompt feature, for future expansion */}
{/* will support soon */}
{IS_OPEN_SOURCE ? null : (
<NLPromptButton
disabled={readonly}