china-railway-station 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  BSD 3-Clause License
2
2
 
3
- Copyright (c) 2025, Pecasha
3
+ Copyright (c) 2025, Pomerun
4
4
 
5
5
  Redistribution and use in source and binary forms, with or without
6
6
  modification, are permitted provided that the following conditions are met:
package/README.md CHANGED
@@ -1,4 +1,9 @@
1
1
  # China Railway Station
2
+
3
+ [![npm version](https://img.shields.io/npm/v/china-railway-station?logo=npm)](https://www.npmjs.com/package/china-railway-station)
4
+ [![npm version](https://img.shields.io/github/package-json/v/pomerun/china-railway-station?logo=github)](https://github.com/pomerun/china-railway-station/pkgs/npm/china-railway-station)
5
+ [![MIT Licence](https://img.shields.io/github/license/pomerun/china-railway-station)](https://github.com/pomerun/china-railway-station/blob/master/LICENSE)
6
+
2
7
  > 中国铁路车站信息
3
8
 
4
9
  ## 支持环境
@@ -86,5 +91,3 @@ getList();
86
91
  | city | `string` | 否 | - | 城市名/城市编码 |
87
92
 
88
93
  - 返回值:`Station[]`
89
- ## 说明
90
- - 数据来源:<https://kyfw.12306.cn/otn/resources/js/framework/station_name.js>