Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Aug 31, 2024
1 parent b9e3da4 commit a78a8b8
Show file tree
Hide file tree
Showing 5 changed files with 700 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
"@waline/client": "^3.3.0",
"axios": "^1.7.2",
"core-js": "^3.37.1",
"crypto-js": "^4.2.0",
"highlight.js": "^11.10.0",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"prettydiff": "^101.2.6",
"primevue": "^4.0.0",
"roboto-fontface": "*",
"vue": "^3.4.31",
Expand Down
113 changes: 113 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
<div>
<v-list-subheader>工具</v-list-subheader>

<v-list-item rounded="xl" prepend-icon="mdi-download" title="桌面版镜像" value="asdm" to="/asdm"></v-list-item>
<v-list-item rounded="xl" prepend-icon="mdi-download" title="桌面版镜像" value="asdm" to="/tools/asdm"></v-list-item>
<v-list-item rounded="xl" prepend-icon="mdi-xml" title="项目比较器" value="comparer" to="/tools/comparer"></v-list-item>


</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/asdm.vue → src/pages/tools/asdm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</template>
<!-- ZeroCatNext中request会直接返回body的内容,所以代码不通用 -->
<script>
import request from '../axios/axios'
import request from '../../axios/axios'

export default {
data() {
Expand Down
Loading

0 comments on commit a78a8b8

Please sign in to comment.