Skip to content

Commit

Permalink
[*] 修改了 tsconfig,几个代码格式细节修改
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Sep 18, 2024
1 parent e75ccd0 commit a06b253
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
10 changes: 5 additions & 5 deletions src/views/Donate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<n-p>捐赠金额:{{ trade_info.amount }}</n-p>
<n-p>捐赠时间:{{ timestampToTime(trade_info.time) }}</n-p>
<br />
<n-p
>您可以在该页面放置你的留言,同时你可以保存以下链接便于您修改你的留言(赞助数额小于 3
<n-p>
您可以在该页面放置你的留言,同时你可以保存以下链接便于您修改你的留言(赞助数额小于 3
元留言不公开):
</n-p>
<n-p>https://dashboard.locyanfrp.cn/donate?out_trade_no={{ trade_no }}</n-p>
Expand Down Expand Up @@ -51,9 +51,9 @@
<n-input type="text" v-model:value="amount" placeholder="金额" />
<br />
<br />
<n-text
>赞助数额达到 <b> {{ amount_filter_threshold }} 元 </b> 的留言会被公开展示</n-text
>
<n-text>
赞助数额达到 <b> {{ amount_filter_threshold }} 元 </b> 的留言会被公开展示
</n-text>
<br />
<br />
<n-button @click="doDonate" :loading="loading_donate"> 赞助</n-button>
Expand Down
7 changes: 0 additions & 7 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"noEmit": true,
Expand Down

0 comments on commit a06b253

Please sign in to comment.