This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
OpenSource
/
ollama
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Browse Source
move `desktop` -> `app`
Jeffrey Morgan
1 năm trước cách đây
mục cha
55898a3382
commit
3cd59936a2
21 tập tin đã thay đổi
với
0 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
0
0
app/.eslintrc.json
0
0
app/.gitignore
0
0
app/.prettierrc.json
0
0
app/README.md
0
0
app/forge.config.ts
0
0
app/images/icon.icns
0
0
app/package-lock.json
0
0
app/package.json
0
0
app/postcss.config.js
0
0
app/src/app.css
0
0
app/src/app.tsx
0
0
app/src/index.html
0
0
app/src/index.ts
0
0
app/src/preload.ts
0
0
app/src/renderer.tsx
0
0
app/tailwind.config.js
0
0
app/tsconfig.json
0
0
app/webpack.main.config.ts
0
0
app/webpack.plugins.ts
0
0
app/webpack.renderer.config.ts
0
0
app/webpack.rules.ts
+ 0
- 0
desktop/.eslintrc.json → app/.eslintrc.json
Xem Tập Tin
+ 0
- 0
desktop/.gitignore → app/.gitignore
Xem Tập Tin
+ 0
- 0
desktop/.prettierrc.json → app/.prettierrc.json
Xem Tập Tin
+ 0
- 0
desktop/README.md → app/README.md
Xem Tập Tin
+ 0
- 0
desktop/forge.config.ts → app/forge.config.ts
Xem Tập Tin
+ 0
- 0
desktop/images/icon.icns → app/images/icon.icns
Xem Tập Tin
+ 0
- 0
desktop/package-lock.json → app/package-lock.json
Xem Tập Tin
+ 0
- 0
desktop/package.json → app/package.json
Xem Tập Tin
+ 0
- 0
desktop/postcss.config.js → app/postcss.config.js
Xem Tập Tin
+ 0
- 0
desktop/src/app.css → app/src/app.css
Xem Tập Tin
+ 0
- 0
desktop/src/app.tsx → app/src/app.tsx
Xem Tập Tin
+ 0
- 0
desktop/src/index.html → app/src/index.html
Xem Tập Tin
+ 0
- 0
desktop/src/index.ts → app/src/index.ts
Xem Tập Tin
+ 0
- 0
desktop/src/preload.ts → app/src/preload.ts
Xem Tập Tin
+ 0
- 0
desktop/src/renderer.tsx → app/src/renderer.tsx
Xem Tập Tin
+ 0
- 0
desktop/tailwind.config.js → app/tailwind.config.js
Xem Tập Tin
+ 0
- 0
desktop/tsconfig.json → app/tsconfig.json
Xem Tập Tin
+ 0
- 0
desktop/webpack.main.config.ts → app/webpack.main.config.ts
Xem Tập Tin
+ 0
- 0
desktop/webpack.plugins.ts → app/webpack.plugins.ts
Xem Tập Tin
+ 0
- 0
desktop/webpack.renderer.config.ts → app/webpack.renderer.config.ts
Xem Tập Tin
+ 0
- 0
desktop/webpack.rules.ts → app/webpack.rules.ts
Xem Tập Tin