898f519773
Each heading carried a small chip with the paragraph's `sort` before its name. That number is how a sentence is addressed and how a template switch lands content on the right paragraph, but it is a writing detail: in the document it is an implementation number sitting in the middle of the paper, in front of every heading. The reading view now prints the heading and nothing else. The editor keeps it where it is acted on: the paragraph dialog names it in its title (`0 Abstract sort = 1`), every sentence row carries its own `sort` input, and the 所属段落 select lists the positions to move between.
frontend
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
pnpm install
Compile and Hot-Reload for Development
pnpm dev
Type-Check, Compile and Minify for Production
pnpm build