Procházet zdrojové kódy

260107 editor樣式調整

OMEGA\lulufj.ho před 2 měsíci
rodič
revize
b0e38298a2

+ 44
- 0
resources/js/lexical-editor-extend.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
resources/views/welcome.blade.php
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
vite.config.js Zobrazit soubor

5
 export default defineConfig({
5
 export default defineConfig({
6
     plugins: [
6
     plugins: [
7
         laravel({
7
         laravel({
8
-            input: ['resources/css/app.css', 'resources/js/app.js','resources/css/lexical-editor-extend.css'],
8
+            input: ['resources/css/app.css', 'resources/js/app.js','resources/css/lexical-editor-extend.css','resources/js/lexical-editor-extend.js'],
9
             refresh: true,
9
             refresh: true,
10
         }),
10
         }),
11
         tailwindcss(),
11
         tailwindcss(),