b0d37d7bbd
*Total -- 93.21kb -> 73.71kb (20.92%) /assets/theme/asoul/1.gif -- 2.04kb -> 1.00kb (50.69%) /assets/theme/asoul/8.gif -- 2.10kb -> 1.07kb (49.21%) /assets/theme/asoul/9.gif -- 2.12kb -> 1.09kb (48.71%) /assets/theme/asoul/2.gif -- 2.25kb -> 1.22kb (45.86%) /assets/theme/asoul/3.gif -- 2.26kb -> 1.23kb (45.74%) /assets/theme/asoul/6.gif -- 2.50kb -> 1.37kb (45.06%) /assets/theme/asoul/4.gif -- 2.30kb -> 1.26kb (44.96%) /assets/theme/asoul/7.gif -- 2.33kb -> 1.30kb (44.32%) /assets/theme/asoul/5.gif -- 2.49kb -> 1.46kb (41.51%) /assets/theme/rule34/7.gif -- 8.08kb -> 4.84kb (40.11%) /assets/theme/asoul/0.gif -- 2.60kb -> 1.56kb (39.77%) /assets/theme/rule34/1.gif -- 6.54kb -> 4.11kb (37.25%) /assets/favicon.png -- 4.42kb -> 3.48kb (21.22%) /assets/theme/rule34/6.gif -- 8.27kb -> 7.05kb (14.73%) /assets/theme/rule34/2.gif -- 6.89kb -> 6.13kb (11.1%) /assets/theme/rule34/9.gif -- 5.02kb -> 4.85kb (3.37%) /assets/theme/rule34/3.gif -- 10.73kb -> 10.55kb (1.68%) /assets/theme/rule34/8.gif -- 1.32kb -> 1.30kb (0.89%) /assets/theme/rule34/5.gif -- 9.27kb -> 9.21kb (0.71%) /assets/theme/rule34/4.gif -- 9.69kb -> 9.64kb (0.46%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> |
||
---|---|---|
assets | ||
db | ||
utils | ||
views | ||
.gitignore | ||
config.yml | ||
index.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
Readme.md |
Moe-counter
多种风格可选的萌萌计数器
Demo
Usage
Install
Run on Repl.it
- Open the url https://repl.it/@journeyad/Moe-counter
- Just hit the Fork button
- And hit the Run button
Deploying on your own server
$ git clone https://github.com/journey-ad/Moe-counter.git
$ cd Moe-counter
$ yarn install
$ yarn start
Confignation
config.yml
app:
port: 3000
db:
type: mongodb # sqlite or mongodb
If you use mongodb, you need to specify the environment variable DB_URL
# eg:
export DB_URL=mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count
repl.it can use .env
file, documentation
DB_URL="mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count"