An open API service indexing awesome lists of open source software.

https://github.com/hefengbao/jingmo

『京墨』开源的中华文化阅读 APP,诗(词)文(名句)、汉字、成语、词语、歇后语、绕口令、传统节日、传统色、节气、人物等。
https://github.com/hefengbao/jingmo

chinese-character chinese-color chinese-idiom chinese-lyric chinese-poem chinese-poetry chinese-tongue-twister jetpack-compose

Last synced: 5 months ago
JSON representation

『京墨』开源的中华文化阅读 APP,诗(词)文(名句)、汉字、成语、词语、歇后语、绕口令、传统节日、传统色、节气、人物等。

Awesome Lists containing this project

README

          



Logo

# 京墨


GitHub Release
GitHub Downloads (all assets, all releases)
License

## 预览

![](screenshot/v1.14.0.png)

## 介绍

『京墨』开源的中华文化阅读 APP,诗(词)文(名句)、汉字、成语、词语、歇后语、绕口令、传统节日、传统色、节气、人物等。

献给喜欢中华文字、文学、文化的人。

目前的内容有:

1. 经典诗文 955 篇;
2. 诗文 160 万篇,包含诗、词、辞赋、残句、联、文等;
3. 诗文名句 10000 句;
4. 人物 126830 个;
5. 汉字 24228 字
6. 词语 422958 词;
7. 成语 49639 条;
8. 歇后语 14026 条;
9. 谚语 964 组;
10. 谜语 42446 组;
11. 绕口令 45 段;
12. 对联 490 对;
13. 歌词 499 首;
14. 知识卡片 464 组;
15. 句子 326 段;
16. 诗歌 45 首;
17. 中国传统节日 19 个;
18. 二十四节气;
19. 中国传统色 161 种;
20. 世界遗产名录 59 个;

数据来自网络,或有内容错误,欢迎纠错,请在公众号留言。

![](screenshot/公众号.png)

## 平台支持

Android 8.0 及以上

## 获取更新消息

1. 经常使用 Github 或 Gitee 的同学,可点个 "Star"。

2. 关注微信公众号『NowInLife』或者 B 站『NowInLife』获取最新更新,一般会在公众号发布一篇更新说明,在 B
站发布新功能演示视频。

## 仓库

Github:[https://github.com/hefengbao/jingmo](https://github.com/hefengbao/jingmo)

Gitee:[https://gitee.com/hefengbao/jingmo](https://gitee.com/hefengbao/jingmo)

## 赞助


微信赞赏码
支付宝赞赏码

感谢各位的支持:

![https://hefengbao.github.io/sponsors/](https://hefengbao.github.io/sponsors/)

## 运行项目

```shell
git clone https://github.com/hefengbao/jingmo.git
```

在 `local.properties` 按如下示例添加:

```
user_agreement_url="https://jingmo.pages.dev/docs/user-agreement"
privacy_policy_url="https://jingmo.pages.dev/docs/privacy-policy"
icp="蜀ICP备17009649号-10A"
bugly_id="f75198f767"
bugly_privacy_url="https://privacy.qq.com/document/preview/fc748b3d96224fdb825ea79e132c1a56"
base_url1="https://jingmo-data.pages.dev/api/"
base_url2="https://jingmo-data2.pages.dev/api/"
base_url3="https://jingmo-data3.pages.dev/api/"
```

在项目根目录下新建 `keystore.properties` 文件, 添加的参数:

```
storeFile=
storePassword=
keyAlias=
keyPassword=
```

运行项目即可。

## 参考数据源:

### 古诗词等

[https://cnkgraph.com/](https://cnkgraph.com/) 👍

[https://github.com/a2636340559/PoetryCrawler](https://github.com/a2636340559/PoetryCrawler)

[https://github.com/yht050511/gushiwen](https://github.com/yht050511/gushiwen)

[https://github.com/MinchaoZhu/Chinese-Corpus-Process.git](https://github.com/MinchaoZhu/Chinese-Corpus-Process.git)

[https://github.com/JoshuaCH/chinese_ancient_poetry.git](https://github.com/JoshuaCH/chinese_ancient_poetry.git)

[https://github.com/caoxingyu/chinese-gushiwen.git](https://github.com/caoxingyu/chinese-gushiwen.git)

[https://github.com/chinese-poetry/chinese-poetry.git](https://github.com/chinese-poetry/chinese-poetry.git)

### 中国色

[https://github.com/zerosoul/chinese-colors](https://github.com/zerosoul/chinese-colors)

[http://zhongguose.com/](http://zhongguose.com/)

[https://github.com/imoyao/GUSCSS/](https://github.com/imoyao/GUSCSS/)

### 汉字/成语/词语

[https://hanziwriter.org/cn/](https://hanziwriter.org/cn/)([文档](https://hanziwriter.org/cn/docs.html))

[https://github.com/chanind/hanzi-writer-data](https://github.com/chanind/hanzi-writer-data)

[https://github.com/skishore/makemeahanzi](https://github.com/skishore/makemeahanzi)

[https://github.com/mapull/chinese-dictionary](https://github.com/mapull/chinese-dictionary)

[https://github.com/pwxcoo/chinese-xinhua.git](https://github.com/pwxcoo/chinese-xinhua.git)

[汉字部首表](https://baike.baidu.com/item/%E6%B1%89%E5%AD%97%E9%83%A8%E9%A6%96%E8%A1%A8/1993677)

### 中国

[中国的世界文化遗产](http://www.ncha.gov.cn/col/col2790/index.html)

### 其他

[https://github.com/dengxiuqi/ChineseLyrics](https://github.com/dengxiuqi/ChineseLyrics)

[lunar是一个支持阳历、阴历、佛历和道历的日历工具库](https://github.com/6tail/lunar-java)

~本项目使用的数据位于 `app/src/main/assets` 目录下,有需要的请自取😀~

1.6.0 及之前,本项目使用的数据位于 `app/src/main/assets` 目录下,1.6.1 及以后,放在如下仓库里:
`hefengbao/jingmo-data`、`hefengbao/jingmo-data2`、`hefengbao/jingmo-data3`, 具体在 `gh-pages` 分支。

## Github Star History

[![Star History Chart](https://api.star-history.com/svg?repos=hefengbao/jingmo&type=Date)](https://star-history.com/#hefengbao/jingmo&Date)

## 其他

~初名为『文曲星』,很俗套的名字,又容易让人误会和文曲星字典有什么关系,在网上搜来搜去,第一次知道”京墨“,是一味中药,觉着还不错,暂时就是这个名字了。
2023.09.10~