From e8e4515da9f7cf396ea5c8b3e784f0cc7337687e Mon Sep 17 00:00:00 2001 From: Shattered_Starry_Sky Date: Sun, 29 Mar 2026 17:27:24 +0800 Subject: [PATCH 1/2] FEATURE: Basic functions implemented. The basic application framework has been built and basic functions have been implemented, with the license added as GNU GPL v3. --- LICENSE | 674 ++++++++++++++++++ build.gradle.kts | 137 ++++ gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 48969 bytes gradle/wrapper/gradle-wrapper.properties | 5 + gradlew | 251 +++++++ gradlew.bat | 94 +++ settings.gradle.kts | 1 + src/main/kotlin/MainApp.kt | 71 ++ src/main/kotlin/components/AppScaffold.kt | 83 +++ src/main/kotlin/components/Buttons.kt | 21 + src/main/kotlin/components/NavRail.kt | 35 + src/main/kotlin/components/StatCards.kt | 368 ++++++++++ .../kotlin/components/SystemOverviewCard.kt | 41 ++ src/main/kotlin/components/TopBar.kt | 49 ++ src/main/kotlin/config/Config.kt | 84 +++ src/main/kotlin/screens/AboutScreen.kt | 237 ++++++ src/main/kotlin/screens/HomeScreen.kt | 76 ++ src/main/kotlin/screens/SettingsScreen.kt | 246 +++++++ src/main/kotlin/screens/ToolsScreen.kt | 244 +++++++ src/main/kotlin/theme/Color.kt | 61 ++ src/main/kotlin/theme/Theme.kt | 20 + src/main/kotlin/utils/SystemInfo.kt | 65 ++ src/main/kotlin/utils/SystemInfoProvider.kt | 309 ++++++++ src/main/kotlin/utils/SystemOverview.kt | 33 + src/main/resources/img/logo.png | Bin 0 -> 12330 bytes 25 files changed, 3205 insertions(+) create mode 100644 LICENSE create mode 100644 build.gradle.kts create mode 100644 gradle/wrapper/gradle-wrapper.jar create mode 100644 gradle/wrapper/gradle-wrapper.properties create mode 100644 gradlew create mode 100644 gradlew.bat create mode 100644 settings.gradle.kts create mode 100644 src/main/kotlin/MainApp.kt create mode 100644 src/main/kotlin/components/AppScaffold.kt create mode 100644 src/main/kotlin/components/Buttons.kt create mode 100644 src/main/kotlin/components/NavRail.kt create mode 100644 src/main/kotlin/components/StatCards.kt create mode 100644 src/main/kotlin/components/SystemOverviewCard.kt create mode 100644 src/main/kotlin/components/TopBar.kt create mode 100644 src/main/kotlin/config/Config.kt create mode 100644 src/main/kotlin/screens/AboutScreen.kt create mode 100644 src/main/kotlin/screens/HomeScreen.kt create mode 100644 src/main/kotlin/screens/SettingsScreen.kt create mode 100644 src/main/kotlin/screens/ToolsScreen.kt create mode 100644 src/main/kotlin/theme/Color.kt create mode 100644 src/main/kotlin/theme/Theme.kt create mode 100644 src/main/kotlin/utils/SystemInfo.kt create mode 100644 src/main/kotlin/utils/SystemInfoProvider.kt create mode 100644 src/main/kotlin/utils/SystemOverview.kt create mode 100644 src/main/resources/img/logo.png diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3877ae0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/build.gradle.kts b/build.gradle.kts new file mode 100644 index 0000000..87e7fc2 --- /dev/null +++ b/build.gradle.kts @@ -0,0 +1,137 @@ +import org.jetbrains.compose.desktop.application.dsl.TargetFormat +import java.io.File + +plugins { + kotlin("jvm") version "1.9.23" + id("org.jetbrains.compose") version "1.6.1" +} + +repositories { + google() + mavenCentral() + maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") +} + +dependencies { + // 使用跨平台依赖,而不是currentOs + implementation(compose.desktop.common) + implementation(compose.desktop.linux_x64) // Linux x64原生库 + implementation(compose.desktop.windows_x64) // Windows x64原生库,*FOR DEBUG ONLY* + implementation("org.jetbrains.compose.material3:material3:1.6.1") + implementation("org.jetbrains.compose.material:material-icons-extended:1.6.1") + implementation("com.github.oshi:oshi-core:6.4.10") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") + implementation("com.squareup.okhttp3:okhttp:4.12.0") +} + +kotlin { + jvmToolchain(21) +} + +compose.desktop { + application { + mainClass = "main.kotlin.MainAppKt" + + nativeDistributions { + // Linux only + targetFormats(TargetFormat.Deb, TargetFormat.Rpm, TargetFormat.AppImage) + packageName = "Everything Toolbox - Linux" + packageVersion = "0.1.0" + } + } +} + +// Copy /res directory to distribution after evaluation (when Compose plugin creates tasks) +afterEvaluate { + try { + tasks.named("createRuntimeImage") { + doLast { + println("Copying /res directory to app...") + copy { + from(file("res")) + into(file("${project.buildDir}/compose/binaries/main/app/res")) + } + } + } + } catch (e: Exception) { + println("Warning: Could not configure resource copying: ${e.message}") + } +} + +// Ensure /res is included in the distribution before packaging +tasks.register("includeResInDistribution") { + group = "distribution" + description = "Copy res folder into compose distribution app folder" + from(file("res")) + into(file("${project.buildDir}/compose/binaries/main/app/res")) +} + +// Make packageDistributionForCurrentOS depend on copying resources +afterEvaluate { + try { + tasks.named("packageDistributionForCurrentOS") { + dependsOn("includeResInDistribution") + } + } catch (e: Exception) { + println("Warning: Could not wire includeResInDistribution into packaging: ${e.message}") + } +} + + +// Task to create a fat/uber JAR with all dependencies +tasks.register("fatJar") { + group = "distribution" + description = "Create a fat JAR with all dependencies" + archiveClassifier.set("all") + + from(sourceSets.main.get().output) + dependsOn(configurations.runtimeClasspath) + + manifest { + attributes["Main-Class"] = "main.kotlin.MainAppKt" + } + + duplicatesStrategy = DuplicatesStrategy.EXCLUDE + + from({ + configurations.runtimeClasspath.get().filter { it.name.endsWith("jar") }.map { zipTree(it) } + }) +} + +// Task to create a runnable JAR with dependencies in a lib folder +tasks.register("runnableJar") { + group = "distribution" + description = "Create a runnable JAR with dependencies in lib folder" + archiveClassifier.set("runnable") + + from(sourceSets.main.get().output) + + manifest { + attributes["Main-Class"] = "main.kotlin.MainAppKt" + attributes["Class-Path"] = configurations.runtimeClasspath.get().filter { it.name.endsWith("jar") } + .map { "lib/${it.name}" } + .joinToString(" ") + } +} + +// Task to copy dependencies to lib folder +tasks.register("copyDependencies") { + group = "distribution" + description = "Copy dependencies to lib folder" + from(configurations.runtimeClasspath) + into("${buildDir}/libs/lib") +} + +// Convenience task for full packaging +tasks.register("packageApplication") { + group = "distribution" + description = "Build standalone application for current OS" + dependsOn("packageDistributionForCurrentOS") +} + +// Convenience task for JAR distribution +tasks.register("packageJar") { + group = "distribution" + description = "Build JAR distribution" + dependsOn("fatJar", "copyDependencies") +} diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000000000000000000000000000000000000..77c5a69afcbb87b5e9301b78c4ff99afaeed53d6 GIT binary patch literal 48969 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

`Lem|V$A>eR0uN8Y&sdjtu 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 literal 0 HcmV?d00001 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..f3fdbe1 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew new file mode 100644 index 0000000..ef07e01 --- /dev/null +++ b/gradlew @@ -0,0 +1,251 @@ +#!/bin/sh + +# +# Copyright © 2015 the original authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# + +############################################################################## +# +# Gradle start up script for POSIX generated by Gradle. +# +# Important for running: +# +# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is +# noncompliant, but you have some other compliant shell such as ksh or +# bash, then to run this script, type that shell name before the whole +# command line, like: +# +# ksh Gradle +# +# Busybox and similar reduced shells will NOT work, because this script +# requires all of these POSIX shell features: +# * functions; +# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», +# «${var#prefix}», «${var%suffix}», and «$( cmd )»; +# * compound commands having a testable exit status, especially «case»; +# * various built-in commands including «command», «set», and «ulimit». +# +# Important for patching: +# +# (2) This script targets any POSIX shell, so it avoids extensions provided +# by Bash, Ksh, etc; in particular arrays are avoided. +# +# The "traditional" practice of packing multiple parameters into a +# space-separated string is a well documented source of bugs and security +# problems, so this is (mostly) avoided, by progressively accumulating +# options in "$@", and eventually passing that to Java. +# +# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, +# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; +# see the in-line comments for details. +# +# There are tweaks for specific operating systems such as AIX, CygWin, +# Darwin, MinGW, and NonStop. +# +# (3) This script is generated from the Groovy template +# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# within the Gradle project. +# +# You can find Gradle at https://github.com/gradle/gradle/. +# +############################################################################## + +# Attempt to set APP_HOME + +# Resolve links: $0 may be a link +app_path=$0 + +# Need this for daisy-chained symlinks. +while + APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path + [ -h "$app_path" ] +do + ls=$( ls -ld "$app_path" ) + link=${ls#*' -> '} + case $link in #( + /*) app_path=$link ;; #( + *) app_path=$APP_HOME$link ;; + esac +done + +# This is normally unused +# shellcheck disable=SC2034 +APP_BASE_NAME=${0##*/} +# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD=maximum + +warn () { + echo "$*" +} >&2 + +die () { + echo + echo "$*" + echo + exit 1 +} >&2 + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "$( uname )" in #( + CYGWIN* ) cygwin=true ;; #( + Darwin* ) darwin=true ;; #( + MSYS* | MINGW* ) msys=true ;; #( + NONSTOP* ) nonstop=true ;; +esac + +CLASSPATH="\\\"\\\"" + + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD=$JAVA_HOME/jre/sh/java + else + JAVACMD=$JAVA_HOME/bin/java + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD=java + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +fi + +# Increase the maximum file descriptors if we can. +if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then + case $MAX_FD in #( + max*) + # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 + MAX_FD=$( ulimit -H -n ) || + warn "Could not query maximum file descriptor limit" + esac + case $MAX_FD in #( + '' | soft) :;; #( + *) + # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 + ulimit -n "$MAX_FD" || + warn "Could not set maximum file descriptor limit to $MAX_FD" + esac +fi + +# Collect all arguments for the java command, stacking in reverse order: +# * args from the command line +# * the main class name +# * -classpath +# * -D...appname settings +# * --module-path (only if needed) +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. + +# For Cygwin or MSYS, switch paths to Windows format before running java +if "$cygwin" || "$msys" ; then + APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) + CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) + + JAVACMD=$( cygpath --unix "$JAVACMD" ) + + # Now convert the arguments - kludge to limit ourselves to /bin/sh + for arg do + if + case $arg in #( + -*) false ;; # don't mess with options #( + /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath + [ -e "$t" ] ;; #( + *) false ;; + esac + then + arg=$( cygpath --path --ignore --mixed "$arg" ) + fi + # Roll the args list around exactly as many times as the number of + # args, so each arg winds up back in the position where it started, but + # possibly modified. + # + # NB: a `for` loop captures its iteration list before it begins, so + # changing the positional parameters here affects neither the number of + # iterations, nor the values presented in `arg`. + shift # remove old arg + set -- "$@" "$arg" # push replacement arg + done +fi + + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Collect all arguments for the java command: +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, +# and any embedded shellness will be escaped. +# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be +# treated as '${Hostname}' itself on the command line. + +set -- \ + "-Dorg.gradle.appname=$APP_BASE_NAME" \ + -classpath "$CLASSPATH" \ + -jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \ + "$@" + +# Stop when "xargs" is not available. +if ! command -v xargs >/dev/null 2>&1 +then + die "xargs is not available" +fi + +# Use "xargs" to parse quoted args. +# +# With -n1 it outputs one arg per line, with the quotes and backslashes removed. +# +# In Bash we could simply go: +# +# readarray ARGS < <( xargs -n1 <<<"$var" ) && +# set -- "${ARGS[@]}" "$@" +# +# but POSIX shell has neither arrays nor command substitution, so instead we +# post-process each arg (as a line of input to sed) to backslash-escape any +# character that might be a shell metacharacter, then use eval to reverse +# that process (while maintaining the separation between arguments), and wrap +# the whole thing up as a single "set" statement. +# +# This will of course break if any of these variables contains a newline or +# an unmatched quote. +# + +eval "set -- $( + printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | + xargs -n1 | + sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | + tr '\n' ' ' + )" '"$@"' + +exec "$JAVACMD" "$@" diff --git a/gradlew.bat b/gradlew.bat new file mode 100644 index 0000000..5eed7ee --- /dev/null +++ b/gradlew.bat @@ -0,0 +1,94 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem + +@if "%DEBUG%"=="" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if %ERRORLEVEL% equ 0 goto execute + +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 + +goto fail + +:execute +@rem Setup the command line + +set CLASSPATH= + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* + +:end +@rem End local scope for the variables with windows NT shell +if %ERRORLEVEL% equ 0 goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +set EXIT_CODE=%ERRORLEVEL% +if %EXIT_CODE% equ 0 set EXIT_CODE=1 +if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% +exit /b %EXIT_CODE% + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/settings.gradle.kts b/settings.gradle.kts new file mode 100644 index 0000000..14f3be5 --- /dev/null +++ b/settings.gradle.kts @@ -0,0 +1 @@ +rootProject.name = "Everything Toolbox - Linux" diff --git a/src/main/kotlin/MainApp.kt b/src/main/kotlin/MainApp.kt new file mode 100644 index 0000000..4e474bf --- /dev/null +++ b/src/main/kotlin/MainApp.kt @@ -0,0 +1,71 @@ +package main.kotlin + +import androidx.compose.material3.ExperimentalMaterial3Api +import androidx.compose.ui.window.singleWindowApplication +import androidx.compose.runtime.getValue +import androidx.compose.runtime.mutableStateOf +import androidx.compose.runtime.remember +import androidx.compose.runtime.setValue +import components.AppScaffold +import components.NavRail +import screens.HomeScreen +import screens.ToolsScreen +import screens.SettingsScreen +import screens.AboutScreen +import theme.AppTheme +import config.loadConfig +import config.saveConfig +import config.AppConfig +import androidx.compose.ui.res.painterResource +import androidx.compose.ui.window.application +import androidx.compose.ui.window.Window +import androidx.compose.ui.window.WindowState +import java.awt.Dimension + +@OptIn(ExperimentalMaterial3Api::class) +fun main() = application { + Window( + onCloseRequest = ::exitApplication, + title = "万物工具箱 - Linux版", + state = WindowState() + ) { + var selectedNavIndex by remember { mutableStateOf(0) } + + val topBarTitle = when (selectedNavIndex) { + 1 -> "工具" + 2 -> "设置" + 3 -> "关于" + else -> "概览" + } + + // load persisted settings + val loaded = loadConfig() + var isDark by remember { mutableStateOf(loaded.dark) } + var seedHex by remember { mutableStateOf(loaded.color) } + + AppTheme(darkTheme = isDark, seedHex = seedHex) { + AppScaffold( + startBar = { NavRail(onSelection = { selectedNavIndex = it }) }, + topBarTitle = topBarTitle + ) { + when (selectedNavIndex) { + 1 -> ToolsScreen() + 2 -> SettingsScreen( + isDarkTheme = isDark, + onThemeChange = { newDark -> + isDark = newDark + saveConfig(AppConfig(dark = isDark, color = seedHex)) + }, + selectedColor = seedHex ?: "", + onColorChange = { hex -> + seedHex = if (hex.isBlank()) null else hex + saveConfig(AppConfig(dark = isDark, color = seedHex)) + } + ) + 3 -> AboutScreen() + else -> HomeScreen() + } + } + } + } +} diff --git a/src/main/kotlin/components/AppScaffold.kt b/src/main/kotlin/components/AppScaffold.kt new file mode 100644 index 0000000..c9a627c --- /dev/null +++ b/src/main/kotlin/components/AppScaffold.kt @@ -0,0 +1,83 @@ +package components + +import androidx.compose.foundation.layout.Box +import androidx.compose.foundation.layout.Column +import androidx.compose.foundation.layout.Row +import androidx.compose.foundation.layout.fillMaxHeight +import androidx.compose.foundation.layout.fillMaxSize +import androidx.compose.foundation.layout.fillMaxWidth +import androidx.compose.foundation.layout.padding +import androidx.compose.foundation.layout.size +import androidx.compose.foundation.background +import androidx.compose.foundation.shape.RoundedCornerShape +import androidx.compose.material.icons.Icons +import androidx.compose.material.icons.filled.Warning +import androidx.compose.material3.ExperimentalMaterial3Api +import androidx.compose.material3.Icon +import androidx.compose.material3.MaterialTheme +import androidx.compose.material3.Scaffold +import androidx.compose.material3.Text +import androidx.compose.runtime.Composable +import androidx.compose.ui.Alignment +import androidx.compose.ui.Modifier +import androidx.compose.ui.unit.dp + +@OptIn(ExperimentalMaterial3Api::class) +@Composable +fun AppScaffold( + startBar: @Composable () -> Unit = {}, + topBarTitle: String = "概览", + content: @Composable () -> Unit = {} +) { + // 检测当前操作系统 + val isLinux = System.getProperty("os.name").lowercase().contains("linux") + + MaterialTheme { + Scaffold( + ) { paddingValues -> + Row(modifier = Modifier.padding(paddingValues)) { + // Left rail occupies full height + Box(modifier = Modifier.fillMaxHeight()) { + startBar() + } + + // Right side: TopBar at top, then content fills remaining space + Column(modifier = Modifier.fillMaxSize()) { + TopBar(title = topBarTitle) + + // 如果不是Linux,显示警告 + if (!isLinux) { + Row( + modifier = Modifier + .fillMaxWidth() + .padding(horizontal = 16.dp, vertical = 8.dp) + .background( + color = MaterialTheme.colorScheme.error.copy(alpha = 0.1f), + shape = RoundedCornerShape(8.dp) + ) + .padding(12.dp), + verticalAlignment = Alignment.CenterVertically + ) { + Icon( + imageVector = Icons.Default.Warning, + contentDescription = "警告", + modifier = Modifier.size(20.dp), + tint = MaterialTheme.colorScheme.error + ) + Text( + text = "当前系统非Linux环境,您将无法使用大部分功能", + style = MaterialTheme.typography.bodySmall, + color = MaterialTheme.colorScheme.error, + modifier = Modifier.padding(start = 8.dp) + ) + } + } + + Box(modifier = Modifier.fillMaxSize().padding(8.dp)) { + content() + } + } + } + } + } +} diff --git a/src/main/kotlin/components/Buttons.kt b/src/main/kotlin/components/Buttons.kt new file mode 100644 index 0000000..9d29683 --- /dev/null +++ b/src/main/kotlin/components/Buttons.kt @@ -0,0 +1,21 @@ +package components + +import androidx.compose.material3.FloatingActionButton +import androidx.compose.material3.Icon +import androidx.compose.material3.Text +import androidx.compose.material3.Button +import androidx.compose.runtime.Composable + +@Composable +fun PrimaryFAB(onClick: () -> Unit = {}) { + FloatingActionButton(onClick = onClick) { + Text("+") + } +} + +@Composable +fun SampleButtons() { + Button(onClick = {}) { + Text("Primary") + } +} diff --git a/src/main/kotlin/components/NavRail.kt b/src/main/kotlin/components/NavRail.kt new file mode 100644 index 0000000..2b1f0f6 --- /dev/null +++ b/src/main/kotlin/components/NavRail.kt @@ -0,0 +1,35 @@ +package components + +import androidx.compose.material3.ExperimentalMaterial3Api +import androidx.compose.foundation.layout.Column +import androidx.compose.foundation.layout.fillMaxHeight +import androidx.compose.material3.NavigationRail +import androidx.compose.material3.NavigationRailItem +import androidx.compose.material3.Text +import androidx.compose.material3.Icon +import androidx.compose.runtime.Composable +import androidx.compose.runtime.getValue +import androidx.compose.runtime.mutableStateOf +import androidx.compose.runtime.remember +import androidx.compose.runtime.setValue +import androidx.compose.ui.Modifier +import androidx.compose.ui.Alignment +import androidx.compose.material.icons.Icons +import androidx.compose.material.icons.filled.Home +import androidx.compose.material.icons.filled.Build +import androidx.compose.material.icons.filled.Settings +import androidx.compose.material.icons.filled.Info + +@OptIn(ExperimentalMaterial3Api::class) +@Composable +fun NavRail(onSelection: (Int) -> Unit = {}) { + var selected by remember { mutableStateOf(0) } + NavigationRail(modifier = Modifier.fillMaxHeight()) { + Column(modifier = Modifier.fillMaxHeight(), verticalArrangement = androidx.compose.foundation.layout.Arrangement.Center, horizontalAlignment = Alignment.CenterHorizontally) { + NavigationRailItem(selected = selected == 0, onClick = { selected = 0; onSelection(0) }, icon = { Icon(Icons.Filled.Home, contentDescription = "Home") }, label = { Text("概览") }) + NavigationRailItem(selected = selected == 1, onClick = { selected = 1; onSelection(1) }, icon = { Icon(Icons.Filled.Build, contentDescription = "Tools") }, label = { Text("工具") }) + NavigationRailItem(selected = selected == 2, onClick = { selected = 2; onSelection(2) }, icon = { Icon(Icons.Filled.Settings, contentDescription = "Settings") }, label = { Text("设置") }) + NavigationRailItem(selected = selected == 3, onClick = { selected = 3; onSelection(3) }, icon = { Icon(Icons.Filled.Info, contentDescription = "About") }, label = { Text("关于") }) + } + } +} diff --git a/src/main/kotlin/components/StatCards.kt b/src/main/kotlin/components/StatCards.kt new file mode 100644 index 0000000..d7be525 --- /dev/null +++ b/src/main/kotlin/components/StatCards.kt @@ -0,0 +1,368 @@ +package components + +import androidx.compose.foundation.layout.* +import androidx.compose.material3.* +import androidx.compose.runtime.Composable +import androidx.compose.ui.Alignment +import androidx.compose.ui.Modifier +import androidx.compose.ui.unit.dp +import androidx.compose.ui.unit.sp +import kotlin.math.roundToInt +import java.util.Locale + +@Composable +fun LinearProgressIndicator( + progress: Float, + modifier: Modifier = Modifier, + label: String = "" +) { + Column(modifier = modifier, horizontalAlignment = Alignment.CenterHorizontally) { + LinearProgressIndicator( + progress = { progress / 100f }, + modifier = Modifier.fillMaxWidth(), + color = MaterialTheme.colorScheme.primary, + trackColor = MaterialTheme.colorScheme.surfaceVariant + ) + if (label.isNotEmpty()) { + Text( + text = label, + style = MaterialTheme.typography.bodySmall + ) + } + } +} + +@Composable +fun StatCard( + title: String, + content: @Composable () -> Unit, + modifier: Modifier = Modifier +) { + Card( + modifier = modifier + .fillMaxWidth() + .padding(8.dp), + elevation = CardDefaults.cardElevation(defaultElevation = 2.dp) + ) { + Column( + modifier = Modifier.padding(16.dp) + ) { + Text( + text = title, + style = MaterialTheme.typography.titleMedium, + modifier = Modifier.padding(bottom = 12.dp) + ) + content() + } + } +} + +@Composable +fun CPUStatCard( + model: String, + usage: Double, + stepping: String = "Unknown", + currentFreq: Double = 0.0, + modifier: Modifier = Modifier +) { + StatCard( + title = "CPU", + modifier = modifier, + content = { + Column( + modifier = Modifier.fillMaxWidth(), + verticalArrangement = Arrangement.spacedBy(8.dp) + ) { + LinearProgressIndicator( + progress = usage.toFloat(), + label = "${usage.toInt()}%" + ) + Column( + modifier = Modifier.fillMaxWidth(), + verticalArrangement = Arrangement.spacedBy(4.dp) + ) { + Text( + text = "型号: $model", + style = MaterialTheme.typography.bodySmall, + maxLines = 2 + ) + Text( + text = "频率: ${String.format("%.2f", currentFreq)} GHz", + style = MaterialTheme.typography.bodySmall + ) + } + } + } + ) +} + +@Composable +fun CPUStatItem( + model: String, + usage: Double, + stepping: String = "Unknown", + currentFreq: Double = 0.0, + modifier: Modifier = Modifier +) { + Column( + modifier = modifier + .fillMaxWidth() + .padding(vertical = 12.dp, horizontal = 16.dp), + verticalArrangement = Arrangement.spacedBy(8.dp) + ) { + Text( + text = "CPU", + style = MaterialTheme.typography.titleMedium, + modifier = Modifier.padding(bottom = 4.dp) + ) + LinearProgressIndicator( + progress = usage.toFloat(), + label = "${usage.toInt()}%" + ) + Column( + modifier = Modifier.fillMaxWidth(), + verticalArrangement = Arrangement.spacedBy(4.dp) + ) { + Text( + text = "型号: $model", + style = MaterialTheme.typography.bodySmall, + maxLines = 2 + ) + Text( + text = "频率: ${String.format("%.2f", currentFreq)} GHz", + style = MaterialTheme.typography.bodySmall + ) + } + } +} + +@Composable +fun RAMStatCard( + frequency: Long, + used: Double, + total: Double, + usage: Double, + modifier: Modifier = Modifier +) { + StatCard( + title = "内存", + modifier = modifier, + content = { + Column( + modifier = Modifier.fillMaxWidth(), + verticalArrangement = Arrangement.spacedBy(8.dp) + ) { + LinearProgressIndicator( + progress = usage.toFloat(), + label = "${usage.toInt()}%" + ) + Column( + modifier = Modifier.fillMaxWidth(), + verticalArrangement = Arrangement.spacedBy(4.dp) + ) { + Text( + text = if (frequency > 0) "频率: ${frequency} MHz" else "频率: 未知", + style = MaterialTheme.typography.bodySmall + ) + Text( + text = String.format(Locale.getDefault(), "占用: %.2f / %.2f GB", used, total), + style = MaterialTheme.typography.bodySmall + ) + } + } + } + ) +} + +@Composable +fun RAMStatItem( + frequency: Long, + used: Double, + total: Double, + usage: Double, + modifier: Modifier = Modifier +) { + Column( + modifier = modifier + .fillMaxWidth() + .padding(vertical = 12.dp, horizontal = 16.dp), + verticalArrangement = Arrangement.spacedBy(8.dp) + ) { + Text( + text = "内存", + style = MaterialTheme.typography.titleMedium, + modifier = Modifier.padding(bottom = 4.dp) + ) + LinearProgressIndicator( + progress = usage.toFloat(), + label = "${usage.toInt()}%" + ) + Column( + modifier = Modifier.fillMaxWidth(), + verticalArrangement = Arrangement.spacedBy(4.dp) + ) { + Text( + text = if (frequency > 0) "频率: ${frequency} MHz" else "频率: 未知", + style = MaterialTheme.typography.bodySmall + ) + Text( + text = String.format(Locale.getDefault(), "占用: %.2f / %.2f GB", used, total), + style = MaterialTheme.typography.bodySmall + ) + } + } +} + +@Composable +fun GPUStatCard( + gpus: List, + modifier: Modifier = Modifier +) { + StatCard( + title = "已安装的GPU", + modifier = modifier, + content = { + if (gpus.isEmpty()) { + // No GPU installed + Text( + text = "无GPU被安装或驱动程序未安装", + style = MaterialTheme.typography.bodySmall, + color = MaterialTheme.colorScheme.onSurfaceVariant + ) + } else if (gpus.size == 1) { + // Single GPU - show only model name + val gpu = gpus[0] + Column( + modifier = Modifier.fillMaxWidth(), + verticalArrangement = Arrangement.spacedBy(4.dp) + ) { + Text( + text = gpu.model, + style = MaterialTheme.typography.bodySmall, + maxLines = 2 + ) + } + } else { + // Multiple GPUs - show all model names + Column( + modifier = Modifier.fillMaxWidth(), + verticalArrangement = Arrangement.spacedBy(12.dp) + ) { + gpus.forEach { gpu -> + Card( + modifier = Modifier.fillMaxWidth(), + colors = CardDefaults.cardColors( + containerColor = MaterialTheme.colorScheme.surfaceVariant + ) + ) { + Column( + modifier = Modifier.padding(12.dp), + verticalArrangement = Arrangement.spacedBy(4.dp) + ) { + Text( + text = gpu.model, + style = MaterialTheme.typography.bodySmall, + maxLines = 2 + ) + } + } + } + } + } + } + ) +} + +@Composable +fun GPUStatItem( + gpus: List, + modifier: Modifier = Modifier +) { + Column( + modifier = modifier + .fillMaxWidth() + .padding(vertical = 12.dp, horizontal = 16.dp), + verticalArrangement = Arrangement.spacedBy(8.dp) + ) { + Text( + text = "已安装的GPU", + style = MaterialTheme.typography.titleMedium, + modifier = Modifier.padding(bottom = 4.dp) + ) + + if (gpus.isEmpty()) { + // No GPU installed + Text( + text = "无GPU被安装或驱动程序未安装", + style = MaterialTheme.typography.bodySmall, + color = MaterialTheme.colorScheme.onSurfaceVariant + ) + } else { + Column( + modifier = Modifier.fillMaxWidth(), + verticalArrangement = Arrangement.spacedBy(8.dp) + ) { + gpus.forEach { gpu -> + Text( + text = gpu.model, + style = MaterialTheme.typography.bodySmall, + maxLines = 2 + ) + } + } + } + } +} + +@Composable +fun DiskStatCard( + disks: List, + modifier: Modifier = Modifier +) { + if (disks.isEmpty()) return + + StatCard( + title = "磁盘", + modifier = modifier, + content = { + Column(modifier = Modifier.fillMaxWidth(), verticalArrangement = Arrangement.spacedBy(8.dp)) { + disks.forEach { disk -> + Text(text = disk.model, style = MaterialTheme.typography.bodySmall) + } + } + } + ) +} + +@Composable +fun DiskStatItem( + disks: List, + modifier: Modifier = Modifier +) { + if (disks.isEmpty()) return + + Column( + modifier = modifier + .fillMaxWidth() + .padding(vertical = 12.dp, horizontal = 16.dp), + verticalArrangement = Arrangement.spacedBy(8.dp) + ) { + Text( + text = "磁盘", + style = MaterialTheme.typography.titleMedium, + modifier = Modifier.padding(bottom = 4.dp) + ) + + Column( + modifier = Modifier.fillMaxWidth(), + verticalArrangement = Arrangement.spacedBy(4.dp) + ) { + disks.forEach { disk -> + Text( + text = disk.model, + style = MaterialTheme.typography.bodySmall + ) + } + } + } +} diff --git a/src/main/kotlin/components/SystemOverviewCard.kt b/src/main/kotlin/components/SystemOverviewCard.kt new file mode 100644 index 0000000..983d104 --- /dev/null +++ b/src/main/kotlin/components/SystemOverviewCard.kt @@ -0,0 +1,41 @@ +package components + +import androidx.compose.foundation.layout.* +import androidx.compose.material3.* +import androidx.compose.runtime.Composable +import androidx.compose.ui.Alignment +import androidx.compose.ui.Modifier +import androidx.compose.ui.unit.dp +import utils.SystemOverview + +@Composable +fun SystemOverviewList( + overview: SystemOverview, + modifier: Modifier = Modifier +) { + Column( + modifier = modifier + .fillMaxWidth() + .padding(bottom = 12.dp), + verticalArrangement = Arrangement.spacedBy(8.dp) + ) { + Text( + text = "系统概览", + style = MaterialTheme.typography.titleLarge, + color = MaterialTheme.colorScheme.onSurface + ) + Text( + text = overview.computerName, + style = MaterialTheme.typography.bodyMedium, + color = MaterialTheme.colorScheme.onSurfaceVariant + ) + + Spacer(modifier = Modifier.height(8.dp)) + + Column(modifier = Modifier.padding(top = 8.dp), verticalArrangement = Arrangement.spacedBy(4.dp)) { + Text(text = "操作系统版本: ${overview.osVersion}", style = MaterialTheme.typography.bodySmall) + Text(text = "系统架构: ${overview.architecture}", style = MaterialTheme.typography.bodySmall) + Text(text = "平台: ${overview.platform}", style = MaterialTheme.typography.bodySmall) + } + } +} diff --git a/src/main/kotlin/components/TopBar.kt b/src/main/kotlin/components/TopBar.kt new file mode 100644 index 0000000..6c23c1c --- /dev/null +++ b/src/main/kotlin/components/TopBar.kt @@ -0,0 +1,49 @@ +package components + +import androidx.compose.material3.ExperimentalMaterial3Api +import androidx.compose.material3.Text +import androidx.compose.material3.SmallTopAppBar +import androidx.compose.runtime.Composable +import androidx.compose.ui.Modifier +import androidx.compose.ui.unit.dp +import androidx.compose.foundation.layout.height +import androidx.compose.foundation.layout.BoxWithConstraints +import androidx.compose.ui.Alignment +import androidx.compose.foundation.layout.fillMaxWidth +import androidx.compose.foundation.layout.fillMaxSize +import androidx.compose.ui.text.AnnotatedString +import androidx.compose.ui.text.TextStyle +import androidx.compose.ui.text.font.FontWeight +import androidx.compose.ui.text.style.TextOverflow +import androidx.compose.ui.unit.sp +import androidx.compose.ui.platform.LocalDensity +import androidx.compose.ui.text.rememberTextMeasurer + +@OptIn(ExperimentalMaterial3Api::class) +@Composable +fun TopBar(title: String = "概览") { + SmallTopAppBar( + modifier = Modifier.height(48.dp), + title = { + BoxWithConstraints(modifier = Modifier.fillMaxSize(), contentAlignment = Alignment.CenterStart) { + val density = LocalDensity.current + val maxPx = with(density) { maxWidth.toPx() } + val measurer = rememberTextMeasurer() + var fontSize = 24.sp + val minFont = 12.sp + var measuredWidth = measurer.measure(AnnotatedString(title), style = TextStyle(fontSize = fontSize)).size.width.toFloat() + while (measuredWidth > maxPx && fontSize > minFont) { + fontSize = (fontSize.value - 1).coerceAtLeast(minFont.value).let { it.sp } + measuredWidth = measurer.measure(AnnotatedString(title), style = TextStyle(fontSize = fontSize)).size.width.toFloat() + } + + Text( + text = title, + style = TextStyle(fontSize = fontSize, fontWeight = FontWeight.Medium), + maxLines = 1, + overflow = TextOverflow.Ellipsis + ) + } + } + ) +} diff --git a/src/main/kotlin/config/Config.kt b/src/main/kotlin/config/Config.kt new file mode 100644 index 0000000..d76773a --- /dev/null +++ b/src/main/kotlin/config/Config.kt @@ -0,0 +1,84 @@ +/* + * SPDX-License-Identifier: GPL-3.0-only + * + * Original code from NNETB For Linux + * Copyright (C) 2025-2026 HOE Team + * + * Modifications for Everything-Toolbox-Linux + * Copyright (C) 2026 ELFTS + * + * This file is part of Everything-Toolbox-Linux. + * + * Everything-Toolbox-Linux is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. + * + * Everything-Toolbox-Linux is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Everything-Toolbox-Linux. If not, see . + */ + +package config + +import java.nio.file.Files +import java.nio.file.Path +import java.nio.file.StandardCopyOption + +data class AppConfig(val dark: Boolean = false, val color: String? = null) + +private val configPath: Path = Path.of("config", "conf.toml") + +fun loadConfig(): AppConfig { + return try { + if (!Files.exists(configPath)) return AppConfig() + val lines = Files.readAllLines(configPath) + var dark: Boolean = false + var color: String? = null + for (raw in lines) { + val line = raw.trim() + if (line.startsWith("#") || line.isEmpty()) continue + if (line.startsWith("dark")) { + val parts = line.split('=', limit = 2) + if (parts.size == 2) { + dark = parts[1].trim().lowercase() == "true" + } + } else if (line.startsWith("color")) { + val parts = line.split('=', limit = 2) + if (parts.size == 2) { + var v = parts[1].trim() + if (v.startsWith("\"") && v.endsWith("\"")) v = v.substring(1, v.length - 1) + if (v.isNotBlank()) color = v + } + } + } + AppConfig(dark = dark, color = color) + } catch (e: Exception) { + AppConfig() + } +} + +fun saveConfig(cfg: AppConfig) { + try { + val dir = configPath.parent + if (dir != null) Files.createDirectories(dir) + val tmp = dir.resolve("conf.toml.tmp") + val sb = StringBuilder() + sb.append("# Generated by Everything-Fine-Toolbox\n") + sb.append("dark = ").append(if (cfg.dark) "true" else "false").append('\n') + sb.append("color = ") + if (cfg.color != null && cfg.color.isNotBlank()) { + sb.append('"').append(cfg.color).append('"') + } else { + sb.append("\"\"") + } + sb.append('\n') + Files.writeString(tmp, sb.toString()) + Files.move(tmp, configPath, StandardCopyOption.REPLACE_EXISTING, StandardCopyOption.ATOMIC_MOVE) + } catch (e: Exception) { + // ignore write errors for now + } +} diff --git a/src/main/kotlin/screens/AboutScreen.kt b/src/main/kotlin/screens/AboutScreen.kt new file mode 100644 index 0000000..97aea02 --- /dev/null +++ b/src/main/kotlin/screens/AboutScreen.kt @@ -0,0 +1,237 @@ +package screens + +import androidx.compose.foundation.layout.* +import androidx.compose.foundation.rememberScrollState +import androidx.compose.foundation.verticalScroll +import androidx.compose.material3.Divider +import androidx.compose.material3.MaterialTheme +import androidx.compose.material3.Text +import androidx.compose.runtime.Composable +import androidx.compose.ui.Alignment +import androidx.compose.ui.Modifier +import androidx.compose.ui.text.font.FontFamily +import androidx.compose.ui.text.style.TextAlign +import androidx.compose.ui.unit.dp +import androidx.compose.ui.unit.sp + +@Composable +fun AboutScreen() { + Column( + modifier = Modifier + .fillMaxSize() + .verticalScroll(rememberScrollState()) + .padding(24.dp), + horizontalAlignment = Alignment.Start, + verticalArrangement = Arrangement.Top + ) { + // 标题 + Text( + text = "Everything Toolbox - Linux", + style = MaterialTheme.typography.headlineLarge, + textAlign = TextAlign.Start + ) + Spacer(modifier = Modifier.height(8.dp)) + Text( + text = "万物工具箱 - Linux版", + style = MaterialTheme.typography.headlineSmall, + textAlign = TextAlign.Start, + color = MaterialTheme.colorScheme.primary + ) + Spacer(modifier = Modifier.height(24.dp)) + Text( + text = "一款可爱而帅气的工具箱~", + style = MaterialTheme.typography.bodyLarge, + textAlign = TextAlign.Start + ) + + Spacer(modifier = Modifier.height(24.dp)) + Divider() + Spacer(modifier = Modifier.height(24.dp)) + + // 版本内容 + Text( + text = "版本", + style = MaterialTheme.typography.headlineSmall + ) + Spacer(modifier = Modifier.height(8.dp)) + Text( + text = "版本:Alpha-v0.1", + style = MaterialTheme.typography.bodyMedium + ) + + Spacer(modifier = Modifier.height(24.dp)) + Divider() + Spacer(modifier = Modifier.height(24.dp)) + + // 版权信息 + Text( + text = "版权信息", + style = MaterialTheme.typography.headlineSmall + ) + Spacer(modifier = Modifier.height(12.dp)) + Text( + text = "版权所有 (C) 2026 万物永存技术工作室。 保留部分权利", + style = MaterialTheme.typography.bodyMedium + ) + + Spacer(modifier = Modifier.height(24.dp)) + + // 使用的第三方项目或库 + Text( + text = "使用的第三方项目或库", + style = MaterialTheme.typography.headlineSmall + ) + Spacer(modifier = Modifier.height(12.dp)) + + // 本项目许可证 (GPL v3) + Text( + text = "NNETB For Linux(应用程序基础框架和大多数功能实现)", + style = MaterialTheme.typography.bodyLarge, + color = MaterialTheme.colorScheme.primary + ) + Spacer(modifier = Modifier.height(8.dp)) + Text( + text = "GNU通用公共许可证第3版 (GPL v3)(不完整,请到项目仓库查看完整许可证文本)", + style = MaterialTheme.typography.bodyMedium + ) + Spacer(modifier = Modifier.height(12.dp)) + Text( + text = "GNU GENERAL PUBLIC LICENSE\nVersion 3, 29 June 2007\n\nCopyright (C) 2007 Free Software Foundation, Inc. \n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see .", + style = MaterialTheme.typography.bodySmall, + fontSize = 10.sp, + fontFamily = FontFamily.Monospace + ) + + Spacer(modifier = Modifier.height(16.dp)) + + // OSHI + Text( + text = "OSHI (系统信息获取工具)", + style = MaterialTheme.typography.bodyLarge, + color = MaterialTheme.colorScheme.primary + ) + Spacer(modifier = Modifier.height(8.dp)) + Text( + text = "MIT许可证", + style = MaterialTheme.typography.bodyMedium + ) + Spacer(modifier = Modifier.height(12.dp)) + Text( + text = "MIT License\n\nCopyright (c) 2010-2023 The OSHI Project Contributors: https://github.com/oshi/oshi/graphs/contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT ANY WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", + style = MaterialTheme.typography.bodySmall, + fontSize = 10.sp, + fontFamily = FontFamily.Monospace + ) + + Spacer(modifier = Modifier.height(16.dp)) + + // Compose Multi-Platform + Text( + text = "Compose Multi-Platform (声明式UI框架)", + style = MaterialTheme.typography.bodyLarge, + color = MaterialTheme.colorScheme.primary + ) + Spacer(modifier = Modifier.height(8.dp)) + Text( + text = "Apache 2.0许可证", + style = MaterialTheme.typography.bodyMedium + ) + Spacer(modifier = Modifier.height(12.dp)) + Text( + text = """Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof. + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + patent license to make, have made, use, offer to sell, sell, import, + and otherwise transfer the Work, where such license applies only to + those patent claims licensable by such Contributor that are + necessarily infringed by their Contribution(s). + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work on an "AS IS" + BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND. + + 8. Limitation of Liability. In no event shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages. + + END OF TERMS AND CONDITIONS + + Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers. + Licensed under the Apache License, Version 2.0""".trimIndent(), + style = MaterialTheme.typography.bodySmall, + fontSize = 10.sp, + fontFamily = FontFamily.Monospace + ) + + Spacer(modifier = Modifier.height(24.dp)) + } +} diff --git a/src/main/kotlin/screens/HomeScreen.kt b/src/main/kotlin/screens/HomeScreen.kt new file mode 100644 index 0000000..e9429bc --- /dev/null +++ b/src/main/kotlin/screens/HomeScreen.kt @@ -0,0 +1,76 @@ +package screens + +import androidx.compose.foundation.layout.* +import androidx.compose.foundation.rememberScrollState +import androidx.compose.foundation.verticalScroll +import androidx.compose.material3.ExperimentalMaterial3Api +import androidx.compose.runtime.* +import androidx.compose.ui.Alignment +import androidx.compose.ui.Modifier +import androidx.compose.ui.unit.dp +import components.CPUStatItem +import components.RAMStatItem +import components.GPUStatItem +import components.DiskStatItem +import components.SystemOverviewList +import utils.SystemInfoProvider +import utils.SystemInfoSnapshot +import utils.SystemOverview +import kotlinx.coroutines.delay + +@OptIn(ExperimentalMaterial3Api::class) +@Composable +fun HomeScreen() { + var systemInfo by remember { mutableStateOf(SystemInfoProvider.getSystemInfo()) } + var systemOverview by remember { mutableStateOf(SystemInfoProvider.getSystemOverview()) } + + // Update system info every 1 second + LaunchedEffect(Unit) { + while (true) { + delay(1000) + systemInfo = SystemInfoProvider.getSystemInfo() + systemOverview = SystemInfoProvider.getSystemOverview() + } + } + + Column( + modifier = Modifier + .fillMaxSize() + .verticalScroll(rememberScrollState()) + ) { + // System overview list + SystemOverviewList( + overview = systemOverview, + modifier = Modifier.fillMaxWidth() + ) + + // CPU Item + CPUStatItem( + model = systemInfo.cpu.model, + usage = systemInfo.cpu.usage, + currentFreq = systemInfo.cpu.currentFreq, + modifier = Modifier.fillMaxWidth() + ) + + // RAM Item + RAMStatItem( + frequency = systemInfo.ram.frequency, + used = systemInfo.ram.used, + total = systemInfo.ram.total, + usage = systemInfo.ram.usage, + modifier = Modifier.fillMaxWidth() + ) + + // GPU Item + GPUStatItem( + gpus = systemInfo.gpus, + modifier = Modifier.fillMaxWidth() + ) + + // Disk Item + DiskStatItem( + disks = systemInfo.disks, + modifier = Modifier.fillMaxWidth() + ) + } +} diff --git a/src/main/kotlin/screens/SettingsScreen.kt b/src/main/kotlin/screens/SettingsScreen.kt new file mode 100644 index 0000000..62b2ca7 --- /dev/null +++ b/src/main/kotlin/screens/SettingsScreen.kt @@ -0,0 +1,246 @@ +package screens + +import androidx.compose.foundation.background +import androidx.compose.foundation.border +import androidx.compose.foundation.clickable +import androidx.compose.foundation.layout.* +import androidx.compose.foundation.rememberScrollState +import androidx.compose.foundation.shape.CircleShape +import androidx.compose.foundation.shape.RoundedCornerShape +import androidx.compose.foundation.verticalScroll +import androidx.compose.material.icons.Icons +import androidx.compose.material.icons.filled.Palette +import androidx.compose.material.icons.filled.Warning +import androidx.compose.material3.* +import androidx.compose.runtime.* +import androidx.compose.ui.Alignment +import androidx.compose.ui.Modifier +import androidx.compose.ui.draw.clip +import androidx.compose.ui.graphics.Color +import androidx.compose.ui.unit.dp +import androidx.compose.ui.unit.sp + +// 固定颜色选项:红橙黄绿蓝靛紫 +val fixedColors = listOf( + Pair(Color(0xFFFF0000), "红"), + Pair(Color(0xFFFFA500), "橙"), + Pair(Color(0xFFFFFF00), "黄"), + Pair(Color(0xFF00FF00), "绿"), + Pair(Color(0xFF0000FF), "蓝"), + Pair(Color(0xFF4B0082), "靛"), + Pair(Color(0xFF800080), "紫") +) + +// 辅助函数:将HEX字符串转换为Color +fun hexToColor(hex: String): Color? { + return try { + val cleanHex = hex.trim().removePrefix("#") + if (cleanHex.length == 6) { + val r = cleanHex.substring(0, 2).toInt(16) + val g = cleanHex.substring(2, 4).toInt(16) + val b = cleanHex.substring(4, 6).toInt(16) + Color(r, g, b) + } else { + null + } + } catch (e: Exception) { + null + } +} + +// 辅助函数:将Color转换为HEX字符串 +fun colorToHex(color: Color): String { + val r = (color.red * 255).toInt() + val g = (color.green * 255).toInt() + val b = (color.blue * 255).toInt() + return String.format("#%02X%02X%02X", r, g, b) +} + +@OptIn(ExperimentalMaterial3Api::class) +@Composable + +fun SettingsScreen( + isDarkTheme: Boolean = false, + onThemeChange: (Boolean) -> Unit = {}, + selectedColor: String = "", + onColorChange: (String) -> Unit = {} +) { + // 将选中的颜色字符串转换为Color对象 + val selectedColorObj = remember(selectedColor) { + if (selectedColor.isNotBlank()) { + hexToColor(selectedColor) + } else { + null + } + } + + Column( + modifier = Modifier + .fillMaxSize() + .verticalScroll(rememberScrollState()) + .padding(24.dp) + ) { + // 程序外观标题(缩小) + Text( + text = "程序外观", + style = MaterialTheme.typography.titleMedium, + fontSize = 14.sp, + modifier = Modifier.padding(bottom = 12.dp) + ) + + // 固定颜色选择器 + Row( + modifier = Modifier + .fillMaxWidth() + .padding(vertical = 12.dp), + verticalAlignment = Alignment.CenterVertically + ) { + Row( + verticalAlignment = Alignment.CenterVertically, + horizontalArrangement = Arrangement.spacedBy(12.dp), + modifier = Modifier.weight(1f) + ) { + Icon( + imageVector = Icons.Default.Palette, + contentDescription = "颜色主题", + modifier = Modifier.size(20.dp) + ) + Column { + Text( + text = "颜色主题", + style = MaterialTheme.typography.bodyMedium + ) + Text( + text = "选择颜色", + style = MaterialTheme.typography.bodySmall, + color = MaterialTheme.colorScheme.onSurfaceVariant + ) + } + } + } + + // 颜色选择器网格 + Column( + modifier = Modifier + .fillMaxWidth() + .padding(vertical = 12.dp), + verticalArrangement = Arrangement.spacedBy(12.dp) + ) { + // 第一行:红橙黄绿 + Row( + modifier = Modifier.fillMaxWidth(), + horizontalArrangement = Arrangement.spacedBy(12.dp) + ) { + fixedColors.take(4).forEach { (color, name) -> + ColorOption( + color = color, + name = name, + isSelected = selectedColorObj == color, + onClick = { + onColorChange(colorToHex(color)) + } + ) + } + } + + // 第二行:蓝靛紫 + 默认(空) + Row( + modifier = Modifier.fillMaxWidth(), + horizontalArrangement = Arrangement.spacedBy(12.dp) + ) { + fixedColors.drop(4).forEach { (color, name) -> + ColorOption( + color = color, + name = name, + isSelected = selectedColorObj == color, + onClick = { + onColorChange(colorToHex(color)) + } + ) + } + + // 默认颜色选项(无颜色) + ColorOption( + color = MaterialTheme.colorScheme.surfaceVariant, + name = "默认", + isSelected = selectedColor.isEmpty(), + onClick = { + onColorChange("") + }, + showBorder = true + ) + } + } + + Divider(modifier = Modifier.padding(vertical = 8.dp)) + + // 当前选择显示 + if (selectedColor.isNotBlank()) { + Text( + text = "当前选择: ${selectedColor.uppercase()}", + style = MaterialTheme.typography.bodySmall, + color = MaterialTheme.colorScheme.primary, + modifier = Modifier.padding(vertical = 8.dp) + ) + } else { + Text( + text = "当前选择: 默认颜色", + style = MaterialTheme.typography.bodySmall, + color = MaterialTheme.colorScheme.onSurfaceVariant, + modifier = Modifier.padding(vertical = 8.dp) + ) + } + } +} + +@Composable +fun ColorOption( + color: Color, + name: String, + isSelected: Boolean, + onClick: () -> Unit, + showBorder: Boolean = false +) { + Column( + modifier = Modifier + .clickable(onClick = onClick), + horizontalAlignment = Alignment.CenterHorizontally + ) { + Box( + modifier = Modifier + .size(48.dp) + .clip(CircleShape) + .background(color) + .then( + if (showBorder) { + Modifier.border( + width = 2.dp, + color = MaterialTheme.colorScheme.outline, + shape = CircleShape + ) + } else { + Modifier + } + ) + .then( + if (isSelected) { + Modifier.border( + width = 3.dp, + color = MaterialTheme.colorScheme.primary, + shape = CircleShape + ) + } else { + Modifier + } + ) + ) + + Spacer(modifier = Modifier.height(4.dp)) + + Text( + text = name, + style = MaterialTheme.typography.bodySmall, + fontSize = 11.sp + ) + } +} diff --git a/src/main/kotlin/screens/ToolsScreen.kt b/src/main/kotlin/screens/ToolsScreen.kt new file mode 100644 index 0000000..88d0fe1 --- /dev/null +++ b/src/main/kotlin/screens/ToolsScreen.kt @@ -0,0 +1,244 @@ +package screens + +import androidx.compose.foundation.layout.* +import androidx.compose.foundation.rememberScrollState +import androidx.compose.foundation.verticalScroll +import androidx.compose.foundation.background +import androidx.compose.foundation.shape.RoundedCornerShape +import androidx.compose.material3.* +import androidx.compose.material.icons.Icons +import androidx.compose.material.icons.filled.Warning +import androidx.compose.material.icons.filled.Download +import androidx.compose.material.icons.filled.Description +import androidx.compose.material.icons.filled.Terminal +import androidx.compose.runtime.* +import androidx.compose.ui.Alignment +import androidx.compose.ui.Modifier +import androidx.compose.ui.unit.dp +import androidx.compose.ui.unit.sp +import java.awt.Desktop +import java.net.URI + +data class ToolItem( + val name: String, + val description: String, + val url: String, + val isProprietarySoftware: Boolean = false, + val licenseUrl: String? = null, + val eulaUrl: String? = null, + val licenseType: String? = null +) + +@OptIn(ExperimentalMaterial3Api::class) +@Composable +fun ToolsScreen() { + var selectedTab by remember { mutableStateOf(0) } + + val tabs = listOf( + "系统信息与硬件监控工具", + "驱动程序管理工具", + "媒体工具", + "文件工具", + "开发人员工具", + "其它工具" + ) + + Column(modifier = Modifier.fillMaxSize()) { + // Tabs + TabRow(selectedTabIndex = selectedTab, modifier = Modifier.fillMaxWidth()) { + tabs.forEachIndexed { index, title -> + Tab( + selected = selectedTab == index, + onClick = { selectedTab = index }, + text = { Text(title, fontSize = 12.sp) } + ) + } + } + + // Tab content + Box(modifier = Modifier.fillMaxSize().padding(16.dp)) { + when (selectedTab) { + 0 -> SystemMonitoringToolContent() + 1 -> DriverManagementToolContent() + 2 -> MediaToolContent() + 3 -> FileToolContent() + 4 -> DeveloperToolContent() + 5 -> OtherToolContent() + } + } + } +} + +@Composable +fun SystemMonitoringToolContent() { + val tools = listOf( + ToolItem("HWiNFO", "硬件信息实时监控", "https://www.hwinfo.com/", + isProprietarySoftware = true), + ToolItem("lshw", "硬件信息检测工具", "https://ezix.org/project/wiki/HardwareLiSter", + licenseUrl = "https://ezix.org/project/wiki/HardwareLiSter#License", + licenseType = "GPL-2.0"), + ToolItem("dmidecode", "DMI表信息读取工具", "https://www.nongnu.org/dmidecode/", + licenseUrl = "https://www.nongnu.org/dmidecode/", + licenseType = "GPL-2.0") + ) + ToolCardGrid(tools) +} + +@Composable +fun DriverManagementToolContent() { + val tools = listOf( + ToolItem("nvidia-driver", "NVIDIA显卡驱动", "https://www.nvidia.com/Download/index.aspx", + isProprietarySoftware = true), + ToolItem("mesa-vulkan-drivers", "开源显卡驱动", "https://www.mesa3d.org/", + licenseUrl = "https://www.mesa3d.org/license.html", + licenseType = "MIT") + ) + ToolCardGrid(tools) +} + +@Composable +fun MediaToolContent() { + val tools = listOf( + ToolItem("VLC", "多媒体播放器", "https://www.videolan.org/vlc/", + licenseUrl = "https://www.videolan.org/legal.html", + licenseType = "GPL-2.0"), + ToolItem("SMPlayer","多功能播放器", "https://github.com/smplayer-dev/smplayer/releases/latest", + licenseUrl = "https://github.com/smplayer-dev/smplayer/blob/master/Copying.txt", + licenseType = "GPL-2.0"), + ToolItem("Kodi","家庭影院中心", "https://kodi.tv/", + licenseUrl = "https://github.com/xbmc/xbmc/blob/master/LICENSES/GPL-2.0-or-later", + licenseType = "GPL-2.0"), + ToolItem("OpenShot","开源剪辑软件", "https://www.openshot.org/zh-hans/", + licenseUrl = "https://github.com/OpenShot/openshot-qt/blob/develop/COPYING", + licenseType = "GPL-3.0"), + ToolItem("kdenlive","KDE 非线性视频编辑器", "https://kdenlive.org/zh-cn/", + licenseUrl = "https://invent.kde.org/multimedia/kdenlive/-/blob/master/COPYING", + licenseType = "GPL-3.0"), + ToolItem("OBS Studio","专业录制软件", "https://obsproject.com/zh-cn/download", + licenseUrl = "https://github.com/obsproject/obs-studio/blob/master/COPYING", + licenseType = "GPL-2.0"), + ) + ToolCardGrid(tools) +} + +@Composable +fun FileToolContent() { + val tools = listOf( + ToolItem("rsync", "文件同步工具", "https://rsync.samba.org/", + licenseUrl = "https://rsync.samba.org/", + licenseType = "GPL-3.0"), + ToolItem("FileLight", "磁盘占用查看器", "https://apps.kde.org/zh-cn/filelight/", + licenseUrl = "https://invent.kde.org/utilities/filelight/-/tree/master/LICENSES?ref_type=heads", + licenseType = "GPL-3.0") + ) + ToolCardGrid(tools) +} + +@Composable +fun DeveloperToolContent() { + val tools = listOf( + ToolItem("Git", "版本控制工具", "https://git-scm.com/", + licenseUrl = "https://github.com/git/git/blob/master/COPYING", + licenseType = "GPL-2.0"), + ToolItem("vim", "文本编辑器", "https://www.vim.org/", + licenseUrl = "https://github.com/vim/vim/blob/master/LICENSE", + licenseType = "Vim"), + ToolItem("vscode", "代码编辑器", "https://code.visualstudio.com/", + isProprietarySoftware = true, + eulaUrl = "https://code.visualstudio.com/license") + ) + ToolCardGrid(tools) +} + +@Composable +fun OtherToolContent() { + val tools = listOf( + ToolItem("woeusb", "USB镜像烧录工具", "https://github.com/slacka/WoeUSB", + licenseUrl = "https://github.com/slacka/WoeUSB/blob/master/COPYING", + licenseType = "GPL-3.0"), + ) + ToolCardGrid(tools) +} + +@Composable +fun ToolCardGrid(tools: List) { + Column( + modifier = Modifier + .fillMaxSize() + .verticalScroll(rememberScrollState()), + verticalArrangement = Arrangement.spacedBy(8.dp) + ) { + // List layout - one tool per row + tools.forEach { tool -> + ToolCard( + tool = tool, + modifier = Modifier.fillMaxWidth() + ) + } + } +} + +@Composable +fun ToolCard(tool: ToolItem, modifier: Modifier = Modifier) { + Row( + modifier = modifier + .fillMaxWidth() + .padding(vertical = 12.dp, horizontal = 16.dp), + horizontalArrangement = Arrangement.SpaceBetween, + verticalAlignment = Alignment.CenterVertically + ) { + Column( + modifier = Modifier.weight(1f), + verticalArrangement = Arrangement.spacedBy(4.dp) + ) { + Text( + text = tool.name, + style = MaterialTheme.typography.titleMedium + ) + Text( + text = tool.description, + style = MaterialTheme.typography.bodySmall, + color = MaterialTheme.colorScheme.onSurfaceVariant + ) + } + + // 打开网页按钮 + Button( + onClick = { openToolWebsite(tool.url) }, + modifier = Modifier.padding(start = 8.dp) + ) { + Icon(Icons.Default.Description, contentDescription = "打开网页", modifier = Modifier.size(16.dp)) + Spacer(modifier = Modifier.width(4.dp)) + Text("打开", fontSize = 12.sp) + } + } +} + +private fun getDefaultLicenseUrl(toolUrl: String): String? { + // 尝试从工具URL推断许可证URL + return when { + toolUrl.contains("github.com") -> { + // GitHub仓库,添加/LICENSE路径 + toolUrl.removeSuffix("/") + "/blob/main/LICENSE" + } + toolUrl.contains("gitlab.com") -> { + // GitLab仓库 + toolUrl.removeSuffix("/") + "/-/blob/main/LICENSE" + } + else -> null + } +} + +private fun openToolWebsite(url: String) { + try { + if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE)) { + Desktop.getDesktop().browse(URI(url)) + println("Opened website: $url") + } else { + println("Desktop browsing is not supported on this platform") + } + } catch (e: Exception) { + println("Failed to open website $url: ${e.message}") + e.printStackTrace() + } +} diff --git a/src/main/kotlin/theme/Color.kt b/src/main/kotlin/theme/Color.kt new file mode 100644 index 0000000..a24d2a9 --- /dev/null +++ b/src/main/kotlin/theme/Color.kt @@ -0,0 +1,61 @@ +package theme + +import androidx.compose.material3.darkColorScheme +import androidx.compose.material3.lightColorScheme +import androidx.compose.ui.graphics.Color + +private fun clamp01(v: Float) = when { + v < 0f -> 0f + v > 1f -> 1f + else -> v +} + +fun isValidHex(hex: String): Boolean { + return Regex("^#?[0-9a-fA-F]{6}$").matches(hex) +} + +fun parseHexToColor(hex: String): Color? { + val cleaned = hex.removePrefix("#") + if (!isValidHex(cleaned)) return null + val intVal = cleaned.toLong(16).toInt() + val r = (intVal shr 16) and 0xFF + val g = (intVal shr 8) and 0xFF + val b = intVal and 0xFF + return Color(r, g, b) +} + +fun adjustLuminance(color: Color, factor: Float): Color { + val r = clamp01(color.red * factor) + val g = clamp01(color.green * factor) + val b = clamp01(color.blue * factor) + return Color(r, g, b, color.alpha) +} + +fun contrastColor(color: Color): Color { + val lum = 0.2126f * color.red + 0.7152f * color.green + 0.0722f * color.blue + return if (lum < 0.5f) Color(0xFFFFFFFF) else Color(0xFF000000) +} + +fun generateColorScheme(seed: Color, dark: Boolean) = if (dark) { + darkColorScheme( + primary = seed, + onPrimary = contrastColor(seed), + secondary = adjustLuminance(seed, 0.85f), + onSecondary = contrastColor(adjustLuminance(seed, 0.85f)), + background = Color(0xFF121212), + onBackground = Color(0xFFFFFFFF), + surface = Color(0xFF1E1E1E), + onSurface = Color(0xFFFFFFFF) + ) +} else { + lightColorScheme( + primary = seed, + onPrimary = contrastColor(seed), + secondary = adjustLuminance(seed, 0.9f), + onSecondary = contrastColor(adjustLuminance(seed, 0.9f)), + background = Color(0xFFFFFFFF), + onBackground = Color(0xFF000000), + surface = Color(0xFFFFFFFF), + onSurface = Color(0xFF000000) + ) +} diff --git a/src/main/kotlin/theme/Theme.kt b/src/main/kotlin/theme/Theme.kt new file mode 100644 index 0000000..c0fc396 --- /dev/null +++ b/src/main/kotlin/theme/Theme.kt @@ -0,0 +1,20 @@ +package theme + +import androidx.compose.runtime.Composable +import androidx.compose.ui.graphics.Color +import androidx.compose.material3.MaterialTheme + +/** + * AppTheme wraps MaterialTheme and builds a color scheme from a HEX seed color. + * If seedHex is null or invalid, falls back to default Material colors. + */ +@Composable +fun AppTheme(darkTheme: Boolean, seedHex: String?, content: @Composable () -> Unit) { + val seedColor: Color? = seedHex?.let { parseHexToColor(it) } + val base = seedColor ?: Color(0xFF6750A4) // fallback seed + val scheme = generateColorScheme(base, darkTheme) + + MaterialTheme(colorScheme = scheme) { + content() + } +} diff --git a/src/main/kotlin/utils/SystemInfo.kt b/src/main/kotlin/utils/SystemInfo.kt new file mode 100644 index 0000000..d21287c --- /dev/null +++ b/src/main/kotlin/utils/SystemInfo.kt @@ -0,0 +1,65 @@ +/* + * SPDX-License-Identifier: GPL-3.0-only + * + * Original code from NNETB For Linux + * Copyright (C) 2025-2026 HOE Team + * + * Modifications for Everything-Toolbox-Linux + * Copyright (C) 2026 ELFTS + * + * This file is part of Everything-Toolbox-Linux. + * + * Everything-Toolbox-Linux is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. + * + * Everything-Toolbox-Linux is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Everything-Toolbox-Linux. If not, see . + */ + +package utils + +data class CPUInfo( + val model: String, + val usage: Double, // percentage 0-100 + val currentFreq: Double = 0.0 // GHz +) + +data class RAMInfo( + val frequency: Long, // MHz + val used: Double, // GB + val total: Double, // GB + val usage: Double // percentage 0-100 +) + +data class GPUInfo( + val model: String, + val driverVersion: String, + val usage: Double, // percentage 0-100 + val memoryUsed: Long, // GB + val memoryTotal: Long // GB +) { + val memoryUsagePercent: Double + get() = if (memoryTotal > 0) (memoryUsed.toDouble() / memoryTotal) * 100 else 0.0 +} + +data class DiskInfo( + val name: String, + val mount: String, + val model: String, + val usedGB: Double, + val totalGB: Double, + val usage: Double // percentage 0-100 +) + +data class SystemInfoSnapshot( + val cpu: CPUInfo, + val ram: RAMInfo, + val gpus: List, + val disks: List +) diff --git a/src/main/kotlin/utils/SystemInfoProvider.kt b/src/main/kotlin/utils/SystemInfoProvider.kt new file mode 100644 index 0000000..18eaa69 --- /dev/null +++ b/src/main/kotlin/utils/SystemInfoProvider.kt @@ -0,0 +1,309 @@ +/* + * SPDX-License-Identifier: GPL-3.0-only + * + * Original code from NNETB For Linux + * Copyright (C) 2025-2026 HOE Team + * + * Modifications for Everything-Toolbox-Linux + * Copyright (C) 2026 ELFTS + * + * This file is part of Everything-Toolbox-Linux. + * + * Everything-Toolbox-Linux is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. + * + * Everything-Toolbox-Linux is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Everything-Toolbox-Linux. If not, see . + */ + +package utils + +import oshi.SystemInfo +import java.io.BufferedReader +import java.io.InputStreamReader +import kotlin.concurrent.thread + +object SystemInfoProvider { + private val si = SystemInfo() + private val hardware = si.hardware + // cached memory frequency (MHz) populated asynchronously to avoid blocking calls + @Volatile + private var memFreqMHzCached: Long = 0L + + init { + detectMemFreqAsync() + } + + private fun detectMemFreqAsync() { + thread(start = true, isDaemon = true) { + try { + val v = detectMemFreq() + if (v > 0L) memFreqMHzCached = v + } catch (_: Exception) { + } + } + } + + private fun detectMemFreq(): Long { + // Reflection-based detection (same heuristics as before) + try { + val memory = hardware.memory + var physList: List<*>? = null + for (m in memory.javaClass.methods) { + if (m.parameterCount == 0 && List::class.java.isAssignableFrom(m.returnType)) { + try { + val res = m.invoke(memory) as? List<*> + if (!res.isNullOrEmpty()) { + physList = res + break + } + } catch (_: Exception) { + } + } + } + + if (!physList.isNullOrEmpty()) { + val first = physList[0] + val methods = first?.javaClass?.methods?.filter { it.parameterCount == 0 }?.map { it.name } ?: emptyList() + val preferred = methods.firstOrNull { it.contains("Clock", true) || it.contains("Speed", true) || it.contains("Freq", true) || it.contains("Configured", true) } + var freqVal: Long? = null + if (preferred != null) { + freqVal = tryGetLongProp(first, arrayOf(preferred)) + } + if (freqVal == null) { + freqVal = tryGetLongProp(first, arrayOf("getConfiguredClockSpeed", "getClockSpeed", "getSpeed", "getFrequency", "getCurrentSpeed", "getSpeedMhz")) + } + + if (freqVal != null) { + return when { + freqVal > 1_000_000L -> freqVal / 1_000_000L + freqVal > 10000L -> freqVal / 1000L + else -> freqVal + } + } + } + } catch (_: Exception) { + } + + // Platform-specific fallback + val os = System.getProperty("os.name").lowercase() + + if (os.contains("windows")) { + // Windows fallback + try { + val out = executeCommand("powershell -Command \"Get-CimInstance -ClassName Win32_PhysicalMemory | Select-Object -ExpandProperty Speed\"") + val lines = out.lines().map { it.trim() }.filter { it.matches(Regex("^\\d+$")) } + if (lines.isNotEmpty()) { + val v = lines[0].toLongOrNull() + if (v != null) return v + } + } catch (_: Exception) { + } + } else if (os.contains("linux")) { + // Linux fallback using dmidecode + try { + val out = executeCommand("sudo dmidecode -t memory 2>/dev/null || dmidecode -t memory 2>/dev/null") + val lines = out.lines() + for (line in lines) { + if (line.contains("Speed:", ignoreCase = true)) { + val parts = line.split(":") + if (parts.size >= 2) { + val speedStr = parts[1].trim().replace("MHz", "").replace("MT/s", "").trim() + val v = speedStr.toLongOrNull() + if (v != null) return v + } + } + } + } catch (_: Exception) { + } + + // Alternative: check /proc/cpuinfo for memory speed hints + try { + val out = executeCommand("cat /proc/cpuinfo 2>/dev/null | grep -i mhz | head -1") + if (out.isNotBlank()) { + val parts = out.split(":") + if (parts.size >= 2) { + val mhzStr = parts[1].trim() + val v = mhzStr.toLongOrNull() + if (v != null) return v + } + } + } catch (_: Exception) { + } + } + + return 0L + } + + private fun tryGetLongProp(instance: Any?, methodNames: Array): Long? { + if (instance == null) return null + for (name in methodNames) { + try { + val m = instance.javaClass.getMethod(name) + val v = m.invoke(instance) + if (v is Number) return v.toLong() + } catch (_: Exception) { + } + } + return null + } + + private fun executeCommand(command: String): String { + return try { + val os = System.getProperty("os.name").lowercase() + val process = if (os.contains("windows")) { + Runtime.getRuntime().exec(arrayOf("cmd.exe", "/c", command)) + } else { + // For Linux/macOS, use bash/sh + Runtime.getRuntime().exec(arrayOf("sh", "-c", command)) + } + val reader = BufferedReader(InputStreamReader(process.inputStream)) + val output = reader.readText() + reader.close() + process.waitFor() + output.trim() + } catch (e: Exception) { + "" + } + } + + // Cache previous CPU ticks for non-blocking load calculation + private var prevCpuTicks: LongArray? = null + + fun getSystemInfo(): SystemInfoSnapshot { + // CPU + val processor = hardware.processor + val cpuModel = processor.processorIdentifier.name ?: "Unknown" + val cpuStepping = processor.processorIdentifier.stepping + val currentFreqHz = processor.currentFreq.firstOrNull() ?: 0L + val currentFreqGHz = if (currentFreqHz > 0) currentFreqHz / 1_000_000_000.0 else 0.0 + + val cpuUsage = try { + val ticks = processor.systemCpuLoadTicks + val usage = if (prevCpuTicks != null) { + val u = processor.getSystemCpuLoadBetweenTicks(prevCpuTicks) * 100.0 + prevCpuTicks = ticks + u + } else { + prevCpuTicks = ticks + 0.0 + } + usage + } catch (e: Exception) { + 0.0 + } + + val cpuInfo = CPUInfo( + model = cpuModel.trim(), + usage = minOf(cpuUsage, 100.0), + currentFreq = currentFreqGHz + ) + + // RAM + val memory = hardware.memory + val memoryUsedGB = ((memory.total - memory.available) / (1024.0 * 1024.0 * 1024.0)) + val memoryTotalGB = (memory.total / (1024.0 * 1024.0 * 1024.0)) + val memoryUsagePercent = (memory.total - memory.available).toDouble() / memory.total * 100 + + val ramInfo = RAMInfo( + frequency = memFreqMHzCached, + used = memoryUsedGB, + total = memoryTotalGB, + usage = memoryUsagePercent + ) + + // GPU + val gpus = hardware.graphicsCards.map { card -> + GPUInfo(model = card.name ?: "Unknown GPU", driverVersion = "N/A", usage = 0.0, memoryUsed = 0L, memoryTotal = 0L) + } + + // Disks: map fileStores to diskStores via partition mount points (avoid external commands) + val fileStores = si.operatingSystem.fileSystem.fileStores + val diskStores = hardware.diskStores + + val disks = fileStores.filter { fs -> + try { + (fs.totalSpace > 0L) && !(fs.description?.contains("removable", true) ?: false) + } catch (_: Exception) { + false + } + }.map { fs -> + val total = try { fs.totalSpace } catch (_: Exception) { 0L } + val usable = try { fs.usableSpace } catch (_: Exception) { 0L } + val used = (total - usable).coerceAtLeast(0L) + val totalGB = total / (1024.0 * 1024.0 * 1024.0) + val usedGB = used / (1024.0 * 1024.0 * 1024.0) + val usagePct = if (total > 0L) used.toDouble() / total.toDouble() * 100.0 else 0.0 + + val mount = fs.mount ?: "" + val driveLetter = if (mount.length >= 2 && mount[1] == ':') { + // Windows drive letter + if (mount.length == 2 || (mount.length == 3 && mount[2] == '\\')) mount.take(2) else "未指定盘符" + } else { + // Linux/macOS: use mount point or device name + if (mount.isNotBlank()) { + if (mount == "/") "Root" else mount.split("/").lastOrNull() ?: mount + } else { + "未指定盘符" + } + } + + val diskModel = try { + diskStores.firstOrNull { disk -> + disk.partitions.any { part -> + val mp = try { part.mountPoint } catch (_: Exception) { null } + mp != null && mp == mount + } + }?.model ?: "未知型号" + } catch (_: Exception) { + "未知型号" + } + + DiskInfo( + name = driveLetter, + mount = mount, + model = diskModel, + usedGB = usedGB, + totalGB = totalGB, + usage = usagePct + ) + } + + return SystemInfoSnapshot( + cpu = cpuInfo, + ram = ramInfo, + gpus = gpus.ifEmpty { listOf(GPUInfo(model = "Unknown GPU", driverVersion = "N/A", usage = 0.0, memoryUsed = 0L, memoryTotal = 0L)) }, + disks = disks + ) + } + + fun getSystemOverview(): SystemOverview { + val os = si.operatingSystem + val architecture = System.getProperty("os.arch") ?: "Unknown" + val osVersionStr = "${os.family} ${os.versionInfo?.version ?: ""}".trim() + + val platformStr = try { + val cs = hardware.computerSystem + val model = cs.model ?: "" + if (model.isNotBlank()) model else System.getProperty("os.name") ?: "Unknown" + } catch (_: Exception) { + System.getProperty("os.name") ?: "Unknown" + } + + val computerName = try { java.net.InetAddress.getLocalHost().hostName } catch (_: Exception) { "Unknown" } + + return SystemOverview( + osVersion = osVersionStr, + architecture = architecture, + windowsUpdateStatus = "", + platform = platformStr, + computerName = computerName + ) + } +} diff --git a/src/main/kotlin/utils/SystemOverview.kt b/src/main/kotlin/utils/SystemOverview.kt new file mode 100644 index 0000000..d16cb7e --- /dev/null +++ b/src/main/kotlin/utils/SystemOverview.kt @@ -0,0 +1,33 @@ +/* + * SPDX-License-Identifier: GPL-3.0-only + * + * Original code from NNETB For Linux + * Copyright (C) 2025-2026 HOE Team + * + * Modifications for Everything-Toolbox-Linux + * Copyright (C) 2026 ELFTS + * + * This file is part of Everything-Toolbox-Linux. + * + * Everything-Toolbox-Linux is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. + * + * Everything-Toolbox-Linux is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Everything-Toolbox-Linux. If not, see . + */ + +package utils + +data class SystemOverview( + val osVersion: String, + val architecture: String, + val windowsUpdateStatus: String, + val platform: String, + val computerName: String +) diff --git a/src/main/resources/img/logo.png b/src/main/resources/img/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..5119b6886ec5de82c8d1fe46420a669f13178678 GIT binary patch literal 12330 zcmeHtiCdLb*Y`TdBZ7j0q@p4o1`&t!D2iwfM?^rJ$TTUZW0G2tqNpLM+zuf)AeI9r z%JHk-%*Pbd9>pB)qC}GftpvvoAxaKOsfda4{?^|6Jm2>(eAo4KUFmYM_S$Q$z2=+D zxG~WlP1`jkB99RiL=08QlTg1^!_bX$qP49Vl7BWT|_-#_?AvxbfyN_1dDv-;_c z@o%@JnAehtS}x%K4cBLOOd;xdazy0N@hMa9UAwpF^6OuvpZ}?#e8)StuXgWzXh+tJ z8J_>dr%wDecZTKT=LL;pei?SAp#DM0kg{nlz|NlE@P5NI1}p~rN$ouOPrKp2|M>sG z21n{sC;ztdyNP8D$A&zq`n&R(8y@fH0|x!@;N}he@*0NVpAS6g$enMdPh&sJ`H1v3 zCFx7N0NVx|DebiZSJwijWG|}Ao47hv{J_sh4PP(HX~RBn(@gn`GX(gz8~t>z?=eAt z$)ugC^}9SA6xw8?^_6IkI{|>L!3O)TPgXBrHs%dfTD-erGT(bTfco@K4H0bSyVB^~ zzUu^=wkFNxoZokX%>y_3;WPK&n2law(!RTpK8M*j1{$p|e^K~vSHMZl4R-rO|4Gc! zXDo%x+*0wnfJahD!oPP(IGRGo4H&on$HKT6j?K>29#S@oV}_!9U!n zf4ZmnS#fVKljb&|X zXCcbRkn60vrIq1;69dT<`tbQre*umkORjI0A1|4Q!|~DNns9n)@n3*bc97?(q;J+$ z;&4qngE?bYZQramP=3DA>RNbrKvsLey^U5Hb~h}mBj9ACe#U+O(%~g}uQ6$D+BSc`W%^;ENbSJuRolQvBGznzjB}FCI(d6Ng$*dcRu7Qk?kooet#w?%gv_@d_~)!^r1i_=?A^h_d&* zNtRFN1>Nt7FnIYJvW3qu-46vk`d?%VnGtj!hB1%WPBx!P_v`N=Y}T|k=$@yx9c#b^ zrm99-#ah$#)sXwrk4?0*8ydmei{>s`(6iMSU0PC+^uJ^KfX)mzfCZ&fN98o6o z2khMIE_S7>8T6?q9#q?Sxv|z>QCVWoQc|EXJA%D6YIb{?n3e=M;UK!|?}P(r$uK3y-Jz6XRd8Y_8tA0?Hy+H>5aZAB^Nt%e z%T%KF#bZ0gp6EtBTPm9Up7g4dexw_9bJBN$13484HR@3T)Fl!u9UIT?FM4#Z%Osx@ zG5)c~|4d!jF8AB2`QIdbyEwPoO~+(I&7k)5Qm+LYBi2EJKjF4PO8CLvv?$mKx1{Dy zWtVwVbEmR%;QmSgGB|AN&g#+R<5YF28?97o*gGTUl<^-1lDlHAO*LuWPLdXgT_=~J z6u!~b+LWLAHsae!e%YjvBH2BXT$LTQk4>7{iAGvc539Xy(yUJOFmmlA71G+7G^eyV zdE_}pJxsDU1uH$Z#YlL{(0Z;(%TywwPUs2B(3Um^TZH1Cvzjbjly=2KiNd_$aOOO+ z^qNFLUJP$1OMfp7>Ji;IDk@d)(3NdQM6Lef&aZE|Q~96s3)V-+ZS~Ls5{=mj3$o`Q za3SrMNsEZ25821Fhf@f=I+MM+ze!u+L=UBqScSgjO-;QGF#&i=E*ifpk|aNa-Jq_{ z9Y(Vw6gkr6`V1+Zt-HbAR*|d=q(1P1NCbw467WAxE&~nrUW&wbB+Z7=ge*l~ zWIwp*Me&h}|9)?ZALWF-C?!+TZ1JX)ZB7{U!xc@58|{S;39X7u6y~Mu^cb+yW=oCq z4c=VnG7+$o<~I{9g6oL0LjWTQ2)Lh-Rx5gq^ySJ>3p!I$h?0JX8~G|jS;29bGIwW1Kk^YAwAK!^Qhe}ng!;RF- zi4G)BWdUm^Bh7Q7{mFBLqHb)Y0}72QVg6X!PTS^2-z&RVx*4=CO7fhIr1x=>N0F_o zda{`TWa*&9J?Kd}A1XF&U1^kZ3F`oZ_C==jx0qnE3{vD@m?&0RF*}Cr?h5@D(CPuQ zBgwuqZU6nTjwKvET}A5E`UluaSNHZD-z!kM2bnY z7jdZ(cY?akdH;35F$%vEFg#VzOf}JwXa)NLpQUd4(nKlnY(dl7NCN|vU@sbIi>K5h z|J1!nJI=VYZZ|09+rX_I?~ipUm|Ajtva46_y}KoJHhdy2DRH4=wugG-4dqbE(aK22 zAOi=fKF&yck=cZ@ZU%Z)c~H$dqW0=#QzA)QuU>XZG-(|a{s`b53a%Rkyn4dA7~q}o zXwn)v>0uJQhX{5Pg=b4gu=g`ia}|HpBS|x;n+Ca&B}0*PG?0rD>|p@u$k5D08w@VX z6-g5VjY0KcJ$8>J&0F37_BTtP9z8Lr@wwiqH7lZ5bs_EJM6yz&HX}?7W1vKx5Qm_Q z5)QRN)CqweMqDSvb?tyw@rc?$-zq^-8_c;<3foj8jY5TE%UU`cC|EJiDXA)}{HOMX zoaNuH4f>?;mq)ihY@EOKY*koO+EGs0nR1i)Otrb{Y**4#!9l%^1v&+*3r}|@{d;xc zB@^YS3(Z@J8Y}bmcB8meQVz@%^npTu25cdWYw+`sqYdGRedhE~_(HX9dtu zezO^FRJud@wj7-z2a<#L9#}J)x z!cpAwOFpO%RH7t6ebC-iL5ljIRXJhc%QB>ts1I71qTd4iLPdl6prTlKkH{V{#l@fKma-q}gT7dCL48P484>k?sAC2?>Ipy& zo19{q3WNck3C3CnNsZ=rd8BO$$ zQYz4mtmtZl4PG!%HS#*!V4az0km7b}2E+=~b;``3nNuMF`Rnov-mlGZ!pf$5jdbwh`Qp>IFnX7zz0I-Wv* zPuUh_L=RNrp^P}t-dW&?`G~=M#5lib%4Wbw4+8!GV=)>IL9+>PR|T))Gl~ZO5|3)m zY7PXiM1QHo379-l84)uC)hgvMLr^VhEE{)lOTa-A#tcEVhWR|4Xc7obVDp-m{VOb+dcvBN4UDMhTde2r|hJuTFIm{4rPRgQP2A5E2 zTzd~(syul&>UxY6T}uVY3zExjEI`n2v9#I%{NG2R!8}GPq&>lFeIdoNpwOAofU@K_ zJHbnlrw}oiAuugVJ$cupcUR=t0@;EkN6ZjpLEhmf;29zZ^AEGZs)-IN?ZQBgUW+~I zG`JU|x#ZVCzoRvk9J8Yl*l6(?{Tk4*3O$VDU836py+)#w1{=t(o;nw4csDu~K6wlG z?op!m2YGWP?oOi852RS9@Gb+8q*y!Tcxyi?mJcqfMr~s*MKJnNDY!o{X&+xN)bXLsq>5(ZFOMYHCbKk^{PZPQn7FF+R zwv)plBB*T3lZ+{)8$1vWy%RS^Z8B=_!o5zQvNFF%fc?;1u&@J+L}M|xA{&Zr&05TM z4EF_ot;E~eyXbgEhL51K*+RY8Pf*Da zJcSp>2Vi&0%zm z0{2Q80@YSzCtvw^d+-F|8^rr!4~2-4QEl%EwI4|G-7!dBGN`n-L81!CZfLFwh}IQo zRX}!wxhf#qC5WpEh$R#ZRoKmhMyi15>u^#P5L*~TR0YI>!sjd?*gyTJfE0tfvw&Ox z_hOlxti73BiW>v&mLbyDGQs_AnZ2`-%IwW0dIY1TBWFhd?I+Q0jF!%ugs{_&O6ScT z0g^CDG7C|%Th=}uK}D&Ox#eT{bVq5?C`3s$Mld+99s-S?$sFK=__lYJT%uw0YALzC zk-5mYOF~h>f{P2KFQ|DZ#R2m^s2%+j4CanN1w$4G+)mKoyM;rkF$s35!Dz<#N${^4 zwA;uk+Sj-#MJ5Ej9R%wxqs=jaVfpMlLeMdpOL&B!W7ssXA}s;$RrH7sx+u+515s&` zRIo0KVfh9aAxImf@S^}9S1??OLPnXO517;@G~*_m&^6IrgnPCtY4~|GY>GPmFc{DN zawHiui8whV1$i;Gbu6fTB{f$BLM<`1G!Rz=+Y6Ee6@k_vQ^%lnWka5qTplqO7fJH& z;n4ka&6HI1Xn>>T6LcRtx%;3^Z!|&-BzSAqKuGArY8*uG2>!Rh-;Alm>_v87gpZTg z-iF~Z7YMWq(8v=^eX}zhB0yZFUxnRcU|&d+gEpMbNNJMslxDQdV951>imk!|*fF7% zf~lE&HONEZs4xfD2knyN&h^0pFJN=PQE8^+&hzPhx7IIHYr2 zYA&iOD?Hpd{*Tm0e;JI=j!n7lf3~XV=|_gic?AWNbDLF!Vgnzyel!`^Uo~0k3|CpD z;Q_QflC)$95Vu*d!3PSW@u=32H=O1DRod$myw=`GS|A=I3#3ZIq+_IvGayXqddVe) zN#v7-ZvhvcF<{3mq)MJK_)@F7)HVsGX~_sw+R#m zxGeDaHi6FslKVx-sNGjE-d8Jk=fkv z99O)6!kySNp%}OjA53A7f^r`krL=CS}a5X zzC0ibBzzIchy0{^@4&oNA_bcW*=eML89!2b$!Bx&Y!iEnTrr}mS=0Ax+LkP=owekK z-gxAcWyglJwWUA!)1k{oEa$kxeAiwr<*Vi>6b za1!UHe6+m*_yUVULFGuX495UYIe#zD`px6IThkgA1Yz72MZ-2$Sk{4ZPIae_PkStF z!i)9E@D{DroWj#J%h6fF1o#Aw8i9cZg#DTDpuCZFu|)}8PP4^|QS3opz~?>2bhHXV zv;U}lYu>NgX7t~A<4?HfH_7{J^8RI~CLP-{WXI#v$xr@zo}iWFCI8mg(GB&2T4Cpv zJ(^C>f4b?&>w4_64#ia?3GOm0Hq79<;8d{Y^pe;_qbF`nVA=KvdGsfI@fzH^ejVu( z5BIrwo4OSY3E%p6N%Y`<9lAN!=sEiaHZRZfA$Qz16sAiiEg5?@kNQ11XI-o=d0wt> zpmK*9@Nt8}ELU&b_N8Mzm(LY1XY)Obn-)|oB4a@ZI(5K6?dv}4TjtfCrp~pyZzt1N zZd7#8fH!%uYuy#2)eZ6{c=L|SS(tdop`?&jJ=chMYU!N9eNir|l(jG{K_ z^8~f1O-bD)IeVh7B=5}RGX(SM2!J+}HE`?zl5UfGY;71!@%YvOz6+U<$C#Fe-JC9X zjDeZt8MC2i|@Ot_9 z61zCfMaKyU&2@^3kz$}1*C}nW;4A8sMVgfB6naT z;cnHU3G@DErA#femb_KFOq&|DV^;2@F*UEG`2UP%)I0u+3m7axLmn4qDF4xg5*-t_ zO%5Y%!_29ly*H=-#?cgU$z;R2E3D?T?q~%ce7rb*$cp5%XtLp*dn;PwcwN>NgKO0y zx`@QlzHUPBRu2l_Iqh~)(j2$xf^o_R_$pF2Zp%p0`lUZ?mpd&&SR($%7jZg&l{~%W zD?UA(PtUB}n(8-incEC`ItnRhiT~M77*PrbeA54<2}Piju_j{@PCF*dX=2`V#gOtn z%id<&mqP{&g!8Zb|%kp6EE%v<&34bmJI5O z6@xIUt(uq`zV*&eK}exL2GdD5%3t0yp7d2UY2rAg zPKPE^-DiF&o9~>96sN6-@kGbk_#TCQ<6bVhbFS#YlLZaW_#L$qSJ^3|lU|}-SDTkY z?Q-44+M_*&fC>9w8d-Ab=jV^Fz}8uH ztlvkz-AxWm9tYzB^kW>-F(N(T*U|8w^wb9;gIvDX;^dZw%KgIr1sr@9^hr21kWb}c za0~IWHRoq3Mrq&Vn$3-ZebwJ-O?W8~7a*oVnkmAbr$N&9ia6k|m2$A84Dk}vARQFR zK7lW_8}Ttcf`N5cPMS(@Piw@zV=+fx080>u>DIL{%@5whg*tp&#SkHPt4zxMz9tVV zMEurLB)NpvbDvBhpFiqotRH2vc^0N|gTYJ1@SKV?A@u^YG0C&AL1{xrOcW>bFm_q)j?P;hhBR@|={F#~|J((ZYizyo`(&n%g76cpfvn$e; z3AnSdW>v+>^edxZ9(*tV!lT=jAN@EekLquxK3kEuFR%V5$F#K`IOD)bJJ?cR#+8!N zGN}HIy8R;n+WQ>-;7had(9F91tP{_RulKGm(@5C=bnjQ=6b(i>37%48+DtqfAHWh{FW{^*z?Yn-95fP zlYd)rdTM&ZGPoi3k8Rt%Q!}78p%I1U8?w(L-8~+Ed{N%KYX{vdJqy#OAw11kqG8L} z`N`!$m0yoE-R_BA+&9c%m`5ODGIg@E*!!O70Tb{ntisWWG*`* zg@q=}{QGFlMm}}-yZmiG-1%0N==}D>X1VNd^q3!7-{+o(Uxa&-C5X;>rZz9y5zUU{ z@Jv5{z<2IW_7<(sC$=al_ceAHYW`;Upe>bWc~OKF<*?hmd?!xz=N}C7dG&Es%HLeo z$mdk)(H2D;`!Xk6NZ}p)Hs3p374)R^@`b+r#8jfa;xltvWy%2_V=4Dk9DXhEdp~jY z`1C79z8z}=_y?bd-nf42NIpKm5@p!RpKY)F_Bs=p(|0{yUn!>~bL``avYL{Y1%6DK ze|b&GMgfmIJRR_P0l&I+7hqQw+w;qRk`n7?@#c*(CN7K#s}KDUAdT8}IUjf)&L}5p z^R7!ZC2jevt?R)SCFyDBgg`%UTbL16pByZRE+iHns>nMiR68`Y?H-SYAnt9oFFtEg zmYya`w*GM3>cqk!BbbqW)uHKEYQ}PhLLq@~R)^Jp6a$cA`@dfY`1ap-<}H1{DZ;Pl z(GYz4?^XBFIrs*}T{yk`YE6k~EbtqI4aE_B=*I!6;r;4EdBmrXd%OLw)s!TPOO731 zy|8ddD94i4y0+bAkA~t{K5)5wz_IqvxAFHvI`q||3>@b9oMzwpb^7(1v5na@r57&j z0^CZ#7Y|kd?j+#L?+rUqk@vQ^;CM+PV9|4F)0VY(mY%jp{;m^KPC%;1#V$-qv#tE+ nfB*4c8~i_h5OO~+?Rm$q<_=w*QnMzNe=uVBn8 Date: Sun, 29 Mar 2026 18:14:46 +0800 Subject: [PATCH 2/2] Delete src/main/resources/img/logo.png --- src/main/resources/img/logo.png | Bin 12330 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/main/resources/img/logo.png diff --git a/src/main/resources/img/logo.png b/src/main/resources/img/logo.png deleted file mode 100644 index 5119b6886ec5de82c8d1fe46420a669f13178678..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12330 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 nfB*4c8~i_h5OO~+?Rm$q<_=w*QnMzNe=uVBn8