Compare commits

..

1 Commits

Author SHA1 Message Date
6451fd8b82 更新 README.md 2025-04-04 01:52:24 +00:00
2 changed files with 4 additions and 4 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)

6
package-lock.json generated
View File

@@ -1004,9 +1004,9 @@
} }
}, },
"cached-path-relative": { "cached-path-relative": {
"version": "1.1.0", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.1.0.tgz", "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.1.tgz",
"integrity": "sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==", "integrity": "sha1-0JxLUoAKpMB44t2BqGmqyQ0uVOc=",
"dev": true "dev": true
}, },
"caller-callsite": { "caller-callsite": {