1
0
mirror of synced 2026-03-24 21:08:34 +08:00

增加节日;增加吉神方位;增加冲煞;增加纳音;优化代码。

This commit is contained in:
6tail
2020-04-05 23:39:20 +08:00
parent 951d4bfb32
commit f331cf5d31
4 changed files with 274 additions and 57 deletions

View File

@@ -1,10 +1,10 @@
# lunar [![License](https://img.shields.io/badge/license-MIT-4EB1BA.svg?style=flat-square)](https://github.com/6tail/lunar-javascript/blob/master/LICENSE)
lunar is a calendar library for Solar and Chinese Lunar.
lunar是一个无依赖的支持阳历和阴历的日历工具库。
[简体中文](https://github.com/6tail/lunar-javascript/blob/master/README_ZH.md)
[English](https://github.com/6tail/lunar-javascript/blob/master/README_EN.md)
## Example
## 示例
```html
<!DOCTYPE html>
@@ -15,7 +15,7 @@ lunar is a calendar library for Solar and Chinese Lunar.
<body>
<script src="lunar.js"></script>
<script>
var solar = Solar.fromYmd(2016,9,8);
var solar = Solar.fromYmd(1986,5,29);
console.log(solar.toFullString());
console.log(solar.getLunar().toFullString());
</script>
@@ -23,16 +23,16 @@ lunar is a calendar library for Solar and Chinese Lunar.
</html>
```
Output:
输出结果:
2016-09-08 闰年 星期四 处女
丙申年捌月初八 猴年 北方玄武 斗木獬
1986-05-29 星期四 双子
壹玖捌陆年肆月廿一 丙寅(虎)年 癸巳(蛇)月 癸酉(鸡)日 纳音[炉中火 长流水 剑锋金] 北方玄武 危月燕 彭祖百忌[癸不词讼理弱敌强 酉不会客醉坐颠狂] 喜神方位[](东南) 阳贵神方位[](东南) 阴贵神方位[](正东) 福神方位[](正西) 财神方位[](正南) 冲[(丁卯)兔] 刹[东]
## Documentation
## 文档
Please visit [http://6tail.cn/calendar/api.html](http://6tail.cn/calendar/api.html "http://6tail.cn/calendar/api.html")
请移步至 [http://6tail.cn/calendar/api.html](http://6tail.cn/calendar/api.html "http://6tail.cn/calendar/api.html")
## Contact
## 联系
<a target="_blank" href="https://jq.qq.com/?_wv=1027&k=5F9Pbf0"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="lunar" title="lunar"></a>