57 Commits

Author SHA1 Message Date
LIlGG
e9b573a276 refactor: repartition server-side and client-side code v1.0.1 2025-10-11 18:26:07 +08:00
LIlGG
7acc4949fb feat: allow using chat to modify page titles 2025-10-11 16:36:20 +08:00
LIlGG
a672fcad1c fix: switching pages may cause page confusion
Eliminated unnecessary call to webBuilderStore.setActiveSectionByPageName in openArtifactInWebBuilder, as selected page is already set and scrolling to element is handled.
2025-10-11 16:35:02 +08:00
Takagi
1a4ee99ff0 Merge pull request #8 from LIlGG/fix/multi-page-render
fix: resolve logical issues when generating multi-page data
2025-10-11 16:29:24 +08:00
LIlGG
884f5186a6 fix: resolve logical issues when generating multi-page data 2025-10-10 18:48:40 +08:00
Takagi
e96c2da9e5 Merge pull request #7 from LIlGG/fix/loop-call-replace-state
fix: resolve the issue of frequent triggering of replaceState
2025-10-10 14:49:08 +08:00
LIlGG
5b8408d7da fix: resolve the issue of frequent triggering of replaceState 2025-10-10 12:23:42 +08:00
LIlGG
63636fef1f chore: remove tracking script from layout
Deleted the inclusion of the external tracking script in the Layout component, likely to improve privacy or simplify the page head.
2025-10-10 11:32:36 +08:00
LIlGG
3af1c30d49 fix: Reduce the frequency of saving empty pages 2025-10-10 11:29:19 +08:00
LIlGG
c5d47c680c fix: Resolve the issue of possible abnormal text generated during page creation. 2025-10-09 17:48:18 +08:00
LIlGG
a93a679c71 pref: Make the generated page names unique rather than consistent 2025-10-09 14:54:18 +08:00
LIlGG
5ff32f2c98 fix: addressing the issues with outdated prompt information in multi-turn dialogues 2025-10-09 12:02:20 +08:00
LIlGG
196a0c39e7 fix: allow rate limit trust proxy 2025-10-09 11:28:29 +08:00
LIlGG
30aba9dfff docs: correct the quick deployment Docker image name 2025-09-30 18:14:08 +08:00
LIlGG
846444c3a2 docs: update README.md 2025-09-30 18:02:20 +08:00
LIlGG
1d8f634a3f chore: compress document images 2025-09-30 17:40:54 +08:00
LIlGG
9c76fcaa3e Merge branch 'main' of github.com:halo-dev/upage 2025-09-30 17:25:46 +08:00
LIlGG
bb661a7737 docs: supplemental user guide documents 2025-09-30 17:25:35 +08:00
maninhill
759dc777e1 Remove Workflow Status badge from README
Removed GitHub Workflow Status badge from README.
2025-09-30 15:42:04 +08:00
LIlGG
c0197de5c7 docs: add 1panel deployment 2025-09-30 11:12:14 +08:00
maninhill
48faae8988 Update README with 1Panel installation instructions
Added installation instructions for UPage via 1Panel app store.
2025-09-30 10:10:30 +08:00
Takagi
dc815c1595 Update README.md 2025-09-29 22:40:52 +08:00
LIlGG
0c6797c6a9 update README.md 2025-09-29 19:19:28 +08:00
maninhill
c68b479c4d chore: Update README.md 2025-09-29 18:32:03 +08:00
maninhill
f969408c83 chore: Update README.md 2025-09-29 18:20:30 +08:00
Takagi
7ac10b43d1 release: Release v1.0.0 version
release: Release v1.0.0 version
v1.0.0
2025-09-29 17:52:24 +08:00
LIlGG
49116595dc release: Release v1.0.0 version 2025-09-29 17:50:01 +08:00
LIlGG
abd4d1d891 feat: add upage logo 2025-09-29 17:46:50 +08:00
LIlGG
ad5741879a feat: Make MAX_TOKENS and MAX_RESPONSE_SEGMENTS configurable
Added MAX_TOKENS and MAX_RESPONSE_SEGMENTS to .env.example and documentation. Updated constants to read from environment variables, allowing configuration of token and response segment limits.
2025-09-29 17:19:07 +08:00
LIlGG
48d81e92bb update readme logo 2025-09-29 16:49:09 +08:00
LIlGG
c31e366af9 feat: add support for DouBao, Ernie, Kimi, Qwen, ZhiPu LLM providers
Introduces new provider modules for DouBao, Ernie, Kimi, Qwen, and ZhiPu, and registers them in the LLM registry. Updates documentation and .env.example to include configuration instructions for these providers. Refactors OpenAI provider to support OpenAI-compatible endpoints. Adds @ai-sdk/openai-compatible and node-fetch dependencies.
2025-09-29 16:28:56 +08:00
LIlGG
ed0f9a81e1 ci: add prisma generate build step 2025-09-29 12:58:06 +08:00
LIlGG
2838a7f923 fix: resolve style issues in dark mode 2025-09-29 12:50:15 +08:00
Ryan Wang
7fd33183c5 Update favicon and logo in Docusaurus config
Changed the favicon to use a new .ico file and updated the logo images for both light and dark modes in docusaurus.config.js. Added the new favicon.ico to the static assets.
2025-09-29 12:30:18 +08:00
Ryan Wang
2ae969e39d Update Docusaurus config and dependencies
Changed site URL in docusaurus.config.js, enabled experimental features, and added Bash syntax highlighting. Updated dependencies in package.json to latest versions and added @docusaurus/faster for improved build performance.
2025-09-29 12:25:31 +08:00
LIlGG
f322870ec3 fix: solve the problem that openai baseurl does not exist 2025-09-29 12:06:45 +08:00
LIlGG
a4fed95e09 upage docs baseurl 2025-09-29 12:01:59 +08:00
LIlGG
6ca57be607 chore: merge openai and openailike 2025-09-29 11:34:40 +08:00
Takagi
a47590fe23 Merge pull request #1 from LIlGG/docs/add-upage-docs
docs: add upage usage instructions document
2025-09-29 11:01:23 +08:00
LIlGG
dc2d84772e docs: add upage usage instructions document 2025-09-29 11:00:39 +08:00
LIlGG
c1ca87462c docs: add upage usage instructions document 2025-09-29 10:44:44 +08:00
LIlGG
1d944e54e8 docs: add upage usage instructions document 2025-09-28 18:01:20 +08:00
LIlGG
cf35ba7399 Merge branch 'main' of github.com:halo-dev/upage into docs/add-upage-docs 2025-09-28 17:38:12 +08:00
LIlGG
f2df793afa pref: simplified AI provider's settings 2025-09-28 17:34:47 +08:00
LIlGG
e6747664c2 docs: add upage usage instructions document 2025-09-28 15:26:44 +08:00
LIlGG
f4d6e383ce docs: add upage usage instructions document 2025-09-26 18:49:06 +08:00
LIlGG
2dd64bc065 Merge branch 'main' of github.com:halo-dev/upage into docs/add-upage-docs 2025-09-26 17:08:27 +08:00
LIlGG
5ec38df940 fix: promote node-path to production dependency to resolve the Docker error issue 2025-09-26 16:52:25 +08:00
LIlGG
eb25a56271 docs: add upage usage instructions document 2025-09-26 16:47:22 +08:00
LIlGG
793782cd02 docs: add upage usage instructions document 2025-09-26 16:47:07 +08:00