Update: 合并master分支提交记录

This commit is contained in:
王立帮
2024-12-14 23:49:21 +08:00
26 changed files with 127 additions and 186 deletions

View File

@@ -99,6 +99,7 @@ class App extends Component {
constructor(element) {
super();
const $content = $(HTMLTemplate.get('html/app.html').render());
$content.on('contextmenu', (e) => e.preventDefault());
this.setContent($content);
this.mountOn($(element));
this.#nav_ = new Nav();