Skip to content

Commit

Permalink
modify entity name
Browse files Browse the repository at this point in the history
  • Loading branch information
Liang Zhuzi committed May 22, 2022
1 parent 0bc1e09 commit e31bd92
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 27 deletions.
4 changes: 1 addition & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
title: HiKiku
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
创新开放的互联网音频系统
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
#twitter_username: jekyllrb
Expand Down
14 changes: 9 additions & 5 deletions _data/products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ hikiku_system:
fullname: HiKiku
shorname: HiKiku

hikiku_widget:
fullname: HiKiku Widget
shortname: Widget

hikiku_board:
fullname: HiKiku Board
shortname: Board

hikiku_http_sink:
fullname: HiKiku HTTP Sink
shortname: HTTP Sink

hikiku_app:
fullname: HiKiku App
shortname: App

hikiku_server:
fullname: HiKiku Server
shortname: Server
shortname: App
21 changes: 15 additions & 6 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,29 @@ layout: home

{% assign hikiku_system = site.data.products["hikiku_system"] %}

{% assign hikiku_widget = site.data.products["hikiku_widget"] %}

{% assign hikiku_board = site.data.products["hikiku_board"] %}

{% assign hikiku_http_sink = site.data.products["hikiku_http_sink"] %}

{% assign hikiku_app = site.data.products["hikiku_app"] %}

{% assign hikikuc_server = site.data.products["hikiku_server"] %}

{{ hikiku_system.fullname }} 是一个创新开放的互联网音频播放系统。

{{ hikiku_system.fullname }} 整个系统包括硬件设备 {{ hikiku_widget.fullname }} 、管理平台 {{ hikiku_board.fullname }}、 用户应用 {{ hikiku_app.fullname }} 等。

{{ hikiku_widget.fullname }} 简单易用,可以播放来自于互联网的音频,也可播放本地 Micro SD 卡的音乐文件。{{ hikiku_widget.fullname }} 可以通过本地喇叭直接输出音乐,也可通过 Line Out, BT 等连接已有的音频播放设备。

{{ hikiku_system.fullname }} 是一个网络音频播放系统。它可应用于小微空间的背景音乐播放等
可以使用 {{ hikiku_board.fullname }} 管理整个系统

可以使用 {{ hikiku_app.fullname }} 个性化调节应用。

{{ hikiku_system.fullname }} 由 {{ hikiku_board.fullname }}, {{hikiku_app.fullname}} 与 {{ hikikuc_server.fullname }} 三部分组成。详细了解-->
{{ hikiku_system.fullname }} 可应用于网络背景音乐播放、网络广播、本地音乐桥接等。

{{ hikiku_board.fullname }} 简单易用
我们专注于提升系统的开放能力。{{ hikiku_system.fullname }} 通信协议开放,简洁且易于扩展

{{ hikiku_system.fullname }} 简单易用,容易扩展。我们专注于开发 {{ hikiku_board.fullname }}。{{ hikiku_board.fullname }} 与 {{hikiku_app.fullname}} 、{{ hikikuc_server.fullname }} 之间的通信协议极为简洁。我们提供 {{hikiku_app.fullname}} 的开源实现, 同时提供 {{ hikikuc_server.fullname }} 的最佳实践,以方便第三方扩展与集成。
我们专注于 {{ hikiku_widget.fullname }} 的开发,同时提供 {{hikiku_board.fullname}} 、{{hikiku_app.fullname}} 的开源实现, {{ hikiku_http_sink.fullname }} 的最佳实践,以方便第三方扩展与集成。

订阅我们的 RSS 频道,及时了解我们的进展。
请订阅我们的 RSS 频道,及时了解我们的进展。
37 changes: 24 additions & 13 deletions products.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ permalink: /products/

{% assign hikiku_system = site.data.products["hikiku_system"] %}

{% assign hikiku_widget = site.data.products["hikiku_widget"] %}

{% assign hikiku_board = site.data.products["hikiku_board"] %}

{% assign hikiku_http_sink = site.data.products["hikiku_http_sink"] %}

{% assign hikiku_app = site.data.products["hikiku_app"] %}

{% assign hikiku_server = site.data.products["hikiku_server"] %}

## {{ hikiku_board.fullname }}
## {{ hikiku_widget.fullname }}

一块音频播放PCB板
音频播放小设备

- 尺寸:40 mm x 50 mm
- 电源:5V, USB 电源端口 (USB Power Port)
Expand All @@ -24,17 +27,9 @@ permalink: /products/
- 支持多种主流音频格式,包括 MP3、AAC、FLAC、WAV、OGG、OPUS、AMR、TS、ALC 和 G.711


## {{ hikiku_app.fullname }}
## {{ hikiku_http_sink.fullname }}

主要用于配置 {{ hikiku_board.fullname }}:

- 设置 Wi-Fi 参数
- 设置 Server URL, Token
- 设置音频输出接口

## {{ hikiku_server.fullname }}

大多采用标准的 HTTP Server,例如:
采用标准的 HTTP Server,例如:

- PWS
- IIS
Expand All @@ -45,3 +40,19 @@ permalink: /products/
提供播放列表生成工具:

- PlayListGenerateTool


## {{ hikiku_app.fullname }}

主要用于配置 {{ hikiku_board.fullname }}:

- 设置 Wi-Fi 参数
- 设置 Server URL, Token
- 设置音频输出接口


## {{ hikiku_board.fullname }}

- 设备管理 {{ hikiku_widget.fullname }}
- 用户管理 {{ hikiku_app.fullname }}

0 comments on commit e31bd92

Please sign in to comment.