Skip to content

Tags: Pasmeia/PakePlus

Tags

ComfyUI

Toggle ComfyUI's commit message
update ppconfig from pakeplus

PakePlus-v1.0.6

Toggle PakePlus-v1.0.6's commit message
No longer track and record the packaging status

PakePlus-v1.0.5

Toggle PakePlus-v1.0.5's commit message
Update Chinese documentation for local packaging to clarify limitations

Enhanced the section on local packaging by adding details about the lack of support for singleton mode and the implications for cookie/localstorage state retention. This update aims to improve user understanding of the local packaging process and its constraints.

PakePlus-v1.0.3

Toggle PakePlus-v1.0.3's commit message
Refactor URL handling in desktopapi.md and test.js to enhance link cl…

…ick behavior. Updated hookClick function to prevent default actions for specific link targets and implemented a custom window.open function to invoke Tauri's open_url method. This improves user experience when opening URLs and maintains consistency across the codebase.

PakePlus-v1.0.2

Toggle PakePlus-v1.0.2's commit message
Update version in package.json from 1.0.1 to 1.0.2 to reflect the lat…

…est changes and improvements.

PakePlus-v1.0.1

Toggle PakePlus-v1.0.1's commit message
Remove max-width constraint from .appDesc in home.vue for improved la…

…yout flexibility and refactor window size handling in init.rs to streamline position logic and enhance window management.

PakePlus-v0.6.3

Toggle PakePlus-v0.6.3's commit message
Update version to 0.6.3 and optimize local packaging process in JSON …

…files. Adjust platform URLs and signatures for new release. Modify command formatting in Rust for improved script execution.

PakePlus-v0.6.2

Toggle PakePlus-v0.6.2's commit message
Update version to 0.6.2 in package.json and reorder updater endpoints…

… in tauri.conf.json for improved clarity and consistency.

PakePlus-v0.6.1

Toggle PakePlus-v0.6.1's commit message
Update window height in setup JSON in init.rs for improved UI consist…

…ency

PakePlus2

Toggle PakePlus2's commit message
Refactor updateInitRs function to remove jQuery parameter

- Removed the injectJq parameter from the updateInitRs function to simplify its signature and improve code clarity.
- Updated the function call in the main function accordingly, ensuring consistency in the codebase.