Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dramforever/webook
Choose a random person from a list
https://github.com/dramforever/webook
Last synced: about 1 month ago
JSON representation
Choose a random person from a list
- Host: GitHub
- URL: https://github.com/dramforever/webook
- Owner: dramforever
- Created: 2013-03-25T05:24:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-09T08:53:38.000Z (over 11 years ago)
- Last Synced: 2023-05-19T10:26:06.457Z (over 1 year ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
webook点名器
======使用方法:
------
编辑`conf.js`。此文件是一个标准的Javascript脚本。
在`conf.js`中需要将`window.lists`变量设置为一个对象,以便在页面中选择。示例(默认`conf.js`):
```
window.lists = {
"test1":["test1 1","test1 2"],
"test2":["test2 1","test2 2"]
}
```此脚本会在页面上最先加载,所以不应该在此文件中使用DOM等。
然后,点开index.html。您可能需要在弹出的安全提示中选择允许。
提示:
------
1. 按esc可以快速刷新。
2. 按空格可以快速开始/停止
3. 按列表对应的数字可以快速选中
4. 按q可以快速退出