# lark-notice-plugin-doc **Repository Path**: xm721806280/lark-notice-plugin-doc ## Basic Information - **Project Name**: lark-notice-plugin-doc - **Description**: Lark Notice Plugin 文档仓库 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: https://721806280.github.io/lark-notice-plugin-doc - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-21 - **Last Updated**: 2025-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, vuepress, feishu, yarn ## README # Lark Notice Plugin 文档仓库 ## 如何在本地编辑和预览该网站 本项目要求: - Node.js 为 `v18` 或更高版本 - pnpm 为 `v8` 或更高版本 本站基于 [VitePress](https://github.com/vuejs/vitepress) 和 [@vue/theme](https://github.com/vuejs/vue-theme) 建立。网站内容以 Markdown 格式书写,位于 `docs` 文件夹中。 ```sh pnpm install pnpm run docs:dev ```