文档更改5.8.2.2 Line Chart

liuqing01 于 2025/06/30 11:35 最后修改

从版本 16.1
maym编辑
在2025/01/22 06:57上
修改评论: 该版本没有评论
到版本
liuqing01编辑
在2025/06/18 10:04上
修改评论: 该版本没有评论

摘要

细节

页面属性
标题
... ... @@ -1,1 +1,1 @@
1 -5.8.2.2 折线图
1 +5.8.2.2 Line Chart
... ... @@ -1,1 +1,1 @@
1 -Main.5\. 设计应用.5\.8 报表设计.5\.8\.2 报表设计器.WebHome
1 +Egret Cloud Operation manual.5\. 设计应用.5\.8 报表设计.5\.8\.2 报表设计器.WebHome
文档作者
... ... @@ -1,1 +1,1 @@
1 -XWiki.maym
1 +XWiki.liuqing01
内容
... ... @@ -1,299 +1,177 @@
1 -==== **【使用场景】** ====
1 +
2 2  
3 - 折线图是一种常用于显示随时间变化的图表类型,它通过折线连接数据点来展示变量的变化趋势,适用于以下一些场景:
3 +==== **[Usage Scenario]** ====
4 4  
5 + A line chart is a commonly used type of chart to display changes over time. It connects data points with lines to show the trend of variables, and is suitable for the following scenarios:
6 +
5 5  * (((
6 -**时间趋势分析** 折线图特别适合展示时间序列数据,比如每日、每月或每季度的销售额、用户访问量或库存变化等,帮助用户识别长期的变化趋势。
8 +**Time trend analysis:**  Line charts are suitable for displaying time series data, such as daily, monthly, or quarterly sales, user visits, or inventory changes, to help users identify long-term trends.
7 7  )))
8 8  * (((
9 -**季节性变化** 通过观察折线的波动,可以分析数据的周期性变化。例如,销售额的季节性波动、用户活跃度在不同时段的变化等。
11 +**Seasonal changes: ** By observing the fluctuations of the line, it is possible to analyze the periodic changes in the data. For example, seasonal fluctuations in sales revenue, changes in user activity during different time periods, etc.
10 10  )))
11 11  * (((
12 -**对比趋势** 多条折线可以用于比较多个变量的变化情况。例如,不同产品的销售额趋势对比,或者不同市场的用户增长趋势对比等。
14 +**Comparison trend: ** Multiple lines can be used to compare the changes in multiple variables. For example, comparing sales trends of different products, or comparing user growth trends in different markets.
13 13  )))
14 14  * (((
15 -**异常发现** 折线图中突出的峰值或低谷有助于识别数据中的异常情况,比如某月销量异常增高或用户流失量突然减少等。
17 +**Abnormal discovery: ** The prominent peaks or valleys in a line chart help identify abnormal situations in the data, such as an abnormal increase in sales or a sudden decrease in user churn in a certain month.
16 16  )))
17 17  
18 18  ==== ====
19 19  
20 -==== **【功能简介】** ====
22 +==== **[Function Introduction]** ====
21 21  
22 -折线图用于显示数据在一个**连续的时间间隔或者时间跨度上的变化**,它的特点是反映事物随时间或有序类别而变化的趋势。
24 +A line chart is used to display the changes in data over a continuous time interval or span, and its characteristic is to reflect the trend of things changing over time or ordered categories.
23 23  
24 -[[image:1729663152165-172.png]]
26 +[[image:1740626962720-557.png]]
25 25  
26 -一个折线图的构成包括:
28 +The composition of a line chart includes:
27 27  
28 -1. (((
29 -**横轴 (X 轴):**
30 +1. **Horizontal axis (X-axis): **The horizontal axis in a line graph is the horizontal axis, usually used to display continuous variables such as data classification or time.
31 +1. **Vertical axis (Y-axis):** The vertical axis in a line chart is the axis in the vertical direction, usually used to display numerical values or quantities of data.
32 +1. **Point: ** Each point represents the data value at a specific position on the horizontal and vertical axes. In a line chart, the line connecting all points can show the trend and change of the data.
33 +1. **Line:** The lines in a line chart are straight lines formed by connecting data points, representing the trend of data changes. The trend of the lines can intuitively show the growth, decrease, or fluctuation of the data.
30 30  
31 -1. (((
32 -**定义:** 折线图中的横轴是水平方向上的轴线,通常用于表示数据的分类或者时间等连续性变量。
33 -)))
34 -1. (((
35 -**含义:** 横轴通常表示自变量,即数据的分类或者时间序列。在折线图中,横轴上的数值或分类标签决定了折线图中每个数据点的横坐标位置。
36 -)))
37 -)))
38 -1. (((
39 -**纵轴 (Y 轴):**
40 40  
41 -1. (((
42 -**定义:** 折线图中的纵轴是垂直方向上的轴线,通常用于表示数据的数值或者数量。
43 -)))
44 -1. (((
45 -**含义:** 纵轴通常表示因变量,即与自变量相关联的数值或数量。在折线图中,纵轴上的数值决定了折线图中每个数据点的纵坐标位置。
46 -)))
47 -)))
48 -1. (((
49 -**点:**
50 50  
51 -1. (((
52 -**定义:** 折线图中的点是由数据组成的离散的数据点,代表着某个具体的数据值。
53 -)))
54 -1. (((
55 -**含义:** 每个点代表了横轴和纵轴上特定位置的数据值。在折线图中,连接所有点的折线可以展现数据的趋势和变化。
56 -)))
57 -)))
58 -1. (((
59 -**线:**
37 +==== 【Basic Attributes】 ====
60 60  
61 -1. (((
62 -**定义:** 折线图中的线是由连接数据点而成的直线,用于将各个数据点串联起来形成折线。
63 -)))
64 -1. (((
65 -**含义:** 折线代表了数据的变化趋势,通过线的走势可以直观地展现数据的增长、减少或者波动情况。
66 -)))
67 -)))
39 +|**Horizontal axis**|**Longitudinal axis**|**Search Fields**|**Refernce Line**|**Filter conditions**
40 +|Multiple fields can be configured, but up to 30 fields are allowed|Only one field can be configured|After configuration, the client can draw a line chart by searching for data that meets the criteria based on different search field values|Multiple fields can be configured, but up to 30 fields are allowed|Configure the condition values for filtering data sources
68 68  
69 -====== 【基本要求】 ======
70 -
71 -要实现折线图的效果,基本要求如下 。
72 -
73 -
74 -|横轴|纵轴|分组|参考线
75 -|最多1个字段|可选多个字段,最多30个字段|最多1个字段|可选多个字段,最多30个字段
76 -
77 77  ====== ======
78 78  
79 -==== **【配置步骤】** ====
44 +==== **[Configuration steps]** ====
80 80  
81 -**Step-1 选择图形**
46 +**Step-1 Select Bar Chart**
82 82  
83 -创建报表,选择折线图,如图:
48 +[[image:1750236203873-321.png]]
84 84  
85 -[[image:1737529051357-629.png]]
50 +**Step-2 Select chart display fields**
86 86  
52 +Drag and drop the fields from the data source list on the right onto the horizontal axis, vertical axis, search field, and reference line
87 87  
88 -**Step-2 选择图表展示字段**
54 +[[image:1750236277225-718.png]]
89 89  
90 -将右边数据源列表中的字段拖动放到【横轴】、【纵轴】、【分组】、【参考线】上
56 +**Step-3 Style settings**
91 91  
92 -[[image:1737528997085-860.png]]
58 +Divided into three categories: [Basic Style], [Coordinate Axis], [Legend], as shown in the following figure:
93 93  
60 +[[image:1750236309737-734.png]]
94 94  
95 -Step-3 样式设置
62 +==== **[Style Configuration Description]** ====
96 96  
97 -分为三小类:【基础】、【坐标轴】,【图例】,如下图
64 +|(% colspan="1" rowspan="1" %)Classification|(% colspan="1" rowspan="1" %)Configuration Items|(% colspan="1" rowspan="1" %)Purpose
65 +|(% colspan="1" rowspan="12" %)(((
66 +Basic Style
98 98  
99 -[[image:1729663961688-819.png]]
100 -
101 -
102 -
103 -==== **【样式配置说明】** ====
104 -
105 -|(% colspan="1" rowspan="1" style="width:52px" %)(((
106 106  
107 -)))|(% colspan="1" rowspan="1" style="width:76.9844px" %)(((
108 -样式设置分类
109 -)))|(% colspan="1" rowspan="1" style="width:94px" %)(((
110 -配置项
111 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
112 -用途
113 -)))
114 -|(% colspan="1" rowspan="21" style="width:52px" %)(((
115 -**折线图**
69 +)))|(% colspan="1" rowspan="1" %)Show heading |(% colspan="1" rowspan="1" %)(((
70 +Control whether the chart title in the upper left corner of the canvas is displayed. When closed, the chart title will not be displayed in the report, The words "柱状图1" are shown in the following figure;
116 116  
117 -
118 -)))|(% colspan="1" rowspan="12" style="width:76.9844px" %)(((
119 -基础
72 +[[image:1740645772547-595.png]]
120 120  
121 121  
122 -)))|(% colspan="1" rowspan="1" style="width:94px" %)(((
123 -显示标题
124 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
125 -(((
126 -控制画布左上角的标题是否显示的开关
127 -
128 -[[image:1729664204675-778.png||height="214" width="731"]]
129 129  )))
76 +|(% colspan="1" rowspan="1" %)Chart title|(% colspan="1" rowspan="1" %)You can name the chart yourself
77 +|(% colspan="1" rowspan="1" %)(((
78 +Help text
79 +)))|(% colspan="1" rowspan="1" %)(((
80 +Control whether the help copy is displayed in the chart. If enabled, client users can see a "?" icon after the chart title and the corresponding help copy when moving the mouse over the icon;
130 130  
131 -(((
132 -
82 +[[image:1740645921975-640.png]]
133 133  )))
134 -)))
135 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
136 -标题名称
137 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户自定义报表标题
138 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
139 -帮助文字
140 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)开启后,标题右侧出现小问号,鼠标悬浮时,出现帮助文字具体内容
141 -[[image:1729664436892-701.png]]
142 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
143 -帮助文字内容
144 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户自定义帮助文字的文案,例如“这是本月销售订单总额的统计”
145 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
146 -折线图类型
147 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
148 -(((
149 -支持2种类型:折线、曲线
150 -[[image:1729664469432-978.png||height="398" width="875"]]
151 -)))
84 +|(% colspan="1" rowspan="1" %)Help text content|(% colspan="1" rowspan="1" %)Enter a description of the chart here to help client users understand the chart data;
85 +|(% colspan="1" rowspan="1" %)Line chart type|(% colspan="1" rowspan="1" %)(((
86 +Provide 2 types: line and curve
152 152  
153 -(((
154 154  
155 155  )))
156 -)))
157 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
158 -配色方案
159 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
160 -支持用户自定义(多Y轴时)整体的配色方案
161 -)))
162 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
163 -显示缩略轴
164 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户设置针对横轴的缩略轴,即:查看横轴上某一区间的数据
165 -[[image:1729664570038-223.png||height="477" width="822"]]
166 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
167 -展示点
168 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
169 -(((
170 -默认打开,关闭后画布上不显示折线的每个描点
90 +|(% colspan="1" rowspan="1" %)Color scheme|(% colspan="1" rowspan="1" %)Customize the color scheme of the Y-axis pillar;
91 +|(% colspan="1" rowspan="1" %)(((
92 +Display thumbnail axis
93 +)))|(% colspan="1" rowspan="1" %)Set a thumbnail axis for the horizontal axis, that is, to view the data of a certain interval on the horizontal axis;[[image:1740732178186-806.png]]
94 +|(% colspan="1" rowspan="1" %)Display point|(% colspan="1" rowspan="1" %)(((
95 +By default, when turned off, each trace point of the line will not be displayed on the chart
171 171  
97 +[[image:1740732311368-570.png]]
172 172  
173 -[[image:1729736532720-382.png||height="441" width="866"]]
174 -)))
175 -
176 -(((
177 177  
178 178  )))
179 -)))
180 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
181 -点大小
182 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
183 -控制折线图中点大小
101 +|(% colspan="1" rowspan="1" %)(((
102 +Point size
103 +)))|(% colspan="1" rowspan="1" %)(((
104 +Control the size of the midpoint in the line chart
184 184  
185 -[[image:1729664677195-525.png||height="515" width="857"]]
186 -)))
187 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
188 -展示线
189 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
190 -默认打开,关闭后折线的线段消失,只显示点(类似散点图)
191 -
192 -[[image:1729664725301-778.png||height="403" width="937"]]
193 -
194 194  
195 195  )))
196 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
197 -线粗细
108 +|(% colspan="1" %) |(% colspan="1" %)
109 +|(% colspan="1" rowspan="1" %)(((
110 +Display Line
198 198  
199 199  
200 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
201 -支持用户控制折线的线段粗细
202 -)))
203 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
204 -填充
113 +)))|(% colspan="1" rowspan="1" %)(((
114 +By default, when turned off, the line segments of the line chart disappear and only points are displayed (similar to a scatter plot)
205 205  
206 -
207 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
208 -默认关闭, 打开后每个点向下填充半透明的颜色到X轴,效果如下:
209 -
210 -[[image:1729664811246-731.png||height="276" width="683"]]
211 -
212 -
116 +[[image:1740732470025-322.png]]
213 213  )))
214 -|(% colspan="1" rowspan="5" style="width:76.9844px" %)(((
215 -横轴
118 +|(% colspan="1" rowspan="1" %)(((
119 +Line thickness
216 216  
217 217  
218 -)))|(% colspan="1" rowspan="1" style="width:94px" %)(((
219 -显示轴标题
122 +)))|(% colspan="1" rowspan="1" %)Support users to control the thickness of line segments in polylines
123 +|(% colspan="1" rowspan="4" %)(((
124 +Horizontal axis
220 220  
221 221  
222 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
223 -开启后,画布中横轴下方,将显示用户配置的横轴的数据源的标题
127 +)))|(% colspan="1" rowspan="1" %)(((
128 +Display axis title
129 +)))|(% colspan="1" rowspan="1" %)(((
130 +After activation, the title of the horizontal data source will be displayed below the horizontal axis in the chart
224 224  
225 -[[image:1737529012159-610.png]]
132 +[[image:1740732719678-598.png]]
226 226  )))
227 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
228 -轴标题名称
134 +|(% colspan="1" rowspan="1" %)(((
135 +Axis Title Name
136 +)))|(% colspan="1" rowspan="1" %)Support users to customize the desired axis title name and text
137 +|(% colspan="1" rowspan="1" %)Color font size|(% colspan="1" rowspan="1" %)Support user-defined color and font size for axis titles
138 +|(% colspan="1" rowspan="1" %)Axis label|(% colspan="1" rowspan="1" %)(((
139 +Control whether to display axis labels in the chart, as shown in the following figure:
229 229  
230 -
231 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户自定义想要的轴标题名称文案
232 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
233 -颜色字号
234 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户自定义轴标题的颜色和字号
235 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
236 -轴标签
237 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
238 -控制是否显示轴标签的开关,如下图:
239 -
240 -[[image:1729737350555-287.png||height="438" width="900"]]
141 +[[image:1740732916511-206.png]]
241 241  )))
242 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
243 -(轴标签)自动旋转
244 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
245 -轴标签会斜45°显示,如下图
143 +|(% colspan="1" rowspan="4" %)(((
144 +Longitudinal axis
246 246  
247 -[[image:1729737429518-371.png]]
248 -)))
249 -|(% colspan="1" rowspan="4" style="width:76.9844px" %)(((
250 -纵轴
251 -
252 252  
253 -)))|(% colspan="1" rowspan="1" style="width:94px" %)(((
254 -显示轴标题
147 +)))|(% colspan="1" rowspan="1" %)(((
148 +Display axis title
149 +)))|(% colspan="1" rowspan="1" %)(((
150 +After activation, to the left of the vertical axis in the chart, the title of the user configured vertical axis (the first data source) will be displayed
255 255  
256 -
257 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
258 -开启后,画布中纵轴左侧,将显示用户配置的纵轴的(第一个数据源)的标题
152 +[[image:1740733102756-962.png]]
259 259  
260 -(图中:“Y轴标题”是轴标题, “桌子、椅子、窗帘”是图例)
261 -
262 -[[image:1729737694678-922.png]]
154 +
263 263  )))
264 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
265 -标题内容
266 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户自定义想要的轴标题名称文案
267 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
268 -轴标签
269 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
270 -控制Y轴轴标签是否显示的开关
156 +|(% colspan="1" rowspan="1" %)Axis title name|(% colspan="1" rowspan="1" %)Custom vertical axis title name copy
157 +|(% colspan="1" rowspan="1" %)(((
158 +Show axis lables
159 +)))|(% colspan="1" rowspan="1" %)(((
160 +Control whether the Y-axis label is displayed
271 271  
272 -[[image:1729737826799-987.png||height="434" width="369"]]
162 +[[image:1740733325618-128.png]]
273 273  )))
274 -|(% colspan="1" rowspan="1" style="width:94px" %)(((
275 -刻度数
276 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户配置的Y轴的刻度数(注意:这里的刻度数是一个预估值,报表引擎在渲染时可能会根据实际情况改变最终呈现的刻度数)
277 -|(% colspan="1" rowspan="1" style="width:52px" %)(((
278 -
279 -)))|(% colspan="1" rowspan="3" style="width:76.9844px" %)(((
280 -图例
164 +|(% colspan="1" rowspan="1" %)Scale count|(% colspan="1" rowspan="1" %)Customize the scale number of the Y-axis (note: the scale number here is an estimated value, and the report engine may change the final rendering scale number according to the actual situation during rendering)
165 +|(% colspan="1" rowspan="3" %)(((
166 +Legend
167 +)))|(% colspan="1" rowspan="1" %)(((
168 +Show legend
169 +)))|(% colspan="1" rowspan="1" %)(((
170 +By default, it is turned on, and when turned off, the legend will not be displayed
281 281  
282 -
283 -)))|(% colspan="1" rowspan="1" style="width:94px" %)(((
284 -显示图例
285 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)(((
286 -默认开启, 关闭后则不显示图例
287 -
288 -[[image:1729737941885-204.png||height="506" width="842"]]
172 +[[image:1740737403837-995.png]]
289 289  )))
290 -|(% colspan="1" rowspan="1" style="width:52px" %)(((
291 -
292 -)))|(% colspan="1" rowspan="1" style="width:94px" %)(((
293 -图例位置
294 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)图例默认出现在画布的左上角,同时支持用户设置图例在画布中的位置
295 -|(% colspan="1" rowspan="1" style="width:52px" %)(((
296 -
297 -)))|(% colspan="1" rowspan="1" style="width:94px" %)(((
298 -颜色字号
299 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户根据需要自行调整图例的文字颜色和字体大小
174 +|(% colspan="1" rowspan="1" %)(((
175 + Legend position
176 +)))|(% colspan="1" rowspan="1" %)The legend defaults to the top left corner of the chart and supports displaying the legend in other positions of the chart, such as the top center, bottom left corner, top right corner, bottom center, or bottom right corner
177 +|(% colspan="1" rowspan="1" %)Color font size|(% colspan="1" rowspan="1" %)Adjust the text color and font size of the legend
1740626962720-557.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +53.1 KB
内容
1740640778297-295.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +112.5 KB
内容
1740640945562-266.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +112.2 KB
内容
1740641005459-993.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +120.0 KB
内容
1740641136822-176.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +105.8 KB
内容
1740645772547-595.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +98.7 KB
内容
1740645921975-640.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +106.3 KB
内容
1740732178186-806.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +74.3 KB
内容
1740732311368-570.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +102.5 KB
内容
1740732470025-322.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +81.1 KB
内容
1740732719678-598.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +107.7 KB
内容
1740732916511-206.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +109.9 KB
内容
1740733102756-962.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +100.9 KB
内容
1740733325618-128.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +61.4 KB
内容
1740737403837-995.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.maym
大小
... ... @@ -1,0 +1,1 @@
1 +55.0 KB
内容