Skip to content

Commit

Permalink
更新图标
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshaolin committed May 6, 2020
1 parent 898df36 commit 98bd3d7
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 3 deletions.
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/address.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/age.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/birthday.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/constellation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/shuxiao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/xingbie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
/**
* 该文件名- index.js
* 编码作者- @king
* 创建日期- 2020/05/05 20:10
* 作者邮箱- [email protected]
* 修改时间-
* 修改备注-
* 编码内容-
*/
'use strict';

const idCard = require('idcard');
const zodiac = require('./libs/zodiac');
const alfy = require('alfy');

// let arg = process.argv.splice(2);
// console.log('arg', arg);
let idno = alfy.input;
// console.log('idno', idno, typeof idno);
let result_values = [];
if (typeof idno == "undefined") {

Expand Down
Binary file modified screenshot/generate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98bd3d7

Please sign in to comment.