diff --git a/content/guides/pro/api.ja-JP.mdx b/content/guides/pro/api.ja-JP.mdx index e0e5e64..ac9ff1e 100644 --- a/content/guides/pro/api.ja-JP.mdx +++ b/content/guides/pro/api.ja-JP.mdx @@ -177,6 +177,50 @@ title: API }} /> +### スナップショットを生成する + + + ## ファイルとインポート/エクスポート ### ファイルアップロード diff --git a/content/guides/pro/api.mdx b/content/guides/pro/api.mdx index ed30ba9..83b0fe9 100644 --- a/content/guides/pro/api.mdx +++ b/content/guides/pro/api.mdx @@ -177,6 +177,50 @@ This page lists common Univer Server APIs. The default base URL is `http://local }} /> +### Create Snapshot + + + ## Files and Import/Export ### Upload File diff --git a/content/guides/pro/api.zh-CN.mdx b/content/guides/pro/api.zh-CN.mdx index da9659a..787f76d 100644 --- a/content/guides/pro/api.zh-CN.mdx +++ b/content/guides/pro/api.zh-CN.mdx @@ -177,6 +177,50 @@ title: API }} /> +### 生成快照 + + + ## 文件与导入导出 ### 上传文件 diff --git a/content/guides/pro/api.zh-TW.mdx b/content/guides/pro/api.zh-TW.mdx index 2c5a983..f6c8ad7 100644 --- a/content/guides/pro/api.zh-TW.mdx +++ b/content/guides/pro/api.zh-TW.mdx @@ -177,6 +177,50 @@ title: API }} /> +### 生成快照 + + + ## 檔案與匯入匯出 ### 上傳檔案 diff --git a/examples/univer-vue2/README.md b/examples/univer-vue2/README.md index 2bff2dd..03325bc 100644 --- a/examples/univer-vue2/README.md +++ b/examples/univer-vue2/README.md @@ -2,19 +2,19 @@ ## Project setup -``` +```shell pnpm install ``` ### Compiles and hot-reloads for development -``` +```shell pnpm run serve ``` ### Compiles and minifies for production -``` +```shell pnpm run build ```