zhangdocs 1.1.4 → 1.1.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zhangdocs",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Simple document generation tool. Dependence Node.js run.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,7 +36,7 @@
36
36
 
37
37
  <script>
38
38
  document.addEventListener('DOMContentLoaded', function () {
39
- const expectedToken = 'rstech5202';
39
+ const expectedToken = '83687401';
40
40
  const mainContainer = document.getElementById('main-container');
41
41
  const navElement = document.querySelector('.nav');
42
42
  const tokenModal = document.getElementById('token-modal');