mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore: 🤖 align the same structure with option page
This commit is contained in:
parent
14179f3bd3
commit
ac14a22a43
@ -45,7 +45,7 @@ import { t } from "../../services/i18n.js";
|
|||||||
import LanguageOptions from "./options/i18n/language.js";
|
import LanguageOptions from "./options/i18n/language.js";
|
||||||
import type BasicWidget from "../basic_widget.js";
|
import type BasicWidget from "../basic_widget.js";
|
||||||
import CodeTheme from "./options/code_notes/code_theme.js";
|
import CodeTheme from "./options/code_notes/code_theme.js";
|
||||||
import RelatedSettings from "./options/related_settings.js";
|
import RelatedSettings from "./options/appearance/related_settings.js";
|
||||||
|
|
||||||
const TPL = /*html*/`<div class="note-detail-content-widget note-detail-printable">
|
const TPL = /*html*/`<div class="note-detail-content-widget note-detail-printable">
|
||||||
<style>
|
<style>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import type FNote from "../../../entities/fnote";
|
import type { OptionPages } from "../../content_widget";
|
||||||
import type { OptionPages } from "../content_widget";
|
import OptionsWidget from "../options_widget";
|
||||||
import OptionsWidget from "./options_widget";
|
|
||||||
|
|
||||||
const TPL = `\
|
const TPL = `\
|
||||||
<div class="options-section">
|
<div class="options-section">
|
Loading…
x
Reference in New Issue
Block a user