Skip to content

Commit

Permalink
增加赞赏码
Browse files Browse the repository at this point in the history
  • Loading branch information
NMTuan committed Jun 27, 2022
1 parent 2521ad5 commit 28bd1c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/views/res.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,16 @@
>{item.toString().padStart(2)}</pre>
{/each}
</div>
<div>
<img
class="w-full block"
src="https://s2.loli.net/2022/06/27/mxuA4jgQ72rzVkF.jpg"
/>
</div>
<div class="text-center">
<a
href="###"
class="inline-block text-sky-500 p-4 no-underline"
class="inline-block text-sky-500 p-8 no-underline"
use:link={{ href: '/' }}
>
继续生成数学题
Expand Down
5 changes: 4 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: NMTuan
* @Email: [email protected]
* @Date: 2022-06-21 19:41:22
* @LastEditTime: 2022-06-24 16:32:23
* @LastEditTime: 2022-06-27 11:36:46
* @LastEditors: NMTuan
* @Description:
* @FilePath: \math_test_questions_generator\vite.config.ts
Expand All @@ -14,6 +14,9 @@ import Unocss from 'unocss/vite'
// https://vitejs.dev/config/
export default defineConfig({
base: './',
server: {
host: '0.0.0.0'
},
plugins: [svelte(), Unocss()],
build: {
outDir: 'docs'
Expand Down

0 comments on commit 28bd1c1

Please sign in to comment.