Browse Source

upload

release
HolyKnightIX 10 months ago
parent
commit
74c58e3bee
5 changed files with 19036 additions and 4435 deletions
  1. +1
    -0
      .gitignore
  2. +15341
    -37
      package-lock.json
  3. +0
    -18
      public/web.config
  4. +1
    -1
      vue.config.js
  5. +3693
    -4379
      yarn.lock

+ 1
- 0
.gitignore View File

@@ -21,3 +21,4 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?
*.rar

+ 15341
- 37
package-lock.json
File diff suppressed because it is too large
View File


+ 0
- 18
public/web.config View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>

<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Vue History Rule" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="/" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>

+ 1
- 1
vue.config.js View File

@@ -7,5 +7,5 @@ module.exports = {
// 模板来源
template: 'example/index.html',
},
}
},
}

+ 3693
- 4379
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save