Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antfu/handle
A Chinese Hanzi variation of Wordle - 汉字 Wordle
https://github.com/antfu/handle
game wordle wordle-chinese
Last synced: 25 days ago
JSON representation
A Chinese Hanzi variation of Wordle - 汉字 Wordle
- Host: GitHub
- URL: https://github.com/antfu/handle
- Owner: antfu
- License: mit
- Created: 2022-01-28T17:29:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T07:59:28.000Z (3 months ago)
- Last Synced: 2024-09-26T22:42:09.634Z (about 1 month ago)
- Topics: game, wordle, wordle-chinese
- Language: TypeScript
- Homepage: https://handle.antfu.me
- Size: 2.53 MB
- Stars: 1,268
- Watchers: 7
- Forks: 184
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - handle - 汉字 Wordle | antfu | 1157 | (TypeScript)
- awesome-luooooob - antfu/handle - A Chinese Hanzi variation of Wordle - 汉字 Wordle (TypeScript)
README
![](./public/og.png)
# 汉兜 Handle
A Chinese Hanzi variation of [Wordle](https://www.powerlanguage.co.uk/wordle/). 汉字 Wordle.
[handle.antfu.me](https://handle.antfu.me)
请勿剧透!PLEASE DO NOT SPOIL
> **Note**
> 汉兜的答案库至 2023 年 2 月 28 日为止将**不再更新**;后序的题目将从过往一年的题目中随机抽取。仓库以 MIT 协议开放,在注明原始仓库与作者的条件下,欢迎 Fork 与修改。感谢大家的对汉兜的支持与喜爱。## Development Setup
- Insall [Node.js](https://nodejs.org/en/) >=v16 and [pnpm](https://pnpm.io/)
- Run `pnpm install`
- Run `pnpm dev` and visit `http://localhost:4444`## 成语勘误
成语数据库储存于
- [./src/data/idioms.txt](./src/data/idioms.txt) - 已知的成语列表
- [./src/data/polyphones.json](./src/data/polyphones.json) - 特殊发音的成语列表二者互不包含。
如遇到成语缺失或发音错误,请编辑 [./src/data/new.txt](./src/data/new.txt) 文件,一行一词,完成后执行 `pnpm run update` 命令,脚本会自动抓取 [汉典](https://www.zdic.net/) 的数据更新成语数据库。如遇汉典中也缺失的成语,其会留存在 new.txt 中,需要手动判断与添加。
## Tech Stack
- [Vue 3](https://v3.vuejs.org/)
- [Vite](https://vitejs.dev/)
- [VueUse](https://vueuse.org/)
- [UnoCSS](https://github.com/antfu/unocss)
- [Vitesse Lite](https://github.com/antfu/vitesse-lite)## License
[MIT](./LICENSE) License © 2021-PRESENT [Anthony Fu](https://github.com/antfu)