From e6c68be728614d4688a751f1d4af4f57db303673 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Tue, 5 Nov 2024 22:17:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation~/en/changelog.md | 2 +- Documentation~/en/tutorial01.md | 8 ++++---- Documentation~/zh/changelog.md | 3 +++ README-en.md | 4 ++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Documentation~/en/changelog.md b/Documentation~/en/changelog.md index 4011a0e0..691d6f91 100644 --- a/Documentation~/en/changelog.md +++ b/Documentation~/en/changelog.md @@ -381,7 +381,7 @@ Log details: Highlights: -* Updated documentation structure, added [Official XCharts Homepage](https://xcharts-team.github.io) +* Updated documentation structure, added [Official XCharts Homepage](https://xcharts-team.github.io/en) * Added support for the DataZoom box selected. * Added support for maximum width Settings for bars. * Other optimizations. diff --git a/Documentation~/en/tutorial01.md b/Documentation~/en/tutorial01.md index 15df1db7..9883a9b8 100644 --- a/Documentation~/en/tutorial01.md +++ b/Documentation~/en/tutorial01.md @@ -95,7 +95,7 @@ In the `Inspector` view, find the `LineChart` panel, and click the `Add Serie` b :::tip -Series are added through the `Add Serie` button. Different types of Series can be added. [What kinds of Series does XCharts have?](https://xcharts-team.github.io/docs/configuration#serie-系列) +Series are added through the `Add Serie` button. Different types of Series can be added. [What kinds of Series does XCharts have?](https://xcharts-team.github.io/en/docs/configuration#serie-系列) ::: @@ -107,7 +107,7 @@ By default, the chart does not have a `Legend`. If you need a `Legend` component :::tip -Main components are added through the `Add Component` button. [What main components does XCharts have?](https://xcharts-team.github.io/docs/configuration/#maincomponent-主组件) +Main components are added through the `Add Component` button. [What main components does XCharts have?](https://xcharts-team.github.io/en/docs/configuration/#maincomponent-主组件) ::: @@ -120,7 +120,7 @@ Serie only comes with a few common components, and other components need to be a :::tip -Serie components are added through the button on the right side of Serie. [What components can be added to Serie in XCharts?](https://xcharts-team.github.io/docs/configuration/#iseriecomponent-可添加到serie的组件) +Serie components are added through the button on the right side of Serie. [What components can be added to Serie in XCharts?](https://xcharts-team.github.io/en/docs/configuration/#iseriecomponent-可添加到serie的组件) ::: @@ -133,7 +133,7 @@ If you need to customize the configuration of each data item individually, you c :::tip -SerieData components are added through the button on the right side of SerieData after expanding. [What components can be added to SerieData in XCharts?](https://xcharts-team.github.io/docs/configuration/#iseriedatacomponent-可添加到seriedata的组件) +SerieData components are added through the button on the right side of SerieData after expanding. [What components can be added to SerieData in XCharts?](https://xcharts-team.github.io/en/docs/configuration/#iseriedatacomponent-可添加到seriedata的组件) ::: diff --git a/Documentation~/zh/changelog.md b/Documentation~/zh/changelog.md index ae226da8..ef01d154 100644 --- a/Documentation~/zh/changelog.md +++ b/Documentation~/zh/changelog.md @@ -77,6 +77,9 @@ slug: /changelog ## master +* (2024.11.05) 修复`Title`设置隐藏后运行还显示的问题 +* (2024.11.01) 完善`website`中英文文档 + ## v3.12.0 版本要点: diff --git a/README-en.md b/README-en.md index e8ebf588..4d034bdc 100644 --- a/README-en.md +++ b/README-en.md @@ -59,7 +59,7 @@ A powerful and easy-to-use data visualization library for Unity. It supports mo ## Documentation -- [XCharts3.0 Homepage](https://xcharts-team.github.io) +- [XCharts3.0 Homepage](https://xcharts-team.github.io/en) - [XCharts3.0 Tutorial](Documentation~/en/tutorial01.md) - [XCharts3.0 API](Documentation~/en/api.md) - [XCharts3.0 FAQ](Documentation~/en/faq.md) @@ -78,7 +78,7 @@ A powerful and easy-to-use data visualization library for Unity. It supports mo - `XCharts3.0` is not fully compatible with `XCharts2.0`. Upgrading to 3.0 may require code adjustments and reconfiguration of some charts. - `XCharts2.0` is in the maintenance phase with only critical bug fixes applied. - While XCharts supports Unity 5.6 and above, compatibility issues may arise due to limited testing. -- This repository contains only the `XCharts` source code. For demos, visit the [XCharts-Demo](https://github.com/XCharts-Team/XCharts-Demo) repo or the [Online Demo](https://xcharts-team.github.io/examples/). +- This repository contains only the `XCharts` source code. For demos, visit the [XCharts-Demo](https://github.com/XCharts-Team/XCharts-Demo) repo or the [Online Demo](https://xcharts-team.github.io/en/examples/). ## Getting Started