Skip to content

Commit

Permalink
[U] Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Jun 30, 2024
1 parent 117c496 commit ffdf923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ContentCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class ContentCard extends Vue {
<hr/>
<p v-if="content.checked">
<span><Icon class="icon-checked" icon="ion:checkmark-circle-sharp"/></span>
<span>已认证</span>
<span>已确认</span>
</p>
<p v-else>
<span><icon class="icon-pending" icon="ion:help-circle-sharp"/></span>
Expand Down
2 changes: 1 addition & 1 deletion src/views/ContentField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class ContentField extends Vue {
topHtml = topHtml;
created() {
fetchWithParams('https://raw.githubusercontent.com/FunctionSir/TransDefenseProject/master/institute_list.json')
fetchWithParams('https://raw.githubusercontent.com/LS-KR/TransDefenseProject/master/institute_list.json')
.then(it => it.text())
.then(it => {
console.log(it);
Expand Down

0 comments on commit ffdf923

Please sign in to comment.