第一次提交

Zxs_Branch
zxs 9 months ago
parent 5039321bc3
commit bd69a36d5d

33
.gitignore vendored

@ -0,0 +1,33 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/

@ -0,0 +1,661 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are 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.
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.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
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 Affero 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. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
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 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 work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero 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 Affero 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 Affero 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 Affero 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.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
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 AGPL, see
<http://www.gnu.org/licenses/>.

@ -0,0 +1,3 @@
> 1%
last 2 versions
not dead

@ -0,0 +1,5 @@
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

@ -0,0 +1,17 @@
module.exports = {
root: true,
env: {
node: true
},
extends: [
'plugin:vue/vue3-essential',
'@vue/standard'
],
parserOptions: {
parser: 'babel-eslint'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
}
}

@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

@ -0,0 +1,661 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are 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.
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.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
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 Affero 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. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
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 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 work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero 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 Affero 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 Affero 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 Affero 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.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
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 AGPL, see
<http://www.gnu.org/licenses/>.

@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
{
"name": "poetry-im-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service serve",
"build": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.27.2",
"core-js": "^3.6.5",
"crypto-js": "^4.1.1",
"element-plus": "^2.2.10",
"qs": "^6.10.3",
"reconnecting-websocket": "^4.4.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-plugin-router": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"compression-webpack-plugin": "^4.0.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.0.0",
"naive-ui": "^2.28.4",
"vfonts": "^0.0.3"
}
}

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="poetize.jpg" sizes="16x16">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>POETIZE</title>
<meta name="keywords" content="POETIZE,Sara,生活倒影,最美博客,个人博客,个人网站,生活笔记,记录生活,Java,SpringBoot,Vue,Vue2,Vue3,IM,聊天室">
<meta name="description" content="POETIZE作诗有诗意地描写。这是我的个人网站我的生活倒影有诗意地记录自己的生活。它是一个 SpringBoot + Vue2 + Vue3 的产物。">
<meta name="author" content="Sara">
<link rel="canonical" href="https://poetize.cn">
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qiniu-js/3.4.0/qiniu.min.js"></script>
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

@ -0,0 +1,29 @@
<template>
<n-config-provider :theme="null" :locale="zhCN" :date-locale="dateZhCN">
<n-dialog-provider>
<router-view/>
</n-dialog-provider>
</n-config-provider>
</template>
<script>
import {NConfigProvider, NDialogProvider, zhCN, dateZhCN, darkTheme} from 'naive-ui';
export default {
components: {
NConfigProvider,
NDialogProvider
},
setup() {
return {
darkTheme,
zhCN,
dateZhCN
}
}
}
</script>
<style scoped>
</style>

@ -0,0 +1,161 @@
/* 以my-animation-开头的class */
[class*=my-animation-] {
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: both;
}
.my-animation-slide-top {
animation-name: slide-top
}
.my-animation-slide-bottom {
animation-name: slide-bottom
}
.my-animation-hideToShow {
animation-name: hideToShow
}
/* 上移 */
@keyframes slide-top {
0% {
opacity: 0;
transform: translateY(-20%)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
/* 下移 */
@keyframes slide-bottom {
0% {
opacity: 0;
transform: translateY(20%)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
/* 首图动画:下移 */
@keyframes header-effect {
0% {
opacity: 0;
transform: translateY(-50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/* 旋转 */
@keyframes rotate {
0% {
opacity: 1;
transform: rotate(0deg);
}
100% {
opacity: 1;
transform: rotate(360deg);
}
}
/* 显示 */
@keyframes hideToShow {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* 下移 */
@keyframes my-shake {
0% {
opacity: 1;
transform: translateY(0px);
}
30% {
opacity: 0.5;
transform: translateY(25px);
}
100% {
opacity: 1;
transform: translateY(0px);
}
}
/* 上移 */
@keyframes scatter {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
/* 放大 */
@keyframes scale {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
/* 背景位置移动 */
@keyframes gradientBG {
0% {
background-position: 0 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0 50%;
}
}
/* 阴影变化 */
@keyframes weiYanShadowFlashing {
0% {
box-shadow: none;
}
50% {
box-shadow: 0 0 20px var(--red);
}
100% {
box-shadow: none;
}
}

@ -0,0 +1,73 @@
:root {
/* 背景 */
--background: white;
--gradualBackground: linear-gradient(to right bottom, #ee7752, #e73c7e, #23a6d5, #23d5ab);
--gradualBlue: linear-gradient(to right, #23a6d5, #23d5ab);
/* 字体 */
--fontColor: black;
/* 边框 */
--borderColor: rgba(0, 0, 0, 0.5);
/* 边框 */
--borderHoverColor: rgba(110, 110, 110, 0.4);
/* 主题背景 */
--themeBackground: orange;
/* 主题悬停背景 */
--gradualRed: linear-gradient(to right, #ff4b2b, #ff416c);
/* 水波纹 */
--rippleColor: rgba(0, 0, 0, 0.5);
/* 导航栏字体 */
--toolbarFont: #333333;
/* 导航栏背景 */
--toolbarBackground: rgba(255, 255, 255, 1);
/* 灰色字体 */
--greyFont: #797979;
--maxGreyFont: #595A5A;
--commentContent: #F7F9FE;
/* footer背景 */
--gradientBG: linear-gradient(-90deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
/* 透明 */
--transparent: rgba(0, 0, 0, 0);
/* 黑色遮罩 */
--mask: rgba(0, 0, 0, 0.3);
/* 白色遮罩 */
--whiteMask: rgba(255, 255, 255, 0.3);
/* max白色遮罩 */
--maxWhiteMask: rgba(255, 255, 255, 0.5);
/* mini黑色遮罩 */
--miniMask: rgba(0, 0, 0, 0.15);
/* mini白色遮罩 */
--miniWhiteMask: rgba(255, 255, 255, 0.15);
/* 半透明 */
--translucent: rgba(0, 0, 0, 0.5);
/* max黑色遮罩 */
--maxMask: rgba(0, 0, 0, 0.7);
--white: white;
--maxWhite: #fcfcfc;
--midWhite: #f3f3f3;
--red: red;
--lightRed: #ff4b2b;
--maxLightRed: #ff416c;
--orangeRed: #EF794F;
--azure: #ECF7FE;
--blue: rgb(3, 169, 244);
--messageColor: #cfe7ff;
--imBG: #edeff3;
--lowGray: #cacacb;
--lightGray: #DDDDDD;
--maxLightGray: #EEEEEE;
--maxMaxLightGray: rgba(242, 242, 242, 0.5);
--green: #67C23A;
--black: black;
--lightYellow: #F4E1C0;
--globalFont: poetize-font;
}

@ -0,0 +1,82 @@
body {
color: var(--fontColor);
font-family: var(--globalFont), serif;
word-break: break-word;
}
/* 居中 */
.myCenter {
display: flex;
justify-content: center;
align-items: center;
}
.transformCenter {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
/* 两边 */
.myBetween {
display: flex;
justify-content: space-between;
align-items: center;
}
/* 滚动条 */
.group-card ::-webkit-scrollbar {
}
.image-list::-webkit-scrollbar {
display: none;
}
/* el弹出框样式 */
.el-message {
top: 80px !important;
border: 0;
}
.el-message * {
color: var(--white) !important;
font-weight: 600;
}
.el-message--success {
background: var(--themeBackground);
}
.el-message--warning {
background: var(--gradientBG);
}
.el-message--error {
background: var(--gradualRed);
}
.message img {
max-width: 250px !important;
}
.v-x-scroll {
overflow: unset;
}
.n-base-icon.n-dialog__icon {
display: none;
}
@media screen and (max-width: 400px) {
.emoji-body {
max-width: 230px !important;
}
.n-modal {
width: 70% !important;
}
}

@ -0,0 +1,722 @@
<template>
<div>
<!-- title -->
<div style="height: 60px;background-color: var(--maxWhite)">
<template v-if="!$common.isEmpty(currentChatFriendId)">
<span style="line-height: 60px;margin-left: 20px;font-size: 18px">
{{friends[currentChatFriendId].remark}}
</span>
</template>
<template v-else-if="!$common.isEmpty(currentChatGroupId)">
<span style="line-height: 60px;margin-left: 20px;font-size: 18px">
{{groups[currentChatGroupId].groupName}}
</span>
<span style="line-height: 60px;margin-left: 20px;font-size: 12px;color: var(--greyFont)">
当前在线人数4
</span>
</template>
</div>
<!-- 聊天记录 -->
<div class="msg-container">
<template v-if="!$common.isEmpty(currentChatFriendId)">
<div v-for="(item, index) in imMessages[currentChatFriendId]"
:class="['msg-one', item.fromId === $store.state.currentUser.id ? 'message-right' : 'message-left']"
:key="index">
<!-- 头像 -->
<div>
<n-avatar object-fit="cover"
:size="40"
lazy
style="cursor: pointer"
@click="openFriendCircle(item.fromId, item.avatar)"
:src="item.avatar"/>
</div>
<!-- 文本消息 -->
<div class="message" v-html="item.content"></div>
<!-- 时间 -->
<div class="msg-date" v-if="!$common.isEmpty(item.createTime)">
{{$common.getDateDiff(item.createTime)}}
</div>
</div>
</template>
<template v-else-if="!$common.isEmpty(currentChatGroupId)">
<div v-for="(item, index) in groupMessages[currentChatGroupId]"
:class="['msg-one', item.fromId === $store.state.currentUser.id ? 'message-right' : 'message-left']"
:key="index">
<!-- 头像 -->
<div>
<n-avatar object-fit="cover"
:size="40"
lazy
style="cursor: pointer"
@click="openFriendCircle(item.fromId, item.avatar, item.username)"
:src="item.avatar"/>
</div>
<!-- 文本消息 -->
<div class="message" v-html="item.content"
:style="{'background': (item.fromId !== $store.state.currentUser.id ? $constant.tree_hole_color[item.fromId % $constant.tree_hole_color.length] : '')}">
</div>
<div class="msg-user">{{item.username}}</div>
<!-- 时间 -->
<div class="msg-date" style="margin-left: 5px;margin-right: 5px"
v-if="!$common.isEmpty(item.createTime)">
{{$common.getDateDiff(item.createTime)}}
</div>
</div>
</template>
</div>
<!-- 输入框 -->
<div style="height: 180px">
<!-- 功能栏 -->
<div style="padding: 10px 15px;display: flex;height: 25px">
<!-- 表情 -->
<n-popover placement="top-start"
display-directive="show"
trigger="click">
<template #trigger>
<div class="myEmoji">
<svg viewBox="0 0 1024 1024" width="25" height="25">
<path
d="M523.9 511.98m-419.5 0a419.5 419.5 0 1 0 839 0 419.5 419.5 0 1 0-839 0Z"
fill="#FFD629"></path>
<path
d="M885.2 298.58c-1.6-0.6 37.1 68.4 49.5 128.9 46.4 227-99.9 448.6-326.9 495.1-37.9 7.8-75.7 10.1-112.5 7.7-63.2-4.2-123.6-22.8-177.3-53 0 0 348.9-269.7 567.2-578.7z"
fill="#FF9A2C" opacity=".1"></path>
<path
d="M922.4 383.38c73.9 216.8-52.8 456-264 525.8-36.7 12.1-108.5 28.3-184.9 19.4 0-0.5 166.62-15.7 313.54-190.74C942.88 552.16 920.2 376.98 922.4 383.38z"
fill="#FF9A2C" opacity=".2"></path>
<path
d="M790 184.48c-40.9-34.6-93.6-59.3-155.8-77.3-95.5-27.6-199.4-17.7-300.6 31.5-139.3 67.7-240.1 245.9-227.6 400.2 4.2 52 10.1 101.8 30 145.5 0.5 1 1.6 1.5 2.7 1.2 21.1-6.8 218.8-73.6 375.8-190.3 213.3-158.5 292.3-296.6 275.5-310.8z"
fill="#FCE99A" opacity=".24"></path>
<path
d="M188.008782 408.574552a136 234.3 54.429 1 0 381.157036-272.589938 136 234.3 54.429 1 0-381.157036 272.589938Z"
fill="#F9F2D7" opacity=".2"></path>
<path
d="M616.9 326.38m-52.7 0a52.7 52.7 0 1 0 105.4 0 52.7 52.7 0 1 0-105.4 0Z"
fill="#211715"></path>
<path
d="M381.7 438.38l-77.6 125.3-15.5-8c-16-8.2-22.3-27.9-14.1-43.9l26.2-47.3-45.6-19.6c-15.7-8.1-21.9-27.4-13.8-43.1l8.2-16 132.2 52.6z"
fill="#211715"></path>
<path
d="M603 479.68c27.4 56.5 14.1 119.5-29.7 140.8s-101.6-7.2-129-63.7l30.6-8c37.4-9.7 72.1-26.6 102.9-50l25.2-19.1z"
fill="#F94616"></path>
<path
d="M514.5 567.38l8.8 6c3.6 2.5 8.3 2.8 12.2 0.7l26.9-14c3.4-1.8 5.7-5.1 6.3-8.9l1.5-10.5c1.4-10-9.4-17.1-18-11.9-9.1 5.5-20.9 11.8-35.4 17.7-8.8 3.6-10.1 15.5-2.3 20.9z"
fill="#E53600" opacity=".68"></path>
<path
d="M922.4 383.38c73.9 216.8-52.8 456-264 525.8-36.7 12.1-108.5 28.3-184.9 19.4 0-0.5 122.92-45.83 275.21-216.29C910.21 531.51 920.2 376.98 922.4 383.38z"
fill="#FF9A2C" opacity=".19"></path>
<path
d="M922.4 383.38c73.9 216.8-52.8 456-264 525.8-36.7 12.1-108.5 28.3-184.9 19.4 0-0.5 89.92-84.69 242.21-255.15C877.21 492.65 920.2 376.98 922.4 383.38z"
fill="#FF9A2C" opacity=".15"></path>
</svg>
</div>
</template>
<!-- 表情 -->
<emoji @addEmoji="addEmoji" :showEmoji="true"></emoji>
</n-popover>
<!-- 图片 -->
<div class="myEmoji" @click="sendPicture()">
<svg viewBox="0 0 1024 1024" width="25" height="25">
<path
d="M512.649 512.632m-447.382 0a447.382 447.382 0 1 0 894.764 0 447.382 447.382 0 1 0-894.764 0Z"
fill="#E0995E"></path>
<path d="M736.34 428.748V316.902H288.958v447.382H736.34z"
fill="#231F20"></path>
<path
d="M736.34 260.979H288.958c-30.886 0-55.923 25.037-55.923 55.923V764.284c0 30.885 25.037 55.923 55.923 55.923H736.34c30.886 0 55.923-25.038 55.923-55.923V316.902c0-30.886-25.037-55.923-55.923-55.923z"
fill="#231F20"></path>
<path
d="M288.958 764.284c-15.421 0-27.961-12.547-27.961-27.961V288.941c0-15.414 12.54-27.961 27.961-27.961H736.34c15.421 0 27.961 12.547 27.961 27.961v447.382c0 15.414-12.54 27.961-27.961 27.961H288.958z"
fill="#77B3D4"></path>
<path
d="M736.34 288.941v447.383H288.958V288.941H736.34m0-55.923H288.958c-30.886 0-55.923 25.037-55.923 55.923v447.383c0 30.885 25.037 55.923 55.923 55.923H736.34c30.886 0 55.923-25.038 55.923-55.923V288.941c0-30.886-25.037-55.923-55.923-55.923z"
fill="#FFFFFF"></path>
<path d="M288.958 680.4H736.34v55.923H288.958z" fill="#FFFFFF"></path>
<path
d="M260.851 680.4h487.868v-40.837s-23.845-41.624-45.947-67.706c-16.44-19.4-40.989-24.891-62.407-1.059l-38.481 36.957-83.869-106.652c-31.234-39.718-82.344-39.718-113.578 0L260.851 680.4z"
fill="#4F5D73"></path>
<path
d="M624.495 400.786m-41.942 0a41.942 41.942 0 1 0 83.884 0 41.942 41.942 0 1 0-83.884 0Z"
fill="#F5CF87"></path>
<path
d="M736.34 288.941v447.383H288.958V288.941H736.34m0-55.923H288.958c-30.886 0-55.923 25.037-55.923 55.923v447.383c0 30.885 25.037 55.923 55.923 55.923H736.34c30.886 0 55.923-25.038 55.923-55.923V288.941c0-30.886-25.037-55.923-55.923-55.923z"
fill="#FFFFFF"></path>
</svg>
</div>
<!-- 表情包 -->
<n-popover v-model:show="showPopoverImage"
display-directive="show"
placement="top-start"
trigger="click">
<template #trigger>
<div class="myEmoji" @click="showPopoverImage = !showPopoverImage">
<svg viewBox="0 0 1024 1024" width="25" height="25">
<path
d="M829.64898 849.502041H194.35102c-43.885714 0-79.412245-35.526531-79.412244-79.412245V253.910204c0-43.885714 35.526531-79.412245 79.412244-79.412245h635.29796c43.885714 0 79.412245 35.526531 79.412244 79.412245v516.179592c0 43.885714-35.526531 79.412245-79.412244 79.412245z"
fill="#D2F4FF"></path>
<path
d="M909.061224 656.195918l-39.706122-48.065306L626.416327 365.714286c-19.330612-19.330612-50.677551-19.330612-70.008164 0L419.526531 502.073469c-2.612245 2.612245-5.22449 3.134694-6.791837 3.134694-1.567347 0-4.702041-0.522449-6.791837-3.134694L368.326531 464.979592c-19.330612-19.330612-50.677551-19.330612-70.008164 0l-143.673469 143.673469-39.706122 48.065306v113.893878c0 43.885714 35.526531 79.412245 79.412244 79.412245h635.29796c43.885714 0 79.412245-35.526531 79.412244-79.412245v-114.416327"
fill="#16C4AF"></path>
<path
d="M273.763265 313.469388m-49.632653 0a49.632653 49.632653 0 1 0 99.265306 0 49.632653 49.632653 0 1 0-99.265306 0Z"
fill="#E5404F"></path>
<path
d="M644.179592 768h-365.714286c-11.493878 0-20.897959-9.404082-20.897959-20.897959s9.404082-20.897959 20.897959-20.897959h365.714286c11.493878 0 20.897959 9.404082 20.897959 20.897959s-9.404082 20.897959-20.897959 20.897959zM461.322449 670.82449h-182.857143c-11.493878 0-20.897959-9.404082-20.897959-20.897959s9.404082-20.897959 20.897959-20.89796h182.857143c11.493878 0 20.897959 9.404082 20.897959 20.89796s-9.404082 20.897959-20.897959 20.897959z"
fill="#0B9682"></path>
</svg>
</div>
</template>
<div id="image-scroll-container" class="image-list">
<n-image
v-for="(item, index) in imageList"
:src="item"
@click="sendImage(item)"
:key="index"
width="70"
height="70"
lazy
preview-disabled
:intersection-observer-options="{root: '#image-scroll-container'}">
</n-image>
</div>
</n-popover>
<!-- 舔狗日记 -->
<n-popconfirm :show-icon="false" positive-text="" @positive-click="sendPoetry(3)" negative-text="">
<template #trigger>
<div class="myEmoji">
<svg viewBox="0 0 1024 1024" width="25" height="25">
<path
d="M412.8 72.32c68.8-12.373333 144-21.013333 209.6 8.853333 14.613333 21.866667 8.426667 49.386667 12.16 73.92 15.253333 7.786667 31.36 13.653333 46.506667 21.44 3.2 1.706667 9.706667 5.12 12.906666 6.826667l-1.28 4.693333c-8.106667 24 34.026667 38.933333 19.306667 64.32-5.226667 13.653333-18.453333 8.64-29.226667 7.573334 2.453333-6.613333 7.36-19.733333 9.813334-26.24-19.733333-19.093333-53.44 20.373333-32.96 37.013333-38.826667 20.053333-83.946667 17.6-126.4 20.053333-74.133333 0.64-149.546667 3.2-222.186667-13.973333-23.04-4.16-43.306667-27.946667-36.266667-51.84 13.226667-16.32 29.44-29.866667 43.52-45.333333l5.973334-3.093334c62.4-0.426667 35.626667-87.786667 88.533333-104.213333m155.52 24.533333c11.093333 26.773333 17.066667 54.933333 20.373333 83.626667 31.893333-16.64 16.533333-83.946667-20.373333-83.626667z"
fill="#359F69"></path>
<path
d="M568.32 96.853333c36.906667-0.32 52.266667 66.986667 20.373333 83.626667-3.306667-28.693333-9.28-56.853333-20.373333-83.626667z"
fill="#FFFFF8"></path>
<path
d="M185.813333 133.546667c49.066667-24.106667 101.44 12.373333 138.453334 42.986666l-5.973334 3.093334c-40.64 6.613333-72.533333 42.453333-56.426666 84.373333-112.746667 75.52-155.413333 228.16-136.213334 357.653333 27.84 179.626667 193.6 322.88 375.36 324.48 185.173333 8.853333 364.053333-129.92 396.266667-313.6 31.253333-150.08-37.226667-308.053333-158.293333-399.146666a230.24 230.24 0 0 0-46.293334-45.333334l1.28-4.693333c45.44-14.08 85.546667-52.48 136.106667-42.773333 34.986667 6.186667 46.72 46.4 50.026667 76.906666 8.213333 44.906667-4.373333 89.493333-4.693334 134.293334 93.973333 163.306667 57.92 389.76-85.546666 513.28-146.666667 136.426667-393.28 139.84-544.64 9.066666C101.546667 757.12 53.76 538.88 139.093333 373.653333c23.253333-32.426667-0.853333-70.933333 3.626667-106.773333 2.026667-45.973333 0.533333-104.213333 43.093333-133.333333m651.946667 73.386666c-27.52 34.666667-27.306667 84.693333 17.706667 103.893334 3.306667-35.306667-0.426667-71.04-6.826667-105.813334-2.773333 0.533333-8.106667 1.493333-10.88 1.92m-663.146667 7.466667a781.226667 781.226667 0 0 0-0.32 82.133333c50.133333-0.853333 36.373333-72.96 0.32-82.133333z"
fill="#F0AD54"></path>
<path
d="M681.066667 176.533333c47.786667-29.12 101.653333-65.706667 160.533333-51.093333 48.853333 16.426667 55.893333 76.266667 58.88 120.32-0.746667 35.093333 5.973333 82.026667-25.066667 106.026667 0.32-44.8 12.906667-89.386667 4.693334-134.293334-3.306667-30.506667-15.04-70.72-50.026667-76.906666-50.56-9.706667-90.666667 28.693333-136.106667 42.773333-3.2-1.706667-9.706667-5.12-12.906666-6.826667z"
fill="#E59308"></path>
<path
d="M261.866667 264c-16.106667-41.92 15.786667-77.76 56.426666-84.373333-14.08 15.466667-30.293333 29.013333-43.52 45.333333-7.04 23.893333 13.226667 47.68 36.266667 51.84 72.64 17.173333 148.053333 14.613333 222.186667 13.973333 42.453333-2.453333 87.573333 0 126.4-20.053333 5.76-2.773333 17.386667-8.106667 23.146666-10.773333 10.773333 1.066667 24 6.08 29.226667-7.573334 14.72-25.386667-27.413333-40.32-19.306667-64.32 17.6 12.906667 33.066667 28.16 46.293334 45.333334-9.173333 22.506667-20.266667 48.746667-47.04 53.973333-109.013333 30.08-223.466667 16.96-335.04 18.24-34.346667-6.613333-68.266667-18.346667-95.04-41.6z"
fill="#376C55"></path>
<path
d="M837.76 206.933333c2.773333-0.426667 8.106667-1.386667 10.88-1.92 6.4 34.773333 10.133333 70.506667 6.826667 105.813334-45.013333-19.2-45.226667-69.226667-17.706667-103.893334zM174.613333 214.4c36.053333 9.173333 49.813333 81.28-0.32 82.133333-1.386667-27.413333-1.173333-54.826667 0.32-82.133333z"
fill="#FDEC78"></path>
<path
d="M659.626667 270.72c-20.48-16.64 13.226667-56.106667 32.96-37.013333-2.453333 6.506667-7.36 19.626667-9.813334 26.24-5.76 2.666667-17.386667 8-23.146666 10.773333z"
fill="#FFFFF8"></path>
<path
d="M738.986667 233.386667c121.066667 91.093333 189.546667 249.066667 158.293333 399.146666-0.32-24.64-0.853333-49.28-3.52-73.813333-55.36 18.133333-117.44 10.24-163.946667-26.026667 32.533333-20.693333 77.44-47.786667 68.16-93.44-15.466667-52.48-75.413333-66.026667-122.24-76.16-29.866667-19.2-66.986667-41.173333-102.933333-24-47.786667 18.133333-55.466667 86.506667-21.866667 121.28 25.066667 63.786667 96.533333 77.12 157.546667 73.493334-42.88 10.986667-84.586667 50.453333-130.453333 29.12-38.613333-11.733333-62.933333-57.706667-108.16-48.426667-44.16-4.586667-68.053333 35.84-100.266667 57.066667-33.813333-2.666667-68.48-13.653333-94.08-36.8 58.133333 2.133333 121.813333-21.546667 137.28-83.626667 36.053333-23.04 24.106667-77.76-4.16-102.506667-19.52-21.76-50.773333-16.32-76.8-17.92 8.426667-8.32 16.853333-16.746667 25.066667-25.173333 111.573333-1.28 226.026667 11.84 335.04-18.24 26.773333-5.226667 37.866667-31.466667 47.04-53.973333z"
fill="#FDEC78"></path>
<path
d="M125.653333 621.653333c-19.2-129.493333 23.466667-282.133333 136.213334-357.653333 26.773333 23.253333 60.693333 34.986667 95.04 41.6-8.213333 8.426667-16.64 16.853333-25.066667 25.173333-19.84 11.733333-38.293333 25.386667-57.493333 38.08-35.52 14.293333-70.933333 38.826667-78.293334 79.04 2.56 43.413333 42.88 66.666667 75.626667 87.146667-46.72 11.733333-94.506667-4.053333-141.653333 2.24-3.946667 27.946667-4.48 56.213333-4.373334 84.373333z"
fill="#FFCD73"></path>
<path
d="M331.84 330.773333c26.026667 1.6 57.28-3.84 76.8 17.92 28.266667 24.746667 40.213333 79.466667 4.16 102.506667-11.306667-64.533333-79.36-91.84-138.453333-82.346667 19.2-12.693333 37.653333-26.346667 57.493333-38.08zM572.8 339.093333c35.946667-17.173333 73.066667 4.8 102.933333 24-53.546667 10.666667-116.586667 35.2-124.8 97.28-33.6-34.773333-25.92-103.146667 21.866667-121.28z"
fill="#FFFFF8"></path>
<path
d="M550.933333 460.373333c8.213333-62.08 71.253333-86.613333 124.8-97.28 46.826667 10.133333 106.773333 23.68 122.24 76.16 9.28 45.653333-35.626667 72.746667-68.16 93.44-5.333333 0.32-16 0.853333-21.333333 1.173334-61.013333 3.626667-132.48-9.706667-157.546667-73.493334m91.626667-74.026666c-37.333333 7.04-87.786667 41.92-69.653333 85.44 31.146667 50.346667 100.8 56.746667 153.28 42.88 22.186667-15.146667-25.813333-12.586667-30.4-27.946667-32.426667-37.226667 4.8-90.56 50.133333-87.146667-29.653333-21.12-69.12-21.013333-103.36-13.226666m116.373333 31.36c-20.266667 4.48-15.573333 43.306667 7.466667 37.866666 21.973333-3.413333 14.4-43.946667-7.466667-37.866666zM196.053333 447.893333c7.36-40.213333 42.773333-64.746667 78.293334-79.04 59.093333-9.493333 127.146667 17.813333 138.453333 82.346667-15.466667 62.08-79.146667 85.76-137.28 83.626667l-3.84 0.213333c-32.746667-20.48-73.066667-43.733333-75.626667-87.146667m73.386667-61.12c-30.72 8.96-61.76 36.906667-57.706667 71.573334 15.573333 56.426667 92.48 75.093333 140.053334 48.746666-21.973333-9.6-50.346667-21.653333-50.346667-50.133333-7.253333-35.413333 29.546667-56.213333 60.053333-56.96-20.586667-27.52-62.72-18.88-92.053333-13.226667m104.746667 32.96c-23.786667 3.84-14.4 41.066667 7.04 35.093334 23.146667-2.133333 15.36-42.453333-7.04-35.093334z"
fill="#1F1F1F"></path>
<path
d="M269.44 386.773333c29.333333-5.653333 71.466667-14.293333 92.053333 13.226667-30.506667 0.746667-67.306667 21.546667-60.053333 56.96 0 28.48 28.373333 40.533333 50.346667 50.133333-47.573333 26.346667-124.48 7.68-140.053334-48.746666-4.053333-34.666667 26.986667-62.613333 57.706667-71.573334zM642.56 386.346667c34.24-7.786667 73.706667-7.893333 103.36 13.226666-45.333333-3.413333-82.56 49.92-50.133333 87.146667 4.586667 15.36 52.586667 12.8 30.4 27.946667-52.48 13.866667-122.133333 7.466667-153.28-42.88-18.133333-43.52 32.32-78.4 69.653333-85.44z"
fill="#FFFFF8"></path>
<path
d="M374.186667 419.733333c22.4-7.36 30.186667 32.96 7.04 35.093334-21.44 5.973333-30.826667-31.253333-7.04-35.093334zM758.933333 417.706667c21.866667-6.08 29.44 34.453333 7.466667 37.866666-23.04 5.44-27.733333-33.386667-7.466667-37.866666z"
fill="#7B8B70"></path>
<path
d="M369.6 571.626667c32.213333-21.226667 56.106667-61.653333 100.266667-57.066667 45.226667-9.28 69.546667 36.693333 108.16 48.426667 45.866667 21.333333 87.573333-18.133333 130.453333-29.12 5.333333-0.32 16-0.853333 21.333333-1.173334 46.506667 36.266667 108.586667 44.16 163.946667 26.026667 2.666667 24.533333 3.2 49.173333 3.52 73.813333-32.213333 183.68-211.093333 322.453333-396.266667 313.6-181.76-1.6-347.52-144.853333-375.36-324.48-0.106667-28.16 0.426667-56.426667 4.373334-84.373333 47.146667-6.293333 94.933333 9.493333 141.653333-2.24l3.84-0.213333c25.6 23.146667 60.266667 34.133333 94.08 36.8m-36.373333 37.12c-22.826667 8.106667-12.8 39.36-5.333334 55.786666 11.093333 27.306667 49.493333 30.826667 56.106667 60.586667 3.733333 20.373333 25.28 40 19.093333 60.16-33.066667 7.573333-74.666667 4.053333-95.573333-26.24-9.92-8.32-15.253333-28.053333-31.466667-24-5.12 40.746667 40.426667 68.266667 75.413334 75.946667 34.986667 10.88 68.266667-18.56 102.826666-6.293334 61.973333 20.373333 132.16-0.106667 178.24-44.8 9.706667-9.173333 12.053333-20.16 6.826667-33.066666-26.88 14.186667-45.226667 41.173333-74.666667 51.306666-58.88 25.493333-149.653333 10.133333-161.386666-64 11.946667-33.6 70.933333-58.24 50.56-101.546666-37.546667-15.146667-81.6-11.413333-120.64-3.84z"
fill="#FFFFAB"></path>
<path
d="M333.226667 608.746667c39.04-7.573333 83.093333-11.306667 120.64 3.84 20.373333 43.306667-38.613333 67.946667-50.56 101.546666 11.733333 74.133333 102.506667 89.493333 161.386666 64 29.44-10.133333 47.786667-37.12 74.666667-51.306666 5.226667 12.906667 2.88 23.893333-6.826667 33.066666-46.08 44.693333-116.266667 65.173333-178.24 44.8-34.56-12.266667-67.84 17.173333-102.826666 6.293334-34.986667-7.68-80.533333-35.2-75.413334-75.946667 16.213333-4.053333 21.546667 15.68 31.466667 24 20.906667 30.293333 62.506667 33.813333 95.573333 26.24 6.186667-20.16-15.36-39.786667-19.093333-60.16-6.613333-29.76-45.013333-33.28-56.106667-60.586667-7.466667-16.426667-17.493333-47.68 5.333334-55.786666m95.573333 21.973333c-12.586667 43.2 42.453333-11.84 0 0z"
fill="#7D180F"></path>
<path d="M428.8 630.72c42.453333-11.84-12.586667 43.2 0 0z" fill="#FFFFF8"></path>
</svg>
</div>
</template>
💕&nbsp;投递舔狗日记
</n-popconfirm>
<!-- 鸡汤来咯 -->
<n-popconfirm :show-icon="false" positive-text="" @positive-click="sendPoetry(4)" negative-text="">
<template #trigger>
<div class="myEmoji">
<svg viewBox="0 0 1024 1024" width="25" height="25">
<path
d="M841.5 641.1c0 175.8-147.2 248.4-328.7 248.4C331.2 889.5 184 817 184 641.1c0-175.8 147.2-388.3 328.7-388.3 181.6 0 328.8 212.5 328.8 388.3z"
fill="#FFFFFF"></path>
<path
d="M512.8 900.4c-212.7 0-339.7-96.9-339.7-259.3 0-180.8 151.5-399.3 339.7-399.3s339.6 218.4 339.6 399.3c0 162.4-126.9 259.3-339.6 259.3z m0-636.7C336.7 263.7 195 470.2 195 641.1c0 214.3 222.3 237.5 317.8 237.5s317.8-23.1 317.8-237.5c0-170.9-141.8-377.4-317.8-377.4z"
fill="#7F0518"></path>
<path
d="M660.2 160.8c-44.7-71.8-88.2-21.1-97.5-8.7 6.4-15.7 8.3-76.8-51.9-76.8-56.8 0-49.4 56.9-45.7 74.4-12.3-15.3-53.4-56.6-95.5 11.2-50.4 81 96.3 204.7 96.3 204.7 7.5 5.3 14.6 8.6 21.4 10.4 8.3 2.9 19.5 5.6 32.4 5.6 18 0 31.6-7.4 38.8-12.5 1.8-1.1 3.6-2.2 5.5-3.6-0.1 0 146.6-123.8 96.2-204.7z"
fill="#FF6A48"></path>
<path
d="M519.6 392.5c-12 0-24.1-2.1-36-6.2-7.6-2-16-6-24.1-11.8-7-5.9-154-131.4-99.2-219.4 16.9-27.1 36-41.5 56.9-42.7 13-1.1 25.1 3.8 34.7 10.2 0.5-13.2 3.7-27.8 12.9-39.1 10.3-12.6 25.8-19 46.1-19 30.4 0 46.2 14 54.2 25.8 6.9 10.2 10.2 22.2 11.3 33.5 9.7-6.8 21.8-12.3 35.5-11.4 21.2 0.9 40.5 15.3 57.7 42.8 54.8 88-92.2 213.5-98.5 218.8-2.9 2.1-5 3.4-7.1 4.7-7 4.7-23.1 13.8-44.4 13.8zM420 134c-0.5 0-1.1 0-1.6 0.1-13.4 0.8-26.7 11.7-39.6 32.5-44.8 72 92.7 189.4 94 190.6 5.3 3.7 11.3 6.7 17.2 8.2 7.4 2.5 17.6 5.3 29.6 5.3 15.3 0 27-6.6 32.6-10.5 2.3-1.4 3.9-2.4 5.5-3.5 0.7-0.6 138.2-118 93.3-190-13.1-21-26.5-31.9-40-32.5-18.5-1-34.9 18.6-39.4 24.6-3.3 4.4-9.3 5.6-14.1 3-4.8-2.7-6.8-8.5-4.8-13.6 2.7-6.6 4.9-29.9-5.7-45.7-7.2-10.7-19.3-16.1-36-16.1-13.6 0-23.1 3.6-29.1 11-12.1 14.9-7.6 42.2-5.9 50.2 1 5-1.5 10-6 12.1-4.6 2.1-10 0.9-13.2-3-5.8-7.1-20.1-22.7-36.8-22.7z"
fill="#7F0518"></path>
<path
d="M530.8 809.8l-0.4-13.2s-6.2 2-15.6 5.9c-9.4-3.9-15.6-5.9-15.6-5.9l-0.4 13.2c-37.2 18.7-91.1 57.2-65.1 116 15.1 34 53.9 28.3 83.3-3.9 4.9 5.3 55.4 56.5 78.7 3.9 26.2-58.8-27.7-97.3-64.9-116z"
fill="#FF6A48"></path>
<path
d="M566.1 960.3c-19.6 0-38.4-13.8-48.9-23.1-18.5 16.8-39.7 24.9-58.2 21.9-15.6-2.5-28.1-12.8-35.2-28.9-21.5-48.7 1.3-93.7 64.3-127.2l0.2-6.8c0.1-3.4 1.8-6.6 4.6-8.6s6.3-2.6 9.6-1.5c0 0 4.7 1.5 12.2 4.5 7.5-3 12.3-4.5 12.3-4.5 3.2-1 6.8-0.4 9.6 1.5 2.8 2 4.5 5.2 4.6 8.6l0.2 6.8c63 33.5 85.8 78.5 64.3 127.2-9.5 21.5-23.3 27.9-33.3 29.6-2 0.3-4.1 0.5-6.3 0.5z m-49-49.3c3.1 0 6 1.3 8.1 3.6 6.4 7 28.5 26.4 43.8 23.7 2.5-0.4 10.1-1.7 16.8-16.8 21.5-48.5-20.8-82.2-60-101.8-3-1.5-5.1-4.3-5.8-7.5-0.3 0.1-0.7 0.3-1 0.4-2.7 1.1-5.7 1.1-8.5 0-0.3-0.1-0.7-0.3-1-0.4-0.7 3.2-2.8 6-5.8 7.5-39.2 19.6-81.4 53.3-60 101.8 4.2 9.4 10.4 14.8 18.7 16.2 13.7 2.3 31.5-6.6 46.5-23 2.2-2.4 5.2-3.7 8.2-3.7z"
fill="#7F0518"></path>
<path
d="M662.8 722.5s-38.4-108.4-142.4-108.4-146.1 101.8-146.1 101.8c0.7 2 30.8 131.7 139.9 131.7 95.2-0.1 133.1-83.1 148.6-125.1z"
fill="#FFC831"></path>
<path
d="M514.2 858.4c-108 0-144.1-115.8-150.2-139.1-0.6-2.3-0.7-5.5 0.3-7.7 1.8-4.4 46.1-108.6 156.2-108.6 110.5 0 152.3 114.6 152.7 115.7 0.9 2.4 0.8 5-0.1 7.4-32.4 87.9-85.8 132.3-158.9 132.3zM385.8 716.8c8.4 28.8 41.5 119.8 128.3 119.8 62 0 108-38.4 136.9-114.1-7.5-18.3-45-97.6-130.7-97.6-85.4 0-126.4 75.2-134.5 91.9z"
fill="#7F0518"></path>
<path d="M697 579.1m-54.5 0a54.5 54.5 0 1 0 109 0 54.5 54.5 0 1 0-109 0Z" fill="#7F0518"></path>
<path d="M683.3 568m-25.1 0a25.1 25.1 0 1 0 50.2 0 25.1 25.1 0 1 0-50.2 0Z" fill="#FFFFFF"></path>
<path d="M715.4 604.6m-11.5 0a11.5 11.5 0 1 0 23 0 11.5 11.5 0 1 0-23 0Z" fill="#FFFFFF"></path>
<path d="M329 579.1m-54.5 0a54.5 54.5 0 1 0 109 0 54.5 54.5 0 1 0-109 0Z" fill="#7F0518"></path>
<path d="M315.3 568m-25.1 0a25.1 25.1 0 1 0 50.2 0 25.1 25.1 0 1 0-50.2 0Z" fill="#FFFFFF"></path>
<path d="M347.5 604.6m-11.5 0a11.5 11.5 0 1 0 23 0 11.5 11.5 0 1 0-23 0Z" fill="#FFFFFF"></path>
<path
d="M726.9 464.4c-2.6 0-5.3-1-7.4-2.9-10.2-9.3-20.2-14-29.7-13.1-13.7 0.9-23.1 11.9-23.2 12.1-3.9 4.6-10.8 5.3-15.3 1.4-4.6-3.8-5.3-10.6-1.6-15.3 0.6-0.7 15.1-18.3 38.4-20 15.9-1 31.4 5.2 46.3 18.8 4.4 4.1 4.7 11 0.7 15.4-2.3 2.5-5.3 3.6-8.2 3.6z"
fill="#7F0518"></path>
<path
d="M301.6 464.4c-2.4 0-4.9-0.8-6.9-2.4-4.7-3.8-5.4-10.7-1.6-15.4 0.6-0.7 15.2-18.3 38.4-20 15.8-1 31.4 5.2 46.2 18.8 4.4 4.1 4.7 11 0.6 15.4-4 4.5-11 4.7-15.4 0.6-10.2-9.4-20.3-14-29.9-13.1-13.7 1-22.9 11.9-23 12-2.1 2.8-5.2 4.1-8.4 4.1z"
fill="#7F0518"></path>
<path
d="M518.9 771c-70.7 0-123.5-34.6-124.3-35.1-5-3.4-6.3-10.1-3-15.1 3.4-5 10.1-6.4 15.1-3 4.4 2.9 108.1 70.4 216.2-0.1 5-3.3 11.8-1.9 15.1 3.2 3.3 5.1 1.8 11.8-3.2 15.1-40.2 26.3-80.4 35-115.9 35z"
fill="#7F0518"></path>
</svg>
</div>
</template>
💕&nbsp;鸡汤来咯
</n-popconfirm>
<!-- 社会语录 -->
<n-popconfirm :show-icon="false" positive-text="" @positive-click="sendPoetry(5)" negative-text="">
<template #trigger>
<div class="myEmoji">
<svg viewBox="0 0 1024 1024" width="25" height="25">
<path
d="M925.013333 894.293333h-819.2V853.333333c0-95.573333 61.44-177.493333 150.186667-208.213333l98.986667-34.133333 6.826666 6.826666c44.373333 47.786667 98.986667 71.68 153.6 71.68s112.64-27.306667 153.6-71.68l6.826667-6.826666 98.986667 34.133333c88.746667 30.72 150.186667 116.053333 150.186666 208.213333v40.96z m-785.066666-34.133333h750.933333V853.333333c0-78.506667-51.2-150.186667-126.293333-177.493333l-75.093334-27.306667c-47.786667 47.786667-109.226667 75.093333-170.666666 75.093334s-122.88-27.306667-170.666667-75.093334l-78.506667 27.306667c-75.093333 27.306667-126.293333 98.986667-126.293333 177.493333v6.826667zM430.08 382.293333h34.133333v34.133334h-34.133333zM566.613333 382.293333h34.133334v34.133334h-34.133334z"
fill="#2D3545"></path>
<path
d="M515.413333 655.36c-85.333333 0-160.426667-68.266667-191.146666-170.666667-27.306667 0-47.786667-37.546667-47.786667-85.333333 0-37.546667 13.653333-68.266667 34.133333-81.92v-3.413333c0-95.573333 64.853333-177.493333 157.013334-197.973334l6.826666 34.133334c-78.506667 17.066667-129.706667 85.333333-129.706666 167.253333v10.24l3.413333 23.893333-20.48-3.413333c-3.413333 3.413333-17.066667 20.48-17.066667 51.2 0 34.133333 13.653333 51.2 17.066667 51.2l20.48-13.653333 6.826667 20.48c23.893333 95.573333 88.746667 160.426667 160.426666 160.426666s136.533333-64.853333 160.426667-160.426666l6.826667-23.893334 20.48 13.653334c6.826667 0 17.066667-17.066667 17.066666-51.2 0-30.72-10.24-47.786667-17.066666-51.2l-20.48 6.826666 3.413333-23.893333v-10.24c0-78.506667-54.613333-146.773333-129.706667-167.253333l6.826667-34.133334c92.16 20.48 157.013333 102.4 157.013333 197.973334v6.826666c20.48 10.24 34.133333 40.96 34.133334 78.506667 0 47.786667-20.48 81.92-47.786667 85.333333-30.72 102.4-105.813333 170.666667-191.146667 170.666667z"
fill="#2D3545"></path>
<path
d="M546.133333 279.893333h-61.44l-40.96-204.8h143.36l-40.96 204.8z m-34.133333-34.133333h6.826667l27.306666-136.533333h-61.44l27.306667 136.533333z"
fill="#2D3545"></path>
</svg>
</div>
</template>
💕&nbsp;传教社会语录
</n-popconfirm>
<!-- 诗词炮弹 -->
<n-popconfirm :show-icon="false" positive-text="" @positive-click="sendPoetry(1)" negative-text="">
<template #trigger>
<div class="myEmoji">
<svg viewBox="0 0 1024 1024" width="25" height="25">
<path
d="M900.096 444.928c-14.848-204.8-210.432-210.432-210.432-210.432s-72.704-143.872-227.84-118.272C294.4 143.36 278.016 313.856 278.016 313.856S133.12 350.208 138.24 501.76c5.12 160.768 162.304 184.32 162.304 184.32h420.352s194.048-39.936 179.2-241.152z"
fill="#D1D1D1"></path>
<path
d="M399.872 754.688l-38.4 128.512H337.92l-25.6-90.112c-1.024-4.096-1.536-8.192-2.048-12.288h-0.512c0 3.072-1.024 7.168-2.56 12.288l-27.648 90.624h-23.04l-38.4-128.512h23.552l25.6 95.232c1.024 3.072 1.536 6.656 1.536 11.776h1.024c0.512-4.096 1.024-8.192 2.048-12.288l27.648-94.72h20.992l27.136 95.232c1.024 2.56 1.536 6.656 2.048 11.776h1.024c0-3.584 1.024-7.168 2.048-11.776l25.088-95.232h22.016zM413.696 820.224c0-20.992 6.144-37.888 17.92-50.176 11.776-12.288 28.16-18.432 48.128-18.432 19.456 0 34.304 6.144 45.568 17.92s16.384 28.16 16.384 49.152c0 20.48-5.632 36.864-17.408 49.152-11.776 12.288-27.136 18.944-47.104 18.944-19.456 0-34.304-6.144-46.08-17.92-11.776-13.312-17.408-29.184-17.408-48.64z m23.552-1.024c0 14.848 3.584 26.624 11.264 34.816 7.68 8.704 17.408 12.8 30.208 12.8 12.8 0 23.04-4.096 29.696-12.288 6.656-8.192 10.24-20.48 10.24-35.84 0-15.872-3.584-27.648-10.24-35.84-6.656-8.192-16.896-12.8-29.696-12.8s-23.04 4.608-30.208 13.312c-7.68 8.704-11.264 20.992-11.264 35.84zM642.56 777.216c-3.584-2.56-9.216-4.096-15.872-4.096-8.704 0-15.872 4.096-22.016 12.288-5.632 8.192-8.704 18.944-8.704 32.768v65.024H573.44v-128.512h22.528v26.112h0.512c6.656-18.944 17.92-28.16 33.792-28.16 5.12 0 9.216 0.512 11.776 1.536v23.04zM772.608 883.2h-22.528v-21.504h-0.512c-9.216 16.384-24.064 24.576-43.52 24.576-16.384 0-29.184-5.632-38.912-17.408-9.728-11.776-14.336-27.136-14.336-47.104 0-20.992 5.632-38.4 16.384-51.2s25.088-19.456 42.496-19.456 30.208 6.656 37.888 20.48h0.512v-79.36h22.528v190.976z m-22.528-76.8c0-10.24-3.584-18.944-10.24-25.6-6.656-7.168-15.36-10.24-25.088-10.24-12.288 0-21.504 4.608-28.672 13.312-7.168 9.216-10.24 21.504-10.24 36.864 0 14.336 3.584 25.6 10.24 33.792 6.656 8.192 15.872 12.288 26.624 12.288s19.968-4.096 27.136-12.288 10.24-18.432 10.24-30.72v-17.408z"
fill="#9C9C9C"></path>
</svg>
</div>
</template>
💕&nbsp;发射诗词炮弹
</n-popconfirm>
</div>
<!-- 输入框 -->
<textarea @keydown="send($event)"
v-model="msg"
maxlength="1000"
spellcheck="false"
class="message-content">
</textarea>
<!-- 发送 -->
<div class="message-send">
<span style="color: var(--greyFont);margin-right: 15px;font-size: 12px">Ctrl+Enter换行 | Enter发送</span>
<n-button @click="doSend()" type="info">
发送
</n-button>
</div>
</div>
<!-- 聊天图片弹出框 -->
<n-modal v-model:show="showPictureDialog">
<div style="padding: 40px;background: var(--white);border-radius: 5px;width: 20%">
<div style="margin: 0 0 25px;text-align: center;font-size: 18px">上传图片</div>
<uploadPicture :prefix="picturePrefix" @addPicture="addPicture" :maxSize="2"
:maxNumber="1"></uploadPicture>
</div>
</n-modal>
</div>
</template>
<script>
import {useStore} from 'vuex';
import {useDialog} from 'naive-ui';
import {nextTick} from 'vue';
import {ElMessage} from "element-plus";
import emoji from "./emoji";
import uploadPicture from "./uploadPicture";
import {reactive, getCurrentInstance, onMounted, onBeforeUnmount, watchEffect, toRefs} from 'vue';
export default {
components: {
uploadPicture,
emoji
},
props: {
currentChatFriendId: {
type: Number
},
currentChatGroupId: {
type: Number
},
friends: {
type: Object
},
groups: {
type: Object
},
imMessages: {
type: Object
},
groupMessages: {
type: Object
},
imageList: {
type: Array
}
},
setup(props, context) {
const globalProperties = getCurrentInstance().appContext.config.globalProperties;
const $common = globalProperties.$common;
const $http = globalProperties.$http;
const $constant = globalProperties.$constant;
const store = useStore();
const dialog = useDialog();
let data = reactive({
//
msg: '',
//
showPictureDialog: false,
picturePrefix: '',
showPopoverImage: false
})
function sendPicture() {
if (!$common.isEmpty(props.currentChatFriendId)) {
data.picturePrefix = 'im/friendMessage';
data.showPictureDialog = true;
} else if (!$common.isEmpty(props.currentChatGroupId)) {
data.picturePrefix = 'im/groupMessage';
data.showPictureDialog = true;
}
}
function addPicture(res) {
data.msg += "[" + store.state.currentUser.username + "," + res + "]";
data.showPictureDialog = false;
}
function openFriendCircle(userId, avatar, username) {
context.emit("openFriendCircle", userId, avatar, username);
}
function addEmoji(key) {
data.msg += key;
}
function sendImage(url) {
data.msg += "[" + store.state.currentUser.username + "," + url + "]";
data.showPopoverImage = false;
doSend();
}
function sendPoetry(type) {
if (type === 1) {
sendGuShi();
} else if (type === 2) {
sendYiyan();
} else if (type === 3) {
sendDog();
} else if (type === 4) {
sendJitang();
} else if (type === 5) {
sendShehui();
}
}
function sendGuShi() {
let xhr = new XMLHttpRequest();
xhr.open('get', $constant.jinrishici);
xhr.onreadystatechange = function () {
if (xhr.readyState === 4) {
let guShi = JSON.parse(xhr.responseText).content;
if (!$common.isEmpty(guShi)) {
data.msg = guShi;
doSend()
}
}
};
xhr.send();
}
function sendYiyan() {
let xhr = new XMLHttpRequest();
xhr.open('get', $constant.yiyan);
xhr.onreadystatechange = function () {
if (xhr.readyState === 4) {
let yiyan = xhr.responseText;
if (!$common.isEmpty(yiyan)) {
data.msg = yiyan.substring(1, yiyan.length - 1);
doSend()
}
}
};
xhr.send();
}
function sendDog() {
let xhr = new XMLHttpRequest();
xhr.open('get', $constant.dog);
xhr.onreadystatechange = function () {
if (xhr.readyState === 4) {
let dog = xhr.responseText;
if (!$common.isEmpty(dog)) {
data.msg = dog.substring(1, dog.length - 1);
doSend()
}
}
};
xhr.send();
}
function sendJitang() {
let xhr = new XMLHttpRequest();
xhr.open('get', $constant.jitang);
xhr.onreadystatechange = function () {
if (xhr.readyState === 4) {
let jitang = xhr.responseText;
if (!$common.isEmpty(jitang)) {
data.msg = jitang.substring(1, jitang.length - 1);
doSend()
}
}
};
xhr.send();
}
function sendShehui() {
let xhr = new XMLHttpRequest();
xhr.open('get', $constant.shehui);
xhr.onreadystatechange = function () {
if (xhr.readyState === 4) {
let shehui = xhr.responseText;
if (!$common.isEmpty(shehui)) {
data.msg = shehui.substring(1, shehui.length - 1);
doSend()
}
}
};
xhr.send();
}
function send(e) {
if (e && (e.ctrlKey || e.shiftKey) && e.keyCode === 13) {
e.returnValue = false;
data.msg = data.msg + '\n';
} else if (e && e.keyCode === 13) {
e.returnValue = false;
doSend();
}
}
function doSend() {
if ($common.isEmpty(data.msg)) {
return;
}
if (!$common.isEmpty(props.currentChatFriendId)) {
let message = {
messageType: 1,
content: data.msg,
fromId: store.state.currentUser.id,
toId: props.currentChatFriendId,
avatar: store.state.currentUser.avatar
}
let success = false;
context.emit("sendMsg", JSON.stringify(message), val => {
success = val;
});
if (success) {
data.msg = '';
}
} else if (!$common.isEmpty(props.currentChatGroupId)) {
let message = {
messageType: 2,
content: data.msg,
fromId: store.state.currentUser.id,
groupId: props.currentChatGroupId,
avatar: store.state.currentUser.avatar,
username: store.state.currentUser.username
}
let success = false;
context.emit("sendMsg", JSON.stringify(message), val => {
success = val;
});
if (success) {
data.msg = '';
}
}
}
return {
...toRefs(data),
openFriendCircle,
addEmoji,
addPicture,
sendPicture,
sendImage,
sendPoetry,
send,
doSend
}
}
}
</script>
<style scoped>
.msg-container {
background: var(--midWhite);
overflow-y: scroll;
height: calc(100% - 240px);
}
.msg-one {
margin: 15px 20px;
display: flex;
align-items: flex-start;
}
.message {
max-width: 50%;
padding: 5px 10px;
line-height: 25px;
word-break: break-all;
position: relative;
color: var(--black);
margin: 0 12px 0 12px;
}
.message::before {
content: "";
position: absolute;
width: 0;
height: 0;
border: 3px solid;
top: 0;
}
.message-left .message {
background-color: var(--white);
border-radius: 0 4px 4px 4px;
}
.message-left .message::before {
left: -6px;
border-color: var(--white) var(--white) transparent transparent;
}
.message-right {
flex-direction: row-reverse;
}
.message-right .message {
background-color: var(--messageColor);
border-radius: 4px 0 4px 4px;
}
.message-right .message::before {
right: -6px;
border-color: var(--messageColor) transparent transparent var(--messageColor);
}
.msg-date, .msg-user {
font-size: 12px;
color: var(--greyFont);
}
.myEmoji {
transition: all 0.5s;
margin-right: 15px;
cursor: pointer;
}
.myEmoji:hover {
transform: scale(1.2);
}
.message-content {
width: calc(100% - 30px);
margin: 0 15px;
box-sizing: border-box;
height: calc(100% - 100px);
display: block;
border: none;
outline: none;
box-shadow: none;
resize: none;
font-size: 18px;
}
.message-send {
float: right;
padding: 10px 30px 15px;
}
.message-send .n-button {
height: 30px;
padding: 10px 25px;
}
.image-list {
overflow: auto;
max-width: 400px;
max-height: 200px;
display: flex;
flex-flow: wrap;
gap: 10px;
}
@media screen and (max-width: 400px) {
.msg-one {
margin: 15px 10px;
}
.image-list {
max-width: 230px !important;
}
}
</style>

@ -0,0 +1,134 @@
<template>
<div>
<!-- -->
<textarea
class="comment-textarea"
v-model="commentContent"
placeholder="写下点什么..."
maxlength="1000"/>
<!-- 按钮 -->
<div class="myBetween" style="margin-bottom: 10px">
<div style="display: flex">
<div @click="showEmoji = !showEmoji">
<span class="myEmoji">🌕</span>
</div>
<div @click="openPicture()">
<span class="myPicture">🌫</span>
</div>
</div>
<div style="display: flex">
<proButton :info="'提交'"
@click="submitComment()"
:before="$constant.before_color_2"
:after="$constant.after_color_2">
</proButton>
</div>
</div>
<!-- 表情 -->
<emoji @addEmoji="addEmoji" :showEmoji="showEmoji"></emoji>
<n-modal v-model:show="showPicture">
<div class="comment-picture">
<uploadPicture :prefix="'commentPicture'" @addPicture="addPicture" :maxSize="2"
:maxNumber="1"></uploadPicture>
</div>
</n-modal>
</div>
</template>
<script>
import proButton from "./proButton";
import emoji from "./emoji";
import uploadPicture from "./uploadPicture";
import {ElMessage} from "element-plus";
export default {
components: {
emoji,
proButton,
uploadPicture
},
data() {
return {
commentContent: "",
showEmoji: false,
showPicture: false,
picture: {
name: this.$store.state.currentUser.username,
url: ""
}
};
},
methods: {
openPicture() {
this.showPicture = true
},
addPicture(res) {
this.picture.url = res;
this.savePicture();
},
savePicture() {
let img = "[" + this.picture.name + "," + this.picture.url + "]";
this.commentContent += img;
this.picture.url = "";
this.showPicture = false;
},
addEmoji(key) {
this.commentContent += key;
},
submitComment() {
if (this.commentContent.trim() === "") {
ElMessage({
message: "你还没写呢~",
type: 'warning'
});
return;
}
this.$emit("submitComment", this.commentContent.trim());
this.commentContent = "";
}
}
}
</script>
<style scoped>
.comment-textarea {
border: 1px solid var(--lightGray);
width: calc(100% - 40px);
font-size: 14px;
padding: 15px;
min-height: 180px;
/* 不改变大小 */
resize: none;
/* 不改变边框 */
outline: none;
border-radius: 4px;
background-image: var(--commentURL);
background-size: contain;
background-repeat: no-repeat;
background-position: 100%;
margin-bottom: 10px;
}
.comment-textarea:focus {
border-color: var(--themeBackground);
}
.myEmoji {
font-size: 19px;
cursor: pointer;
margin-right: 12px;
}
.myPicture {
font-size: 18px;
cursor: pointer;
}
.comment-picture {
background-color: var(--background);
border-radius: 10px;
padding: 30px;
}
</style>

@ -0,0 +1,83 @@
<template>
<div>
<transition name="body">
<div v-show="showEmoji" class="emoji-body">
<span class="emoji-item"
v-for="(value, key, index) in emojiListURL"
:key="index"
@click="addEmoji(key)">
<img loading="lazy" class="emoji" :src="value" :title="key" width="30" height="30"/>
</span>
</div>
</transition>
</div>
</template>
<script>
export default {
props: {
showEmoji: {
type: Boolean
}
},
data() {
return {
emojiList: this.$constant.emojiList,
emojiListURL: {}
};
},
created() {
this.emojiListURL = this.getEmojiList(this.emojiList);
},
methods: {
addEmoji(key) {
this.$emit("addEmoji", key);
},
getEmojiList(emojiList) {
let emojiName;
let url;
let result = {}
for (let i = 0; i < emojiList.length; i++) {
emojiName = "[" + emojiList[i] + "]";
let j = i + 1;
url = this.$store.state.sysConfig['webStaticResourcePrefix'] + "emoji/q" + j + ".gif";
result[emojiName] = url;
}
return result;
}
}
}
</script>
<style scoped>
.emoji-body {
max-width: 400px;
}
.emoji-item {
cursor: pointer;
display: inline-block;
}
.emoji-item:hover {
transition: all 0.2s;
border-radius: 0.25rem;
background: var(--lightGray);
}
.emoji {
margin: 0.25rem;
/* 把此元素放置在父元素的中部 */
vertical-align: middle;
}
.body-enter-active, .body-leave-active {
transition: all 0.3s;
}
.body-enter, .body-leave-to {
opacity: 0;
transform: scale(0.5);
}
</style>

@ -0,0 +1,385 @@
<template>
<div>
<!-- 群名称 -->
<div style="height: 60px;background-color: var(--maxWhite)">
<span style="line-height: 60px;margin-left: 20px;font-size: 18px">
{{groups[currentGroupId].groupName}}
</span>
</div>
<!-- 群信息 -->
<div style="background: var(--midWhite);height: calc(100% - 60px)">
<!-- 群头像 -->
<div class="myCenter" style="padding: 50px 0">
<n-avatar object-fit="cover"
:size="60"
lazy
:src="groups[currentGroupId].avatar"/>
</div>
<!-- 群信息 -->
<div class="myCenter">
<div style="width: 65%;font-size: 16px">
<!-- 群名称 -->
<div style="margin-bottom: 10px">
<span class="friend-label">
群名称
</span>
<span style="margin: 0 5px 0 0">
{{groups[currentGroupId].groupName}}
</span>
<span @click="changeDataType(2)"
v-if="groups[currentGroupId].masterFlag"
style="display: inline-block;vertical-align: sub;cursor: pointer">
<svg viewBox="0 0 1024 1024" width="20" height="20">
<path
d="M929.909189 827.019236H93.990821c-16.598379 0-29.997071 13.398692-29.99707 29.997071s13.398692 29.997071 29.99707 29.997071h835.918368c16.598379 0 29.997071-13.398692 29.99707-29.997071 0-16.498389-13.398692-29.997071-29.99707-29.997071z"
fill="#FF6600" opacity=".502"></path>
<path
d="M705.931061 198.080656c3.099697 0 8.999121 0.799922 14.098624 5.899424l28.297236 28.297237c5.099502 5.099502 5.899424 10.998926 5.899424 14.098623 0 3.099697-0.799922 8.999121-5.899424 14.098623L392.161703 616.739772l-86.991505 28.997168 27.597305-82.791915 358.964945-358.964945c5.099502-5.199492 11.098916-5.899424 14.198613-5.899424m0-59.994141c-20.497998 0-40.896006 7.799238-56.594473 23.397715L281.672493 529.148325l-0.699932-0.699931-70.693096 212.079289 212.079289-70.693097 0.699932 0.699932 367.664095-367.664095c31.196953-31.196953 31.196953-81.892003 0-113.088956l-28.297237-28.297237c-15.598477-15.598477-35.996485-23.397715-56.494483-23.397715z"
fill="#FF6600"></path>
<path d="M578.626494 230.803461L621.049351 188.381603l141.40619 141.406191-42.421857 42.421857z"
fill="#FF6600"></path>
</svg>
</span>
</div>
<!-- 群公告 -->
<div style="margin-bottom: 10px">
<span class="friend-label">
群公告
</span>
<span style="margin: 0 5px 0 0">
{{groups[currentGroupId].notice}}
</span>
<span @click="changeDataType(3)"
v-if="groups[currentGroupId].masterFlag"
style="display: inline-block;vertical-align: sub;cursor: pointer">
<svg viewBox="0 0 1024 1024" width="20" height="20">
<path
d="M929.909189 827.019236H93.990821c-16.598379 0-29.997071 13.398692-29.99707 29.997071s13.398692 29.997071 29.99707 29.997071h835.918368c16.598379 0 29.997071-13.398692 29.99707-29.997071 0-16.498389-13.398692-29.997071-29.99707-29.997071z"
fill="#FF6600" opacity=".502"></path>
<path
d="M705.931061 198.080656c3.099697 0 8.999121 0.799922 14.098624 5.899424l28.297236 28.297237c5.099502 5.099502 5.899424 10.998926 5.899424 14.098623 0 3.099697-0.799922 8.999121-5.899424 14.098623L392.161703 616.739772l-86.991505 28.997168 27.597305-82.791915 358.964945-358.964945c5.099502-5.199492 11.098916-5.899424 14.198613-5.899424m0-59.994141c-20.497998 0-40.896006 7.799238-56.594473 23.397715L281.672493 529.148325l-0.699932-0.699931-70.693096 212.079289 212.079289-70.693097 0.699932 0.699932 367.664095-367.664095c31.196953-31.196953 31.196953-81.892003 0-113.088956l-28.297237-28.297237c-15.598477-15.598477-35.996485-23.397715-56.494483-23.397715z"
fill="#FF6600"></path>
<path d="M578.626494 230.803461L621.049351 188.381603l141.40619 141.406191-42.421857 42.421857z"
fill="#FF6600"></path>
</svg>
</span>
</div>
<!-- 群简介 -->
<div style="margin-bottom: 40px">
<span class="friend-label">群简介</span>
<span style="margin: 0 5px 0 6px">
{{groups[currentGroupId].introduction}}
</span>
<span @click="changeDataType(4)"
v-if="groups[currentGroupId].masterFlag"
style="display: inline-block;vertical-align: sub;cursor: pointer">
<svg viewBox="0 0 1024 1024" width="20" height="20">
<path
d="M929.909189 827.019236H93.990821c-16.598379 0-29.997071 13.398692-29.99707 29.997071s13.398692 29.997071 29.99707 29.997071h835.918368c16.598379 0 29.997071-13.398692 29.99707-29.997071 0-16.498389-13.398692-29.997071-29.99707-29.997071z"
fill="#FF6600" opacity=".502"></path>
<path
d="M705.931061 198.080656c3.099697 0 8.999121 0.799922 14.098624 5.899424l28.297236 28.297237c5.099502 5.099502 5.899424 10.998926 5.899424 14.098623 0 3.099697-0.799922 8.999121-5.899424 14.098623L392.161703 616.739772l-86.991505 28.997168 27.597305-82.791915 358.964945-358.964945c5.099502-5.199492 11.098916-5.899424 14.198613-5.899424m0-59.994141c-20.497998 0-40.896006 7.799238-56.594473 23.397715L281.672493 529.148325l-0.699932-0.699931-70.693096 212.079289 212.079289-70.693097 0.699932 0.699932 367.664095-367.664095c31.196953-31.196953 31.196953-81.892003 0-113.088956l-28.297237-28.297237c-15.598477-15.598477-35.996485-23.397715-56.494483-23.397715z"
fill="#FF6600"></path>
<path
d="M578.626494 230.803461L621.049351 188.381603l141.40619 141.406191-42.421857 42.421857z"
fill="#FF6600"></path>
</svg>
</span>
</div>
</div>
</div>
<!-- 群按钮 -->
<div class="myCenter sendMsg">
<n-button type="info" @click="sendGroupMessage()">
发消息
</n-button>
<template
v-if="groups[currentGroupId].groupType === 1 || (groups[currentGroupId].groupType === 2 && groups[currentGroupId].masterFlag)">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<n-button type="primary" @click="groupSetting()">
群设置
</n-button>
</template>
</div>
</div>
<!-- 群设置 -->
<n-drawer class="group-card"
v-model:show="activeGroupSet"
:width="300"
placement="right"
to="#body-group">
<n-card style="margin-bottom: 20px">
<n-tabs default-value="" justify-content="space-evenly" type="line">
<!-- 群设置 -->
<n-tab-pane name="群设置" tab="群设置">
<div>
<div class="myCenter" style="margin: 15px 0">
<n-avatar lazy object-fit="cover" @click="changeAvatar(2)" round class="group-avatar" :size="70"
:src="groups[currentGroupId].avatar"/>
</div>
<div class="group-set"
v-if="groups[currentGroupId].groupType === 1 && groups[currentGroupId].masterFlag">
<div>
是否需要审核
</div>
<div>
<n-switch @update:value="updateInType(currentGroupId, !groups[currentGroupId].inType)"
v-model:value="groups[currentGroupId].inType"/>
</div>
</div>
<div style="display: flex;justify-content: space-around;margin-top: 20px">
<n-button type="warning" @click="exitGroup(currentGroupId)"
v-if="groups[currentGroupId].groupType === 1">
退出群
</n-button>
<template v-if="groups[currentGroupId].masterFlag">
<n-button type="error" @click="dissolveGroup(currentGroupId)">
解散群
</n-button>
</template>
</div>
</div>
</n-tab-pane>
<!-- 成员设置 -->
<n-tab-pane name="群成员" tab="群成员" v-if="groups[currentGroupId].groupType === 1">
<div class="group-user"
v-for="(item, index) in groupUsers"
:key="index">
<!-- 成员信息 -->
<div style="display: flex;align-items: center">
<div>
<n-avatar object-fit="cover"
:size="40"
lazy
:src="item.avatar"/>
</div>
<div style="margin-left: 20px;font-size: 16px">
{{item.username}}
</div>
</div>
<!-- 成员设置 -->
<div style="display: flex;align-items: center">
<div v-if="item.adminFlag"
class="user-tag"
style="background-color: var(--themeBackground)">
管理员
</div>
<div v-if="!item.adminFlag && groups[currentGroupId].adminFlag && item.userStatus === 1"
class="user-tag"
@click="changeGroupUserStatus(currentGroupId, item, 1, 2)"
style="background-color: var(--red);cursor: pointer">
禁言
</div>
<div v-if="!item.adminFlag && groups[currentGroupId].adminFlag && item.userStatus === 2"
class="user-tag"
@click="changeGroupUserStatus(currentGroupId, item, 2, 1)"
style="background-color: var(--blue);cursor: pointer">
解禁
</div>
</div>
</div>
</n-tab-pane>
</n-tabs>
</n-card>
</n-drawer>
</div>
</template>
<script>
import {useStore} from 'vuex';
import {useDialog} from 'naive-ui';
import {nextTick} from 'vue';
import {ElMessage} from "element-plus";
import {reactive, getCurrentInstance, onMounted, onBeforeUnmount, watchEffect, toRefs} from 'vue';
export default {
props: {
currentGroupId: {
type: Number
},
groups: {
type: Object
}
},
setup(props, context) {
const globalProperties = getCurrentInstance().appContext.config.globalProperties;
const $common = globalProperties.$common;
const $http = globalProperties.$http;
const $constant = globalProperties.$constant;
const store = useStore();
const dialog = useDialog();
let data = reactive({
//
groupUsers: [],
//
activeGroupSet: false
})
function updateInType(currentGroupId, inType) {
$http.post($constant.baseURL + "/imChatGroup/updateGroup", {
id: props.groups[currentGroupId].id,
inType: inType
})
.then((res) => {
ElMessage({
message: "修改成功!",
type: 'success'
});
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
function changeDataType(type) {
context.emit("changeDataType", type);
}
function sendGroupMessage() {
context.emit("sendGroupMessage");
}
function groupSetting() {
data.activeGroupSet = true;
if (props.groups[props.currentGroupId].groupType === 1) {
getGroupUser(props.currentGroupId);
}
}
function getGroupUser(groupId, current = 1, size = 9999) {
$http.get($constant.baseURL + "/imChatGroupUser/getGroupUser", {groupId: groupId, current: current, size: size})
.then((res) => {
if (!$common.isEmpty(res.data) && !$common.isEmpty(res.data.records)) {
data.groupUsers = res.data.records;
}
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
function exitGroup(currentGroupId) {
context.emit("exitGroup", currentGroupId);
}
function dissolveGroup(currentGroupId) {
context.emit("dissolveGroup", currentGroupId);
}
function changeGroupUserStatus(groupId, item, oldUserStatus, userStatus) {
$http.get($constant.baseURL + "/imChatGroupUser/changeUserStatus", {
groupId: groupId,
userId: item.userId,
oldUserStatus: oldUserStatus,
userStatus: userStatus
})
.then((res) => {
item.userStatus = userStatus;
ElMessage({
message: "修改成功!",
type: 'success'
});
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
function changeAvatar(type) {
context.emit("changeAvatar", type);
}
return {
...toRefs(data),
changeDataType,
sendGroupMessage,
groupSetting,
updateInType,
exitGroup,
dissolveGroup,
changeGroupUserStatus,
changeAvatar
}
}
}
</script>
<style scoped>
.friend-label {
color: var(--greyFont);
margin-right: 30px;
}
.sendMsg .n-button {
height: 35px;
padding: 15px 25px;
}
.group-set {
display: flex;
justify-content: space-between;
padding: 10px;
}
.group-set:first-child {
font-size: 16px;
}
.user-tag {
color: var(--white);
border-radius: 3px;
font-size: 12px;
padding: 0 6px;
margin: 0 6px;
height: 22px;
line-height: 22px;
letter-spacing: 2px;
}
.group-user {
display: flex;
padding: 10px;
height: 60px;
justify-content: space-between;
box-sizing: border-box;
}
.group-avatar {
cursor: pointer;
transition: all 0.3s;
user-select: none;
}
.group-avatar:hover {
transform: rotate(360deg);
}
</style>

@ -0,0 +1,68 @@
<template>
<div class="myButton">
<div :style="{'background': before}">{{info}}</div>
<div :style="{'background': after}">{{info}}</div>
<div :style="{'background': after}">{{info}}</div>
</div>
</template>
<script>
export default {
props: {
info: {
type: String,
default: "确定"
},
before: {
type: String,
default: "black"
},
after: {
type: String,
default: "linear-gradient(45deg, #f43f3b, #ec008c)"
}
}
}
</script>
<style scoped>
.myButton {
cursor: pointer;
user-select: none;
position: relative;
width: 66px;
height: 33px;
border-radius: 4px;
color: var(--white);
font-size: 14px;
overflow: hidden;
}
.myButton div {
width: 66px;
height: 33px;
line-height: 33px;
border-radius: 4px;
text-align: center;
position: absolute;
}
.myButton div:nth-child(2) {
width: 100px;
transition: all 0.3s ease;
transform: translateX(-120px) skewX(-30deg);
}
.myButton div:nth-child(3) {
transition: all 0.3s ease;
transform: translateX(-120px);
}
.myButton:hover div:nth-child(2) {
transform: translateX(20px) skewX(-30deg);
}
.myButton:hover div:nth-child(3) {
transform: translateX(0px);
}
</style>

@ -0,0 +1,283 @@
<template>
<div class="tree-hole-container">
<ol class="tree-hole-list" v-if="!$common.isEmpty(treeHoleList)">
<li class="tree-hole-li"
v-for="(treeHole, index) in treeHoleList"
style="animation: hideToShow 1.5s"
:key="index">
<div class="tree-hole-content"
:class="{ leftTreeHole: index % 2 === 0 && !$common.mobile(), rightTreeHole: index % 2 !== 0 || $common.mobile() }">
<n-avatar object-fit="cover"
lazy
class="avatar-img"
:size="36"
:src="avatar"/>
<div class="tree-hole-box"
:style="{background: $constant.tree_hole_color[index % $constant.tree_hole_color.length]}">
<div class="box-tag" v-if="index % 2 === 0 && !$common.mobile()"
:style="{'border-color': 'transparent transparent transparent '+$constant.tree_hole_color[index % $constant.tree_hole_color.length]}"></div>
<div class="box-tag" v-if="index % 2 !== 0 || $common.mobile()"
:style="{'border-color': 'transparent '+$constant.tree_hole_color[index % $constant.tree_hole_color.length]+' transparent transparent'}"></div>
<div class="my-content" v-html="treeHole.content"></div>
<div style="display: flex;justify-content: space-between">
<div>😃 {{treeHole.createTime}}</div>
<div @click="deleteTreeHole(treeHole.id)"
class="tree-hole-delete"
v-if="$store.state.currentUser.id === treeHole.userId">
<svg viewBox="0 0 1024 1024" width="18" height="18" style="vertical-align: -2px;">
<path
d="M921.1392 155.392h-270.592v-48.2816c0-22.7328-18.432-41.1648-41.1648-41.1648H426.3424a41.1648 41.1648 0 0 0-41.1648 41.1648v48.2816H110.6432c-14.1312 0-25.6 11.4688-25.6 25.6s11.4688 25.6 25.6 25.6h810.496c14.1312 0 25.6-11.4688 25.6-25.6s-11.4688-25.6-25.6-25.6zM170.8032 260.0448v592.8448c0 50.8928 41.2672 92.16 92.16 92.16h500.6848c50.8928 0 92.16-41.2672 92.16-92.16V260.0448H170.8032z m249.1392 462.7968c0 14.1312-11.4688 25.6-25.6 25.6s-25.6-11.4688-25.6-25.6V443.0848c0-14.1312 11.4688-25.6 25.6-25.6s25.6 11.4688 25.6 25.6v279.7568z m243.1488 0c0 14.1312-11.4688 25.6-25.6 25.6s-25.6-11.4688-25.6-25.6V443.0848c0-14.1312 11.4688-25.6 25.6-25.6s25.6 11.4688 25.6 25.6v279.7568z"
fill="#FF623E"></path>
</svg>
</div>
</div>
</div>
</div>
</li>
</ol>
<div class="tree-hole-go">
<i class="fa fa-paper-plane" @click="launch()"></i>
</div>
</div>
</template>
<script>
export default {
props: {
treeHoleList: {
type: Array
},
avatar: {
type: String
}
},
data() {
return {}
},
computed: {},
watch: {},
created() {
},
mounted() {
},
methods: {
launch() {
this.$emit("launch");
},
deleteTreeHole(id) {
this.$emit("deleteTreeHole", id);
}
}
}
</script>
<style scoped>
.tree-hole-container {
padding: 20px;
margin: 0 auto;
}
.tree-hole-list {
padding: 100px 0 20px;
margin: 0;
position: relative;
list-style: none;
}
.tree-hole-list:before {
content: '';
width: 4px;
border-radius: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
transform: translateX(-50%);
background-color: var(--themeBackground);
}
.tree-hole-list:after {
content: '';
width: 12px;
height: 12px;
border: 4px solid var(--maxLightRed);
border-radius: 50%;
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
background-color: var(--white);
animation: weiYanShadowFlashing 1.5s linear infinite;
}
.tree-hole-li {
margin: 5px auto;
}
.tree-hole-content {
position: relative;
width: 50%;
}
.leftTreeHole {
text-align: right;
}
.rightTreeHole {
margin-left: 50%;
}
.tree-hole-content:before {
content: '';
width: 12px;
height: 12px;
border: 4px solid var(--blue);
border-radius: 50%;
position: absolute;
top: 10px;
background-color: var(--white);
}
.leftTreeHole:before {
right: 0;
transform: translateX(10px);
}
.rightTreeHole:before {
left: 0;
transform: translateX(-10px);
}
.avatar-img {
position: absolute;
top: 0;
transition: all 0.3s ease-in-out;
}
.leftTreeHole .avatar-img {
right: 25px;
}
.rightTreeHole .avatar-img {
left: 25px;
}
.tree-hole-box {
font-size: 16px;
padding: 10px;
width: 250px;
border-radius: 5px;
position: relative;
letter-spacing: 0.1em;
font-weight: 400;
transition: all 0.3s ease-in-out;
color: var(--black);
text-align: left;
}
.leftTreeHole .tree-hole-box {
margin-right: 90px;
}
.rightTreeHole .tree-hole-box {
margin-left: 90px;
}
.tree-hole-box:hover, .avatar-img:hover {
transform: translateY(-5px);
box-shadow: 0 0 16px 3px var(--miniMask);
}
.box-tag {
content: '';
position: absolute;
border-style: solid;
}
.leftTreeHole .box-tag {
right: -10px;
border-width: 15px 0 5px 10px;
}
.rightTreeHole .box-tag {
left: -10px;
border-width: 15px 10px 5px 0;
}
.my-content {
margin: 0 10px 10px;
line-height: 30px;
}
.tree-hole-box > div:last-child {
color: var(--greyFont);
padding: 10px 10px 0;
border-top: 1px dashed var(--white);
font-size: 14px;
}
.tree-hole-go {
color: var(--blue);
font-weight: 700;
font-size: 25px;
margin: 20px auto;
text-align: center;
}
.tree-hole-go i {
cursor: pointer;
}
.tree-hole-go i:hover {
animation: scale 1s linear infinite;
}
.tree-hole-delete {
font-size: 14px;
cursor: pointer;
}
@media screen and (max-width: 1000px) {
.tree-hole-box {
width: auto;
}
}
@media screen and (max-width: 600px) {
.tree-hole-content {
margin-bottom: 50px;
}
.tree-hole-list:after {
left: 0;
}
.tree-hole-list:before {
left: 0;
}
.rightTreeHole {
margin-left: unset;
}
.tree-hole-content {
width: calc(100% - 40px);
margin: 0 auto 50px;
}
}
@media screen and (max-width: 450px) {
.tree-hole-content {
width: 100%;
}
}
</style>

@ -0,0 +1,174 @@
<template>
<div>
<el-upload
class="upload-demo"
:action="$store.state.sysConfig.qiniuUrl"
multiple
drag
:on-remove="handleRemove"
:limit="maxNumber"
ref="upload"
:auto-upload="false"
:http-request="customUpload"
:on-change="handleChange"
:before-upload="beforeUpload"
:on-success="handleSuccess"
:on-error="handleError"
list-type="picture"
accept="image/*">
<div class="el-upload__text">
<svg viewBox="0 0 1024 1024" width="40" height="40">
<path
d="M666.2656 629.4528l-113.7664-112.4864c-20.7872-20.5824-54.3232-20.5312-75.1104 0.1024l-113.3056 112.4864c-20.8896 20.736-21.0432 54.528-0.256 75.4688 20.736 20.8896 54.528 21.0432 75.4688 0.256l22.6304-22.4256v189.5936c0 29.44 23.9104 53.3504 53.3504 53.3504s53.3504-23.9104 53.3504-53.3504v-189.5424l22.6816 22.4256a53.1456 53.1456 0 0 0 37.5296 15.4112c13.7728 0 27.4944-5.2736 37.9392-15.8208 20.6336-20.9408 20.4288-54.7328-0.512-75.4688z"
fill="#FFE37B"></path>
<path
d="M820.992 469.504h-5.376c-3.072-163.328-136.3456-294.8096-300.4416-294.8096S217.856 306.1248 214.784 469.504H209.408c-100.7104 0-182.3744 81.664-182.3744 182.3744s81.664 182.3744 182.3744 182.3744h209.7664V761.856c-30.208 5.5808-62.464-3.3792-85.6576-26.7264-37.3248-37.5808-37.0688-98.5088 0.512-135.7824l113.3056-112.4864c37.2224-36.9664 97.8432-37.0176 135.168-0.1536l113.7664 112.4864c18.2272 18.0224 28.3648 42.0864 28.5184 67.7376 0.1536 25.6512-9.728 49.8176-27.7504 68.0448a95.40096 95.40096 0 0 1-68.3008 28.5184c-5.9392 0-11.776-0.512-17.5104-1.5872v72.3456h209.7664c100.7104 0 182.3744-81.664 182.3744-182.3744S921.7024 469.504 820.992 469.504z"
fill="#8C7BFD"></path>
</svg>
<div>拖拽上传 / 点击上传</div>
</div>
<template #tip>
<div class="el-upload__tip">
一次最多上传{{maxNumber}}张图片且每张图片不超过{{maxSize}}M
</div>
</template>
</el-upload>
<div style="text-align: center;margin-top: 20px">
<el-button type="success" style="font-size: 12px" @click="submitUpload">
上传
</el-button>
</div>
</div>
</template>
<script>
import {ElMessage} from "element-plus";
import upload from '../../utils/ajaxUpload';
export default {
props: {
prefix: {
type: String,
default: ""
},
maxSize: {
type: Number,
default: 5
},
maxNumber: {
type: Number,
default: 5
}
},
data() {
return {
storeType: localStorage.getItem("defaultStoreType")
}
},
created() {
},
methods: {
submitUpload() {
this.$refs.upload.submit();
},
//
handleSuccess(response, file, fileList) {
let url;
if (this.storeType === "local") {
url = response.data;
} else if (this.storeType === "qiniu") {
url = this.$store.state.sysConfig['qiniu.downloadUrl'] + response.key;
this.$common.saveResource(this, this.prefix, url, file.size, file.raw.type, file.name, "qiniu");
}
this.$emit("addPicture", url);
},
customUpload(options) {
let suffix = "";
if (options.file.name.lastIndexOf('.') !== -1) {
suffix = options.file.name.substring(options.file.name.lastIndexOf('.'));
}
let key = this.prefix + "/" + this.$store.state.currentUser.username.replace(/[^a-zA-Z]/g, '') + this.$store.state.currentUser.id + new Date().getTime() + Math.floor(Math.random() * 1000) + suffix;
let data = {};
data.key = key;
options.data = data;
if (this.storeType === "local") {
data.relativePath = key;
data.type = this.prefix;
data.storeType = this.storeType;
data.originalName = options.file.name;
data.file = options.file;
return this.$http.upload(this.$constant.baseURL + "/resource/upload", data, options);
} else if (this.storeType === "qiniu") {
const xhr = new XMLHttpRequest();
xhr.open('get', this.$constant.baseURL + "/qiniu/getUpToken?key=" + key, false);
xhr.setRequestHeader("Authorization", localStorage.getItem("userToken"));
try {
xhr.send();
const res = JSON.parse(xhr.responseText);
if (res !== null && res.hasOwnProperty("code") && res.code === 200) {
data.token = res.data;
return upload(options);
} else if (res !== null && res.hasOwnProperty("code") && res.code !== 200) {
return Promise.reject(res.message);
} else {
return Promise.reject("服务异常!");
}
} catch (e) {
return Promise.reject(e.message);
}
}
},
handleError(err, file, fileList) {
ElMessage({
message: err,
type: 'error'
});
},
//
handleRemove(file, fileList) {
},
// false Promise reject
beforeUpload(file) {
},
//
handleChange(file, fileList) {
let flag = false;
if (file.size > this.maxSize * 1024 * 1024) {
ElMessage({
message: "图片最大为" + this.maxSize + "M",
type: 'warning'
});
flag = true;
}
if (fileList.length > this.maxNumber) {
flag = true;
}
if (flag) {
fileList.splice(fileList.length - 1, 1);
}
}
}
}
</script>
<style scoped>
</style>

File diff suppressed because it is too large Load Diff

@ -0,0 +1,163 @@
import {useStore} from 'vuex';
import {useDialog} from 'naive-ui';
import {nextTick} from 'vue';
import {ElMessage} from "element-plus";
import {reactive, getCurrentInstance, onMounted, onBeforeUnmount, watchEffect, toRefs} from 'vue';
export default function () {
const globalProperties = getCurrentInstance().appContext.config.globalProperties;
const $common = globalProperties.$common;
const $http = globalProperties.$http;
const $constant = globalProperties.$constant;
const store = useStore();
const dialog = useDialog();
let bindEmailData = reactive({
emailVisible: false,
email: '',
code: '',
password: '',
codeString: "验证码"
})
let intervalCode = null;
onMounted(() => {
showEmail();
})
function showEmail() {
if (!$common.isEmpty(store.state.currentUser) && $common.isEmpty(store.state.currentUser.email)) {
//没有绑定邮箱的用户会弹框
//bindEmailData.emailVisible = true;
}
}
function getCode() {
if (bindEmailData.codeString === "验证码") {
// 获取验证码
if ($common.isEmpty(bindEmailData.email)) {
ElMessage({
message: "请输入邮箱!",
type: 'error'
});
return;
}
if (!(/^\w+@[a-zA-Z0-9]{2,10}(?:\.[a-z]{2,4}){1,3}$/.test(bindEmailData.email))) {
ElMessage({
message: "邮箱格式有误!",
type: 'error'
});
return;
}
$http.get($constant.baseURL + "/user/getCodeForBind", {
flag: 2,
place: bindEmailData.email
})
.then((res) => {
ElMessage({
message: "验证码已发送,请注意查收!",
type: 'success'
});
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
bindEmailData.codeString = "30";
intervalCode = setInterval(() => {
if (bindEmailData.codeString === "0") {
clearInterval(intervalCode)
bindEmailData.codeString = "验证码";
} else {
bindEmailData.codeString = (parseInt(bindEmailData.codeString) - 1) + "";
}
}, 1000);
} else {
ElMessage({
message: "请稍后再试!",
type: 'error'
});
}
}
function submitDialog() {
if ($common.isEmpty(bindEmailData.email)) {
ElMessage({
message: "请输入邮箱!",
type: 'error'
});
return;
}
if (!(/^\w+@[a-zA-Z0-9]{2,10}(?:\.[a-z]{2,4}){1,3}$/.test(bindEmailData.email))) {
ElMessage({
message: "邮箱格式有误!",
type: 'error'
});
return;
}
if ($common.isEmpty(bindEmailData.code)) {
ElMessage({
message: "请输入验证码!",
type: 'error'
});
return;
}
if ($common.isEmpty(bindEmailData.password)) {
ElMessage({
message: "请输入密码!",
type: 'error'
});
return;
}
let params = {
code: bindEmailData.code.trim(),
flag: 2,
place: bindEmailData.email.trim(),
password: $common.encrypt(bindEmailData.password.trim())
};
$http.post($constant.baseURL + "/user/updateSecretInfo", params, false)
.then((res) => {
if (!$common.isEmpty(res.data)) {
ElMessage({
message: "保存成功!",
type: 'success'
});
store.commit("loadCurrentUser", res.data);
clearEmailDialog();
}
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
function clearEmailDialog() {
bindEmailData.password = "";
bindEmailData.codeString = "验证码";
if (intervalCode != null) {
clearInterval(intervalCode);
intervalCode = null;
}
bindEmailData.email = "";
bindEmailData.code = "";
bindEmailData.emailVisible = false;
}
return {
bindEmailData,
getCode,
submitDialog
}
}

@ -0,0 +1,229 @@
import {useStore} from 'vuex';
import {useDialog} from 'naive-ui';
import {nextTick} from 'vue';
import {ElMessage} from "element-plus";
import {reactive, getCurrentInstance, onMounted, onBeforeUnmount, watchEffect, toRefs} from 'vue';
export default function (friendData, groupData) {
const globalProperties = getCurrentInstance().appContext.config.globalProperties;
const $common = globalProperties.$common;
const $http = globalProperties.$http;
const $constant = globalProperties.$constant;
const store = useStore();
const dialog = useDialog();
let changeDataData = reactive({
//修改信息
changeData: '',
changeType: null,
changeModal: false,
avatarType: null,
avatarPrefix: '',
showAvatarDialog: false
})
function closeModal() {
changeDataData.avatarType = null;
changeDataData.avatarPrefix = '';
changeDataData.changeData = '';
changeDataData.changeType = null;
}
function changeAvatar(type) {
if (type === 1 || (type === 2 && groupData.groups[groupData.currentGroupId].masterFlag)) {
closeModal();
changeDataData.showAvatarDialog = true;
changeDataData.avatarType = type;
if (type === 1) {
changeDataData.avatarPrefix = 'userAvatar';
} else if (type === 2) {
changeDataData.avatarPrefix = 'im/groupAvatar';
}
}
}
function changeDataType(type) {
closeModal();
changeDataData.changeType = type;
changeDataData.changeModal = true;
}
function submitAvatar(avatar) {
if ($common.isEmpty(avatar)) {
ElMessage({
message: "请上传头像!",
type: 'warning'
});
return;
}
if (changeDataData.avatarType === 1) {
let user = {
avatar: avatar
};
$http.post($constant.baseURL + "/user/updateUserInfo", user)
.then((res) => {
if (!$common.isEmpty(res.data)) {
ElMessage({
message: "修改成功!",
type: 'success'
});
store.commit("loadCurrentUser", res.data);
closeModal();
changeDataData.showAvatarDialog = false;
}
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
} else if (changeDataData.avatarType === 2) {
$http.post($constant.baseURL + "/imChatGroup/updateGroup", {
id: groupData.currentGroupId,
avatar: avatar
})
.then((res) => {
ElMessage({
message: "修改成功!",
type: 'success'
});
groupData.groups[groupData.currentGroupId].avatar = avatar;
closeModal();
changeDataData.showAvatarDialog = false;
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
}
function submitChange() {
if (changeDataData.changeType === 1) {
if ($common.isEmpty(changeDataData.changeData)) {
ElMessage({
message: "请输入备注!",
type: 'warning'
});
return;
}
$http.get($constant.baseURL + "/imChatUserFriend/changeFriend", {
friendId: friendData.currentFriendId,
remark: changeDataData.changeData
})
.then((res) => {
ElMessage({
message: "修改成功!",
type: 'success'
});
friendData.friends[friendData.currentFriendId].remark = changeDataData.changeData;
closeModal();
changeDataData.changeModal = false;
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
} else if (changeDataData.changeType === 2) {
if ($common.isEmpty(changeDataData.changeData)) {
ElMessage({
message: "请输入群名称!",
type: 'warning'
});
return;
}
$http.post($constant.baseURL + "/imChatGroup/updateGroup", {
id: groupData.currentGroupId,
groupName: changeDataData.changeData
})
.then((res) => {
ElMessage({
message: "修改成功!",
type: 'success'
});
groupData.groups[groupData.currentGroupId].groupName = changeDataData.changeData;
closeModal();
changeDataData.changeModal = false;
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
} else if (changeDataData.changeType === 3) {
if ($common.isEmpty(changeDataData.changeData)) {
ElMessage({
message: "请输入群公告!",
type: 'warning'
});
return;
}
$http.post($constant.baseURL + "/imChatGroup/updateGroup", {
id: groupData.currentGroupId,
notice: changeDataData.changeData
})
.then((res) => {
ElMessage({
message: "修改成功!",
type: 'success'
});
groupData.groups[groupData.currentGroupId].notice = changeDataData.changeData;
closeModal();
changeDataData.changeModal = false;
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
} else if (changeDataData.changeType === 4) {
if ($common.isEmpty(changeDataData.changeData)) {
ElMessage({
message: "请输入群简介!",
type: 'warning'
});
return;
}
$http.post($constant.baseURL + "/imChatGroup/updateGroup", {
id: groupData.currentGroupId,
introduction: changeDataData.changeData
})
.then((res) => {
ElMessage({
message: "修改成功!",
type: 'success'
});
groupData.groups[groupData.currentGroupId].introduction = changeDataData.changeData;
closeModal();
changeDataData.changeModal = false;
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
}
return {
changeDataData,
changeAvatar,
changeDataType,
submitAvatar,
submitChange
}
}

@ -0,0 +1,118 @@
import {useStore} from 'vuex';
import {useDialog} from 'naive-ui';
import {nextTick} from 'vue';
import {ElMessage} from "element-plus";
import {reactive, getCurrentInstance, onMounted, onBeforeUnmount, watchEffect, toRefs} from 'vue';
export default function () {
const globalProperties = getCurrentInstance().appContext.config.globalProperties;
const $common = globalProperties.$common;
const $http = globalProperties.$http;
const $constant = globalProperties.$constant;
const store = useStore();
const dialog = useDialog();
let friendData = reactive({
//好友请求
friendRequests: [],
//好友列表
friends: {},
//当前朋友信息
currentFriendId: null
})
async function getImFriend() {
await $http.get($constant.baseURL + "/imChatUserFriend/getFriend", {friendStatus: 1})
.then((res) => {
if (!$common.isEmpty(res.data)) {
res.data.forEach(friend => {
friendData.friends[friend.friendId] = friend;
});
}
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
function removeFriend(currentFriendId) {
dialog.error({
title: '警告',
content: '你确定删除' + friendData.friends[currentFriendId].remark + '?',
positiveText: '确定',
onPositiveClick: () => {
$http.get($constant.baseURL + "/imChatUserFriend/changeFriend", {
friendId: currentFriendId,
friendStatus: -1
})
.then((res) => {
delete friendData.friends[currentFriendId];
friendData.currentFriendId = null;
ElMessage({
message: "删除成功!",
type: 'success'
});
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
});
}
function getFriendRequests() {
$http.get($constant.baseURL + "/imChatUserFriend/getFriend", {friendStatus: 0})
.then((res) => {
if (!$common.isEmpty(res.data)) {
friendData.friendRequests = res.data;
ElMessage({
message: "您有好友申请待处理!",
showClose: true,
type: 'success',
duration: 0
});
}
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
function changeFriendStatus(friendId, status, index) {
$http.get($constant.baseURL + "/imChatUserFriend/changeFriend", {friendId: friendId, friendStatus: status})
.then((res) => {
friendData.friendRequests.splice(index, 1);
ElMessage({
message: "修改成功!",
type: 'success'
});
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
return {
friendData,
getImFriend,
removeFriend,
getFriendRequests,
changeFriendStatus
}
}

@ -0,0 +1,168 @@
import {useStore} from 'vuex';
import {useDialog} from 'naive-ui';
import {nextTick} from 'vue';
import {ElMessage} from "element-plus";
import {reactive, getCurrentInstance, onMounted, onBeforeUnmount, watchEffect, toRefs} from 'vue';
export default function () {
const globalProperties = getCurrentInstance().appContext.config.globalProperties;
const $common = globalProperties.$common;
const $http = globalProperties.$http;
const $constant = globalProperties.$constant;
const store = useStore();
const dialog = useDialog();
let friendCircleData = reactive({
showFriendCircle: false,
treeHoleList: [],
weiYanDialogVisible: false,
isPublic: true,
weiYanAvatar: '',
weiYanUsername: '',
pagination: {
current: 1,
size: 10,
total: 0,
userId: null
}
})
function launch() {
friendCircleData.weiYanDialogVisible = true;
}
function openFriendCircle(userId, avatar, username) {
friendCircleData.pagination.userId = userId;
friendCircleData.weiYanAvatar = avatar;
friendCircleData.weiYanUsername = username;
getWeiYan();
}
function deleteTreeHole(id) {
dialog.error({
title: '警告',
content: '确定删除?',
positiveText: '确定',
onPositiveClick: () => {
$http.get($constant.baseURL + "/weiYan/deleteWeiYan", {id: id})
.then((res) => {
ElMessage({
message: "删除成功!",
type: 'success'
});
friendCircleData.pagination.current = 1;
friendCircleData.pagination.size = 10;
friendCircleData.treeHoleList = [];
getWeiYan();
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
});
}
function getWeiYan() {
$http.post($constant.baseURL + "/weiYan/listWeiYan", friendCircleData.pagination)
.then((res) => {
if (!$common.isEmpty(res.data)) {
res.data.records.forEach(c => {
c.content = c.content.replace(/\n{2,}/g, '<div style="height: 12px"></div>');
c.content = c.content.replace(/\n/g, '<br/>');
c.content = $common.faceReg(c.content);
c.content = $common.pictureReg(c.content);
});
friendCircleData.treeHoleList = friendCircleData.treeHoleList.concat(res.data.records);
friendCircleData.pagination.total = res.data.total;
friendCircleData.showFriendCircle = true;
}
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
function submitWeiYan(content) {
let weiYan = {
content: content,
isPublic: friendCircleData.isPublic
};
$http.post($constant.baseURL + "/weiYan/saveWeiYan", weiYan)
.then((res) => {
friendCircleData.pagination.current = 1;
friendCircleData.pagination.size = 10;
friendCircleData.treeHoleList = [];
friendCircleData.weiYanDialogVisible = false;
getWeiYan();
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
function cleanFriendCircle() {
friendCircleData.pagination = {
current: 1,
size: 10,
total: 0,
userId: null
};
friendCircleData.weiYanAvatar = '';
friendCircleData.weiYanUsername = '';
friendCircleData.treeHoleList = [];
friendCircleData.showFriendCircle = false;
}
function pageWeiYan() {
friendCircleData.pagination.current = friendCircleData.pagination.current + 1;
getWeiYan();
}
function addFriend() {
dialog.success({
title: '好友申请',
content: '确认提交好友申请,添加 ' + friendCircleData.weiYanUsername + ' 为好友?',
positiveText: '确定',
onPositiveClick: () => {
$http.get($constant.baseURL + "/imChatUserFriend/addFriend", {friendId: friendCircleData.pagination.userId})
.then((res) => {
ElMessage({
message: "提交成功!",
type: 'success'
});
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
});
}
return {
friendCircleData,
launch,
openFriendCircle,
deleteTreeHole,
submitWeiYan,
pageWeiYan,
cleanFriendCircle,
addFriend
}
}

@ -0,0 +1,98 @@
import {useStore} from 'vuex';
import {useDialog} from 'naive-ui';
import {nextTick} from 'vue';
import {ElMessage} from "element-plus";
import {reactive, getCurrentInstance, onMounted, onBeforeUnmount, watchEffect, toRefs} from 'vue';
export default function () {
const globalProperties = getCurrentInstance().appContext.config.globalProperties;
const $common = globalProperties.$common;
const $http = globalProperties.$http;
const $constant = globalProperties.$constant;
const store = useStore();
const dialog = useDialog();
let groupData = reactive({
//群组列表
groups: {},
//当前群信息
currentGroupId: null
})
function exitGroup(currentGroupId) {
$http.get($constant.baseURL + "/imChatGroupUser/quitGroup", {id: currentGroupId})
.then((res) => {
delete groupData.groups[currentGroupId];
groupData.currentGroupId = null;
ElMessage({
message: "退群成功!",
type: 'success'
});
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
function dissolveGroup(currentGroupId) {
$http.get($constant.baseURL + "/imChatGroup/deleteGroup", {id: currentGroupId})
.then((res) => {
delete groupData.groups[currentGroupId];
groupData.currentGroupId = null;
ElMessage({
message: "解散群成功!",
type: 'success'
});
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
async function getImGroup() {
await $http.get($constant.baseURL + "/imChatGroup/listGroup")
.then((res) => {
if (!$common.isEmpty(res.data)) {
res.data.forEach(group => {
groupData.groups[group.id] = group;
});
}
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
function addGroupTopic() {
$http.get($constant.baseURL + "/imChatGroup/addGroupTopic", {id: groupData.currentGroupId})
.then((res) => {
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
return {
groupData,
getImGroup,
addGroupTopic,
exitGroup,
dissolveGroup
}
}

@ -0,0 +1,153 @@
import {useStore} from 'vuex';
import {useDialog} from 'naive-ui';
import {nextTick} from 'vue';
import {ElMessage} from "element-plus";
import {reactive, getCurrentInstance, onMounted, onBeforeUnmount, watchEffect, toRefs} from 'vue';
export default function () {
const globalProperties = getCurrentInstance().appContext.config.globalProperties;
const $common = globalProperties.$common;
const $http = globalProperties.$http;
const $constant = globalProperties.$constant;
const store = useStore();
const dialog = useDialog();
let imUtilData = reactive({
//系统消息
systemMessages: [],
showBodyLeft: true,
//表情包
imageList: []
})
onMounted(() => {
if ($common.mobile()) {
$(".friend-aside").click(function () {
imUtilData.showBodyLeft = true;
mobileRight();
});
$(".body-right").click(function () {
imUtilData.showBodyLeft = false;
mobileRight();
});
}
mobileRight();
})
function changeAside() {
imUtilData.showBodyLeft = !imUtilData.showBodyLeft;
mobileRight();
}
function mobileRight() {
if (imUtilData.showBodyLeft && $common.mobile()) {
$(".body-right").addClass("mobile-right");
} else if (!imUtilData.showBodyLeft && $common.mobile()) {
$(".body-right").removeClass("mobile-right");
}
}
function getSystemMessages() {
$http.get($constant.baseURL + "/imChatUserMessage/listSystemMessage")
.then((res) => {
if (!$common.isEmpty(res.data) && !$common.isEmpty(res.data.records)) {
imUtilData.systemMessages = res.data.records;
}
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
function hiddenBodyLeft() {
if ($common.mobile()) {
$(".body-right").click(function () {
imUtilData.showBodyLeft = false;
mobileRight();
});
}
}
function imgShow() {
$(".message img").click(function () {
let src = $(this).attr("src");
$("#bigImg").attr("src", src);
/** 获取当前点击图片的真实大小,并显示弹出层及大图 */
$("<img/>").attr("src", src).load(function () {
let windowW = $(window).width();//获取当前窗口宽度
let windowH = $(window).height();//获取当前窗口高度
let realWidth = this.width;//获取图片真实宽度
let realHeight = this.height;//获取图片真实高度
let imgWidth, imgHeight;
let scale = 0.8;//缩放尺寸,当图片真实宽度和高度大于窗口宽度和高度时进行缩放
if (realHeight > windowH * scale) {//判断图片高度
imgHeight = windowH * scale;//如大于窗口高度,图片高度进行缩放
imgWidth = imgHeight / realHeight * realWidth;//等比例缩放宽度
if (imgWidth > windowW * scale) {//如宽度仍大于窗口宽度
imgWidth = windowW * scale;//再对宽度进行缩放
}
} else if (realWidth > windowW * scale) {//如图片高度合适,判断图片宽度
imgWidth = windowW * scale;//如大于窗口宽度,图片宽度进行缩放
imgHeight = imgWidth / realWidth * realHeight;//等比例缩放高度
} else {//如果图片真实高度和宽度都符合要求,高宽不变
imgWidth = realWidth;
imgHeight = realHeight;
}
$("#bigImg").css("width", imgWidth);//以最终的宽度对图片缩放
let w = (windowW - imgWidth) / 2;//计算图片与窗口左边距
let h = (windowH - imgHeight) / 2;//计算图片与窗口上边距
$("#innerImg").css({"top": h, "left": w});//设置top和left属性
$("#outerImg").fadeIn("fast");//淡入显示
});
$("#outerImg").click(function () {//再次点击淡出消失弹出层
$(this).fadeOut("fast");
});
});
}
function getImageList() {
$http.get($constant.baseURL + "/resource/getImageList")
.then((res) => {
if (!$common.isEmpty(res.data)) {
imUtilData.imageList = res.data;
}
})
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
function parseMessage(content) {
content = content.replace(/\n{2,}/g, '<div style="height: 12px"></div>');
content = content.replace(/\n/g, '<br/>');
content = $common.faceReg(content);
content = $common.pictureReg(content);
return content;
}
return {
imUtilData,
changeAside,
mobileRight,
getSystemMessages,
hiddenBodyLeft,
imgShow,
getImageList,
parseMessage
}
}

@ -0,0 +1,100 @@
import {createApp} from 'vue'
import App from './App.vue'
import router from './router'
import store from './store'
import {
create,
NAvatar,
NInput,
NIcon,
NTag,
NDivider,
NButton,
NDrawer,
NCard,
NTabs,
NTabPane,
NSwitch,
NModal,
NBadge,
NPopover,
NImage,
NPopconfirm
} from 'naive-ui'
import {
ElUpload,
ElButton,
ElRadioGroup,
ElRadioButton
} from 'element-plus'
import 'element-plus/dist/index.css'
import http from './utils/request'
import common from './utils/common'
import constant from './utils/constant'
import 'vfonts/FiraCode.css'
import './assets/css/index.css'
import './assets/css/color.css'
import './assets/css/animation.css'
const naive = create({
components: [NAvatar, NInput, NIcon, NTag, NDivider, NButton,
NDrawer, NCard, NTabs, NTabPane, NSwitch, NModal, NBadge,
NPopover, NImage, NPopconfirm]
})
const app = createApp(App)
app.use(router)
app.use(store)
app.use(naive)
app.component(ElUpload.name, ElUpload)
app.component(ElButton.name, ElButton)
app.component(ElRadioGroup.name, ElRadioGroup)
app.component(ElRadioButton.name, ElRadioButton)
app.config.globalProperties.$http = http
app.config.globalProperties.$common = common
app.config.globalProperties.$constant = constant
router.beforeEach((to, from, next) => {
if (to.meta.requiresAuth) {
if (to.path === "/") {
if (typeof to.query.defaultStoreType !== "undefined") {
localStorage.setItem("defaultStoreType", to.query.defaultStoreType);
}
if (typeof to.query.userToken !== "undefined") {
let userToken = to.query.userToken;
const xhr = new XMLHttpRequest();
xhr.open('post', constant.baseURL + "/user/token", false);
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xhr.send("userToken=" + userToken);
let result = JSON.parse(xhr.responseText);
if (!common.isEmpty(result) && result.code === 200) {
store.commit("loadCurrentUser", result.data);
localStorage.setItem("userToken", result.data.accessToken);
window.location.href = constant.imURL;
next();
} else {
window.location.href = constant.webBaseURL;
}
} else if (Boolean(localStorage.getItem("userToken"))) {
next();
} else {
window.location.href = constant.webBaseURL;
}
} else {
if (Boolean(localStorage.getItem("userToken"))) {
next();
} else {
window.location.href = constant.webBaseURL;
}
}
} else {
next();
}
})
app.mount('#app')

@ -0,0 +1,20 @@
import {createRouter, createWebHistory} from 'vue-router'
import constant from "../utils/constant";
const routes = [
{
path: "/",
meta: {requiresAuth: true},
component: () => import('../components/index')
}
]
const router = createRouter({
history: createWebHistory(constant.webHistory),
routes,
scrollBehavior(to, from, savedPosition) {
return {left: 0, top: 0};
}
})
export default router

@ -0,0 +1,23 @@
import {createStore} from 'vuex'
export default createStore({
state: {
currentUser: JSON.parse(localStorage.getItem("currentUser") || '{}'),
sysConfig: JSON.parse(localStorage.getItem("sysConfig") || '{}')
},
getters: {},
mutations: {
loadCurrentUser(state, user) {
state.currentUser = user;
localStorage.setItem("currentUser", JSON.stringify(user));
},
loadSysConfig(state, sysConfig) {
state.sysConfig = sysConfig;
localStorage.setItem("sysConfig", JSON.stringify(sysConfig));
}
},
actions: {},
modules: {},
plugins: []
})

@ -0,0 +1,75 @@
import common from './common'
function getError(
action,
option,
xhr
) {
let msg
if (xhr.response) {
msg = `${xhr.response.error || xhr.response}`
} else if (xhr.responseText) {
msg = `${xhr.responseText}`
} else {
msg = `fail to ${action} ${xhr.status}`
}
return new Error(msg)
}
function getBody(xhr) {
const text = xhr.responseText || xhr.response
if (!text) {
return text
}
try {
return JSON.parse(text)
} catch {
return text
}
}
export default function (option) {
const xhr = new XMLHttpRequest()
const action = option.action
const formData = new FormData()
if (option.data) {
for (const [key, value] of Object.entries(option.data)) {
if (Array.isArray(value)) formData.append(key, ...value)
else formData.append(key, value)
}
}
formData.append(option.filename, option.file, option.file.name)
xhr.addEventListener('error', () => {
option.onError(getError(action, option, xhr))
})
xhr.addEventListener('load', () => {
if (xhr.status < 200 || xhr.status >= 300) {
return option.onError(getError(action, option, xhr))
}
option.onSuccess(getBody(xhr))
})
xhr.open(option.method, action, true)
if (option.withCredentials && 'withCredentials' in xhr) {
xhr.withCredentials = true
}
const headers = option.headers || {}
if (headers instanceof Headers) {
headers.forEach((value, key) => xhr.setRequestHeader(key, value))
} else {
for (const [key, value] of Object.entries(headers)) {
if (common.isEmpty(value)) continue
xhr.setRequestHeader(key, value)
}
}
xhr.send(formData)
return xhr
}

@ -0,0 +1,168 @@
import constant from "./constant";
import CryptoJS from 'crypto-js';
import store from '../store';
import {ElMessage} from "element-plus";
export default {
/**
* 判断设备
*/
mobile() {
let flag = navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i);
return flag && flag.length && flag.length > 0;
},
/**
* 判断是否为空
*/
isEmpty(value) {
if (typeof value === "undefined" || value === null || (typeof value === "string" && value.trim() === "") || (Array.prototype.isPrototypeOf(value) && value.length === 0) || (Object.prototype.isPrototypeOf(value) && Object.keys(value).length === 0)) {
return true;
} else {
return false;
}
},
/**
* 加密
*/
encrypt(plaintText) {
let options = {
mode: CryptoJS.mode.ECB,
padding: CryptoJS.pad.Pkcs7
};
let key = CryptoJS.enc.Utf8.parse(constant.cryptojs_key);
let encryptedData = CryptoJS.AES.encrypt(plaintText, key, options);
return encryptedData.toString().replace(/\//g, "_").replace(/\+/g, "-");
},
/**
* 解密
*/
decrypt(encryptedBase64Str) {
let val = encryptedBase64Str.replace(/\-/g, '+').replace(/_/g, '/');
let options = {
mode: CryptoJS.mode.ECB,
padding: CryptoJS.pad.Pkcs7
};
let key = CryptoJS.enc.Utf8.parse(constant.cryptojs_key);
let decryptedData = CryptoJS.AES.decrypt(val, key, options);
return CryptoJS.enc.Utf8.stringify(decryptedData);
},
/**
* 表情包转换
*/
faceReg(content) {
content = content.replace(/\[[^\[^\]]+\]/g, (word) => {
let index = constant.emojiList.indexOf(word.replace("[", "").replace("]", ""));
if (index > -1) {
let url = store.state.sysConfig['webStaticResourcePrefix'] + "emoji/q" + (index + 1) + ".gif";
return '<img loading="lazy" style="vertical-align: middle;width: 32px;height: 32px" src="' + url + '" title="' + word + '"/>';
} else {
return word;
}
});
return content;
},
/**
* 图片转换
*/
pictureReg(content) {
content = content.replace(/\[[^\[^\]]+\]/g, (word) => {
let index = word.indexOf(",");
if (index > -1) {
let arr = word.replace("[", "").replace("]", "").split(",");
return '<img loading="lazy" style="border-radius: 5px;width: 100%;max-width: 250px" src="' + arr[1] + '" title="' + arr[0] + '"/>';
} else {
return word;
}
});
return content;
},
/**
* 字符串转换为时间戳
*/
getDateTimeStamp(dateStr) {
return Date.parse(dateStr.replace(/-/gi, "/"));
},
getDateDiff(dateStr) {
let publishTime = Date.parse(dateStr.replace(/-/gi, "/")) / 1000,
d_seconds,
d_minutes,
d_hours,
d_days,
timeNow = Math.floor(new Date().getTime() / 1000),
d,
date = new Date(publishTime * 1000),
Y = date.getFullYear(),
M = date.getMonth() + 1,
D = date.getDate(),
H = date.getHours(),
m = date.getMinutes(),
s = date.getSeconds();
//小于10的在前面补0
if (M < 10) {
M = '0' + M;
}
if (D < 10) {
D = '0' + D;
}
if (H < 10) {
H = '0' + H;
}
if (m < 10) {
m = '0' + m;
}
if (s < 10) {
s = '0' + s;
}
d = timeNow - publishTime;
d_days = Math.floor(d / 86400);
d_hours = Math.floor(d / 3600);
d_minutes = Math.floor(d / 60);
d_seconds = Math.floor(d);
if (d_days > 0 && d_days < 3) {
return d_days + '天前';
} else if (d_days <= 0 && d_hours > 0) {
return d_hours + '小时前';
} else if (d_hours <= 0 && d_minutes > 0) {
return d_minutes + '分钟前';
} else if (d_seconds < 60) {
if (d_seconds <= 0) {
return '刚刚发表';
} else {
return d_seconds + '秒前';
}
} else if (d_days >= 3 && d_days < 30) {
return M + '-' + D + ' ' + H + ':' + m;
} else if (d_days >= 30) {
return Y + '-' + M + '-' + D + ' ' + H + ':' + m;
}
},
/**
* 保存资源
*/
saveResource(that, type, path, size, mimeType, originalName, storeType) {
let resource = {
type: type,
path: path,
size: size,
mimeType: mimeType,
storeType: storeType,
originalName: originalName
};
that.$http.post(that.$constant.baseURL + "/resource/saveResource", resource)
.catch((error) => {
ElMessage({
message: error.message,
type: 'error'
});
});
}
}

@ -0,0 +1,38 @@
export default {
// 测试环境
baseURL: "http://localhost:8081",
webBaseURL: "http://localhost",
imURL: "http://localhost:81/im",
imBaseURL: "localhost",
wsProtocol: "ws",
wsPort: "9324",
// 生产环境
// baseURL: location.protocol + "//" + location.hostname + (location.port ? ':' + location.port : '') + "/api",
// webBaseURL: location.protocol + "//" + location.hostname + (location.port ? ':' + location.port : ''),
// imURL: location.protocol + "//" + location.hostname + (location.port ? ':' + location.port : '') + "/im",
// imBaseURL: location.hostname + (location.port ? ':' + location.port : ''),
// wsProtocol: location.protocol === "http:" ? "ws" : "wss",
// wsPort: "",
webHistory: "/im/",
hitokoto: "https://v1.hitokoto.cn",
jinrishici: "https://v1.jinrishici.com/all.json",
jitang: "https://api.oick.cn/dutang/api.php",
shehui: "https://api.oick.cn/yulu/api.php",
yiyan: "https://api.oick.cn/yiyan/api.php",
dog: "https://api.oick.cn/dog/api.php",
//前后端定义的密钥AES使用16位
cryptojs_key: "sarasarasarasara",
before_color_1: "black",
after_color_1: "linear-gradient(45deg, #f43f3b, #ec008c)",
before_color_2: "rgb(131, 123, 199)",
after_color_2: "linear-gradient(45deg, #f43f3b, #ec008c)",
tree_hole_color: ["rgb(180, 224, 255)", "rgb(180, 203, 255)", "rgb(246, 223, 255)", "rgb(255, 214, 198)", "rgb(255, 205, 143)", "rgb(238, 255, 143)", "rgb(220, 255, 165)", "rgb(164, 234, 192)", "rgb(202, 241, 233)", "rgb(230, 230, 250)"],
emojiList: ['衰', '鄙视', '再见', '捂嘴', '摸鱼', '奋斗', '白眼', '可怜', '皱眉', '鼓掌', '烦恼', '吐舌', '挖鼻', '委屈', '滑稽', '啊这', '生气', '害羞', '晕', '好色', '流泪', '吐血', '微笑', '酷', '坏笑', '吓', '大兵', '哭笑', '困', '呲牙']
}

@ -0,0 +1,29 @@
import Tiows from "./tiows";
import constant from "./constant";
import {ElMessage} from "element-plus";
export default function () {
this.ws_protocol = constant.wsProtocol;
this.ip = constant.imBaseURL;
this.port = constant.wsPort;
this.paramStr = 'Authorization=' + localStorage.getItem("userToken");
this.binaryType = 'blob';
this.initWs = () => {
this.tio = new Tiows(this.ws_protocol, this.ip, this.port, this.paramStr, this.binaryType);
this.tio.connect();
}
this.sendMsg = (value) => {
if (this.tio && this.tio.ws && this.tio.ws.readyState === 1) {
this.tio.send(value);
return true;
} else {
ElMessage({
message: "发送失败,请重试!",
type: 'error'
});
return false;
}
}
}

@ -0,0 +1,120 @@
import axios from "axios";
import constant from "./constant";
//处理url参数
import qs from "qs";
import store from "../store";
axios.defaults.baseURL = constant.baseURL;
// 添加请求拦截器
axios.interceptors.request.use(function (config) {
// 在发送请求之前做些什么
return config;
}, function (error) {
// 对请求错误做些什么
return Promise.reject(error);
});
// 添加响应拦截器
axios.interceptors.response.use(function (response) {
if (response.data !== null && response.data.hasOwnProperty("code") && response.data.code !== 200) {
if (response.data.code === 300) {
store.commit("loadCurrentUser", {});
localStorage.removeItem("userToken");
window.location.href = constant.webBaseURL + "/user";
}
return Promise.reject(new Error(response.data.message));
} else {
return response;
}
}, function (error) {
// 对响应错误做点什么
return Promise.reject(error);
});
// 当data为URLSearchParams对象时设置为application/x-www-form-urlencoded;charset=utf-8
// 当data为普通对象时会被设置为application/json;charset=utf-8
export default {
post(url, params = {}, json = true) {
let config = {
headers: {"Authorization": localStorage.getItem("userToken")}
};
return new Promise((resolve, reject) => {
axios
.post(url, json ? params : qs.stringify(params), config)
.then(res => {
resolve(res.data);
})
.catch(err => {
reject(err);
});
});
},
get(url, params = {}) {
let headers = {"Authorization": localStorage.getItem("userToken")};
return new Promise((resolve, reject) => {
axios.get(url, {
params: params,
headers: headers
}).then(res => {
resolve(res.data);
}).catch(err => {
reject(err)
})
});
},
upload(url, param, option) {
let config = {
headers: {"Authorization": localStorage.getItem("userToken"), "Content-Type": "multipart/form-data"},
timeout: 60000
};
if (typeof option !== "undefined") {
config.onUploadProgress = progressEvent => {
if (progressEvent.total > 0) {
progressEvent.percent = progressEvent.loaded / progressEvent.total * 100;
}
option.onProgress(progressEvent);
};
}
return new Promise((resolve, reject) => {
axios
.post(url, param, config)
.then(res => {
resolve(res.data);
})
.catch(err => {
reject(err);
});
});
},
uploadQiniu(url, param) {
let config = {
headers: {"Content-Type": "multipart/form-data"},
timeout: 60000
};
return new Promise((resolve, reject) => {
axios
.post(url, param, config)
.then(res => {
resolve(res.data);
})
.catch(err => {
reject(err);
});
});
}
}

@ -0,0 +1,48 @@
import ReconnectingWebSocket from 'reconnecting-websocket';
/**
* @param {*} ws_protocol wss or ws
* @param {*} ip
* @param {*} port
* @param {*} paramStr 加在ws url后面的请求参数形如name=张三&id=12
* @param {*} binaryType 'blob' or 'arraybuffer'
*/
export default function (ws_protocol, ip, port, paramStr, binaryType) {
this.ws_protocol = ws_protocol;
this.ip = ip;
this.port = port;
this.paramStr = paramStr;
this.binaryType = binaryType;
if (port === "") {
this.url = ws_protocol + '://' + ip + '/socket';
} else {
this.url = ws_protocol + '://' + ip + ":" + port + '/socket';
}
if (paramStr) {
this.url += '?' + paramStr;
}
this.connect = () => {
let ws = new ReconnectingWebSocket(this.url);
this.ws = ws;
ws.binaryType = this.binaryType;
ws.onopen = function (event) {
//获取离线消息
}
ws.onclose = function (event) {
}
ws.onerror = function (event) {
}
}
this.send = (data) => {
this.ws.send(data);
}
}

@ -0,0 +1,24 @@
const CompressionPlugin = require('compression-webpack-plugin')
module.exports = {
devServer: {
port: 81,
https: false,
open: false
},
publicPath: '/im/',
lintOnSave: false,
productionSourceMap: false,
configureWebpack: {
plugins: [
new CompressionPlugin({
algorithm: 'gzip',
test: /\.js$|\.html$|\.css$/,
filename: '[path].gz[query]',
minRatio: 1,
threshold: 10240,
deleteOriginalAssets: false
})
]
}
}

@ -0,0 +1,33 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/

@ -0,0 +1,661 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are 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.
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.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
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 Affero 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. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
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 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 work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero 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 Affero 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 Affero 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 Affero 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.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
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 AGPL, see
<http://www.gnu.org/licenses/>.

@ -0,0 +1,125 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>poetry</artifactId>
<groupId>com.ld</groupId>
<version>2.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>poetry-web</artifactId>
<name>poetry-web</name>
<description>最美博客 IM</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.20</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-generator</artifactId>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.20</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>2.0.1.Final</version>
</dependency>
<dependency>
<groupId>org.t-io</groupId>
<artifactId>tio-websocket-server</artifactId>
<version>3.7.5.v20211028-RELEASE</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-extra</artifactId>
</dependency>
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>7.8.0</version>
</dependency>
<dependency>
<groupId>org.lionsoul</groupId>
<artifactId>ip2region</artifactId>
</dependency>
</dependencies>
<build>
<finalName>poetize-server</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

@ -0,0 +1,17 @@
package com.ld.poetry;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication
@EnableScheduling
@EnableAsync
public class PoetryApplication {
public static void main(String[] args) {
SpringApplication.run(PoetryApplication.class, args);
}
}

@ -0,0 +1,12 @@
package com.ld.poetry.aop;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface LoginCheck {
int value() default 2;
}

@ -0,0 +1,89 @@
package com.ld.poetry.aop;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.entity.User;
import com.ld.poetry.enums.CodeMsg;
import com.ld.poetry.enums.PoetryEnum;
import com.ld.poetry.handle.PoetryLoginException;
import com.ld.poetry.handle.PoetryRuntimeException;
import com.ld.poetry.utils.*;
import com.ld.poetry.utils.cache.PoetryCache;
import lombok.extern.slf4j.Slf4j;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.springframework.core.annotation.Order;
import org.springframework.stereotype.Component;
import org.springframework.util.StringUtils;
@Aspect
@Component
@Order(0)
@Slf4j
public class LoginCheckAspect {
@Around("@annotation(loginCheck)")
public Object around(ProceedingJoinPoint joinPoint, LoginCheck loginCheck) throws Throwable {
String token = PoetryUtil.getToken();
if (!StringUtils.hasText(token)) {
throw new PoetryLoginException(CodeMsg.NOT_LOGIN.getMsg());
}
User user = (User) PoetryCache.get(token);
if (user == null) {
throw new PoetryLoginException(CodeMsg.LOGIN_EXPIRED.getMsg());
}
if (token.contains(CommonConst.USER_ACCESS_TOKEN)) {
if (loginCheck.value() == PoetryEnum.USER_TYPE_ADMIN.getCode() || loginCheck.value() == PoetryEnum.USER_TYPE_DEV.getCode()) {
return PoetryResult.fail("请输入管理员账号!");
}
} else if (token.contains(CommonConst.ADMIN_ACCESS_TOKEN)) {
log.info("请求IP" + PoetryUtil.getIpAddr(PoetryUtil.getRequest()));
if (loginCheck.value() == PoetryEnum.USER_TYPE_ADMIN.getCode() && user.getId().intValue() != CommonConst.ADMIN_USER_ID) {
return PoetryResult.fail("请输入管理员账号!");
}
} else {
throw new PoetryLoginException(CodeMsg.NOT_LOGIN.getMsg());
}
if (loginCheck.value() < user.getUserType()) {
throw new PoetryRuntimeException("权限不足!");
}
//重置过期时间
String userId = user.getId().toString();
boolean flag1 = false;
if (token.contains(CommonConst.USER_ACCESS_TOKEN)) {
flag1 = PoetryCache.get(CommonConst.USER_TOKEN_INTERVAL + userId) == null;
} else if (token.contains(CommonConst.ADMIN_ACCESS_TOKEN)) {
flag1 = PoetryCache.get(CommonConst.ADMIN_TOKEN_INTERVAL + userId) == null;
}
if (flag1) {
synchronized (userId.intern()) {
boolean flag2 = false;
if (token.contains(CommonConst.USER_ACCESS_TOKEN)) {
flag2 = PoetryCache.get(CommonConst.USER_TOKEN_INTERVAL + userId) == null;
} else if (token.contains(CommonConst.ADMIN_ACCESS_TOKEN)) {
flag2 = PoetryCache.get(CommonConst.ADMIN_TOKEN_INTERVAL + userId) == null;
}
if (flag2) {
PoetryCache.put(token, user, CommonConst.TOKEN_EXPIRE);
if (token.contains(CommonConst.USER_ACCESS_TOKEN)) {
PoetryCache.put(CommonConst.USER_TOKEN + userId, token, CommonConst.TOKEN_EXPIRE);
PoetryCache.put(CommonConst.USER_TOKEN_INTERVAL + userId, token, CommonConst.TOKEN_INTERVAL);
} else if (token.contains(CommonConst.ADMIN_ACCESS_TOKEN)) {
PoetryCache.put(CommonConst.ADMIN_TOKEN + userId, token, CommonConst.TOKEN_EXPIRE);
PoetryCache.put(CommonConst.ADMIN_TOKEN_INTERVAL + userId, token, CommonConst.TOKEN_INTERVAL);
}
}
}
}
return joinPoint.proceed();
}
}

@ -0,0 +1,12 @@
package com.ld.poetry.aop;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface ResourceCheck {
String value();
}

@ -0,0 +1,32 @@
package com.ld.poetry.aop;
import com.ld.poetry.utils.*;
import lombok.extern.slf4j.Slf4j;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.core.annotation.Order;
import org.springframework.stereotype.Component;
import java.util.List;
@Aspect
@Component
@Order(2)
@Slf4j
public class ResourceCheckAspect {
@Autowired
private CommonQuery commonQuery;
@Value("${resource.article.doc:}")
private List<String> articleDoc;
@Around("@annotation(resourceCheck)")
public Object around(ProceedingJoinPoint joinPoint, ResourceCheck resourceCheck) throws Throwable {
return joinPoint.proceed();
}
}

@ -0,0 +1,11 @@
package com.ld.poetry.aop;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface SaveCheck {
}

@ -0,0 +1,68 @@
package com.ld.poetry.aop;
import com.ld.poetry.entity.User;
import com.ld.poetry.handle.PoetryRuntimeException;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.utils.cache.PoetryCache;
import com.ld.poetry.utils.PoetryUtil;
import lombok.extern.slf4j.Slf4j;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.springframework.core.annotation.Order;
import org.springframework.stereotype.Component;
import org.springframework.util.StringUtils;
import java.util.concurrent.atomic.AtomicInteger;
@Aspect
@Component
@Order(1)
@Slf4j
public class SaveCheckAspect {
@Around("@annotation(saveCheck)")
public Object around(ProceedingJoinPoint joinPoint, SaveCheck saveCheck) throws Throwable {
boolean flag = false;
String token = PoetryUtil.getToken();
if (StringUtils.hasText(token)) {
User user = (User) PoetryCache.get(token);
if (user != null) {
if (user.getId().intValue() == PoetryUtil.getAdminUser().getId().intValue()) {
return joinPoint.proceed();
}
AtomicInteger atomicInteger = (AtomicInteger) PoetryCache.get(CommonConst.SAVE_COUNT_USER_ID + user.getId().toString());
if (atomicInteger == null) {
atomicInteger = new AtomicInteger();
PoetryCache.put(CommonConst.SAVE_COUNT_USER_ID + user.getId().toString(), atomicInteger, CommonConst.SAVE_EXPIRE);
}
int userIdCount = atomicInteger.getAndIncrement();
if (userIdCount >= CommonConst.SAVE_MAX_COUNT) {
log.info("用户保存超限:" + user.getId().toString() + ",次数:" + userIdCount);
flag = true;
}
}
}
String ip = PoetryUtil.getIpAddr(PoetryUtil.getRequest());
AtomicInteger atomic = (AtomicInteger) PoetryCache.get(CommonConst.SAVE_COUNT_IP + ip);
if (atomic == null) {
atomic = new AtomicInteger();
PoetryCache.put(CommonConst.SAVE_COUNT_IP + ip, atomic, CommonConst.SAVE_EXPIRE);
}
int ipCount = atomic.getAndIncrement();
if (ipCount > CommonConst.SAVE_MAX_COUNT) {
log.info("IP保存超限" + ip + ",次数:" + ipCount);
flag = true;
}
if (flag) {
throw new PoetryRuntimeException("今日提交次数已用尽,请一天后再来!");
}
return joinPoint.proceed();
}
}

@ -0,0 +1,31 @@
package com.ld.poetry.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.cors.CorsConfiguration;
import org.springframework.web.cors.UrlBasedCorsConfigurationSource;
import org.springframework.web.filter.CorsFilter;
import java.util.ArrayList;
import java.util.List;
@Configuration
public class CorsConfig {
@Bean
public CorsFilter corsFilter() {
UrlBasedCorsConfigurationSource source = new UrlBasedCorsConfigurationSource();
CorsConfiguration config = new CorsConfiguration();
// 是否允许请求带有验证信息
config.setAllowCredentials(true);
List<String> allowedOriginPatterns = new ArrayList<>();
allowedOriginPatterns.add("*");
config.setAllowedOriginPatterns(allowedOriginPatterns);
config.addAllowedHeader("*");
config.addAllowedMethod("*");
source.registerCorsConfiguration("/**", config);
return new CorsFilter(source);
}
}

@ -0,0 +1,76 @@
package com.ld.poetry.config;
import com.ld.poetry.handle.PoetryRuntimeException;
import lombok.SneakyThrows;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.env.EnvironmentPostProcessor;
import org.springframework.core.Ordered;
import org.springframework.core.annotation.Order;
import org.springframework.core.env.ConfigurableEnvironment;
import org.springframework.core.env.MapPropertySource;
import org.springframework.core.env.MutablePropertySources;
import org.springframework.core.env.PropertySource;
import org.springframework.core.io.support.PathMatchingResourcePatternResolver;
import org.springframework.core.io.support.ResourcePatternResolver;
import org.springframework.jdbc.datasource.init.ResourceDatabasePopulator;
import java.sql.*;
import java.util.HashMap;
import java.util.Map;
@Order(Ordered.LOWEST_PRECEDENCE)
public class CustomEnvironmentPostProcessor implements EnvironmentPostProcessor {
private static final String SOURCE_NAME = "sys_config";
private static final String SOURCE_SQL = "select * from poetize.sys_config";
private static final String DATABASE = "poetize";
private static final String sqlPath = "file:/home/poetry.sql";
@Override
public void postProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) {
try {
Map<String, Object> map = new HashMap<>();
String username = environment.getProperty("spring.datasource.username");
String password = environment.getProperty("spring.datasource.password");
String url = environment.getProperty("spring.datasource.url").replace("/poetize", "");
String driver = environment.getProperty("spring.datasource.driver-class-name");
Class.forName(driver);
try (Connection connection = DriverManager.getConnection(url, username, password)) {
//初始化数据库
initDb(connection);
//加载配置文件
try (Statement statement = connection.createStatement()) {
try (ResultSet resultSet = statement.executeQuery(SOURCE_SQL)) {
while (resultSet.next()) {
map.put(resultSet.getString("config_key"), resultSet.getString("config_value"));
}
}
}
}
MutablePropertySources propertySources = environment.getPropertySources();
PropertySource<?> source = new MapPropertySource(SOURCE_NAME, map);
propertySources.addFirst(source);
} catch (Exception e) {
throw new PoetryRuntimeException(e);
}
}
@SneakyThrows
private void initDb(Connection connection) {
try (Statement statement = connection.createStatement()) {
try (ResultSet resultSet = statement.executeQuery("SHOW DATABASES LIKE '" + DATABASE + "'")) {
if (!resultSet.next()) {
ResourceDatabasePopulator populator = new ResourceDatabasePopulator();
ResourcePatternResolver resolver = new PathMatchingResourcePatternResolver();
populator.addScripts(resolver.getResources(sqlPath));
populator.populate(connection);
}
}
}
}
}

@ -0,0 +1,21 @@
package com.ld.poetry.config;
import com.baomidou.mybatisplus.core.handlers.MetaObjectHandler;
import com.ld.poetry.utils.PoetryUtil;
import org.apache.ibatis.reflection.MetaObject;
import org.springframework.stereotype.Component;
import org.springframework.util.StringUtils;
@Component
public class DataAutoFill implements MetaObjectHandler {
@Override
public void insertFill(MetaObject metaObject) {
this.strictInsertFill(metaObject, "createBy", String.class, !StringUtils.hasText(PoetryUtil.getUsername()) ? "Sara" : PoetryUtil.getUsername());
}
@Override
public void updateFill(MetaObject metaObject) {
this.strictInsertFill(metaObject, "updateBy", String.class, !StringUtils.hasText(PoetryUtil.getUsername()) ? "Sara" : PoetryUtil.getUsername());
}
}

@ -0,0 +1,20 @@
package com.ld.poetry.config;
import com.baomidou.mybatisplus.annotation.DbType;
import com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor;
import com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
@MapperScan({"com.ld.poetry.dao", "com.ld.poetry.im.http.dao"})
public class MybatisPlusConfig {
@Bean
public MybatisPlusInterceptor mybatisPlusInterceptor() {
MybatisPlusInterceptor interceptor = new MybatisPlusInterceptor();
interceptor.addInnerInterceptor(new PaginationInnerInterceptor(DbType.MYSQL));
return interceptor;
}
}

@ -0,0 +1,82 @@
package com.ld.poetry.config;
import com.baomidou.mybatisplus.extension.conditions.query.LambdaQueryChainWrapper;
import com.ld.poetry.dao.HistoryInfoMapper;
import com.ld.poetry.dao.WebInfoMapper;
import com.ld.poetry.entity.*;
import com.ld.poetry.im.websocket.TioUtil;
import com.ld.poetry.im.websocket.TioWebsocketStarter;
import com.ld.poetry.service.FamilyService;
import com.ld.poetry.service.UserService;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.utils.cache.PoetryCache;
import com.ld.poetry.enums.PoetryEnum;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.ApplicationRunner;
import org.springframework.stereotype.Component;
import org.springframework.util.CollectionUtils;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.CopyOnWriteArraySet;
import java.util.stream.Collectors;
@Component
public class PoetryApplicationRunner implements ApplicationRunner {
@Value("${store.type}")
private String defaultType;
@Autowired
private WebInfoMapper webInfoMapper;
@Autowired
private UserService userService;
@Autowired
private FamilyService familyService;
@Autowired
private HistoryInfoMapper historyInfoMapper;
@Override
public void run(ApplicationArguments args) throws Exception {
LambdaQueryChainWrapper<WebInfo> wrapper = new LambdaQueryChainWrapper<>(webInfoMapper);
List<WebInfo> list = wrapper.list();
if (!CollectionUtils.isEmpty(list)) {
list.get(0).setDefaultStoreType(defaultType);
PoetryCache.put(CommonConst.WEB_INFO, list.get(0));
}
User admin = userService.lambdaQuery().eq(User::getUserType, PoetryEnum.USER_TYPE_ADMIN.getCode()).one();
PoetryCache.put(CommonConst.ADMIN, admin);
Family family = familyService.lambdaQuery().eq(Family::getUserId, admin.getId()).one();
PoetryCache.put(CommonConst.ADMIN_FAMILY, family);
List<HistoryInfo> infoList = new LambdaQueryChainWrapper<>(historyInfoMapper)
.select(HistoryInfo::getIp, HistoryInfo::getUserId)
.ge(HistoryInfo::getCreateTime, LocalDateTime.now().with(LocalTime.MIN))
.list();
PoetryCache.put(CommonConst.IP_HISTORY, new CopyOnWriteArraySet<>(infoList.stream().map(info -> info.getIp() + (info.getUserId() != null ? "_" + info.getUserId().toString() : "")).collect(Collectors.toList())));
Map<String, Object> history = new HashMap<>();
history.put(CommonConst.IP_HISTORY_PROVINCE, historyInfoMapper.getHistoryByProvince());
history.put(CommonConst.IP_HISTORY_IP, historyInfoMapper.getHistoryByIp());
history.put(CommonConst.IP_HISTORY_HOUR, historyInfoMapper.getHistoryBy24Hour());
history.put(CommonConst.IP_HISTORY_COUNT, historyInfoMapper.getHistoryCount());
PoetryCache.put(CommonConst.IP_HISTORY_STATISTICS, history);
TioUtil.buildTio();
TioWebsocketStarter websocketStarter = TioUtil.getTio();
if (websocketStarter != null) {
websocketStarter.start();
}
}
}

@ -0,0 +1,45 @@
package com.ld.poetry.config;
import com.alibaba.fastjson.JSON;
import com.ld.poetry.enums.CodeMsg;
import com.ld.poetry.utils.CommonQuery;
import com.ld.poetry.utils.PoetryUtil;
import com.ld.poetry.utils.storage.FileFilter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.web.filter.OncePerRequestFilter;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
@Component
public class PoetryFilter extends OncePerRequestFilter {
@Autowired
private CommonQuery commonQuery;
@Autowired
private FileFilter fileFilter;
@Override
protected void doFilterInternal(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, FilterChain filterChain) throws ServletException, IOException {
if (!"OPTIONS".equals(httpServletRequest.getMethod())) {
try {
commonQuery.saveHistory(PoetryUtil.getIpAddr(httpServletRequest));
} catch (Exception e) {
}
if (fileFilter.doFilterFile(httpServletRequest, httpServletResponse)) {
httpServletResponse.setHeader("Access-Control-Allow-Origin", "*");
httpServletResponse.setContentType("application/json;charset=UTF-8");
httpServletResponse.getWriter().write(JSON.toJSONString(PoetryResult.fail(CodeMsg.PARAMETER_ERROR.getCode(), CodeMsg.PARAMETER_ERROR.getMsg())));
return;
}
}
filterChain.doFilter(httpServletRequest, httpServletResponse);
}
}

@ -0,0 +1,56 @@
package com.ld.poetry.config;
import com.ld.poetry.enums.CodeMsg;
import lombok.Data;
import java.io.Serializable;
@Data
public class PoetryResult<T> implements Serializable {
private static final long serialVersionUI = 1L;
private int code;
private String message;
private T data;
private long currentTimeMillis = System.currentTimeMillis();
public PoetryResult() {
this.code = 200;
}
public PoetryResult(int code, String message) {
this.code = code;
this.message = message;
}
public PoetryResult(T data) {
this.code = 200;
this.data = data;
}
public PoetryResult(String message) {
this.code = 500;
this.message = message;
}
public static <T> PoetryResult<T> fail(String message) {
return new PoetryResult(message);
}
public static <T> PoetryResult<T> fail(CodeMsg codeMsg) {
return new PoetryResult(codeMsg.getCode(), codeMsg.getMsg());
}
public static <T> PoetryResult<T> fail(Integer code, String message) {
return new PoetryResult(code, message);
}
public static <T> PoetryResult<T> success(T data) {
return new PoetryResult(data);
}
public static <T> PoetryResult<T> success() {
return new PoetryResult();
}
}

@ -0,0 +1,15 @@
package com.ld.poetry.config;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@Component
public class WebInfoConfigurer implements WebMvcConfigurer {
@Override
public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(new WebInfoHandlerInterceptor())
.addPathPatterns("/**")
.excludePathPatterns("/user/login", "/admin/**", "/webInfo/getWebInfo", "/webInfo/updateWebInfo");
}
}

@ -0,0 +1,26 @@
package com.ld.poetry.config;
import com.alibaba.fastjson.JSON;
import com.ld.poetry.entity.WebInfo;
import com.ld.poetry.enums.CodeMsg;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.utils.cache.PoetryCache;
import org.springframework.web.servlet.HandlerInterceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class WebInfoHandlerInterceptor implements HandlerInterceptor {
@Override
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {
WebInfo webInfo = (WebInfo) PoetryCache.get(CommonConst.WEB_INFO);
if (webInfo == null || !webInfo.getStatus()) {
response.setContentType("application/json;charset=UTF-8");
response.getWriter().write(JSON.toJSONString(PoetryResult.fail(CodeMsg.SYSTEM_REPAIR.getCode(), CodeMsg.SYSTEM_REPAIR.getMsg())));
return false;
} else {
return true;
}
}
}

@ -0,0 +1,251 @@
package com.ld.poetry.constants;
public class CommonConst {
/**
* Id
*/
public static final int ADMIN_USER_ID = 1;
/**
* IDToken
*/
public static final String USER_TOKEN = "user_token_";
public static final String ADMIN_TOKEN = "admin_token_";
/**
* IDToken
*/
public static final String USER_TOKEN_INTERVAL = "user_token_interval_";
public static final String ADMIN_TOKEN_INTERVAL = "admin_token_interval_";
/**
* Token
*/
public static final String USER_ACCESS_TOKEN = "user_access_token_";
public static final String ADMIN_ACCESS_TOKEN = "admin_access_token_";
public static final String TOKEN_HEADER = "Authorization";
/**
*
*/
public static final String SAVE_COUNT_IP = "save_count_ip_";
public static final String SAVE_COUNT_USER_ID = "save_count_user_id_";
public static final long SAVE_EXPIRE = 86400;
public static final int SAVE_MAX_COUNT = 15;
/**
* IP
*/
public static final String IP_HISTORY = "ip_history";
public static final String IP_HISTORY_STATISTICS = "ip_history_statistics";
public static final String IP_HISTORY_PROVINCE = "ip_history_province";
public static final String IP_HISTORY_IP = "ip_history_ip";
public static final String IP_HISTORY_HOUR = "ip_history_hour";
public static final String IP_HISTORY_COUNT = "ip_history_count";
/**
* Token10
*/
public static final long TOKEN_EXPIRE = 864000;
/**
* Code1
*/
public static final long CODE_EXPIRE = 86400;
/**
* Token1
*/
public static final long TOKEN_INTERVAL = 3600;
/**
* Boss
*/
public static final String ADMIN = "admin";
/**
* BossFamily
*/
public static final String ADMIN_FAMILY = "adminFamily";
/**
* FamilyList
*/
public static final String FAMILY_LIST = "familyList";
/**
* IM
*/
public static final String COMMENT_IM_MAIL = "comment_im_mail_";
/**
*
*/
public static final String CODE_MAIL = "code_mail_";
/**
* IM
*/
public static final int COMMENT_IM_MAIL_COUNT = 1;
/**
*
*/
public static final int CODE_MAIL_COUNT = 3;
/**
*
*/
public static final String USER_CODE = "user_code_";
/**
*
*/
public static final String FORGET_PASSWORD = "forget_password_";
/**
*
*/
public static final String WEB_INFO = "webInfo";
/**
*
*/
public static final String SORT_INFO = "sortInfo";
/**
*
*/
public static final String ADMIRE = "admire";
/**
*
*/
public static final String CRYPOTJS_KEY = "sarasarasarasara";
/**
* ID
*/
public static final String USER_CACHE = "user_";
/**
* ID
*/
public static final String COMMENT_COUNT_CACHE = "comment_count_";
/**
* IDID
*/
public static final String USER_ARTICLE_LIST = "user_article_list_";
/**
*
*/
public static final String ARTICLE_LIST = "article_list";
/**
*
*/
public static final String SORT_ARTICLE_LIST = "sort_article_list";
/**
*
*/
public static final long EXPIRE = 1800;
/**
*
*/
public static final int TREE_HOLE_COUNT = 100;
/**
* ID
*/
public static final int FIRST_COMMENT = 0;
/**
*
*/
public static final int SUMMARY = 80;
/**
*
*/
public static final int TREE_HOLE_COMMENT_SOURCE = 0;
/**
*
*/
public static final String PATH_TYPE_GRAFFITI = "graffiti";
public static final String PATH_TYPE_ARTICLE_PICTURE = "articlePicture";
public static final String PATH_TYPE_USER_AVATAR = "userAvatar";
public static final String PATH_TYPE_ARTICLE_COVER = "articleCover";
public static final String PATH_TYPE_WEB_BACKGROUND_IMAGE = "webBackgroundImage";
public static final String PATH_TYPE_WEB_AVATAR = "webAvatar";
public static final String PATH_TYPE_RANDOM_AVATAR = "randomAvatar";
public static final String PATH_TYPE_RANDOM_COVER = "randomCover";
public static final String PATH_TYPE_COMMENT_PICTURE = "commentPicture";
public static final String PATH_TYPE_INTERNET_MEME = "internetMeme";
public static final String PATH_TYPE_IM_GROUP_AVATAR = "im/groupAvatar";
public static final String PATH_TYPE_IM_GROUP_MESSAGE = "im/groupMessage";
public static final String PATH_TYPE_IM_FRIEND_MESSAGE = "im/friendMessage";
public static final String PATH_TYPE_FUNNY_URL = "funnyUrl";
public static final String PATH_TYPE_FUNNY_COVER = "funnyCover";
public static final String PATH_TYPE_FAVORITES_COVER = "favoritesCover";
public static final String PATH_TYPE_LOVE_COVER = "love/bgCover";
public static final String PATH_TYPE_LOVE_MAN = "love/manCover";
public static final String PATH_TYPE_LOVE_WOMAN = "love/womanCover";
public static final String PATH_TYPE_VIDEO_ARTICLE = "video/article";
public static final String PATH_TYPE_ASSETS = "assets";
/**
*
*/
public static final String RESOURCE_PATH_TYPE_FRIEND = "friendUrl";
public static final String RESOURCE_PATH_TYPE_FUNNY = "funny";
public static final String RESOURCE_PATH_TYPE_FAVORITES = "favorites";
public static final String RESOURCE_PATH_TYPE_LOVE_PHOTO = "lovePhoto";
/**
*
*/
public static final String WEIYAN_TYPE_FRIEND = "friend";
public static final String WEIYAN_TYPE_NEWS = "news";
/**
*
*/
public static final String DEFAULT_FRIEND = "\uD83E\uDD47友情链接";
/**
*
*/
public static final String RESOURCE_ARTICLE_DOC = "resource_article_doc";
}

@ -0,0 +1,81 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.conditions.update.LambdaUpdateChainWrapper;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.entity.*;
import com.ld.poetry.service.ArticleService;
import com.ld.poetry.utils.PoetryUtil;
import com.ld.poetry.vo.ArticleVO;
import com.ld.poetry.vo.BaseRequestVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-08-13
*/
@RestController
@RequestMapping("/admin")
public class AdminArticleController {
@Autowired
private ArticleService articleService;
/**
*
*/
@PostMapping("/article/user/list")
@LoginCheck(1)
public PoetryResult<Page> listUserArticle(@RequestBody BaseRequestVO baseRequestVO) {
return articleService.listAdminArticle(baseRequestVO, false);
}
/**
* Boss
*/
@PostMapping("/article/boss/list")
@LoginCheck(0)
public PoetryResult<Page> listBossArticle(@RequestBody BaseRequestVO baseRequestVO) {
return articleService.listAdminArticle(baseRequestVO, true);
}
/**
*
*/
@GetMapping("/article/changeArticleStatus")
@LoginCheck(1)
public PoetryResult changeArticleStatus(@RequestParam("articleId") Integer articleId,
@RequestParam(value = "viewStatus", required = false) Boolean viewStatus,
@RequestParam(value = "commentStatus", required = false) Boolean commentStatus,
@RequestParam(value = "recommendStatus", required = false) Boolean recommendStatus) {
LambdaUpdateChainWrapper<Article> updateChainWrapper = articleService.lambdaUpdate()
.eq(Article::getId, articleId)
.eq(Article::getUserId, PoetryUtil.getUserId());
if (viewStatus != null) {
updateChainWrapper.set(Article::getViewStatus, viewStatus);
}
if (commentStatus != null) {
updateChainWrapper.set(Article::getCommentStatus, commentStatus);
}
if (recommendStatus != null) {
updateChainWrapper.set(Article::getRecommendStatus, recommendStatus);
}
updateChainWrapper.update();
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/article/getArticleById")
@LoginCheck(1)
public PoetryResult<ArticleVO> getArticleByIdForUser(@RequestParam("id") Integer id) {
return articleService.getArticleByIdForUser(id);
}
}

@ -0,0 +1,82 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.entity.Article;
import com.ld.poetry.entity.Comment;
import com.ld.poetry.enums.CommentTypeEnum;
import com.ld.poetry.service.ArticleService;
import com.ld.poetry.service.CommentService;
import com.ld.poetry.utils.PoetryUtil;
import com.ld.poetry.vo.BaseRequestVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-08-13
*/
@RestController
@RequestMapping("/admin")
public class AdminCommentController {
@Autowired
private ArticleService articleService;
@Autowired
private CommentService commentService;
/**
*
*/
@GetMapping("/comment/user/deleteComment")
@LoginCheck(1)
public PoetryResult userDeleteComment(@RequestParam("id") Integer id) {
Comment comment = commentService.lambdaQuery().select(Comment::getSource, Comment::getType).eq(Comment::getId, id).one();
if (comment == null) {
return PoetryResult.success();
}
if (!CommentTypeEnum.COMMENT_TYPE_ARTICLE.getCode().equals(comment.getType())) {
return PoetryResult.fail("权限不足!");
}
Article one = articleService.lambdaQuery().eq(Article::getId, comment.getSource()).select(Article::getUserId).one();
if (one == null || (PoetryUtil.getUserId().intValue() != one.getUserId().intValue())) {
return PoetryResult.fail("权限不足!");
}
commentService.removeById(id);
return PoetryResult.success();
}
/**
* Boss
*/
@GetMapping("/comment/boss/deleteComment")
@LoginCheck(0)
public PoetryResult bossDeleteComment(@RequestParam("id") Integer id) {
commentService.removeById(id);
return PoetryResult.success();
}
/**
*
*/
@PostMapping("/comment/user/list")
@LoginCheck(1)
public PoetryResult<Page> listUserComment(@RequestBody BaseRequestVO baseRequestVO) {
return commentService.listAdminComment(baseRequestVO, false);
}
/**
* Boss
*/
@PostMapping("/comment/boss/list")
@LoginCheck(0)
public PoetryResult<Page> listBossComment(@RequestBody BaseRequestVO baseRequestVO) {
return commentService.listAdminComment(baseRequestVO, true);
}
}

@ -0,0 +1,60 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.conditions.query.LambdaQueryChainWrapper;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.dao.TreeHoleMapper;
import com.ld.poetry.dao.WebInfoMapper;
import com.ld.poetry.entity.*;
import com.ld.poetry.vo.BaseRequestVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.CollectionUtils;
import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-08-13
*/
@RestController
@RequestMapping("/admin")
public class AdminController {
@Autowired
private WebInfoMapper webInfoMapper;
@Autowired
private TreeHoleMapper treeHoleMapper;
/**
*
*/
@GetMapping("/webInfo/getAdminWebInfo")
@LoginCheck(0)
public PoetryResult<WebInfo> getWebInfo() {
LambdaQueryChainWrapper<WebInfo> wrapper = new LambdaQueryChainWrapper<>(webInfoMapper);
List<WebInfo> list = wrapper.list();
if (!CollectionUtils.isEmpty(list)) {
return PoetryResult.success(list.get(0));
} else {
return PoetryResult.success();
}
}
/**
* Boss
*/
@PostMapping("/treeHole/boss/list")
@LoginCheck(0)
public PoetryResult<Page> listBossTreeHole(@RequestBody BaseRequestVO baseRequestVO) {
LambdaQueryChainWrapper<TreeHole> wrapper = new LambdaQueryChainWrapper<>(treeHoleMapper);
wrapper.orderByDesc(TreeHole::getCreateTime).page(baseRequestVO);
return PoetryResult.success(baseRequestVO);
}
}

@ -0,0 +1,119 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.conditions.update.LambdaUpdateChainWrapper;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.entity.*;
import com.ld.poetry.enums.CodeMsg;
import com.ld.poetry.enums.PoetryEnum;
import com.ld.poetry.im.websocket.TioUtil;
import com.ld.poetry.im.websocket.TioWebsocketStarter;
import com.ld.poetry.service.UserService;
import com.ld.poetry.utils.PoetryUtil;
import com.ld.poetry.utils.cache.PoetryCache;
import com.ld.poetry.vo.BaseRequestVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import org.tio.core.Tio;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-08-13
*/
@RestController
@RequestMapping("/admin")
public class AdminUserController {
@Autowired
private UserService userService;
/**
*
*/
@PostMapping("/user/list")
@LoginCheck(0)
public PoetryResult<Page> listUser(@RequestBody BaseRequestVO baseRequestVO) {
return userService.listUser(baseRequestVO);
}
/**
*
* <p>
* flag = true
* flag = false
*/
@GetMapping("/user/changeUserStatus")
@LoginCheck(0)
public PoetryResult changeUserStatus(@RequestParam("userId") Integer userId, @RequestParam("flag") Boolean flag) {
if (userId.intValue() == PoetryUtil.getAdminUser().getId().intValue()) {
return PoetryResult.fail("站长状态不能修改!");
}
LambdaUpdateChainWrapper<User> updateChainWrapper = userService.lambdaUpdate().eq(User::getId, userId);
if (flag) {
updateChainWrapper.eq(User::getUserStatus, PoetryEnum.STATUS_DISABLE.getCode()).set(User::getUserStatus, PoetryEnum.STATUS_ENABLE.getCode()).update();
} else {
updateChainWrapper.eq(User::getUserStatus, PoetryEnum.STATUS_ENABLE.getCode()).set(User::getUserStatus, PoetryEnum.STATUS_DISABLE.getCode()).update();
}
logout(userId);
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/user/changeUserAdmire")
@LoginCheck(0)
public PoetryResult changeUserAdmire(@RequestParam("userId") Integer userId, @RequestParam("admire") String admire) {
userService.lambdaUpdate()
.eq(User::getId, userId)
.set(User::getAdmire, admire)
.update();
PoetryCache.remove(CommonConst.ADMIRE);
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/user/changeUserType")
@LoginCheck(0)
public PoetryResult changeUserType(@RequestParam("userId") Integer userId, @RequestParam("userType") Integer userType) {
if (userId.intValue() == PoetryUtil.getAdminUser().getId().intValue()) {
return PoetryResult.fail("站长类型不能修改!");
}
if (userType != 0 && userType != 1 && userType != 2) {
return PoetryResult.fail(CodeMsg.PARAMETER_ERROR);
}
userService.lambdaUpdate().eq(User::getId, userId).set(User::getUserType, userType).update();
logout(userId);
return PoetryResult.success();
}
private void logout(Integer userId) {
if (PoetryCache.get(CommonConst.ADMIN_TOKEN + userId) != null) {
String token = (String) PoetryCache.get(CommonConst.ADMIN_TOKEN + userId);
PoetryCache.remove(CommonConst.ADMIN_TOKEN + userId);
PoetryCache.remove(token);
}
if (PoetryCache.get(CommonConst.USER_TOKEN + userId) != null) {
String token = (String) PoetryCache.get(CommonConst.USER_TOKEN + userId);
PoetryCache.remove(CommonConst.USER_TOKEN + userId);
PoetryCache.remove(token);
}
TioWebsocketStarter tioWebsocketStarter = TioUtil.getTio();
if (tioWebsocketStarter != null) {
Tio.removeUser(tioWebsocketStarter.getServerTioConfig(), String.valueOf(userId), "remove user");
}
}
}

@ -0,0 +1,99 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.service.ArticleService;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.utils.cache.PoetryCache;
import com.ld.poetry.utils.PoetryUtil;
import com.ld.poetry.vo.ArticleVO;
import com.ld.poetry.vo.BaseRequestVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.Map;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-08-13
*/
@RestController
@RequestMapping("/article")
public class ArticleController {
@Autowired
private ArticleService articleService;
/**
*
*/
@LoginCheck(1)
@PostMapping("/saveArticle")
public PoetryResult saveArticle(@Validated @RequestBody ArticleVO articleVO) {
PoetryCache.remove(CommonConst.USER_ARTICLE_LIST + PoetryUtil.getUserId().toString());
PoetryCache.remove(CommonConst.ARTICLE_LIST);
PoetryCache.remove(CommonConst.SORT_ARTICLE_LIST);
return articleService.saveArticle(articleVO);
}
/**
*
*/
@GetMapping("/deleteArticle")
@LoginCheck(1)
public PoetryResult deleteArticle(@RequestParam("id") Integer id) {
PoetryCache.remove(CommonConst.USER_ARTICLE_LIST + PoetryUtil.getUserId().toString());
PoetryCache.remove(CommonConst.ARTICLE_LIST);
PoetryCache.remove(CommonConst.SORT_ARTICLE_LIST);
return articleService.deleteArticle(id);
}
/**
*
*/
@PostMapping("/updateArticle")
@LoginCheck(1)
public PoetryResult updateArticle(@Validated @RequestBody ArticleVO articleVO) {
PoetryCache.remove(CommonConst.ARTICLE_LIST);
PoetryCache.remove(CommonConst.SORT_ARTICLE_LIST);
return articleService.updateArticle(articleVO);
}
/**
* List
*/
@PostMapping("/listArticle")
public PoetryResult<Page> listArticle(@RequestBody BaseRequestVO baseRequestVO) {
return articleService.listArticle(baseRequestVO);
}
/**
* List
*/
@GetMapping("/listSortArticle")
public PoetryResult<Map<Integer, List<ArticleVO>>> listSortArticle() {
return articleService.listSortArticle();
}
/**
*
*/
@GetMapping("/getArticleById")
public PoetryResult<ArticleVO> getArticleById(@RequestParam("id") Integer id, @RequestParam(value = "password", required = false) String password) {
return articleService.getArticleById(id, password);
}
}

@ -0,0 +1,54 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.conditions.query.LambdaQueryChainWrapper;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.dao.ResourcePathMapper;
import com.ld.poetry.entity.ResourcePath;
import com.ld.poetry.vo.ResourcePathVO;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.CollectionUtils;
import org.springframework.web.bind.annotation.*;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
/**
* <p>
* ResourceAggregationController
* </p>
*
* @author sara
* @since 2021-09-14
*/
@RestController
@RequestMapping("/webInfo")
public class CollectController {
@Autowired
private ResourcePathMapper resourcePathMapper;
/**
*
*/
@GetMapping("/listCollect")
public PoetryResult<Map<String, List<ResourcePathVO>>> listCollect() {
LambdaQueryChainWrapper<ResourcePath> wrapper = new LambdaQueryChainWrapper<>(resourcePathMapper);
List<ResourcePath> resourcePaths = wrapper.eq(ResourcePath::getType, CommonConst.RESOURCE_PATH_TYPE_FAVORITES)
.eq(ResourcePath::getStatus, Boolean.TRUE)
.orderByAsc(ResourcePath::getTitle)
.list();
Map<String, List<ResourcePathVO>> collect = new HashMap<>();
if (!CollectionUtils.isEmpty(resourcePaths)) {
collect = resourcePaths.stream().map(rp -> {
ResourcePathVO resourcePathVO = new ResourcePathVO();
BeanUtils.copyProperties(rp, resourcePathVO);
return resourcePathVO;
}).collect(Collectors.groupingBy(ResourcePathVO::getClassify));
}
return PoetryResult.success(collect);
}
}

@ -0,0 +1,85 @@
package com.ld.poetry.controller;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.aop.SaveCheck;
import com.ld.poetry.service.CommentService;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.utils.CommonQuery;
import com.ld.poetry.utils.cache.PoetryCache;
import com.ld.poetry.utils.StringUtil;
import com.ld.poetry.vo.BaseRequestVO;
import com.ld.poetry.vo.CommentVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-08-13
*/
@RestController
@RequestMapping("/comment")
public class CommentController {
@Autowired
private CommentService commentService;
@Autowired
private CommonQuery commonQuery;
/**
*
*/
@PostMapping("/saveComment")
@LoginCheck
@SaveCheck
public PoetryResult saveComment(@Validated @RequestBody CommentVO commentVO) {
String content = StringUtil.removeHtml(commentVO.getCommentContent());
if (!StringUtils.hasText(content)) {
return PoetryResult.fail("评论内容不合法!");
}
commentVO.setCommentContent(content);
PoetryCache.remove(CommonConst.COMMENT_COUNT_CACHE + commentVO.getSource().toString() + "_" + commentVO.getType());
return commentService.saveComment(commentVO);
}
/**
*
*/
@GetMapping("/deleteComment")
@LoginCheck
public PoetryResult deleteComment(@RequestParam("id") Integer id) {
return commentService.deleteComment(id);
}
/**
*
*/
@GetMapping("/getCommentCount")
public PoetryResult<Integer> getCommentCount(@RequestParam("source") Integer source, @RequestParam("type") String type) {
return PoetryResult.success(commonQuery.getCommentCount(source, type));
}
/**
*
*/
@PostMapping("/listComment")
public PoetryResult<BaseRequestVO> listComment(@RequestBody BaseRequestVO baseRequestVO) {
return commentService.listComment(baseRequestVO);
}
}

@ -0,0 +1,149 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.entity.Family;
import com.ld.poetry.service.FamilyService;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.utils.CommonQuery;
import com.ld.poetry.utils.cache.PoetryCache;
import com.ld.poetry.utils.PoetryUtil;
import com.ld.poetry.vo.BaseRequestVO;
import com.ld.poetry.vo.FamilyVO;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
import java.util.Collections;
import java.util.List;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2023-01-03
*/
@RestController
@RequestMapping("/family")
public class FamilyController {
@Autowired
private FamilyService familyService;
@Autowired
private CommonQuery commonQuery;
/**
*
*/
@PostMapping("/saveFamily")
@LoginCheck
public PoetryResult saveFamily(@Validated @RequestBody FamilyVO familyVO) {
Integer userId = PoetryUtil.getUserId();
familyVO.setUserId(userId);
Family oldFamily = familyService.lambdaQuery().select(Family::getId).eq(Family::getUserId, userId).one();
Family family = new Family();
BeanUtils.copyProperties(familyVO, family);
if (userId.intValue() == PoetryUtil.getAdminUser().getId().intValue()) {
family.setStatus(Boolean.TRUE);
} else {
family.setStatus(Boolean.FALSE);
}
if (oldFamily != null) {
family.setId(oldFamily.getId());
familyService.updateById(family);
} else {
family.setId(null);
familyService.save(family);
}
if (userId.intValue() == PoetryUtil.getAdminUser().getId().intValue()) {
PoetryCache.put(CommonConst.ADMIN_FAMILY, family);
}
PoetryCache.remove(CommonConst.FAMILY_LIST);
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/deleteFamily")
@LoginCheck(0)
public PoetryResult deleteFamily(@RequestParam("id") Integer id) {
familyService.removeById(id);
PoetryCache.remove(CommonConst.FAMILY_LIST);
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/getFamily")
@LoginCheck
public PoetryResult<FamilyVO> getFamily() {
Integer userId = PoetryUtil.getUserId();
Family family = familyService.lambdaQuery().eq(Family::getUserId, userId).one();
if (family == null) {
return PoetryResult.success();
} else {
FamilyVO familyVO = new FamilyVO();
BeanUtils.copyProperties(family, familyVO);
return PoetryResult.success(familyVO);
}
}
/**
*
*/
@GetMapping("/getAdminFamily")
public PoetryResult<FamilyVO> getAdminFamily() {
Family family = (Family) PoetryCache.get(CommonConst.ADMIN_FAMILY);
if (family == null) {
return PoetryResult.fail("请初始化表白墙");
}
FamilyVO familyVO = new FamilyVO();
BeanUtils.copyProperties(family, familyVO);
return PoetryResult.success(familyVO);
}
/**
*
*/
@GetMapping("/listRandomFamily")
public PoetryResult<List<FamilyVO>> listRandomFamily(@RequestParam(value = "size", defaultValue = "10") Integer size) {
List<FamilyVO> familyList = commonQuery.getFamilyList();
if (familyList.size() > size) {
Collections.shuffle(familyList);
familyList = familyList.subList(0, size);
}
return PoetryResult.success(familyList);
}
/**
*
*/
@PostMapping("/listFamily")
@LoginCheck(0)
public PoetryResult<Page> listFamily(@RequestBody BaseRequestVO baseRequestVO) {
familyService.lambdaQuery()
.eq(baseRequestVO.getStatus() != null, Family::getStatus, baseRequestVO.getStatus())
.orderByDesc(Family::getCreateTime).page(baseRequestVO);
return PoetryResult.success(baseRequestVO);
}
/**
*
*/
@GetMapping("/changeLoveStatus")
@LoginCheck(0)
public PoetryResult changeLoveStatus(@RequestParam("id") Integer id, @RequestParam("flag") Boolean flag) {
familyService.lambdaUpdate().eq(Family::getId, id).set(Family::getStatus, flag).update();
PoetryCache.remove(CommonConst.FAMILY_LIST);
return PoetryResult.success();
}
}

@ -0,0 +1,82 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.conditions.query.LambdaQueryChainWrapper;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.aop.SaveCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.dao.ResourcePathMapper;
import com.ld.poetry.entity.ResourcePath;
import com.ld.poetry.utils.PoetryUtil;
import com.ld.poetry.vo.ResourcePathVO;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.CollectionUtils;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
/**
* <p>
* ResourceAggregationController
* </p>
*
* @author sara
* @since 2021-09-14
*/
@RestController
@RequestMapping("/webInfo")
public class FriendController {
@Autowired
private ResourcePathMapper resourcePathMapper;
/**
*
*/
@LoginCheck
@PostMapping("/saveFriend")
@SaveCheck
public PoetryResult saveFriend(@RequestBody ResourcePathVO resourcePathVO) {
if (!StringUtils.hasText(resourcePathVO.getTitle()) || !StringUtils.hasText(resourcePathVO.getCover()) ||
!StringUtils.hasText(resourcePathVO.getUrl()) || !StringUtils.hasText(resourcePathVO.getIntroduction())) {
return PoetryResult.fail("信息不全!");
}
ResourcePath friend = new ResourcePath();
friend.setClassify(CommonConst.DEFAULT_FRIEND);
friend.setTitle(resourcePathVO.getTitle());
friend.setIntroduction(resourcePathVO.getIntroduction());
friend.setCover(resourcePathVO.getCover());
friend.setUrl(resourcePathVO.getUrl());
friend.setRemark(PoetryUtil.getUserId().toString());
friend.setType(CommonConst.RESOURCE_PATH_TYPE_FRIEND);
friend.setStatus(Boolean.FALSE);
resourcePathMapper.insert(friend);
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/listFriend")
public PoetryResult<Map<String, List<ResourcePathVO>>> listFriend() {
LambdaQueryChainWrapper<ResourcePath> wrapper = new LambdaQueryChainWrapper<>(resourcePathMapper);
List<ResourcePath> resourcePaths = wrapper.eq(ResourcePath::getType, CommonConst.RESOURCE_PATH_TYPE_FRIEND)
.eq(ResourcePath::getStatus, Boolean.TRUE)
.orderByAsc(ResourcePath::getCreateTime)
.list();
Map<String, List<ResourcePathVO>> collect = new HashMap<>();
if (!CollectionUtils.isEmpty(resourcePaths)) {
collect = resourcePaths.stream().map(rp -> {
ResourcePathVO resourcePathVO = new ResourcePathVO();
BeanUtils.copyProperties(rp, resourcePathVO);
return resourcePathVO;
}).collect(Collectors.groupingBy(ResourcePathVO::getClassify));
}
return PoetryResult.success(collect);
}
}

@ -0,0 +1,68 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.aop.SaveCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.dao.ResourcePathMapper;
import com.ld.poetry.entity.ResourcePath;
import com.ld.poetry.vo.ResourcePathVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.Map;
/**
* <p>
* ResourceAggregationController
* </p>
*
* @author sara
* @since 2021-09-14
*/
@RestController
@RequestMapping("/webInfo")
public class MusicController {
@Autowired
private ResourcePathMapper resourcePathMapper;
/**
*
*/
@GetMapping("/listFunny")
public PoetryResult<List<Map<String, Object>>> listFunny() {
QueryWrapper<ResourcePath> queryWrapper = new QueryWrapper<>();
queryWrapper.select("classify, count(*) as count")
.eq("status", Boolean.TRUE)
.eq("type", CommonConst.RESOURCE_PATH_TYPE_FUNNY)
.groupBy("classify");
List<Map<String, Object>> maps = resourcePathMapper.selectMaps(queryWrapper);
return PoetryResult.success(maps);
}
/**
*
*/
@LoginCheck
@SaveCheck
@PostMapping("/saveFunny")
public PoetryResult saveFunny(@RequestBody ResourcePathVO resourcePathVO) {
if (!StringUtils.hasText(resourcePathVO.getClassify()) || !StringUtils.hasText(resourcePathVO.getCover()) ||
!StringUtils.hasText(resourcePathVO.getUrl()) || !StringUtils.hasText(resourcePathVO.getTitle())) {
return PoetryResult.fail("信息不全!");
}
ResourcePath funny = new ResourcePath();
funny.setClassify(resourcePathVO.getClassify());
funny.setTitle(resourcePathVO.getTitle());
funny.setCover(resourcePathVO.getCover());
funny.setUrl(resourcePathVO.getUrl());
funny.setType(CommonConst.RESOURCE_PATH_TYPE_FUNNY);
funny.setStatus(Boolean.FALSE);
resourcePathMapper.insert(funny);
return PoetryResult.success();
}
}

@ -0,0 +1,73 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.aop.SaveCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.dao.ResourcePathMapper;
import com.ld.poetry.entity.ResourcePath;
import com.ld.poetry.utils.PoetryUtil;
import com.ld.poetry.vo.ResourcePathVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Map;
/**
* <p>
* ResourceAggregationController
* </p>
*
* @author sara
* @since 2021-09-14
*/
@RestController
@RequestMapping("/webInfo")
public class PictureController {
@Autowired
private ResourcePathMapper resourcePathMapper;
/**
*
*/
@GetMapping("/listAdminLovePhoto")
public PoetryResult<List<Map<String, Object>>> listAdminLovePhoto() {
QueryWrapper<ResourcePath> queryWrapper = new QueryWrapper<>();
queryWrapper.select("classify, count(*) as count")
.eq("status", Boolean.TRUE)
.eq("remark", PoetryUtil.getAdminUser().getId().toString())
.eq("type", CommonConst.RESOURCE_PATH_TYPE_LOVE_PHOTO)
.groupBy("classify");
List<Map<String, Object>> maps = resourcePathMapper.selectMaps(queryWrapper);
return PoetryResult.success(maps);
}
/**
*
*/
@LoginCheck
@SaveCheck
@PostMapping("/saveLovePhoto")
public PoetryResult saveLovePhoto(@RequestBody ResourcePathVO resourcePathVO) {
if (!StringUtils.hasText(resourcePathVO.getClassify()) || !StringUtils.hasText(resourcePathVO.getCover()) ||
!StringUtils.hasText(resourcePathVO.getTitle())) {
return PoetryResult.fail("信息不全!");
}
ResourcePath lovePhoto = new ResourcePath();
lovePhoto.setClassify(resourcePathVO.getClassify());
lovePhoto.setTitle(resourcePathVO.getTitle());
lovePhoto.setCover(resourcePathVO.getCover());
lovePhoto.setRemark(PoetryUtil.getUserId().toString());
lovePhoto.setType(CommonConst.RESOURCE_PATH_TYPE_LOVE_PHOTO);
lovePhoto.setStatus(Boolean.FALSE);
resourcePathMapper.insert(lovePhoto);
return PoetryResult.success();
}
}

@ -0,0 +1,34 @@
package com.ld.poetry.controller;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.aop.SaveCheck;
import com.ld.poetry.utils.storage.QiniuUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
/**
*
*/
@RestController
@RequestMapping("/qiniu")
@ConditionalOnBean(QiniuUtil.class)
public class QiniuController {
@Autowired
private QiniuUtil qiniuUtil;
/**
*
*/
@GetMapping("/getUpToken")
@LoginCheck
@SaveCheck
public PoetryResult<String> getUpToken(@RequestParam(value = "key") String key) {
return PoetryResult.success(qiniuUtil.getToken(key));
}
}

@ -0,0 +1,126 @@
package com.ld.poetry.controller;
import cn.hutool.core.util.StrUtil;
import com.baomidou.mybatisplus.core.metadata.OrderItem;
import com.baomidou.mybatisplus.extension.conditions.query.LambdaQueryChainWrapper;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.dao.ResourcePathMapper;
import com.ld.poetry.entity.ResourcePath;
import com.ld.poetry.utils.PoetryUtil;
import com.ld.poetry.vo.BaseRequestVO;
import com.ld.poetry.vo.ResourcePathVO;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.CollectionUtils;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-09-14
*/
@RestController
@RequestMapping("/webInfo")
public class ResourceAggregationController {
@Autowired
private ResourcePathMapper resourcePathMapper;
/**
*
*/
@LoginCheck(0)
@PostMapping("/saveResourcePath")
public PoetryResult saveResourcePath(@RequestBody ResourcePathVO resourcePathVO) {
if (!StringUtils.hasText(resourcePathVO.getTitle()) || !StringUtils.hasText(resourcePathVO.getType())) {
return PoetryResult.fail("标题和资源类型不能为空!");
}
if (CommonConst.RESOURCE_PATH_TYPE_LOVE_PHOTO.equals(resourcePathVO.getType())) {
resourcePathVO.setRemark(PoetryUtil.getAdminUser().getId().toString());
}
ResourcePath resourcePath = new ResourcePath();
BeanUtils.copyProperties(resourcePathVO, resourcePath);
resourcePathMapper.insert(resourcePath);
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/deleteResourcePath")
@LoginCheck(0)
public PoetryResult deleteResourcePath(@RequestParam("id") Integer id) {
resourcePathMapper.deleteById(id);
return PoetryResult.success();
}
/**
*
*/
@PostMapping("/updateResourcePath")
@LoginCheck(0)
public PoetryResult updateResourcePath(@RequestBody ResourcePathVO resourcePathVO) {
if (!StringUtils.hasText(resourcePathVO.getTitle()) || !StringUtils.hasText(resourcePathVO.getType())) {
return PoetryResult.fail("标题和资源类型不能为空!");
}
if (resourcePathVO.getId() == null) {
return PoetryResult.fail("Id不能为空");
}
if (CommonConst.RESOURCE_PATH_TYPE_LOVE_PHOTO.equals(resourcePathVO.getType())) {
resourcePathVO.setRemark(PoetryUtil.getAdminUser().getId().toString());
}
ResourcePath resourcePath = new ResourcePath();
BeanUtils.copyProperties(resourcePathVO, resourcePath);
resourcePathMapper.updateById(resourcePath);
return PoetryResult.success();
}
/**
*
*/
@PostMapping("/listResourcePath")
public PoetryResult<Page> listResourcePath(@RequestBody BaseRequestVO baseRequestVO) {
LambdaQueryChainWrapper<ResourcePath> wrapper = new LambdaQueryChainWrapper<>(resourcePathMapper);
wrapper.eq(StringUtils.hasText(baseRequestVO.getResourceType()), ResourcePath::getType, baseRequestVO.getResourceType());
wrapper.eq(StringUtils.hasText(baseRequestVO.getClassify()), ResourcePath::getClassify, baseRequestVO.getClassify());
Integer userId = PoetryUtil.getUserId();
if (!PoetryUtil.getAdminUser().getId().equals(userId)) {
wrapper.eq(ResourcePath::getStatus, Boolean.TRUE);
} else {
wrapper.eq(baseRequestVO.getStatus() != null, ResourcePath::getStatus, baseRequestVO.getStatus());
}
OrderItem orderItem = new OrderItem();
orderItem.setColumn(StringUtils.hasText(baseRequestVO.getOrder()) ? StrUtil.toUnderlineCase(baseRequestVO.getOrder()) : "create_time");
orderItem.setAsc(!baseRequestVO.isDesc());
List<OrderItem> orderItemList = new ArrayList<>();
orderItemList.add(orderItem);
baseRequestVO.setOrders(orderItemList);
wrapper.page(baseRequestVO);
List<ResourcePath> resourcePaths = baseRequestVO.getRecords();
if (!CollectionUtils.isEmpty(resourcePaths)) {
List<ResourcePathVO> resourcePathVOs = resourcePaths.stream().map(rp -> {
ResourcePathVO resourcePathVO = new ResourcePathVO();
BeanUtils.copyProperties(rp, resourcePathVO);
return resourcePathVO;
}).collect(Collectors.toList());
baseRequestVO.setRecords(resourcePathVOs);
}
return PoetryResult.success(baseRequestVO);
}
}

@ -0,0 +1,144 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.entity.Resource;
import com.ld.poetry.enums.PoetryEnum;
import com.ld.poetry.service.ResourceService;
import com.ld.poetry.utils.storage.StoreService;
import com.ld.poetry.utils.*;
import com.ld.poetry.utils.storage.FileStorageService;
import com.ld.poetry.vo.BaseRequestVO;
import com.ld.poetry.vo.FileVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;
import java.util.Collections;
import java.util.List;
import java.util.stream.Collectors;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2022-03-06
*/
@RestController
@RequestMapping("/resource")
public class ResourceController {
@Autowired
private ResourceService resourceService;
@Autowired
private FileStorageService fileStorageService;
/**
*
*/
@PostMapping("/saveResource")
@LoginCheck
public PoetryResult saveResource(@RequestBody Resource resource) {
if (!StringUtils.hasText(resource.getType()) || !StringUtils.hasText(resource.getPath())) {
return PoetryResult.fail("资源类型和资源路径不能为空!");
}
Resource re = new Resource();
re.setPath(resource.getPath());
re.setType(resource.getType());
re.setSize(resource.getSize());
re.setOriginalName(resource.getOriginalName());
re.setMimeType(resource.getMimeType());
re.setStoreType(resource.getStoreType());
re.setUserId(PoetryUtil.getUserId());
resourceService.save(re);
return PoetryResult.success();
}
/**
*
*/
@PostMapping("/upload")
@LoginCheck
public PoetryResult<String> upload(@RequestParam("file") MultipartFile file, FileVO fileVO) {
if (file == null || !StringUtils.hasText(fileVO.getType()) || !StringUtils.hasText(fileVO.getRelativePath())) {
return PoetryResult.fail("文件和资源类型和资源路径不能为空!");
}
fileVO.setFile(file);
StoreService storeService = fileStorageService.getFileStorage(fileVO.getStoreType());
FileVO result = storeService.saveFile(fileVO);
Resource re = new Resource();
re.setPath(result.getVisitPath());
re.setType(fileVO.getType());
re.setSize(Integer.valueOf(Long.toString(file.getSize())));
re.setMimeType(file.getContentType());
re.setStoreType(fileVO.getStoreType());
re.setOriginalName(fileVO.getOriginalName());
re.setUserId(PoetryUtil.getUserId());
resourceService.save(re);
return PoetryResult.success(result.getVisitPath());
}
/**
*
*/
@PostMapping("/deleteResource")
@LoginCheck(0)
public PoetryResult deleteResource(@RequestParam("path") String path) {
Resource resource = resourceService.lambdaQuery().select(Resource::getStoreType).eq(Resource::getPath, path).one();
if (resource == null) {
return PoetryResult.fail("文件不存在:" + path);
}
StoreService storeService = fileStorageService.getFileStorageByStoreType(resource.getStoreType());
storeService.deleteFile(Collections.singletonList(path));
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/getImageList")
@LoginCheck
public PoetryResult<List<String>> getImageList() {
List<Resource> list = resourceService.lambdaQuery().select(Resource::getPath)
.eq(Resource::getType, CommonConst.PATH_TYPE_INTERNET_MEME)
.eq(Resource::getStatus, PoetryEnum.STATUS_ENABLE.getCode())
.eq(Resource::getUserId, PoetryUtil.getAdminUser().getId())
.orderByDesc(Resource::getCreateTime)
.list();
List<String> paths = list.stream().map(Resource::getPath).collect(Collectors.toList());
return PoetryResult.success(paths);
}
/**
*
*/
@PostMapping("/listResource")
@LoginCheck(0)
public PoetryResult<Page> listResource(@RequestBody BaseRequestVO baseRequestVO) {
resourceService.lambdaQuery()
.eq(StringUtils.hasText(baseRequestVO.getResourceType()), Resource::getType, baseRequestVO.getResourceType())
.orderByDesc(Resource::getCreateTime).page(baseRequestVO);
return PoetryResult.success(baseRequestVO);
}
/**
*
*/
@GetMapping("/changeResourceStatus")
@LoginCheck(0)
public PoetryResult changeResourceStatus(@RequestParam("id") Integer id, @RequestParam("flag") Boolean flag) {
resourceService.lambdaUpdate().eq(Resource::getId, id).set(Resource::getStatus, flag).update();
return PoetryResult.success();
}
}

@ -0,0 +1,161 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.conditions.query.LambdaQueryChainWrapper;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.dao.LabelMapper;
import com.ld.poetry.dao.SortMapper;
import com.ld.poetry.entity.Label;
import com.ld.poetry.entity.Sort;
import com.ld.poetry.utils.CommonQuery;
import com.ld.poetry.utils.cache.PoetryCache;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-09-14
*/
@RestController
@RequestMapping("/webInfo")
public class SortLabelController {
@Autowired
private SortMapper sortMapper;
@Autowired
private LabelMapper labelMapper;
@Autowired
private CommonQuery commonQuery;
/**
*
*/
@GetMapping("/getSortInfo")
public PoetryResult<List<Sort>> getSortInfo() {
return PoetryResult.success(commonQuery.getSortInfo());
}
/**
*
*/
@PostMapping("/saveSort")
@LoginCheck(0)
public PoetryResult saveSort(@RequestBody Sort sort) {
if (!StringUtils.hasText(sort.getSortName()) || !StringUtils.hasText(sort.getSortDescription())) {
return PoetryResult.fail("分类名称和分类描述不能为空!");
}
if (sort.getPriority() == null) {
return PoetryResult.fail("分类必须配置优先级!");
}
sortMapper.insert(sort);
PoetryCache.remove(CommonConst.SORT_INFO);
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/deleteSort")
@LoginCheck(0)
public PoetryResult deleteSort(@RequestParam("id") Integer id) {
sortMapper.deleteById(id);
PoetryCache.remove(CommonConst.SORT_INFO);
return PoetryResult.success();
}
/**
*
*/
@PostMapping("/updateSort")
@LoginCheck(0)
public PoetryResult updateSort(@RequestBody Sort sort) {
sortMapper.updateById(sort);
PoetryCache.remove(CommonConst.SORT_INFO);
return PoetryResult.success();
}
/**
* List
*/
@GetMapping("/listSort")
public PoetryResult<List<Sort>> listSort() {
return PoetryResult.success(new LambdaQueryChainWrapper<>(sortMapper).list());
}
/**
*
*/
@PostMapping("/saveLabel")
@LoginCheck(0)
public PoetryResult saveLabel(@RequestBody Label label) {
if (!StringUtils.hasText(label.getLabelName()) || !StringUtils.hasText(label.getLabelDescription()) || label.getSortId() == null) {
return PoetryResult.fail("标签名称和标签描述和分类Id不能为空");
}
labelMapper.insert(label);
PoetryCache.remove(CommonConst.SORT_INFO);
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/deleteLabel")
@LoginCheck(0)
public PoetryResult deleteLabel(@RequestParam("id") Integer id) {
labelMapper.deleteById(id);
PoetryCache.remove(CommonConst.SORT_INFO);
return PoetryResult.success();
}
/**
*
*/
@PostMapping("/updateLabel")
@LoginCheck(0)
public PoetryResult updateLabel(@RequestBody Label label) {
labelMapper.updateById(label);
PoetryCache.remove(CommonConst.SORT_INFO);
return PoetryResult.success();
}
/**
* List
*/
@GetMapping("/listLabel")
public PoetryResult<List<Label>> listLabel() {
return PoetryResult.success(new LambdaQueryChainWrapper<>(labelMapper).list());
}
/**
* List
*/
@GetMapping("/listSortAndLabel")
public PoetryResult<Map> listSortAndLabel() {
Map<String, List> map = new HashMap<>();
map.put("sorts", new LambdaQueryChainWrapper<>(sortMapper).list());
map.put("labels", new LambdaQueryChainWrapper<>(labelMapper).list());
return PoetryResult.success(map);
}
}

@ -0,0 +1,83 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.conditions.query.LambdaQueryChainWrapper;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.entity.SysConfig;
import com.ld.poetry.enums.PoetryEnum;
import com.ld.poetry.service.SysConfigService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2024-03-23
*/
@RestController
@RequestMapping("/sysConfig")
public class SysConfigController {
@Autowired
private SysConfigService sysConfigService;
/**
*
*/
@GetMapping("/listSysConfig")
public PoetryResult<Map<String, String>> listSysConfig() {
LambdaQueryChainWrapper<SysConfig> wrapper = new LambdaQueryChainWrapper<>(sysConfigService.getBaseMapper());
List<SysConfig> sysConfigs = wrapper.eq(SysConfig::getConfigType, Integer.toString(PoetryEnum.SYS_CONFIG_PUBLIC.getCode()))
.list();
Map<String, String> collect = sysConfigs.stream().collect(Collectors.toMap(SysConfig::getConfigKey, SysConfig::getConfigValue));
return PoetryResult.success(collect);
}
/**
*
*/
@PostMapping("/saveOrUpdateConfig")
@LoginCheck(0)
public PoetryResult saveConfig(@RequestBody SysConfig sysConfig) {
if (!StringUtils.hasText(sysConfig.getConfigName()) ||
!StringUtils.hasText(sysConfig.getConfigKey()) ||
!StringUtils.hasText(sysConfig.getConfigType())) {
return PoetryResult.fail("请完善所有配置信息!");
}
String configType = sysConfig.getConfigType();
if (!Integer.toString(PoetryEnum.SYS_CONFIG_PUBLIC.getCode()).equals(configType) &&
!Integer.toString(PoetryEnum.SYS_CONFIG_PRIVATE.getCode()).equals(configType)) {
return PoetryResult.fail("配置类型不正确!");
}
sysConfigService.saveOrUpdate(sysConfig);
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/deleteConfig")
@LoginCheck(0)
public PoetryResult deleteConfig(@RequestParam("id") Integer id) {
sysConfigService.removeById(id);
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/listConfig")
@LoginCheck(0)
public PoetryResult<List<SysConfig>> listConfig() {
return PoetryResult.success(new LambdaQueryChainWrapper<>(sysConfigService.getBaseMapper()).list());
}
}

@ -0,0 +1,82 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.conditions.query.LambdaQueryChainWrapper;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.aop.SaveCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.dao.TreeHoleMapper;
import com.ld.poetry.entity.TreeHole;
import com.ld.poetry.utils.PoetryUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.Random;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-09-14
*/
@RestController
@RequestMapping("/webInfo")
public class TreeHoleController {
@Autowired
private TreeHoleMapper treeHoleMapper;
/**
*
*/
@PostMapping("/saveTreeHole")
@SaveCheck
public PoetryResult<TreeHole> saveTreeHole(@RequestBody TreeHole treeHole) {
if (!StringUtils.hasText(treeHole.getMessage())) {
return PoetryResult.fail("留言不能为空!");
}
treeHoleMapper.insert(treeHole);
if (!StringUtils.hasText(treeHole.getAvatar())) {
treeHole.setAvatar(PoetryUtil.getRandomAvatar(null));
}
return PoetryResult.success(treeHole);
}
/**
*
*/
@GetMapping("/deleteTreeHole")
@LoginCheck(0)
public PoetryResult deleteTreeHole(@RequestParam("id") Integer id) {
treeHoleMapper.deleteById(id);
return PoetryResult.success();
}
/**
* List
*/
@GetMapping("/listTreeHole")
public PoetryResult<List<TreeHole>> listTreeHole() {
List<TreeHole> treeHoles;
Integer count = new LambdaQueryChainWrapper<>(treeHoleMapper).count();
if (count > CommonConst.TREE_HOLE_COUNT) {
int i = new Random().nextInt(count + 1 - CommonConst.TREE_HOLE_COUNT);
treeHoles = treeHoleMapper.queryAllByLimit(i, CommonConst.TREE_HOLE_COUNT);
} else {
treeHoles = new LambdaQueryChainWrapper<>(treeHoleMapper).list();
}
treeHoles.forEach(treeHole -> {
if (!StringUtils.hasText(treeHole.getAvatar())) {
treeHole.setAvatar(PoetryUtil.getRandomAvatar(treeHole.getId().toString()));
}
});
return PoetryResult.success(treeHoles);
}
}

@ -0,0 +1,168 @@
package com.ld.poetry.controller;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.aop.SaveCheck;
import com.ld.poetry.service.UserService;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.utils.cache.PoetryCache;
import com.ld.poetry.utils.PoetryUtil;
import com.ld.poetry.vo.UserVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-08-12
*/
@RestController
@RequestMapping("/user")
public class UserController {
@Autowired
private UserService userService;
/**
* /
*/
@PostMapping("/regist")
public PoetryResult<UserVO> regist(@Validated @RequestBody UserVO user) {
return userService.regist(user);
}
/**
* /
*/
@PostMapping("/login")
public PoetryResult<UserVO> login(@RequestParam("account") String account,
@RequestParam("password") String password,
@RequestParam(value = "isAdmin", defaultValue = "false") Boolean isAdmin) {
return userService.login(account, password, isAdmin);
}
/**
* Token
*/
@PostMapping("/token")
public PoetryResult<UserVO> login(@RequestParam("userToken") String userToken) {
return userService.token(userToken);
}
/**
* 退
*/
@GetMapping("/logout")
@LoginCheck
public PoetryResult exit() {
return userService.exit();
}
/**
*
*/
@PostMapping("/updateUserInfo")
@LoginCheck
public PoetryResult<UserVO> updateUserInfo(@RequestBody UserVO user) {
PoetryCache.remove(CommonConst.USER_CACHE + PoetryUtil.getUserId().toString());
return userService.updateUserInfo(user);
}
/**
*
* <p>
* 1
* 2
*/
@GetMapping("/getCode")
@LoginCheck
@SaveCheck
public PoetryResult getCode(@RequestParam("flag") Integer flag) {
return userService.getCode(flag);
}
/**
*
* <p>
* 1
* 2
*/
@GetMapping("/getCodeForBind")
@LoginCheck
@SaveCheck
public PoetryResult getCodeForBind(@RequestParam("place") String place, @RequestParam("flag") Integer flag) {
return userService.getCodeForBind(place, flag);
}
/**
*
* <p>
* 1
* 2
* 3 place=&password=
*/
@PostMapping("/updateSecretInfo")
@LoginCheck
public PoetryResult<UserVO> updateSecretInfo(@RequestParam("place") String place, @RequestParam("flag") Integer flag, @RequestParam(value = "code", required = false) String code, @RequestParam("password") String password) {
PoetryCache.remove(CommonConst.USER_CACHE + PoetryUtil.getUserId().toString());
return userService.updateSecretInfo(place, flag, code, password);
}
/**
*
* <p>
* 1
* 2
*/
@GetMapping("/getCodeForForgetPassword")
@SaveCheck
public PoetryResult getCodeForForgetPassword(@RequestParam("place") String place, @RequestParam("flag") Integer flag) {
return userService.getCodeForForgetPassword(place, flag);
}
/**
*
* <p>
* 1
* 2
*/
@PostMapping("/updateForForgetPassword")
public PoetryResult updateForForgetPassword(@RequestParam("place") String place, @RequestParam("flag") Integer flag, @RequestParam("code") String code, @RequestParam("password") String password) {
return userService.updateForForgetPassword(place, flag, code, password);
}
/**
*
*/
@GetMapping("/getUserByUsername")
@LoginCheck
public PoetryResult<List<UserVO>> getUserByUsername(@RequestParam("username") String username) {
return userService.getUserByUsername(username);
}
/**
* /
* <p>
* flag = true
* flag = false
*/
@GetMapping("/subscribe")
@LoginCheck
public PoetryResult<UserVO> subscribe(@RequestParam("labelId") Integer labelId, @RequestParam("flag") Boolean flag) {
PoetryCache.remove(CommonConst.USER_CACHE + PoetryUtil.getUserId().toString());
return userService.subscribe(labelId, flag);
}
}

@ -0,0 +1,173 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.conditions.query.LambdaQueryChainWrapper;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.dao.*;
import com.ld.poetry.entity.*;
import com.ld.poetry.service.WebInfoService;
import com.ld.poetry.utils.*;
import com.ld.poetry.utils.cache.PoetryCache;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.util.CollectionUtils;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.util.*;
import java.util.stream.Collectors;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-09-14
*/
@RestController
@RequestMapping("/webInfo")
public class WebInfoController {
@Value("${store.type}")
private String defaultType;
@Autowired
private WebInfoService webInfoService;
@Autowired
private HistoryInfoMapper historyInfoMapper;
@Autowired
private CommonQuery commonQuery;
/**
*
*/
@LoginCheck(0)
@PostMapping("/updateWebInfo")
public PoetryResult<WebInfo> updateWebInfo(@RequestBody WebInfo webInfo) {
webInfoService.updateById(webInfo);
LambdaQueryChainWrapper<WebInfo> wrapper = new LambdaQueryChainWrapper<>(webInfoService.getBaseMapper());
List<WebInfo> list = wrapper.list();
if (!CollectionUtils.isEmpty(list)) {
list.get(0).setDefaultStoreType(defaultType);
PoetryCache.put(CommonConst.WEB_INFO, list.get(0));
}
return PoetryResult.success();
}
/**
*
*/
@GetMapping("/getWebInfo")
public PoetryResult<WebInfo> getWebInfo() {
WebInfo webInfo = (WebInfo) PoetryCache.get(CommonConst.WEB_INFO);
if (webInfo != null) {
WebInfo result = new WebInfo();
BeanUtils.copyProperties(webInfo, result);
result.setRandomAvatar(null);
result.setRandomName(null);
result.setWaifuJson(null);
webInfo.setHistoryAllCount(((Long) ((Map<String, Object>) PoetryCache.get(CommonConst.IP_HISTORY_STATISTICS)).get(CommonConst.IP_HISTORY_COUNT)).toString());
webInfo.setHistoryDayCount(Integer.toString(((List<Map<String, Object>>) ((Map<String, Object>) PoetryCache.get(CommonConst.IP_HISTORY_STATISTICS)).get(CommonConst.IP_HISTORY_HOUR)).size()));
return PoetryResult.success(result);
}
return PoetryResult.success();
}
/**
*
*/
@LoginCheck(0)
@GetMapping("/getHistoryInfo")
public PoetryResult<Map<String, Object>> getHistoryInfo() {
Map<String, Object> result = new HashMap<>();
Map<String, Object> history = (Map<String, Object>) PoetryCache.get(CommonConst.IP_HISTORY_STATISTICS);
List<HistoryInfo> infoList = new LambdaQueryChainWrapper<>(historyInfoMapper)
.select(HistoryInfo::getIp, HistoryInfo::getUserId, HistoryInfo::getNation, HistoryInfo::getProvince, HistoryInfo::getCity)
.ge(HistoryInfo::getCreateTime, LocalDateTime.now().with(LocalTime.MIN))
.list();
result.put(CommonConst.IP_HISTORY_PROVINCE, history.get(CommonConst.IP_HISTORY_PROVINCE));
result.put(CommonConst.IP_HISTORY_IP, history.get(CommonConst.IP_HISTORY_IP));
result.put(CommonConst.IP_HISTORY_COUNT, history.get(CommonConst.IP_HISTORY_COUNT));
List<Map<String, Object>> ipHistoryCount = (List<Map<String, Object>>) history.get(CommonConst.IP_HISTORY_HOUR);
result.put("ip_count_yest", ipHistoryCount.stream().map(m -> m.get("ip")).distinct().count());
result.put("username_yest", ipHistoryCount.stream().map(m -> {
Object userId = m.get("user_id");
if (userId != null) {
User user = commonQuery.getUser(Integer.valueOf(userId.toString()));
if (user != null) {
Map<String, String> userInfo = new HashMap<>();
userInfo.put("avatar", user.getAvatar());
userInfo.put("username", user.getUsername());
return userInfo;
}
}
return null;
}).filter(Objects::nonNull).collect(Collectors.toList()));
result.put("ip_count_today", infoList.stream().map(HistoryInfo::getIp).distinct().count());
result.put("username_today", infoList.stream().map(m -> {
Integer userId = m.getUserId();
if (userId != null) {
User user = commonQuery.getUser(userId);
if (user != null) {
Map<String, String> userInfo = new HashMap<>();
userInfo.put("avatar", user.getAvatar());
userInfo.put("username", user.getUsername());
return userInfo;
}
}
return null;
}).filter(Objects::nonNull).collect(Collectors.toList()));
List<Map<String, Object>> list = infoList.stream()
.map(HistoryInfo::getProvince).filter(Objects::nonNull)
.collect(Collectors.groupingBy(m -> m, Collectors.counting()))
.entrySet().stream()
.map(entry -> {
HashMap<String, Object> map = new HashMap<>();
map.put("province", entry.getKey());
map.put("num", entry.getValue());
return map;
})
.sorted((o1, o2) -> Long.valueOf(o2.get("num").toString()).compareTo(Long.valueOf(o1.get("num").toString())))
.collect(Collectors.toList());
result.put("province_today", list);
return PoetryResult.success(result);
}
/**
*
*/
@GetMapping("/getAdmire")
public PoetryResult<List<User>> getAdmire() {
return PoetryResult.success(commonQuery.getAdmire());
}
/**
*
*/
@GetMapping("/getWaifuJson")
public String getWaifuJson() {
WebInfo webInfo = (WebInfo) PoetryCache.get(CommonConst.WEB_INFO);
if (webInfo != null && StringUtils.hasText(webInfo.getWaifuJson())) {
return webInfo.getWaifuJson();
}
return "{}";
}
}

@ -0,0 +1,157 @@
package com.ld.poetry.controller;
import com.baomidou.mybatisplus.extension.conditions.query.LambdaQueryChainWrapper;
import com.ld.poetry.aop.LoginCheck;
import com.ld.poetry.config.PoetryResult;
import com.ld.poetry.aop.SaveCheck;
import com.ld.poetry.dao.ArticleMapper;
import com.ld.poetry.entity.Article;
import com.ld.poetry.entity.WeiYan;
import com.ld.poetry.service.WeiYanService;
import com.ld.poetry.constants.CommonConst;
import com.ld.poetry.enums.PoetryEnum;
import com.ld.poetry.utils.PoetryUtil;
import com.ld.poetry.utils.StringUtil;
import com.ld.poetry.vo.BaseRequestVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import java.time.LocalDateTime;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-10-26
*/
@RestController
@RequestMapping("/weiYan")
public class WeiYanController {
@Autowired
private WeiYanService weiYanService;
@Autowired
private ArticleMapper articleMapper;
/**
*
*/
@PostMapping("/saveWeiYan")
@LoginCheck
@SaveCheck
public PoetryResult saveWeiYan(@RequestBody WeiYan weiYanVO) {
if (!StringUtils.hasText(weiYanVO.getContent())) {
return PoetryResult.fail("微言不能为空!");
}
String content = StringUtil.removeHtml(weiYanVO.getContent());
if (!StringUtils.hasText(content)) {
return PoetryResult.fail("微言内容不合法!");
}
weiYanVO.setContent(content);
WeiYan weiYan = new WeiYan();
weiYan.setUserId(PoetryUtil.getUserId());
weiYan.setContent(weiYanVO.getContent());
weiYan.setIsPublic(weiYanVO.getIsPublic());
weiYan.setType(CommonConst.WEIYAN_TYPE_FRIEND);
weiYanService.save(weiYan);
return PoetryResult.success();
}
/**
*
*/
@PostMapping("/saveNews")
@LoginCheck
public PoetryResult saveNews(@RequestBody WeiYan weiYanVO) {
if (!StringUtils.hasText(weiYanVO.getContent()) || weiYanVO.getSource() == null) {
return PoetryResult.fail("信息不全!");
}
if (weiYanVO.getCreateTime() == null) {
weiYanVO.setCreateTime(LocalDateTime.now());
}
Integer userId = PoetryUtil.getUserId();
LambdaQueryChainWrapper<Article> wrapper = new LambdaQueryChainWrapper<>(articleMapper);
Integer count = wrapper.eq(Article::getId, weiYanVO.getSource()).eq(Article::getUserId, userId).count();
if (count == null || count < 1) {
return PoetryResult.fail("来源不存在!");
}
WeiYan weiYan = new WeiYan();
weiYan.setUserId(userId);
weiYan.setContent(weiYanVO.getContent());
weiYan.setIsPublic(Boolean.TRUE);
weiYan.setSource(weiYanVO.getSource());
weiYan.setCreateTime(weiYanVO.getCreateTime());
weiYan.setType(CommonConst.WEIYAN_TYPE_NEWS);
weiYanService.save(weiYan);
return PoetryResult.success();
}
/**
* List
*/
@PostMapping("/listNews")
public PoetryResult<BaseRequestVO> listNews(@RequestBody BaseRequestVO baseRequestVO) {
if (baseRequestVO.getSource() == null) {
return PoetryResult.fail("来源不能为空!");
}
LambdaQueryChainWrapper<WeiYan> lambdaQuery = weiYanService.lambdaQuery();
lambdaQuery.eq(WeiYan::getType, CommonConst.WEIYAN_TYPE_NEWS);
lambdaQuery.eq(WeiYan::getSource, baseRequestVO.getSource());
lambdaQuery.eq(WeiYan::getIsPublic, PoetryEnum.PUBLIC.getCode());
lambdaQuery.orderByDesc(WeiYan::getCreateTime).page(baseRequestVO);
return PoetryResult.success(baseRequestVO);
}
/**
*
*/
@GetMapping("/deleteWeiYan")
@LoginCheck
public PoetryResult deleteWeiYan(@RequestParam("id") Integer id) {
Integer userId = PoetryUtil.getUserId();
weiYanService.lambdaUpdate().eq(WeiYan::getId, id)
.eq(WeiYan::getUserId, userId)
.remove();
return PoetryResult.success();
}
/**
* List
*/
@PostMapping("/listWeiYan")
public PoetryResult<BaseRequestVO> listWeiYan(@RequestBody BaseRequestVO baseRequestVO) {
LambdaQueryChainWrapper<WeiYan> lambdaQuery = weiYanService.lambdaQuery();
lambdaQuery.eq(WeiYan::getType, CommonConst.WEIYAN_TYPE_FRIEND);
if (baseRequestVO.getUserId() == null) {
if (PoetryUtil.getUserId() != null) {
lambdaQuery.eq(WeiYan::getUserId, PoetryUtil.getUserId());
} else {
lambdaQuery.eq(WeiYan::getIsPublic, PoetryEnum.PUBLIC.getCode());
lambdaQuery.eq(WeiYan::getUserId, PoetryUtil.getAdminUser().getId());
}
} else {
if (!baseRequestVO.getUserId().equals(PoetryUtil.getUserId())) {
lambdaQuery.eq(WeiYan::getIsPublic, PoetryEnum.PUBLIC.getCode());
}
lambdaQuery.eq(WeiYan::getUserId, baseRequestVO.getUserId());
}
lambdaQuery.orderByDesc(WeiYan::getCreateTime).page(baseRequestVO);
return PoetryResult.success(baseRequestVO);
}
}

@ -0,0 +1,20 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.Article;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Update;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2021-08-13
*/
public interface ArticleMapper extends BaseMapper<Article> {
@Update("update article set view_count=view_count+1 where id=#{id}")
int updateViewCount(@Param("id") Integer id);
}

@ -0,0 +1,16 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.Comment;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2021-08-13
*/
public interface CommentMapper extends BaseMapper<Comment> {
}

@ -0,0 +1,16 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.Family;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2023-01-03
*/
public interface FamilyMapper extends BaseMapper<Family> {
}

@ -0,0 +1,54 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.HistoryInfo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Select;
import java.util.List;
import java.util.Map;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2023-07-24
*/
public interface HistoryInfoMapper extends BaseMapper<HistoryInfo> {
/**
* 访IP10
*/
@Select("select nation, province, count(distinct ip) as num" +
" from history_info" +
" where nation is not null and province is not null" +
" group by nation, province" +
" order by num desc" +
" limit 10")
List<Map<String, Object>> getHistoryByProvince();
/**
* 访10IP
*/
@Select("select ip, count(*) as num" +
" from history_info" +
" group by ip" +
" order by num desc" +
" limit 10")
List<Map<String, Object>> getHistoryByIp();
/**
* 访24
*/
@Select("select ip, user_id, nation, province" +
" from history_info" +
" where create_time >= (now() - interval 24 hour)")
List<Map<String, Object>> getHistoryBy24Hour();
/**
* 访
*/
@Select("select count(*) from history_info")
Long getHistoryCount();
}

@ -0,0 +1,16 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.Label;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2021-09-14
*/
public interface LabelMapper extends BaseMapper<Label> {
}

@ -0,0 +1,16 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.Resource;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2022-03-06
*/
public interface ResourceMapper extends BaseMapper<Resource> {
}

@ -0,0 +1,16 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.ResourcePath;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2021-09-14
*/
public interface ResourcePathMapper extends BaseMapper<ResourcePath> {
}

@ -0,0 +1,16 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.Sort;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2021-09-14
*/
public interface SortMapper extends BaseMapper<Sort> {
}

@ -0,0 +1,16 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.SysConfig;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2024-03-23
*/
public interface SysConfigMapper extends BaseMapper<SysConfig> {
}

@ -0,0 +1,21 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.TreeHole;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2021-09-14
*/
public interface TreeHoleMapper extends BaseMapper<TreeHole> {
List<TreeHole> queryAllByLimit(@Param("offset") int offset, @Param("limit") int limit);
}

@ -0,0 +1,16 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.User;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2021-08-12
*/
public interface UserMapper extends BaseMapper<User> {
}

@ -0,0 +1,16 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.WebInfo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2021-09-14
*/
public interface WebInfoMapper extends BaseMapper<WebInfo> {
}

@ -0,0 +1,16 @@
package com.ld.poetry.dao;
import com.ld.poetry.entity.WeiYan;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper
* </p>
*
* @author sara
* @since 2021-10-26
*/
public interface WeiYanMapper extends BaseMapper<WeiYan> {
}

@ -0,0 +1,141 @@
package com.ld.poetry.entity;
import com.baomidou.mybatisplus.annotation.*;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-09-14
*/
@Data
@EqualsAndHashCode(callSuper = false)
@TableName("article")
public class Article implements Serializable {
private static final long serialVersionUID = 1L;
/**
* id
*/
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
/**
* ID
*/
@TableField("user_id")
private Integer userId;
/**
* ID
*/
@TableField("sort_id")
private Integer sortId;
/**
* ID
*/
@TableField("label_id")
private Integer labelId;
/**
*
*/
@TableField("article_cover")
private String articleCover;
/**
*
*/
@TableField("article_title")
private String articleTitle;
/**
*
*/
@TableField("article_content")
private String articleContent;
/**
*
*/
@TableField("video_url")
private String videoUrl;
/**
*
*/
@TableField("password")
private String password;
/**
*
*/
@TableField("tips")
private String tips;
/**
* [0:1:]
*/
@TableField("view_status")
private Boolean viewStatus;
/**
*
*/
@TableField("view_count")
private Integer viewCount;
/**
*
*/
@TableField("like_count")
private Integer likeCount;
/**
* [0:1:]
*/
@TableField("comment_status")
private Boolean commentStatus;
/**
* [0:1:]
*/
@TableField("recommend_status")
private Boolean recommendStatus;
/**
*
*/
@TableField("create_time")
private LocalDateTime createTime;
/**
*
*/
@TableField("update_time")
private LocalDateTime updateTime;
/**
*
*/
@TableField(value = "update_by", fill = FieldFill.UPDATE)
private String updateBy;
/**
* [0:1:]
*/
@TableField("deleted")
@TableLogic
private Boolean deleted;
}

@ -0,0 +1,92 @@
package com.ld.poetry.entity;
import com.baomidou.mybatisplus.annotation.*;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-09-14
*/
@Data
@EqualsAndHashCode(callSuper = false)
@TableName("comment")
public class Comment implements Serializable {
private static final long serialVersionUID = 1L;
/**
* id
*/
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
/**
*
*/
@TableField("source")
private Integer source;
/**
* ID
*/
@TableField("parent_comment_id")
private Integer parentCommentId;
/**
*
*/
@TableField("type")
private String type;
/**
* ID
*/
@TableField("user_id")
private Integer userId;
/**
* ID
*/
@TableField("parent_user_id")
private Integer parentUserId;
/**
*
*/
@TableField("like_count")
private Integer likeCount;
/**
*
*/
@TableField("comment_content")
private String commentContent;
/**
*
*/
@TableField("comment_info")
private String commentInfo;
/**
* ID
*/
@TableField("floor_comment_id")
private Integer floorCommentId;
/**
*
*/
@TableField("create_time")
private LocalDateTime createTime;
}

@ -0,0 +1,119 @@
package com.ld.poetry.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2023-01-03
*/
@Data
@EqualsAndHashCode(callSuper = false)
@TableName("family")
public class Family implements Serializable {
private static final long serialVersionUID = 1L;
/**
* id
*/
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
/**
* ID
*/
@TableField("user_id")
private Integer userId;
/**
*
*/
@TableField("bg_cover")
private String bgCover;
/**
*
*/
@TableField("man_cover")
private String manCover;
/**
*
*/
@TableField("woman_cover")
private String womanCover;
/**
*
*/
@TableField("man_name")
private String manName;
/**
*
*/
@TableField("woman_name")
private String womanName;
/**
*
*/
@TableField("timing")
private String timing;
/**
*
*/
@TableField("countdown_title")
private String countdownTitle;
/**
* [0:1:]
*/
@TableField("status")
private Boolean status;
/**
*
*/
@TableField("countdown_time")
private String countdownTime;
/**
*
*/
@TableField("family_info")
private String familyInfo;
/**
*
*/
@TableField("like_count")
private Integer likeCount;
/**
*
*/
@TableField("create_time")
private LocalDateTime createTime;
/**
*
*/
@TableField("update_time")
private LocalDateTime updateTime;
}

@ -0,0 +1,74 @@
package com.ld.poetry.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import java.time.LocalDateTime;
import com.baomidou.mybatisplus.annotation.TableField;
import java.io.Serializable;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2023-07-24
*/
@Data
@EqualsAndHashCode(callSuper = false)
@TableName("history_info")
public class HistoryInfo implements Serializable {
private static final long serialVersionUID = 1L;
/**
* id
*/
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
/**
* ID
*/
@TableField("user_id")
private Integer userId;
/**
* ip
*/
@TableField("ip")
private String ip;
/**
*
*/
@TableField("nation")
private String nation;
/**
*
*/
@TableField("province")
private String province;
/**
*
*/
@TableField("city")
private String city;
/**
*
*/
@TableField("create_time")
private LocalDateTime createTime;
}

@ -0,0 +1,54 @@
package com.ld.poetry.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-09-14
*/
@Data
@EqualsAndHashCode(callSuper = false)
@TableName("label")
public class Label implements Serializable {
private static final long serialVersionUID = 1L;
/**
* id
*/
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
/**
* ID
*/
@TableField("sort_id")
private Integer sortId;
/**
*
*/
@TableField("label_name")
private String labelName;
/**
*
*/
@TableField("label_description")
private String labelDescription;
@TableField(exist = false)
private Integer countOfLabel;
}

@ -0,0 +1,89 @@
package com.ld.poetry.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2022-03-06
*/
@Data
@EqualsAndHashCode(callSuper = false)
@TableName("resource")
public class Resource implements Serializable {
private static final long serialVersionUID = 1L;
/**
* id
*/
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
/**
* ID
*/
@TableField("user_id")
private Integer userId;
/**
*
*/
@TableField("type")
private String type;
/**
* [0:1:]
*/
@TableField("status")
private Boolean status;
/**
*
*/
@TableField("store_type")
private String storeType;
/**
*
*/
@TableField("path")
private String path;
/**
*
*/
@TableField("size")
private Integer size;
/**
* MIME
*/
@TableField("mime_type")
private String mimeType;
/**
*
*/
@TableField("original_name")
private String originalName;
/**
*
*/
@TableField("create_time")
private LocalDateTime createTime;
}

@ -0,0 +1,85 @@
package com.ld.poetry.entity;
import com.baomidou.mybatisplus.annotation.*;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* <p>
*
* </p>
*
* @author sara
* @since 2021-09-14
*/
@Data
@EqualsAndHashCode(callSuper = false)
@TableName("resource_path")
public class ResourcePath implements Serializable {
private static final long serialVersionUID = 1L;
/**
* id
*/
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
/**
*
*/
@TableField("title")
private String title;
/**
*
*/
@TableField("classify")
private String classify;
/**
*
*/
@TableField("cover")
private String cover;
/**
*
*/
@TableField("url")
private String url;
/**
*
*/
@TableField("type")
private String type;
/**
*
*/
@TableField("remark")
private String remark;
/**
* [0:1:]
*/
@TableField("status")
private Boolean status;
/**
*
*/
@TableField("introduction")
private String introduction;
/**
*
*/
@TableField("create_time")
private LocalDateTime createTime;
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save