瀏覽代碼

upload

release
HolyKnightIX 10 月之前
父節點
當前提交
74c58e3bee
共有 5 個文件被更改,包括 19036 次插入4435 次删除
  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 查看文件

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

+ 15341
- 37
package-lock.json
文件差異過大導致無法顯示
查看文件


+ 0
- 18
public/web.config 查看文件

@@ -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 查看文件

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

+ 3693
- 4379
yarn.lock
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存