Compare commits

..

1 Commits

Author SHA1 Message Date
6451fd8b82 更新 README.md 2025-04-04 01:52:24 +00:00
3 changed files with 1010 additions and 173 deletions

View File

@@ -1,6 +1,6 @@
# Pjax # Pjax
[![Build Status](https://img.shields.io/travis/MoOx/pjax.svg)](https://travis-ci.org/MoOx/pjax). [![Build Status](https://img.shields.io/travis/MoOx/pjax.svg)](https://travis-ci.org/MoOx/pjax)
> Easily enable fast AJAX navigation on any website (using pushState() + XHR) > Easily enable fast AJAX navigation on any website (using pushState() + XHR)

1185
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,7 @@
"nyc": "^11.4.1", "nyc": "^11.4.1",
"opn-cli": "^3.1.0", "opn-cli": "^3.1.0",
"prettier": "^1.14.3", "prettier": "^1.14.3",
"serve": "^10.1.2", "serve": "^6.4.4",
"tap-nyc": "^1.0.3", "tap-nyc": "^1.0.3",
"tap-spec": "^4.1.1", "tap-spec": "^4.1.1",
"tape": "^4.8.0", "tape": "^4.8.0",