diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1fcb2b16..40945976 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,7 @@ nvm use lts/hydrogen
2. **Clone the repository**
``` bash
-git clone git@github.com:coze-dev/flowgram.ai.git
+git clone git@github.com:bytedance/flowgram.ai.git
```
3. **Install required global dependencies**
@@ -90,7 +90,7 @@ After that, you can start to develop projects inside this repository.
## Reporting Bugs
-Report bugs via [GitHub Issues](https://github.com/coze-dev/flowgram.ai/issues/new/choose). Please include:
+Report bugs via [GitHub Issues](https://github.com/bytedance/flowgram.ai/issues/new/choose). Please include:
- Issue description
- Steps to reproduce
diff --git a/README.md b/README.md
index 2691f910..358a6508 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ our name.
-[](https://github.com/coze-dev/flowgram.ai/blob/main/LICENSE)
+[](https://github.com/bytedance/flowgram.ai/blob/main/LICENSE)
[](https://www.npmjs.com/package/@flowgram.ai/editor)
@@ -17,8 +17,8 @@ our name.
## 📖 Documentation
-- [Official Documentation](https://coze-dev.github.io/flowgram.ai/)
-- [Contributing Guidelines](https://github.com/coze-dev/flowgram.ai/blob/main/CONTRIBUTING.md)
+- [Official Documentation](https://flowgram.ai)
+- [Contributing Guidelines](https://github.com/bytedance/flowgram.ai/blob/main/CONTRIBUTING.md)
## 📦 Packages
@@ -32,7 +32,7 @@ our name.
-
+
Free Layout
@@ -83,7 +83,7 @@ nvm use lts/hydrogen
2. **Clone the repository**
``` bash
-git clone git@github.com:coze-dev/flowgram.ai.git
+git clone git@github.com:bytedance/flowgram.ai.git
```
3. **Install required global dependencies**
@@ -118,7 +118,7 @@ Enjoy it!
## 🌟 Contributors
-[](https://github.com/coze-dev/flowgram.ai/graphs/contributors)
+[](https://github.com/bytedance/flowgram.ai/graphs/contributors)
+[](https://api.star-history.com/svg?repos=bytedance/flowgram.ai&type=Timeline) -->
diff --git a/apps/demo-fixed-layout-simple/src/hooks/use-editor-props.tsx b/apps/demo-fixed-layout-simple/src/hooks/use-editor-props.tsx
index 7324ff28..d05248fa 100644
--- a/apps/demo-fixed-layout-simple/src/hooks/use-editor-props.tsx
+++ b/apps/demo-fixed-layout-simple/src/hooks/use-editor-props.tsx
@@ -1,7 +1,7 @@
import { useMemo } from 'react';
-import { defaultFixedSemiMaterials } from '@flowgram.ai/fixed-semi-materials';
import { createMinimapPlugin } from '@flowgram.ai/minimap-plugin';
+import { defaultFixedSemiMaterials } from '@flowgram.ai/fixed-semi-materials';
import {
type FixedLayoutProps,
FlowDocumentJSON,
@@ -11,15 +11,15 @@ import {
FlowRendererKey,
} from '@flowgram.ai/fixed-layout-editor';
-import { BaseNode } from '../components/base-node'
-import { BranchAdder } from '../components/branch-adder'
import { NodeAdder } from '../components/node-adder';
+import { BranchAdder } from '../components/branch-adder';
+import { BaseNode } from '../components/base-node';
/** semi materials */
export function useEditorProps(
initialData: FlowDocumentJSON, // 初始化数据
- nodeRegistries: FlowNodeRegistry[], // 节点定义
+ nodeRegistries: FlowNodeRegistry[] // 节点定义
): FixedLayoutProps {
return useMemo
(
() => ({
@@ -54,22 +54,24 @@ export function useEditorProps(
/**
* Render form
*/
- render: () => <>
- name="title">
- {({ field }) => {field.value}
}
-
-
- >
- }
+
+ name="content">
+
+
+
+ >
+ ),
+ },
};
},
/**
* Materials, components can be customized based on the key
- * @see https://github.com/coze-dev/flowgram.ai/blob/main/packages/materials/fixed-semi-materials/src/components/index.tsx
+ * @see https://github.com/bytedance/flowgram.ai/blob/main/packages/materials/fixed-semi-materials/src/components/index.tsx
* 可以通过 key 自定义 UI 组件
*/
materials: {
@@ -106,7 +108,7 @@ export function useEditorProps(
/**
* 画布初始化
*/
- onInit: ctx => {
+ onInit: (ctx) => {
/**
* Data can also be dynamically loaded via fromJSON
* 也可以通过 fromJSON 动态加载数据
@@ -149,6 +151,6 @@ export function useEditorProps(
}),
],
}),
- [],
+ []
);
}
diff --git a/apps/demo-fixed-layout/src/hooks/use-editor-props.ts b/apps/demo-fixed-layout/src/hooks/use-editor-props.ts
index 8478a787..181df51d 100644
--- a/apps/demo-fixed-layout/src/hooks/use-editor-props.ts
+++ b/apps/demo-fixed-layout/src/hooks/use-editor-props.ts
@@ -144,7 +144,7 @@ export function useEditorProps(
},
/**
* Materials, components can be customized based on the key
- * @see @see https://github.com/coze-dev/flowgram.ai/blob/main/packages/materials/fixed-semi-materials/src/components/index.tsx
+ * @see @see https://github.com/bytedance/flowgram.ai/blob/main/packages/materials/fixed-semi-materials/src/components/index.tsx
* 可以通过 key 自定义 UI 组件
*/
materials: {
diff --git a/apps/docs/package.json b/apps/docs/package.json
index 676d2bb8..7c4e4009 100644
--- a/apps/docs/package.json
+++ b/apps/docs/package.json
@@ -55,5 +55,5 @@
"globals": "^15.11.0",
"typescript-eslint": "^8.8.1"
},
- "homepage": "https://github.com/coze-dev/flowgram.ai/"
+ "homepage": "https://github.com/bytedance/flowgram.ai/"
}
diff --git a/apps/docs/rspress.config.ts b/apps/docs/rspress.config.ts
index a65c0e74..84dcd506 100644
--- a/apps/docs/rspress.config.ts
+++ b/apps/docs/rspress.config.ts
@@ -73,7 +73,7 @@ export default defineConfig({
{
icon: 'github',
mode: 'link',
- content: 'https://github.com/coze-dev/flowgram.ai',
+ content: 'https://github.com/bytedance/flowgram.ai',
},
{
icon: 'discord',
diff --git a/apps/docs/src/en/api/components/workflow-node-renderer.mdx b/apps/docs/src/en/api/components/workflow-node-renderer.mdx
index a157b325..f07373de 100644
--- a/apps/docs/src/en/api/components/workflow-node-renderer.mdx
+++ b/apps/docs/src/en/api/components/workflow-node-renderer.mdx
@@ -14,7 +14,7 @@ export const BaseNode = () => {
const { form } = useNodeRender()
/**
* WorkflowNodeRenderer will add node drag events and port rendering, if you want to deeply customize it, you can refer to the source code of the component:
- * https://github.com/coze-dev/flowgram.ai/blob/main/packages/client/free-layout-editor/src/components/workflow-node-renderer.tsx
+ * https://github.com/bytedance/flowgram.ai/blob/main/packages/client/free-layout-editor/src/components/workflow-node-renderer.tsx
*/
return (
diff --git a/apps/docs/src/en/api/core/flow-document.mdx b/apps/docs/src/en/api/core/flow-document.mdx
index c4fed3b9..7b1b8c9f 100644
--- a/apps/docs/src/en/api/core/flow-document.mdx
+++ b/apps/docs/src/en/api/core/flow-document.mdx
@@ -2,7 +2,7 @@
Flow document (fixed layout), stores all node data of the process
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/document/classes/FlowDocument.html)
+[> API Detail](https://flowgram.aiauto-docs/document/classes/FlowDocument.html)
```ts pure
import { useClientContext } from '@flowgram.ai/fixed-layout-editor'
diff --git a/apps/docs/src/en/api/core/flow-node-entity.mdx b/apps/docs/src/en/api/core/flow-node-entity.mdx
index a711eeda..5226c9ba 100644
--- a/apps/docs/src/en/api/core/flow-node-entity.mdx
+++ b/apps/docs/src/en/api/core/flow-node-entity.mdx
@@ -2,7 +2,7 @@
Node entity, `WorkflowNodeEntity` is the alias for the node used for free layout nodes, the node entity uses the [ECS](/flowgram.ai/guide/concepts/ECS.html) architecture, is `Entity`
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/document/classes/FlowNodeEntity-1.html)
+[> API Detail](https://flowgram.aiauto-docs/document/classes/FlowNodeEntity-1.html)
## Properties
@@ -23,8 +23,8 @@ Node entity, `WorkflowNodeEntity` is the alias for the node used for free layout
- parent: `FlowNodeEntity | undefined` Get the parent node
- originParent: `FlowNodeEntity | undefined` Get the original parent node, this is used to find the entire virtual branch for the first node of the fixed layout branch (orderIcon)
- allChildren: `FlowNodeEntity[]` Get all child nodes, not including collapsed child nodes
-- transform: [FlowNodeTransformData](https://coze-dev.github.io/flowgram.ai/auto-docs/document/classes/FlowNodeTransformData.html) Get the node's transform matrix data
-- renderData: [FlowNodeRenderData](https://coze-dev.github.io/flowgram.ai/auto-docs/document/classes/FlowNodeRenderData.html) Get the node's render data, including render status
+- transform: [FlowNodeTransformData](https://flowgram.aiauto-docs/document/classes/FlowNodeTransformData.html) Get the node's transform matrix data
+- renderData: [FlowNodeRenderData](https://flowgram.aiauto-docs/document/classes/FlowNodeRenderData.html) Get the node's render data, including render status
## Methods
diff --git a/apps/docs/src/en/api/core/playground.mdx b/apps/docs/src/en/api/core/playground.mdx
index 6a4a3f0e..56407fc6 100644
--- a/apps/docs/src/en/api/core/playground.mdx
+++ b/apps/docs/src/en/api/core/playground.mdx
@@ -2,7 +2,7 @@
Canvas instance
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/core/classes/Playground.html)
+[> API Detail](https://flowgram.aiauto-docs/core/classes/Playground.html)
```ts pure
const ctx = useClientContext()
@@ -14,7 +14,7 @@ console.log(ctx.playground)
Canvas configuration, provides zoom, scroll, etc.
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/core/classes/PlaygroundConfigEntity.html)
+[> API Detail](https://flowgram.aiauto-docs/core/classes/PlaygroundConfigEntity.html)
### Properties
- zoom `number` Current zoom ratio
diff --git a/apps/docs/src/en/api/core/workflow-document.mdx b/apps/docs/src/en/api/core/workflow-document.mdx
index a4a4b8db..d6a72c83 100644
--- a/apps/docs/src/en/api/core/workflow-document.mdx
+++ b/apps/docs/src/en/api/core/workflow-document.mdx
@@ -2,7 +2,7 @@
Free layout document data, inherited from [FlowDocument](/flowgram.ai/api/core/flow-document.html)
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/free-layout-core/classes/WorkflowDocument.html)
+[> API Detail](https://flowgram.aiauto-docs/free-layout-core/classes/WorkflowDocument.html)
```ts pure
import { useClientContext } from '@flowgram.ai/free-layout-editor'
diff --git a/apps/docs/src/en/api/core/workflow-line-entity.mdx b/apps/docs/src/en/api/core/workflow-line-entity.mdx
index d8f88a9d..3ca38160 100644
--- a/apps/docs/src/en/api/core/workflow-line-entity.mdx
+++ b/apps/docs/src/en/api/core/workflow-line-entity.mdx
@@ -2,5 +2,5 @@
Free layout line entity
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/free-layout-core/classes/WorkflowLineEntity.html)
+[> API Detail](https://flowgram.aiauto-docs/free-layout-core/classes/WorkflowLineEntity.html)
diff --git a/apps/docs/src/en/api/core/workflow-lines-manager.mdx b/apps/docs/src/en/api/core/workflow-lines-manager.mdx
index ea1f976f..6e1601e3 100644
--- a/apps/docs/src/en/api/core/workflow-lines-manager.mdx
+++ b/apps/docs/src/en/api/core/workflow-lines-manager.mdx
@@ -2,7 +2,7 @@
Free layout line management, currently attached to the free layout document
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/free-layout-core/classes/WorkflowLinesManager.html)
+[> API Detail](https://flowgram.aiauto-docs/free-layout-core/classes/WorkflowLinesManager.html)
```
import { useClientContext } from '@flowgram.ai/free-layout-editor'
diff --git a/apps/docs/src/en/api/hooks/use-client-context.mdx b/apps/docs/src/en/api/hooks/use-client-context.mdx
index ffea74de..1edf96f5 100644
--- a/apps/docs/src/en/api/hooks/use-client-context.mdx
+++ b/apps/docs/src/en/api/hooks/use-client-context.mdx
@@ -4,7 +4,7 @@ Provides access to the canvas context within React. Currently, there are some di
## Fixed Layout
-- Return: [FixedLayoutPluginContext](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-layout-editor/interfaces/FixedLayoutPluginContext.html)
+- Return: [FixedLayoutPluginContext](https://flowgram.aiauto-docs/fixed-layout-editor/interfaces/FixedLayoutPluginContext.html)
```ts pure
import { useClientContext } from '@flowgram.ai/fixed-layout-editor'
@@ -13,7 +13,7 @@ const ctx = useClientContext()
## Free Layout
-- Return: [FreeLayoutPluginContext](https://coze-dev.github.io/flowgram.ai/auto-docs/free-layout-editor/interfaces/FreeLayoutPluginContext.html)
+- Return: [FreeLayoutPluginContext](https://flowgram.aiauto-docs/free-layout-editor/interfaces/FreeLayoutPluginContext.html)
```ts pure
import { useClientContext } from '@flowgram.ai/free-layout-editor'
diff --git a/apps/docs/src/en/api/hooks/use-node-render.mdx b/apps/docs/src/en/api/hooks/use-node-render.mdx
index bf9fb7ed..31337b36 100644
--- a/apps/docs/src/en/api/hooks/use-node-render.mdx
+++ b/apps/docs/src/en/api/hooks/use-node-render.mdx
@@ -4,7 +4,7 @@ Provides methods related to node rendering, and the form returned is equivalent
## Fixed Layout
-- Return: [NodeRenderReturnType](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-layout-editor/interfaces/NodeRenderReturnType.html)
+- Return: [NodeRenderReturnType](https://flowgram.aiauto-docs/fixed-layout-editor/interfaces/NodeRenderReturnType.html)
```tsx pure
@@ -51,7 +51,7 @@ export const BaseNode = ({ node }: { node: FlowNodeEntity }) => {
## Free Layout
-- Return: [NodeRenderReturnType](https://coze-dev.github.io/flowgram.ai/auto-docs/free-layout-core/interfaces/NodeRenderReturnType.html)
+- Return: [NodeRenderReturnType](https://flowgram.aiauto-docs/free-layout-core/interfaces/NodeRenderReturnType.html)
```tsx pure
import { WorkflowNodeRenderer, useNodeRender } from '@flowgram.ai/free-layout-editor';
diff --git a/apps/docs/src/en/api/hooks/use-playground-tools.mdx b/apps/docs/src/en/api/hooks/use-playground-tools.mdx
index eae2f9d7..3634cbcd 100644
--- a/apps/docs/src/en/api/hooks/use-playground-tools.mdx
+++ b/apps/docs/src/en/api/hooks/use-playground-tools.mdx
@@ -4,7 +4,7 @@ Canvas tool methods
## Fixed Layout
-- Return: [PlaygroundTools](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-layout-editor/interfaces/PlaygroundTools.html)
+- Return: [PlaygroundTools](https://flowgram.aiauto-docs/fixed-layout-editor/interfaces/PlaygroundTools.html)
```tsx pure
import { useEffect, useState } from 'react'
import { usePlaygroundTools, useClientContext } from '@flowgram.ai/fixed-layout-editor';
@@ -38,7 +38,7 @@ export function Tools() {
## Free Layout
-- Return: [PlaygroundTools](https://coze-dev.github.io/flowgram.ai/auto-docs/free-layout-editor/interfaces/PlaygroundTools.html)
+- Return: [PlaygroundTools](https://flowgram.aiauto-docs/free-layout-editor/interfaces/PlaygroundTools.html)
```tsx pure
import { usePlaygroundTools, useClientContext } from '@flowgram.ai/free-layout-editor';
diff --git a/apps/docs/src/en/api/services/clipboard-service.mdx b/apps/docs/src/en/api/services/clipboard-service.mdx
index 57199170..102d95d6 100644
--- a/apps/docs/src/en/api/services/clipboard-service.mdx
+++ b/apps/docs/src/en/api/services/clipboard-service.mdx
@@ -2,4 +2,4 @@
Clipboard Service
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/core/interfaces/ClipboardService.html)
+[> API Detail](https://flowgram.aiauto-docs/core/interfaces/ClipboardService.html)
diff --git a/apps/docs/src/en/api/services/command-service.mdx b/apps/docs/src/en/api/services/command-service.mdx
index 166c58ae..3afe256b 100644
--- a/apps/docs/src/en/api/services/command-service.mdx
+++ b/apps/docs/src/en/api/services/command-service.mdx
@@ -2,7 +2,7 @@
Command Service, needs to be used with [Shortcuts](/flowgram.ai/guide/advanced/interactive/shortcuts.html)
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/command/interfaces/CommandService.html)
+[> API Detail](https://flowgram.aiauto-docs/command/interfaces/CommandService.html)
```Usage
diff --git a/apps/docs/src/en/api/services/flow-operation-service.mdx b/apps/docs/src/en/api/services/flow-operation-service.mdx
index bfa36cf7..36c1fd49 100644
--- a/apps/docs/src/en/api/services/flow-operation-service.mdx
+++ b/apps/docs/src/en/api/services/flow-operation-service.mdx
@@ -2,7 +2,7 @@
Node operation service, currently used for fixed layout, free layout can currently be operated directly through WorkflowDocument, and will be abstracted out as operation in the future
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-layout-editor/interfaces/FlowOperationService.html)
+[> API Detail](https://flowgram.aiauto-docs/fixed-layout-editor/interfaces/FlowOperationService.html)
```typescript pure
const operationService = useService(FlowOperationService)
diff --git a/apps/docs/src/en/api/services/history-service.mdx b/apps/docs/src/en/api/services/history-service.mdx
index 37f2ff10..1c307ebe 100644
--- a/apps/docs/src/en/api/services/history-service.mdx
+++ b/apps/docs/src/en/api/services/history-service.mdx
@@ -1,6 +1,6 @@
## HistoryService
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/classes/HistoryService.html)
+[> API Detail](https://flowgram.aiauto-docs/fixed-history-plugin/classes/HistoryService.html)
## Redo/Undo
diff --git a/apps/docs/src/en/api/services/selection-service.mdx b/apps/docs/src/en/api/services/selection-service.mdx
index 64bbaab3..d4436019 100644
--- a/apps/docs/src/en/api/services/selection-service.mdx
+++ b/apps/docs/src/en/api/services/selection-service.mdx
@@ -2,7 +2,7 @@
Used to control selected nodes
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/core/classes/SelectionService.html)
+[> API Detail](https://flowgram.aiauto-docs/core/classes/SelectionService.html)
## Usage
```tsx pure
diff --git a/apps/docs/src/en/api/utils/disposable-collection.mdx b/apps/docs/src/en/api/utils/disposable-collection.mdx
index b7aa26e7..1405f801 100644
--- a/apps/docs/src/en/api/utils/disposable-collection.mdx
+++ b/apps/docs/src/en/api/utils/disposable-collection.mdx
@@ -28,6 +28,6 @@ dc.dispose(); // Log: 1, 2, dispose end
## Source Code
-https://github.com/coze-dev/flowgram.ai/blob/main/packages/common/utils/src/disposable.ts
+https://github.com/bytedance/flowgram.ai/blob/main/packages/common/utils/src/disposable.ts
diff --git a/apps/docs/src/en/api/utils/disposable.mdx b/apps/docs/src/en/api/utils/disposable.mdx
index ee4f3efd..efff450b 100644
--- a/apps/docs/src/en/api/utils/disposable.mdx
+++ b/apps/docs/src/en/api/utils/disposable.mdx
@@ -18,4 +18,4 @@ export interface Disposable {
## Source Code
-https://github.com/coze-dev/flowgram.ai/blob/main/packages/common/utils/src/disposable.ts
+https://github.com/bytedance/flowgram.ai/blob/main/packages/common/utils/src/disposable.ts
diff --git a/apps/docs/src/en/api/utils/emitter.mdx b/apps/docs/src/en/api/utils/emitter.mdx
index e454fb4e..19d3dcda 100644
--- a/apps/docs/src/en/api/utils/emitter.mdx
+++ b/apps/docs/src/en/api/utils/emitter.mdx
@@ -38,5 +38,5 @@ function App() {
## Source Code
-https://github.com/coze-dev/flowgram.ai/blob/main/packages/common/utils/src/event.ts
+https://github.com/bytedance/flowgram.ai/blob/main/packages/common/utils/src/event.ts
diff --git a/apps/docs/src/en/api/utils/get-node-form.mdx b/apps/docs/src/en/api/utils/get-node-form.mdx
index d481918f..f3288c27 100644
--- a/apps/docs/src/en/api/utils/get-node-form.mdx
+++ b/apps/docs/src/en/api/utils/get-node-form.mdx
@@ -2,7 +2,7 @@
Get the form capabilities of the node, needs to be enabled node engine
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/editor/functions/getNodeForm.html)
+[> API Detail](https://flowgram.aiauto-docs/editor/functions/getNodeForm.html)
## Usage
diff --git a/apps/docs/src/en/examples/fixed-layout/fixed-feature-overview.mdx b/apps/docs/src/en/examples/fixed-layout/fixed-feature-overview.mdx
index f452e2af..54ac9720 100644
--- a/apps/docs/src/en/examples/fixed-layout/fixed-feature-overview.mdx
+++ b/apps/docs/src/en/examples/fixed-layout/fixed-feature-overview.mdx
@@ -17,7 +17,7 @@ npx @flowgram.ai/create-app@latest fixed-layout
## Source Code
-https://github.com/coze-dev/flowgram.ai/tree/main/apps/demo-fixed-layout
+https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
## Feature Introduction
diff --git a/apps/docs/src/en/examples/fixed-layout/fixed-layout-simple.mdx b/apps/docs/src/en/examples/fixed-layout/fixed-layout-simple.mdx
index 77f52a71..7f2aaa04 100644
--- a/apps/docs/src/en/examples/fixed-layout/fixed-layout-simple.mdx
+++ b/apps/docs/src/en/examples/fixed-layout/fixed-layout-simple.mdx
@@ -17,4 +17,4 @@ npx @flowgram.ai/create-app@latest fixed-layout-simple
## Source Code
-https://github.com/coze-dev/flowgram.ai/tree/main/apps/demo-fixed-layout-simple
+https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout-simple
diff --git a/apps/docs/src/en/examples/free-layout/free-feature-overview.mdx b/apps/docs/src/en/examples/free-layout/free-feature-overview.mdx
index 5bad0733..566a2fd7 100644
--- a/apps/docs/src/en/examples/free-layout/free-feature-overview.mdx
+++ b/apps/docs/src/en/examples/free-layout/free-feature-overview.mdx
@@ -17,7 +17,7 @@ npx @flowgram.ai/create-app@latest free-layout
## Source Code
-https://github.com/coze-dev/flowgram.ai/tree/main/apps/demo-free-layout
+https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-free-layout
## Feature Introduction
diff --git a/apps/docs/src/en/examples/free-layout/free-layout-simple.mdx b/apps/docs/src/en/examples/free-layout/free-layout-simple.mdx
index e9ed55b7..18b7b911 100644
--- a/apps/docs/src/en/examples/free-layout/free-layout-simple.mdx
+++ b/apps/docs/src/en/examples/free-layout/free-layout-simple.mdx
@@ -17,4 +17,4 @@ npx @flowgram.ai/create-app@latest free-layout-simple
## Source Code
-https://github.com/coze-dev/flowgram.ai/tree/main/apps/demo-free-layout-simple
+https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-free-layout-simple
diff --git a/apps/docs/src/en/guide/advanced/history.mdx b/apps/docs/src/en/guide/advanced/history.mdx
index a8899830..53a1b214 100644
--- a/apps/docs/src/en/guide/advanced/history.mdx
+++ b/apps/docs/src/en/guide/advanced/history.mdx
@@ -407,15 +407,15 @@ export const HistoryList = () => {
```
## 3. API List
-### 3.1. [OperationMeta](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/interfaces/OperationMeta.html)
+### 3.1. [OperationMeta](https://flowgram.aiauto-docs/fixed-history-plugin/interfaces/OperationMeta.html)
OperationMeta, used to define an operation
-### 3.2. [Operation](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/interfaces/Operation.html)
+### 3.2. [Operation](https://flowgram.aiauto-docs/fixed-history-plugin/interfaces/Operation.html)
Operation data, associated with OperationMeta through type
-### 3.3. [OperationService](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/classes/OperationService.html)
+### 3.3. [OperationService](https://flowgram.aiauto-docs/fixed-history-plugin/classes/OperationService.html)
-[onApply](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/classes/OperationService.html#onapply)
+[onApply](https://flowgram.aiauto-docs/fixed-history-plugin/classes/OperationService.html#onapply)
Use onApply to listen to a triggered operation
```tsx pure
@@ -425,14 +425,14 @@ useService(OperationService).onApply((op: Operation) => {
})
```
-### 3.4. [HistoryService](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/classes/HistoryService.html)
+### 3.4. [HistoryService](https://flowgram.aiauto-docs/fixed-history-plugin/classes/HistoryService.html)
The core API of the History module exposed Service
-### 3.5. [UndoRedoService](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/classes/UndoRedoService.html)
+### 3.5. [UndoRedoService](https://flowgram.aiauto-docs/fixed-history-plugin/classes/UndoRedoService.html)
The service that manages the UndoRedo stack
-### 3.6. [HistoryStack](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/classes/HistoryStack.html)
+### 3.6. [HistoryStack](https://flowgram.aiauto-docs/fixed-history-plugin/classes/HistoryStack.html)
History stack, listen to all push undo redo operations, and record them in the stack
-### 3.7. [HistoryDatabase](https://coze-dev.github.io/flowgram.ai/auto-docs/history-storage/classes/HistoryDatabase.html)
+### 3.7. [HistoryDatabase](https://flowgram.aiauto-docs/history-storage/classes/HistoryDatabase.html)
Persistence database operations
diff --git a/apps/docs/src/en/guide/advanced/variable.mdx b/apps/docs/src/en/guide/advanced/variable.mdx
index 04718840..64b73533 100644
--- a/apps/docs/src/en/guide/advanced/variable.mdx
+++ b/apps/docs/src/en/guide/advanced/variable.mdx
@@ -85,7 +85,7 @@ flowDocument.onNodeCreate(({ node }) => {
```
-More usage, see: [Class: FlowNodeVariableData](https://coze-dev.github.io/flowgram.ai/auto-docs/editor/classes/FlowNodeVariableData.html)
+More usage, see: [Class: FlowNodeVariableData](https://flowgram.aiauto-docs/editor/classes/FlowNodeVariableData.html)
### Set Output Variables through Form Effect
diff --git a/apps/docs/src/en/guide/getting-started/create-fixed-layout-simple.mdx b/apps/docs/src/en/guide/getting-started/create-fixed-layout-simple.mdx
index c1cf07e8..87c2ae8a 100644
--- a/apps/docs/src/en/guide/getting-started/create-fixed-layout-simple.mdx
+++ b/apps/docs/src/en/guide/getting-started/create-fixed-layout-simple.mdx
@@ -64,7 +64,7 @@ export function useEditorProps(
nodeRegistries,
/**
* Custom UI components can be defined by key, for example, add a button, here is a semi-component set for quick verification, if you need deep customization, refer to:
- * https://github.com/coze-dev/flowgram.ai/blob/main/packages/materials/fixed-semi-materials/src/components/index.tsx
+ * https://github.com/bytedance/flowgram.ai/blob/main/packages/materials/fixed-semi-materials/src/components/index.tsx
*/
materials: {
renderNodes: {
diff --git a/apps/docs/src/en/guide/getting-started/create-free-layout-simple.mdx b/apps/docs/src/en/guide/getting-started/create-free-layout-simple.mdx
index 9c18d662..3927cd5f 100644
--- a/apps/docs/src/en/guide/getting-started/create-free-layout-simple.mdx
+++ b/apps/docs/src/en/guide/getting-started/create-free-layout-simple.mdx
@@ -273,7 +273,7 @@ export const BaseNode = () => {
/**
* WorkflowNodeRenderer will add node drag events and port rendering, for deep customization,
* you can check the component source code at:
- * https://github.com/coze-dev/flowgram.ai/blob/main/packages/client/free-layout-editor/src/components/workflow-node-renderer.tsx
+ * https://github.com/bytedance/flowgram.ai/blob/main/packages/client/free-layout-editor/src/components/workflow-node-renderer.tsx
*/
return (
diff --git a/apps/docs/src/en/index.md b/apps/docs/src/en/index.md
index 0a343aaa..fa9890c6 100644
--- a/apps/docs/src/en/index.md
+++ b/apps/docs/src/en/index.md
@@ -11,18 +11,18 @@ hero:
link: /guide/introduction
- theme: alt
text: GitHub
- link: https://github.com/coze-dev/flowgram.ai
+ link: https://github.com/bytedance/flowgram.ai
image:
src: /logo.png
alt: Logo
features:
- title: Coze
- details: 
+ details: 
icon: 🏃🏻♀️
- title: Feishu Low-Code Platform Workflow
- details: 
+ details: 
icon: 📦
- title: Feishu Bitable
- details: 
+ details: 
icon: 🎨
---
diff --git a/apps/docs/src/zh/api/components/workflow-node-renderer.mdx b/apps/docs/src/zh/api/components/workflow-node-renderer.mdx
index adaf8265..863ea96f 100644
--- a/apps/docs/src/zh/api/components/workflow-node-renderer.mdx
+++ b/apps/docs/src/zh/api/components/workflow-node-renderer.mdx
@@ -14,7 +14,7 @@ export const BaseNode = () => {
const { form } = useNodeRender()
/**
* WorkflowNodeRenderer 会添加节点拖拽事件及 端口渲染,如果要深度定制,可以看该组件源代码:
- * https://github.com/coze-dev/flowgram.ai/blob/main/packages/client/free-layout-editor/src/components/workflow-node-renderer.tsx
+ * https://github.com/bytedance/flowgram.ai/blob/main/packages/client/free-layout-editor/src/components/workflow-node-renderer.tsx
*/
return (
diff --git a/apps/docs/src/zh/api/core/flow-document.mdx b/apps/docs/src/zh/api/core/flow-document.mdx
index e8c77b13..2207511f 100644
--- a/apps/docs/src/zh/api/core/flow-document.mdx
+++ b/apps/docs/src/zh/api/core/flow-document.mdx
@@ -2,7 +2,7 @@
流程数据文档 (固定布局), 存储流程的所有节点数据
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/document/classes/FlowDocument.html)
+[> API Detail](https://flowgram.aiauto-docs/document/classes/FlowDocument.html)
```ts pure
import { useClientContext } from '@flowgram.ai/fixed-layout-editor'
diff --git a/apps/docs/src/zh/api/core/flow-node-entity.mdx b/apps/docs/src/zh/api/core/flow-node-entity.mdx
index 6ea02068..1d938102 100644
--- a/apps/docs/src/zh/api/core/flow-node-entity.mdx
+++ b/apps/docs/src/zh/api/core/flow-node-entity.mdx
@@ -2,7 +2,7 @@
节点实体,`WorkflowNodeEntity` 为节点别名用于自由布局节点, 节点实体采用 [ECS](/flowgram.ai/guide/concepts/ECS.html) 架构, 为 `Entity`
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/document/classes/FlowNodeEntity-1.html)
+[> API Detail](https://flowgram.aiauto-docs/document/classes/FlowNodeEntity-1.html)
## Properties
@@ -23,8 +23,8 @@
- parent: `FlowNodeEntity | undefined` 获取父节点
- originParent: `FlowNodeEntity | undefined` 获取原始父节点, 这个用于固定布局分支的第一个节点(orderIcon) 找到整个虚拟分支
- allChildren: `FlowNodeEntity[]` 获取所有子节点, 不包含折叠的子节点
-- transform: [FlowNodeTransformData](https://coze-dev.github.io/flowgram.ai/auto-docs/document/classes/FlowNodeTransformData.html) 获取节点的 transform 矩阵数据
-- renderData: [FlowNodeRenderData](https://coze-dev.github.io/flowgram.ai/auto-docs/document/classes/FlowNodeRenderData.html) 获取节点的渲染数据, 包含渲染状态等
+- transform: [FlowNodeTransformData](https://flowgram.aiauto-docs/document/classes/FlowNodeTransformData.html) 获取节点的 transform 矩阵数据
+- renderData: [FlowNodeRenderData](https://flowgram.aiauto-docs/document/classes/FlowNodeRenderData.html) 获取节点的渲染数据, 包含渲染状态等
## Methods
diff --git a/apps/docs/src/zh/api/core/playground.mdx b/apps/docs/src/zh/api/core/playground.mdx
index 99b3102d..51b3f55b 100644
--- a/apps/docs/src/zh/api/core/playground.mdx
+++ b/apps/docs/src/zh/api/core/playground.mdx
@@ -2,7 +2,7 @@
画布实例
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/core/classes/Playground.html)
+[> API Detail](https://flowgram.aiauto-docs/core/classes/Playground.html)
```ts pure
const ctx = useClientContext()
@@ -14,7 +14,7 @@ console.log(ctx.playground)
画布配置, 提供 zoom、scroll 等状态
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/core/classes/PlaygroundConfigEntity.html)
+[> API Detail](https://flowgram.aiauto-docs/core/classes/PlaygroundConfigEntity.html)
### Properties
- zoom `number` 当前缩放比例
diff --git a/apps/docs/src/zh/api/core/workflow-document.mdx b/apps/docs/src/zh/api/core/workflow-document.mdx
index fbbe7ff0..521627b7 100644
--- a/apps/docs/src/zh/api/core/workflow-document.mdx
+++ b/apps/docs/src/zh/api/core/workflow-document.mdx
@@ -2,7 +2,7 @@
自由布局文档数据,继承自 [FlowDocument](/flowgram.ai/api/core/flow-document.html)
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/free-layout-core/classes/WorkflowDocument.html)
+[> API Detail](https://flowgram.aiauto-docs/free-layout-core/classes/WorkflowDocument.html)
```ts pure
import { useClientContext } from '@flowgram.ai/free-layout-editor'
diff --git a/apps/docs/src/zh/api/core/workflow-line-entity.mdx b/apps/docs/src/zh/api/core/workflow-line-entity.mdx
index 33210548..2c300531 100644
--- a/apps/docs/src/zh/api/core/workflow-line-entity.mdx
+++ b/apps/docs/src/zh/api/core/workflow-line-entity.mdx
@@ -2,5 +2,5 @@
自由布局线条实体
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/free-layout-core/classes/WorkflowLineEntity.html)
+[> API Detail](https://flowgram.aiauto-docs/free-layout-core/classes/WorkflowLineEntity.html)
diff --git a/apps/docs/src/zh/api/core/workflow-lines-manager.mdx b/apps/docs/src/zh/api/core/workflow-lines-manager.mdx
index 7a4605c0..7b4afbe1 100644
--- a/apps/docs/src/zh/api/core/workflow-lines-manager.mdx
+++ b/apps/docs/src/zh/api/core/workflow-lines-manager.mdx
@@ -2,7 +2,7 @@
自由布局线条管理, 目前挂在自由布局 document 下边
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/free-layout-core/classes/WorkflowLinesManager.html)
+[> API Detail](https://flowgram.aiauto-docs/free-layout-core/classes/WorkflowLinesManager.html)
```
import { useClientContext } from '@flowgram.ai/free-layout-editor'
diff --git a/apps/docs/src/zh/api/hooks/use-client-context.mdx b/apps/docs/src/zh/api/hooks/use-client-context.mdx
index 4c42347a..90d19d6f 100644
--- a/apps/docs/src/zh/api/hooks/use-client-context.mdx
+++ b/apps/docs/src/zh/api/hooks/use-client-context.mdx
@@ -4,7 +4,7 @@
## 固定布局
-- Return: [FixedLayoutPluginContext](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-layout-editor/interfaces/FixedLayoutPluginContext.html)
+- Return: [FixedLayoutPluginContext](https://flowgram.aiauto-docs/fixed-layout-editor/interfaces/FixedLayoutPluginContext.html)
```ts pure
import { useClientContext } from '@flowgram.ai/fixed-layout-editor'
@@ -20,7 +20,7 @@ console.log(ctx.get(MyService)) // 获取任意的 IOC 模块,详细见 自定
## 自由布局
-- Return: [FreeLayoutPluginContext](https://coze-dev.github.io/flowgram.ai/auto-docs/free-layout-editor/interfaces/FreeLayoutPluginContext.html)
+- Return: [FreeLayoutPluginContext](https://flowgram.aiauto-docs/free-layout-editor/interfaces/FreeLayoutPluginContext.html)
```ts pure
import { useClientContext } from '@flowgram.ai/free-layout-editor'
diff --git a/apps/docs/src/zh/api/hooks/use-node-render.mdx b/apps/docs/src/zh/api/hooks/use-node-render.mdx
index 939540b6..83b1d1e6 100644
--- a/apps/docs/src/zh/api/hooks/use-node-render.mdx
+++ b/apps/docs/src/zh/api/hooks/use-node-render.mdx
@@ -4,7 +4,7 @@
## 固定布局
-- Return: [NodeRenderReturnType](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-layout-editor/interfaces/NodeRenderReturnType.html)
+- Return: [NodeRenderReturnType](https://flowgram.aiauto-docs/fixed-layout-editor/interfaces/NodeRenderReturnType.html)
```tsx pure
@@ -51,7 +51,7 @@ export const BaseNode = ({ node }: { node: FlowNodeEntity }) => {
## 自由布局
-- Return: [NodeRenderReturnType](https://coze-dev.github.io/flowgram.ai/auto-docs/free-layout-core/interfaces/NodeRenderReturnType.html)
+- Return: [NodeRenderReturnType](https://flowgram.aiauto-docs/free-layout-core/interfaces/NodeRenderReturnType.html)
```tsx pure
import { WorkflowNodeRenderer, useNodeRender } from '@flowgram.ai/free-layout-editor';
diff --git a/apps/docs/src/zh/api/hooks/use-playground-tools.mdx b/apps/docs/src/zh/api/hooks/use-playground-tools.mdx
index 7c85ec56..9c86f827 100644
--- a/apps/docs/src/zh/api/hooks/use-playground-tools.mdx
+++ b/apps/docs/src/zh/api/hooks/use-playground-tools.mdx
@@ -4,7 +4,7 @@
## 固定布局
-- Return: [PlaygroundTools](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-layout-editor/interfaces/PlaygroundTools.html)
+- Return: [PlaygroundTools](https://flowgram.aiauto-docs/fixed-layout-editor/interfaces/PlaygroundTools.html)
```tsx pure
import { useEffect, useState } from 'react'
import { usePlaygroundTools, useClientContext } from '@flowgram.ai/fixed-layout-editor';
@@ -38,7 +38,7 @@ export function Tools() {
## 自由布局
-- Return: [PlaygroundTools](https://coze-dev.github.io/flowgram.ai/auto-docs/free-layout-editor/interfaces/PlaygroundTools.html)
+- Return: [PlaygroundTools](https://flowgram.aiauto-docs/free-layout-editor/interfaces/PlaygroundTools.html)
```tsx pure
import { usePlaygroundTools, useClientContext } from '@flowgram.ai/free-layout-editor';
diff --git a/apps/docs/src/zh/api/services/clipboard-service.mdx b/apps/docs/src/zh/api/services/clipboard-service.mdx
index 2392fc21..21a51d24 100644
--- a/apps/docs/src/zh/api/services/clipboard-service.mdx
+++ b/apps/docs/src/zh/api/services/clipboard-service.mdx
@@ -2,4 +2,4 @@
剪贴板服务
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/core/interfaces/ClipboardService.html)
+[> API Detail](https://flowgram.aiauto-docs/core/interfaces/ClipboardService.html)
diff --git a/apps/docs/src/zh/api/services/command-service.mdx b/apps/docs/src/zh/api/services/command-service.mdx
index 8ce869cb..a9a01fe5 100644
--- a/apps/docs/src/zh/api/services/command-service.mdx
+++ b/apps/docs/src/zh/api/services/command-service.mdx
@@ -2,7 +2,7 @@
指令服务,需要和 [Shortcuts](/flowgram.ai/guide/advanced/interactive/shortcuts.html) 一起使用
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/command/interfaces/CommandService.html)
+[> API Detail](https://flowgram.aiauto-docs/command/interfaces/CommandService.html)
```Usage
diff --git a/apps/docs/src/zh/api/services/flow-operation-service.mdx b/apps/docs/src/zh/api/services/flow-operation-service.mdx
index 11afab98..90ca9492 100644
--- a/apps/docs/src/zh/api/services/flow-operation-service.mdx
+++ b/apps/docs/src/zh/api/services/flow-operation-service.mdx
@@ -2,7 +2,7 @@
节点操作服务, 目前用于固定布局,自由布局现阶段可通过 WorkflowDocument 直接操作, 后续也会抽象出 operation
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-layout-editor/interfaces/FlowOperationService.html)
+[> API Detail](https://flowgram.aiauto-docs/fixed-layout-editor/interfaces/FlowOperationService.html)
```typescript pure
const operationService = useService(FlowOperationService)
diff --git a/apps/docs/src/zh/api/services/history-service.mdx b/apps/docs/src/zh/api/services/history-service.mdx
index 063daf13..2aefaf0e 100644
--- a/apps/docs/src/zh/api/services/history-service.mdx
+++ b/apps/docs/src/zh/api/services/history-service.mdx
@@ -1,6 +1,6 @@
## HistoryService
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/classes/HistoryService.html)
+[> API Detail](https://flowgram.aiauto-docs/fixed-history-plugin/classes/HistoryService.html)
## Redo/Undo
diff --git a/apps/docs/src/zh/api/services/selection-service.mdx b/apps/docs/src/zh/api/services/selection-service.mdx
index 76a565a4..f50217c1 100644
--- a/apps/docs/src/zh/api/services/selection-service.mdx
+++ b/apps/docs/src/zh/api/services/selection-service.mdx
@@ -2,7 +2,7 @@
用于控制选择的节点
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/core/classes/SelectionService.html)
+[> API Detail](https://flowgram.aiauto-docs/core/classes/SelectionService.html)
## Usage
```tsx pure
diff --git a/apps/docs/src/zh/api/utils/disposable-collection.mdx b/apps/docs/src/zh/api/utils/disposable-collection.mdx
index b7aa26e7..1405f801 100644
--- a/apps/docs/src/zh/api/utils/disposable-collection.mdx
+++ b/apps/docs/src/zh/api/utils/disposable-collection.mdx
@@ -28,6 +28,6 @@ dc.dispose(); // Log: 1, 2, dispose end
## Source Code
-https://github.com/coze-dev/flowgram.ai/blob/main/packages/common/utils/src/disposable.ts
+https://github.com/bytedance/flowgram.ai/blob/main/packages/common/utils/src/disposable.ts
diff --git a/apps/docs/src/zh/api/utils/disposable.mdx b/apps/docs/src/zh/api/utils/disposable.mdx
index ee4f3efd..efff450b 100644
--- a/apps/docs/src/zh/api/utils/disposable.mdx
+++ b/apps/docs/src/zh/api/utils/disposable.mdx
@@ -18,4 +18,4 @@ export interface Disposable {
## Source Code
-https://github.com/coze-dev/flowgram.ai/blob/main/packages/common/utils/src/disposable.ts
+https://github.com/bytedance/flowgram.ai/blob/main/packages/common/utils/src/disposable.ts
diff --git a/apps/docs/src/zh/api/utils/emitter.mdx b/apps/docs/src/zh/api/utils/emitter.mdx
index 36bb9a9b..8aeca6ad 100644
--- a/apps/docs/src/zh/api/utils/emitter.mdx
+++ b/apps/docs/src/zh/api/utils/emitter.mdx
@@ -38,5 +38,5 @@ function App() {
## Source Code
-https://github.com/coze-dev/flowgram.ai/blob/main/packages/common/utils/src/event.ts
+https://github.com/bytedance/flowgram.ai/blob/main/packages/common/utils/src/event.ts
diff --git a/apps/docs/src/zh/api/utils/get-node-form.mdx b/apps/docs/src/zh/api/utils/get-node-form.mdx
index af43db94..8cc1346a 100644
--- a/apps/docs/src/zh/api/utils/get-node-form.mdx
+++ b/apps/docs/src/zh/api/utils/get-node-form.mdx
@@ -2,7 +2,7 @@
获取节点的表单能力,需要开启 节点引擎才能使用
-[> API Detail](https://coze-dev.github.io/flowgram.ai/auto-docs/editor/functions/getNodeForm.html)
+[> API Detail](https://flowgram.aiauto-docs/editor/functions/getNodeForm.html)
## Usage
diff --git a/apps/docs/src/zh/examples/fixed-layout/fixed-feature-overview.mdx b/apps/docs/src/zh/examples/fixed-layout/fixed-feature-overview.mdx
index 68fa7d48..45c579b6 100644
--- a/apps/docs/src/zh/examples/fixed-layout/fixed-feature-overview.mdx
+++ b/apps/docs/src/zh/examples/fixed-layout/fixed-feature-overview.mdx
@@ -17,7 +17,7 @@ npx @flowgram.ai/create-app@latest fixed-layout
## 源码
-https://github.com/coze-dev/flowgram.ai/tree/main/apps/demo-fixed-layout
+https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout
## 功能介绍
diff --git a/apps/docs/src/zh/examples/fixed-layout/fixed-layout-simple.mdx b/apps/docs/src/zh/examples/fixed-layout/fixed-layout-simple.mdx
index d8972f10..456dffcb 100644
--- a/apps/docs/src/zh/examples/fixed-layout/fixed-layout-simple.mdx
+++ b/apps/docs/src/zh/examples/fixed-layout/fixed-layout-simple.mdx
@@ -17,4 +17,4 @@ npx @flowgram.ai/create-app@latest fixed-layout-simple
## 源码
-https://github.com/coze-dev/flowgram.ai/tree/main/apps/demo-fixed-layout-simple
+https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout-simple
diff --git a/apps/docs/src/zh/examples/free-layout/free-feature-overview.mdx b/apps/docs/src/zh/examples/free-layout/free-feature-overview.mdx
index 346975e0..64d18cab 100644
--- a/apps/docs/src/zh/examples/free-layout/free-feature-overview.mdx
+++ b/apps/docs/src/zh/examples/free-layout/free-feature-overview.mdx
@@ -17,7 +17,7 @@ npx @flowgram.ai/create-app@latest free-layout
## 源码
-https://github.com/coze-dev/flowgram.ai/tree/main/apps/demo-free-layout
+https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-free-layout
## 功能介绍
diff --git a/apps/docs/src/zh/examples/free-layout/free-layout-simple.mdx b/apps/docs/src/zh/examples/free-layout/free-layout-simple.mdx
index 79fa2c6f..57d3edff 100644
--- a/apps/docs/src/zh/examples/free-layout/free-layout-simple.mdx
+++ b/apps/docs/src/zh/examples/free-layout/free-layout-simple.mdx
@@ -17,4 +17,4 @@ npx @flowgram.ai/create-app@latest free-layout-simple
## 源码
-https://github.com/coze-dev/flowgram.ai/tree/main/apps/demo-free-layout-simple
+https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-free-layout-simple
diff --git a/apps/docs/src/zh/guide/advanced/custom-plugin.mdx b/apps/docs/src/zh/guide/advanced/custom-plugin.mdx
index 6d468796..28525b30 100644
--- a/apps/docs/src/zh/guide/advanced/custom-plugin.mdx
+++ b/apps/docs/src/zh/guide/advanced/custom-plugin.mdx
@@ -6,7 +6,7 @@
```tsx pure
/**
- * from: https://github.com/coze-dev/flowgram.ai/blob/main/packages/canvas-engine/core/src/plugin/plugin.ts
+ * from: https://github.com/bytedance/flowgram.ai/blob/main/packages/canvas-engine/core/src/plugin/plugin.ts
*/
import { ContainerModule, interfaces } from 'inversify';
diff --git a/apps/docs/src/zh/guide/advanced/history.mdx b/apps/docs/src/zh/guide/advanced/history.mdx
index 2f1c0f4b..231b3e72 100644
--- a/apps/docs/src/zh/guide/advanced/history.mdx
+++ b/apps/docs/src/zh/guide/advanced/history.mdx
@@ -407,15 +407,15 @@ export const HistoryList = () => {
```
## 3. API 列表
-### 3.1. [OperationMeta](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/interfaces/OperationMeta.html)
+### 3.1. [OperationMeta](https://flowgram.aiauto-docs/fixed-history-plugin/interfaces/OperationMeta.html)
操作元数据,用以定义一个操作
-### 3.2. [Operation](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/interfaces/Operation.html)
+### 3.2. [Operation](https://flowgram.aiauto-docs/fixed-history-plugin/interfaces/Operation.html)
操作数据,通过 type 和 OperationMeta 关联
-### 3.3. [OperationService](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/classes/OperationService.html)
+### 3.3. [OperationService](https://flowgram.aiauto-docs/fixed-history-plugin/classes/OperationService.html)
-[onApply](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/classes/OperationService.html#onapply)
+[onApply](https://flowgram.aiauto-docs/fixed-history-plugin/classes/OperationService.html#onapply)
想监听某个触发的操作可以使用onApply
```tsx pure
@@ -425,14 +425,14 @@ useService(OperationService).onApply((op: Operation) => {
})
```
-### 3.4. [HistoryService](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/classes/HistoryService.html)
+### 3.4. [HistoryService](https://flowgram.aiauto-docs/fixed-history-plugin/classes/HistoryService.html)
History 模块核心 API 暴露的Service
-### 3.5. [UndoRedoService](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/classes/UndoRedoService.html)
+### 3.5. [UndoRedoService](https://flowgram.aiauto-docs/fixed-history-plugin/classes/UndoRedoService.html)
管理 UndoRedo 栈的服务
-### 3.6. [HistoryStack](https://coze-dev.github.io/flowgram.ai/auto-docs/fixed-history-plugin/classes/HistoryStack.html)
+### 3.6. [HistoryStack](https://flowgram.aiauto-docs/fixed-history-plugin/classes/HistoryStack.html)
历史栈,监听所有 push undo redo 操作,并记录到栈里面
-### 3.7. [HistoryDatabase](https://coze-dev.github.io/flowgram.ai/auto-docs/history-storage/classes/HistoryDatabase.html)
+### 3.7. [HistoryDatabase](https://flowgram.aiauto-docs/history-storage/classes/HistoryDatabase.html)
持久化数据库操作
diff --git a/apps/docs/src/zh/guide/advanced/variable.mdx b/apps/docs/src/zh/guide/advanced/variable.mdx
index 5b13f7af..f4db0c9c 100644
--- a/apps/docs/src/zh/guide/advanced/variable.mdx
+++ b/apps/docs/src/zh/guide/advanced/variable.mdx
@@ -85,7 +85,7 @@ flowDocument.onNodeCreate(({ node }) => {
```
-更多用法,详见:[Class: FlowNodeVariableData](https://coze-dev.github.io/flowgram.ai/auto-docs/editor/classes/FlowNodeVariableData.html)
+更多用法,详见:[Class: FlowNodeVariableData](https://flowgram.aiauto-docs/editor/classes/FlowNodeVariableData.html)
### 通过表单副作用设置输出变量
diff --git a/apps/docs/src/zh/guide/getting-started/create-fixed-layout-simple.mdx b/apps/docs/src/zh/guide/getting-started/create-fixed-layout-simple.mdx
index 362d565d..18569f60 100644
--- a/apps/docs/src/zh/guide/getting-started/create-fixed-layout-simple.mdx
+++ b/apps/docs/src/zh/guide/getting-started/create-fixed-layout-simple.mdx
@@ -64,7 +64,7 @@ export function useEditorProps(
nodeRegistries,
/**
* 可以通过 key 自定义 UI 组件, 比如添加按钮,这里提供了一套 semi 组件方便快速验证, 如果需要深度定制,参考:
- * https://github.com/coze-dev/flowgram.ai/blob/main/packages/materials/fixed-semi-materials/src/components/index.tsx
+ * https://github.com/bytedance/flowgram.ai/blob/main/packages/materials/fixed-semi-materials/src/components/index.tsx
*/
materials: {
renderNodes: {
diff --git a/apps/docs/src/zh/guide/getting-started/create-free-layout-simple.mdx b/apps/docs/src/zh/guide/getting-started/create-free-layout-simple.mdx
index 0ba08f29..ce9c6b5c 100644
--- a/apps/docs/src/zh/guide/getting-started/create-free-layout-simple.mdx
+++ b/apps/docs/src/zh/guide/getting-started/create-free-layout-simple.mdx
@@ -276,7 +276,7 @@ export const BaseNode = () => {
const { form } = useNodeRender()
/**
* WorkflowNodeRenderer 会添加节点拖拽事件及 端口渲染,如果要深度定制,可以看该组件源代码:
- * https://github.com/coze-dev/flowgram.ai/blob/main/packages/client/free-layout-editor/src/components/workflow-node-renderer.tsx
+ * https://github.com/bytedance/flowgram.ai/blob/main/packages/client/free-layout-editor/src/components/workflow-node-renderer.tsx
*/
return (
diff --git a/apps/docs/src/zh/index.md b/apps/docs/src/zh/index.md
index 56b53fea..c2c9e615 100644
--- a/apps/docs/src/zh/index.md
+++ b/apps/docs/src/zh/index.md
@@ -11,18 +11,18 @@ hero:
link: /guide/introduction
- theme: alt
text: GitHub
- link: https://github.com/coze-dev/flowgram.ai
+ link: https://github.com/bytedance/flowgram.ai
image:
src: /logo.png
alt: Logo
features:
- title: 扣子
- details:
+ details:
icon: 🏃🏻♀️
- title: 飞书低代码平台工作流
- details:
+ details:
icon: 📦
- title: 飞书多维表格
- details:
+ details:
icon: 🎨
---
diff --git a/packages/canvas-engine/core/package.json b/packages/canvas-engine/core/package.json
index 15cb0d38..7db51aea 100644
--- a/packages/canvas-engine/core/package.json
+++ b/packages/canvas-engine/core/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/core",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/canvas-engine/document/package.json b/packages/canvas-engine/document/package.json
index 8759f139..023ec404 100644
--- a/packages/canvas-engine/document/package.json
+++ b/packages/canvas-engine/document/package.json
@@ -6,8 +6,8 @@
"flow",
"engine"
],
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/canvas-engine/fixed-layout-core/package.json b/packages/canvas-engine/fixed-layout-core/package.json
index c42afe5b..b8b2af53 100644
--- a/packages/canvas-engine/fixed-layout-core/package.json
+++ b/packages/canvas-engine/fixed-layout-core/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/fixed-layout-core",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/canvas-engine/free-layout-core/package.json b/packages/canvas-engine/free-layout-core/package.json
index bd71fdfe..2680b2fb 100644
--- a/packages/canvas-engine/free-layout-core/package.json
+++ b/packages/canvas-engine/free-layout-core/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/free-layout-core",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
".": {
diff --git a/packages/canvas-engine/renderer/package.json b/packages/canvas-engine/renderer/package.json
index 18403848..c83b7f34 100644
--- a/packages/canvas-engine/renderer/package.json
+++ b/packages/canvas-engine/renderer/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/renderer",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/client/editor/package.json b/packages/client/editor/package.json
index 590c5d48..8e245242 100644
--- a/packages/client/editor/package.json
+++ b/packages/client/editor/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/editor",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/client/fixed-layout-editor/package.json b/packages/client/fixed-layout-editor/package.json
index ef9fc34c..3dda64f6 100644
--- a/packages/client/fixed-layout-editor/package.json
+++ b/packages/client/fixed-layout-editor/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/fixed-layout-editor",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
".": {
diff --git a/packages/client/free-layout-editor/package.json b/packages/client/free-layout-editor/package.json
index 0de917b7..ebd9ec43 100644
--- a/packages/client/free-layout-editor/package.json
+++ b/packages/client/free-layout-editor/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/free-layout-editor",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
".": {
diff --git a/packages/client/playground-react/package.json b/packages/client/playground-react/package.json
index 5bee868e..9d6e9aeb 100644
--- a/packages/client/playground-react/package.json
+++ b/packages/client/playground-react/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/playground-react",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
".": {
diff --git a/packages/common/command/package.json b/packages/common/command/package.json
index 7475b425..31a34a19 100644
--- a/packages/common/command/package.json
+++ b/packages/common/command/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/command",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/common/history-storage/package.json b/packages/common/history-storage/package.json
index cd4ba0bd..e16b3743 100644
--- a/packages/common/history-storage/package.json
+++ b/packages/common/history-storage/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/history-storage",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/common/history/package.json b/packages/common/history/package.json
index dc3fff3c..858531e5 100644
--- a/packages/common/history/package.json
+++ b/packages/common/history/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/history",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/common/i18n/package.json b/packages/common/i18n/package.json
index c7364f36..7ad9c96c 100644
--- a/packages/common/i18n/package.json
+++ b/packages/common/i18n/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/i18n",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/common/reactive/package.json b/packages/common/reactive/package.json
index 29640661..014cef21 100644
--- a/packages/common/reactive/package.json
+++ b/packages/common/reactive/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/reactive",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/common/utils/package.json b/packages/common/utils/package.json
index 4705b014..72afa8ec 100644
--- a/packages/common/utils/package.json
+++ b/packages/common/utils/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/utils",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/materials/fixed-semi-materials/package.json b/packages/materials/fixed-semi-materials/package.json
index 6156c46b..b14be0a1 100644
--- a/packages/materials/fixed-semi-materials/package.json
+++ b/packages/materials/fixed-semi-materials/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/fixed-semi-materials",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/node-engine/form-core/package.json b/packages/node-engine/form-core/package.json
index 3fe21dd9..d2c5960f 100644
--- a/packages/node-engine/form-core/package.json
+++ b/packages/node-engine/form-core/package.json
@@ -6,8 +6,8 @@
"flow",
"engine"
],
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/node-engine/form/package.json b/packages/node-engine/form/package.json
index d44c3a9b..036d8049 100644
--- a/packages/node-engine/form/package.json
+++ b/packages/node-engine/form/package.json
@@ -6,8 +6,8 @@
"flow",
"engine"
],
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/node-engine/node/package.json b/packages/node-engine/node/package.json
index 7ca7d701..47088e5e 100644
--- a/packages/node-engine/node/package.json
+++ b/packages/node-engine/node/package.json
@@ -6,8 +6,8 @@
"flow",
"engine"
],
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/background-plugin/package.json b/packages/plugins/background-plugin/package.json
index 4e618d33..07ee6e13 100644
--- a/packages/plugins/background-plugin/package.json
+++ b/packages/plugins/background-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/background-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/fixed-drag-plugin/package.json b/packages/plugins/fixed-drag-plugin/package.json
index 1b943335..66b5fc00 100644
--- a/packages/plugins/fixed-drag-plugin/package.json
+++ b/packages/plugins/fixed-drag-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/fixed-drag-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/fixed-history-plugin/package.json b/packages/plugins/fixed-history-plugin/package.json
index accd2bc3..70facb05 100644
--- a/packages/plugins/fixed-history-plugin/package.json
+++ b/packages/plugins/fixed-history-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/fixed-history-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/fixed-reactor-plugin/package.json b/packages/plugins/fixed-reactor-plugin/package.json
index 45fa5d86..961131a9 100644
--- a/packages/plugins/fixed-reactor-plugin/package.json
+++ b/packages/plugins/fixed-reactor-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/fixed-reactor-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/free-auto-layout-plugin/package.json b/packages/plugins/free-auto-layout-plugin/package.json
index 70276c2c..930afe9f 100644
--- a/packages/plugins/free-auto-layout-plugin/package.json
+++ b/packages/plugins/free-auto-layout-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/free-auto-layout-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"import": "./dist/esm/index.js",
diff --git a/packages/plugins/free-history-plugin/package.json b/packages/plugins/free-history-plugin/package.json
index 317bd693..f0ffcedc 100644
--- a/packages/plugins/free-history-plugin/package.json
+++ b/packages/plugins/free-history-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/free-history-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/free-hover-plugin/package.json b/packages/plugins/free-hover-plugin/package.json
index 94392a5d..5147f797 100644
--- a/packages/plugins/free-hover-plugin/package.json
+++ b/packages/plugins/free-hover-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/free-hover-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/free-lines-plugin/package.json b/packages/plugins/free-lines-plugin/package.json
index 5969fe88..80b72f0b 100644
--- a/packages/plugins/free-lines-plugin/package.json
+++ b/packages/plugins/free-lines-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/free-lines-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/free-node-panel-plugin/package.json b/packages/plugins/free-node-panel-plugin/package.json
index e983aaeb..ab8d46b3 100644
--- a/packages/plugins/free-node-panel-plugin/package.json
+++ b/packages/plugins/free-node-panel-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/free-node-panel-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"import": "./dist/esm/index.js",
diff --git a/packages/plugins/free-snap-plugin/package.json b/packages/plugins/free-snap-plugin/package.json
index fb6e0761..719ec5da 100644
--- a/packages/plugins/free-snap-plugin/package.json
+++ b/packages/plugins/free-snap-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/free-snap-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"import": "./dist/esm/index.js",
diff --git a/packages/plugins/free-stack-plugin/package.json b/packages/plugins/free-stack-plugin/package.json
index 46083602..c605a3c0 100644
--- a/packages/plugins/free-stack-plugin/package.json
+++ b/packages/plugins/free-stack-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/free-stack-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"import": "./dist/esm/index.js",
diff --git a/packages/plugins/group-plugin/package.json b/packages/plugins/group-plugin/package.json
index cef5cdc3..d923c0f3 100644
--- a/packages/plugins/group-plugin/package.json
+++ b/packages/plugins/group-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/group-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/history-node-plugin/package.json b/packages/plugins/history-node-plugin/package.json
index dd61da9d..e573ed71 100644
--- a/packages/plugins/history-node-plugin/package.json
+++ b/packages/plugins/history-node-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/history-node-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/i18n-plugin/package.json b/packages/plugins/i18n-plugin/package.json
index 6102887a..de98e57b 100644
--- a/packages/plugins/i18n-plugin/package.json
+++ b/packages/plugins/i18n-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/i18n-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/materials-plugin/package.json b/packages/plugins/materials-plugin/package.json
index f4b83696..3f76d442 100644
--- a/packages/plugins/materials-plugin/package.json
+++ b/packages/plugins/materials-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/materials-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/minimap-plugin/package.json b/packages/plugins/minimap-plugin/package.json
index 0ebbbd58..364600c1 100644
--- a/packages/plugins/minimap-plugin/package.json
+++ b/packages/plugins/minimap-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/minimap-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"import": "./dist/esm/index.js",
diff --git a/packages/plugins/node-core-plugin/package.json b/packages/plugins/node-core-plugin/package.json
index 359f729b..0422a81f 100644
--- a/packages/plugins/node-core-plugin/package.json
+++ b/packages/plugins/node-core-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/node-core-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/node-variable-plugin/package.json b/packages/plugins/node-variable-plugin/package.json
index cbc7f90b..f71c3ee6 100644
--- a/packages/plugins/node-variable-plugin/package.json
+++ b/packages/plugins/node-variable-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/node-variable-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/redux-devtool-plugin/package.json b/packages/plugins/redux-devtool-plugin/package.json
index 046914d8..897b122d 100644
--- a/packages/plugins/redux-devtool-plugin/package.json
+++ b/packages/plugins/redux-devtool-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/redux-devtool-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/select-box-plugin/package.json b/packages/plugins/select-box-plugin/package.json
index 1a3a9135..b528bdc8 100644
--- a/packages/plugins/select-box-plugin/package.json
+++ b/packages/plugins/select-box-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/select-box-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/shortcuts-plugin/package.json b/packages/plugins/shortcuts-plugin/package.json
index a376811c..90980271 100644
--- a/packages/plugins/shortcuts-plugin/package.json
+++ b/packages/plugins/shortcuts-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/shortcuts-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/plugins/variable-plugin/package.json b/packages/plugins/variable-plugin/package.json
index 55e6bf5b..7e86188c 100644
--- a/packages/plugins/variable-plugin/package.json
+++ b/packages/plugins/variable-plugin/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/variable-plugin",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/variable-engine/variable-core/package.json b/packages/variable-engine/variable-core/package.json
index d442242c..c30a92c5 100644
--- a/packages/variable-engine/variable-core/package.json
+++ b/packages/variable-engine/variable-core/package.json
@@ -8,8 +8,8 @@
"scope",
"engine"
],
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
diff --git a/packages/variable-engine/variable-layout/package.json b/packages/variable-engine/variable-layout/package.json
index c97e79a0..37598a1d 100644
--- a/packages/variable-engine/variable-layout/package.json
+++ b/packages/variable-engine/variable-layout/package.json
@@ -1,8 +1,8 @@
{
"name": "@flowgram.ai/variable-layout",
"version": "0.1.0",
- "homepage": "https://coze-dev.github.io/flowgram.ai/",
- "repository": "https://github.com/coze-dev/flowgram.ai",
+ "homepage": "https://flowgram.ai",
+ "repository": "https://github.com/bytedance/flowgram.ai",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",