去掉清除标记按钮

This commit is contained in:
ember 2025-02-16 13:34:55 +08:00
parent 29ead7db51
commit 632a2d5ff1
4 changed files with 5 additions and 5 deletions

2
dist/index.html vendored
View File

@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>front</title><script defer="defer" src="/js/chunk-vendors.f83cd08c.js"></script><script defer="defer" src="/js/app.b7c55399.js"></script><link href="/css/chunk-vendors.26a88809.css" rel="stylesheet"><link href="/css/app.9bd76241.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but front doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html> <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>front</title><script defer="defer" src="/js/chunk-vendors.f83cd08c.js"></script><script defer="defer" src="/js/app.b9e2476f.js"></script><link href="/css/chunk-vendors.26a88809.css" rel="stylesheet"><link href="/css/app.9bd76241.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but front doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

File diff suppressed because one or more lines are too long

2
dist/js/app.b9e2476f.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -51,12 +51,12 @@
> >
已会 已会
</button> </button>
<button <!-- <button
@click="markProblem(2)" @click="markProblem(2)"
class="clear-mark" class="clear-mark"
> >
清除标记 清除标记
</button> </button> -->
<button <button
@click="goToPreviousProblem" @click="goToPreviousProblem"
class="previous-problem" class="previous-problem"