# instaui-examples **Repository Path**: jay2019/instaui-examples ## Basic Information - **Project Name**: instaui-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-11-02 - **Last Updated**: 2025-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # insta-examples
简体中文| [English](./README.md)
## 📖 介绍 本项目是一个基于 instaui 的示例项目,展示了 instaui 及其周边库的使用示例。 在线网址: [在线示例](https://instaui-python.github.io/instaui-examples/) > 由于国内 cdn 速度限制,第一次访问时可能会长时间加载 ## 完全离线 web 页面 本项目可以生成完全离线的本地网页。 你需要安装好 `uv`。 克隆项目到本地 ```shell git clone https://gitee.com/carson_add/instaui-examples ``` cd 到项目根目录 ```shell cd instaui-examples ``` 生成离线本地网页 ```shell uv run src/main.py --offline ``` 生成的网页文件位于 `website` 文件夹中。