Skip to content

Commit

Permalink
chore: fix cr
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Sep 20, 2024
1 parent d131972 commit 73bd579
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.

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

Large diffs are not rendered by default.

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

2 changes: 1 addition & 1 deletion packages/frontend/_site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
</style>
<![endif]-->
<script type="module" crossorigin src="/assets/index.65680dd1.js"></script>
<script type="module" crossorigin src="/assets/index.6a3db75c.js"></script>
<link rel="stylesheet" href="/assets/index.c1e17ccf.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/api/import.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<t-input v-model="formData.descEn" :placeholder="currentApiCategory.placeholder.descEn"></t-input>
</div>
</div>
<div class="t-form-item" v-show="Number(formData.apiCategory) === Number(API_CATEGORY_EVENTS)">
<div class="t-form-item" v-show="Number(formData.apiCategory) === API_CATEGORY_EVENTS">
<label>
<span>触发元素(React)</span>
<t-popup
Expand Down

0 comments on commit 73bd579

Please sign in to comment.