소스 검색

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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


불러오는 중...
취소
저장