Skip to content

Commit 9d73d74

Browse files
committed
更新仓库地址
1 parent f3a0054 commit 9d73d74

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Function-Plot-GUI
22

3-
[![Deploy site to Pages](https://github.com/Linho1219/function-plot-GUI/actions/workflows/deploy.yml/badge.svg)](https://github.com/Linho1219/function-plot-GUI/actions/workflows/deploy.yml) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Linho1219/function-plot-GUI)
3+
[![Deploy site to Pages](https://github.com/Linho1219/function-plot-gui/actions/workflows/deploy.yml/badge.svg)](https://github.com/Linho1219/function-plot-gui/actions/workflows/deploy.yml) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Linho1219/function-plot-gui)
44

55
[中文文档](./README_zh-CN.md)
66

@@ -14,7 +14,7 @@ Function-plot accepts configuration options via a JavaScript object. Function-Pl
1414

1515
Tools like GeoGebra and Desmos offer more powerful plotting capabilities, additional assistive features, and support for exporting to various image formats. If you're looking for a drawing tool primarily for teaching or learning purposes, they are likely better suited for your needs.
1616

17-
GeoGebra provides comprehensive deployment options and APIs, but setting it up and integrating it into a web service can be quite complex. Desmos is not open-source, which means you cannot self-host it. If you want to embed its graphs in your own site, you're limited to using the iframe they provide. Relying on external services can introduce additional maintenance overhead and potential instability. Therefore, using Function-Plot-GUI for editing and the function-plot library for rendering is a solid alternative. Configuration files can be written in plain text formats like JSON, JSON5, or YAML — and even embedded directly into Markdown files using custom syntax. The documentation site [LinhoNotes](https://notes.linho.cc/) adopts this approach.
17+
GeoGebra provides comprehensive deployment options and APIs, but setting it up and integrating it into a web service can be quite complex. Desmos is not open-source, which means you cannot self-host it. If you want to embed its graphs in your own site, you're limited to using the iframe they provide. Relying on external services can introduce additional maintenance overhead and potential instability. Therefore, using Function-Plot-GUI for editing and the Function-Plot library for rendering is a solid alternative. Configuration files can be written in plain text formats like JSON, JSON5, or YAML — and even embedded directly into Markdown files using custom syntax. The documentation site [LinhoNotes](https://notes.linho.cc/) adopts this approach.
1818

1919
## Integrating with Your Application
2020

README_zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Function-Plot-GUI
22

3-
[![Deploy site to Pages](https://github.com/Linho1219/function-plot-GUI/actions/workflows/deploy.yml/badge.svg)](https://github.com/Linho1219/function-plot-GUI/actions/workflows/deploy.yml) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Linho1219/function-plot-GUI)
3+
[![Deploy site to Pages](https://github.com/Linho1219/function-plot-gui/actions/workflows/deploy.yml/badge.svg)](https://github.com/Linho1219/function-plot-gui/actions/workflows/deploy.yml) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Linho1219/function-plot-gui)
44

55
[English README](./README.md)
66

@@ -14,7 +14,7 @@ Function-plot 通过一个 JS 对象传入选项。Function-plot-GUI 提供了
1414

1515
GeoGebra/Desmos 等工具拥有更强大的绘制能力、更多的辅助功能,并且支持导出为多样的图像格式。如果你只是需要一个教学用的绘图工具,它们是更好的选择。
1616

17-
GeoGebra 提供完善的部署方案与 API,但部署和集成到 Web 服务中相当复杂。Desmos 不是开源的,这意味着你无法自行部署,如果要将图像嵌入你的网页,只能用他们提供的 `iframe`。依赖外部服务会带来更多的维护成本和不可靠性。因此,使用 function-plot-GUI 编辑、使用 function-plot 库绘制是一个不错的选择。并且配置文件可以以 JSON/JSON5/YAML 等纯文本格式书写,甚至还能通过定义一些私有语法直接放在 Markdown 文件中渲染。文档仓库 [LinhoNotes](https://notes.linho.cc/) 便采用此路线。
17+
GeoGebra 提供完善的部署方案与 API,但部署和集成到 Web 服务中相当复杂。Desmos 不是开源的,这意味着你无法自行部署,如果要将图像嵌入你的网页,只能用他们提供的 `iframe`。依赖外部服务会带来更多的维护成本和不可靠性。因此,使用 Function-Plot-GUI 编辑、使用 Function-Plot 库绘制是一个不错的选择。并且配置文件可以以 JSON/JSON5/YAML 等纯文本格式书写,甚至还能通过定义一些私有语法直接放在 Markdown 文件中渲染。文档仓库 [LinhoNotes](https://notes.linho.cc/) 便采用此路线。
1818

1919
## 接入你的应用
2020

src/ui/navbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import SIconGtihub from "@/ui/icons/github.vue";
6464
import SIconAutoTheme from "@/ui/icons/autotheme.vue";
6565
6666
const openGithub = () =>
67-
window.open("https://github.com/Linho1219/function-plot-GUI");
67+
window.open("https://github.com/Linho1219/function-plot-gui");
6868
6969
const emit = defineEmits(["toggleDrawer"]);
7070

0 commit comments

Comments
 (0)