diff --git a/.github/workflows/flutter_tests.yml b/.github/workflows/flutter_tests.yml
new file mode 100644
index 0000000..33f9d5b
--- /dev/null
+++ b/.github/workflows/flutter_tests.yml
@@ -0,0 +1,25 @@
+name: Flutter_Tests
+
+on:
+ push:
+ branches: [main]
+ pull_request:
+ branches: [main]
+
+jobs:
+ tests:
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Checkout the code
+ uses: actions/checkout@v2
+ - name: Install Flutter
+ uses: subosito/flutter-action@v2.12.0
+ with:
+ flutter-version: '3.16.0'
+ - name: Get packages
+ run: flutter pub get
+ - name: Analyze
+ run: flutter analyze || true
+ - name: Run tests
+ run: flutter test --coverage
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5f1c6e2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,59 @@
+# Miscellaneous
+*.class
+*.log
+*.pyc
+*.swp
+.DS_Store
+.atom/
+.buildlog/
+.history
+.svn/
+
+# IntelliJ related
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# The .vscode folder contains launch configuration and tasks you configure in
+# VS Code which you may wish to be included in version control, so this line
+# is commented out by default.
+.vscode/
+
+# Flutter/Dart/Pub related
+**/doc/api/
+**/ios/Flutter/.last_build_id
+.dart_tool/
+.flutter-plugins
+.flutter-plugins-dependencies
+.packages
+.pub-cache/
+.pub/
+/build/
+
+# Web related
+
+# Symbolication related
+app.*.symbols
+
+# Obfuscation related
+app.*.map.json
+
+# Android Studio will place build artifacts here
+/android/app/debug
+/android/app/profile
+/android/app/release
+
+# emacs related
+*~
+*#
+
+
+.gradle
+.metadata
+*.bkp
+*.lock
+
+local.properties
+android/key.properties
+*.old
diff --git a/Icon/risingtone.png b/Icon/risingtone.png
new file mode 100644
index 0000000..4bf958a
Binary files /dev/null and b/Icon/risingtone.png differ
diff --git a/Icon/risingtone.xcf b/Icon/risingtone.xcf
new file mode 100644
index 0000000..2d3a6b0
Binary files /dev/null and b/Icon/risingtone.xcf differ
diff --git a/Icon/risingtonefeature.png b/Icon/risingtonefeature.png
new file mode 100644
index 0000000..61d1909
Binary files /dev/null and b/Icon/risingtonefeature.png differ
diff --git a/Icon/risingtonefeature.xcf b/Icon/risingtonefeature.xcf
new file mode 100644
index 0000000..74394b4
Binary files /dev/null and b/Icon/risingtonefeature.xcf differ
diff --git a/Icon/risingtonelogo.png b/Icon/risingtonelogo.png
new file mode 100644
index 0000000..2ac7c6c
Binary files /dev/null and b/Icon/risingtonelogo.png differ
diff --git a/Icon/risingtonelogo.xcf b/Icon/risingtonelogo.xcf
new file mode 100644
index 0000000..562f12e
Binary files /dev/null and b/Icon/risingtonelogo.xcf differ
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..f288702
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a8936c3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# risingtone
+
+A new Flutter project.
+
+## Getting Started
+
+This project is a starting point for a Flutter application.
+
+A few resources to get you started if this is your first Flutter project:
+
+- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
+- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
+
+For help getting started with Flutter development, view the
+[online documentation](https://docs.flutter.dev/), which offers tutorials,
+samples, guidance on mobile development, and a full API reference.
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..84a058b
--- /dev/null
+++ b/TODO
@@ -0,0 +1,5 @@
+TODO Differentiate SkillExample answers in the history
+TODO Improve test coverage
+TODO create first time screens for all main features
+TODO Publish (and write a post about)
+TODO Add rich text skill lessons
diff --git a/analysis_options.yaml b/analysis_options.yaml
new file mode 100644
index 0000000..af51cda
--- /dev/null
+++ b/analysis_options.yaml
@@ -0,0 +1,32 @@
+# This file configures the analyzer, which statically analyzes Dart code to
+# check for errors, warnings, and lints.
+#
+# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
+# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
+# invoked from the command line by running `flutter analyze`.
+
+# The following line activates a set of recommended lints for Flutter apps,
+# packages, and plugins designed to encourage good coding practices.
+include: package:flutter_lints/flutter.yaml
+
+analyzer:
+ exclude: [lib/generated/**]
+
+linter:
+ # The lint rules applied to this project can be customized in the
+ # section below to disable rules from the `package:flutter_lints/flutter.yaml`
+ # included above or to enable additional rules. A list of all available lints
+ # and their documentation is published at
+ # https://dart-lang.github.io/linter/lints/index.html.
+ #
+ # Instead of disabling a lint rule for the entire project in the
+ # section below, it can also be suppressed for a single line of code
+ # or a specific dart file by using the `// ignore: name_of_lint` and
+ # `// ignore_for_file: name_of_lint` syntax on the line or in the file
+ # producing the lint.
+ rules:
+ # avoid_print: false # Uncomment to disable the `avoid_print` rule
+ # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
+
+# Additional information about this file can be found at
+# https://dart.dev/guides/language/analysis-options
diff --git a/android/.gitignore b/android/.gitignore
new file mode 100755
index 0000000..0b9e049
--- /dev/null
+++ b/android/.gitignore
@@ -0,0 +1,7 @@
+gradle-wrapper.jar
+/.gradle
+/captures/
+/gradlew
+/gradlew.bat
+/local.properties
+GeneratedPluginRegistrant.java
diff --git a/android/app/build.gradle b/android/app/build.gradle
new file mode 100644
index 0000000..e4bee7d
--- /dev/null
+++ b/android/app/build.gradle
@@ -0,0 +1,81 @@
+def localProperties = new Properties()
+def localPropertiesFile = rootProject.file('local.properties')
+if (localPropertiesFile.exists()) {
+ localPropertiesFile.withReader('UTF-8') { reader ->
+ localProperties.load(reader)
+ }
+}
+
+def flutterRoot = localProperties.getProperty('flutter.sdk')
+if (flutterRoot == null) {
+ throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
+}
+
+def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
+if (flutterVersionCode == null) {
+ flutterVersionCode = '1'
+}
+
+def flutterVersionName = localProperties.getProperty('flutter.versionName')
+if (flutterVersionName == null) {
+ flutterVersionName = '1.0'
+}
+
+apply plugin: 'com.android.application'
+apply plugin: 'kotlin-android'
+apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
+
+def keystoreProperties = new Properties()
+def keystorePropertiesFile = rootProject.file('key.properties')
+if (keystorePropertiesFile.exists()) {
+ keystorePropertiesFile.withReader('UTF-8') { reader ->
+ keystoreProperties.load(reader)
+ }
+} else {
+ throw new GradleException("key.properties not found in your project root's android folder!")
+}
+
+def keystoreProperiesFile = rootProject.file("key.properties")
+def keystoreProperies = new Properties()
+keystoreProperies.load(new FileInputStream(keystoreProperiesFile))
+
+android {
+ compileSdkVersion 33
+
+ sourceSets {
+ main.java.srcDirs += 'src/main/kotlin'
+ }
+
+ defaultConfig {
+ applicationId "org.joyfulmantis.risingtone"
+ minSdkVersion flutter.minSdkVersion
+ targetSdkVersion 33
+ versionCode flutterVersionCode.toInteger()
+ versionName flutterVersionName
+ }
+
+ signingConfigs {
+ release {
+ keyAlias keystoreProperties['keyAlias']
+ keyPassword keystoreProperties['keyPassword']
+ storeFile keystoreProperties['storeFile'] ? file(keystoreProperties['storeFile']) : null
+ storePassword keystoreProperties['storePassword']
+ }
+ }
+
+ buildTypes {
+ release {
+ signingConfig signingConfigs.release
+ }
+ }
+ namespace 'org.joyfulmantis.risingtone'
+
+}
+
+flutter {
+ source '../..'
+}
+
+dependencies {
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
+}
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
new file mode 100644
index 0000000..6b3a38f
--- /dev/null
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -0,0 +1,7 @@
+
+
+
+
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..fbe576c
--- /dev/null
+++ b/android/app/src/main/AndroidManifest.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java b/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java
new file mode 100644
index 0000000..752fc18
--- /dev/null
+++ b/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java
@@ -0,0 +1,25 @@
+// Generated file.
+//
+// If you wish to remove Flutter's multidex support, delete this entire file.
+//
+// Modifications to this file should be done in a copy under a different name
+// as this file may be regenerated.
+
+package io.flutter.app;
+
+import android.app.Application;
+import android.content.Context;
+import androidx.annotation.CallSuper;
+import androidx.multidex.MultiDex;
+
+/**
+ * Extension of {@link android.app.Application}, adding multidex support.
+ */
+public class FlutterMultiDexApplication extends Application {
+ @Override
+ @CallSuper
+ protected void attachBaseContext(Context base) {
+ super.attachBaseContext(base);
+ MultiDex.install(this);
+ }
+}
diff --git a/android/app/src/main/kotlin/org/joyfulmantis/risingtone/MainActivity.kt b/android/app/src/main/kotlin/org/joyfulmantis/risingtone/MainActivity.kt
new file mode 100644
index 0000000..36f7d74
--- /dev/null
+++ b/android/app/src/main/kotlin/org/joyfulmantis/risingtone/MainActivity.kt
@@ -0,0 +1,6 @@
+package org.joyfulmantis.risingtone
+
+import io.flutter.embedding.android.FlutterActivity
+
+class MainActivity: FlutterActivity() {
+}
diff --git a/android/app/src/main/play_store_512.png b/android/app/src/main/play_store_512.png
new file mode 100644
index 0000000..e3cbfb1
Binary files /dev/null and b/android/app/src/main/play_store_512.png differ
diff --git a/android/app/src/main/res/drawable-v21/launch_background.xml b/android/app/src/main/res/drawable-v21/launch_background.xml
new file mode 100644
index 0000000..f74085f
--- /dev/null
+++ b/android/app/src/main/res/drawable-v21/launch_background.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
diff --git a/android/app/src/main/res/drawable/launch_background.xml b/android/app/src/main/res/drawable/launch_background.xml
new file mode 100644
index 0000000..304732f
--- /dev/null
+++ b/android/app/src/main/res/drawable/launch_background.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..fcd3a1e
--- /dev/null
+++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..1f114d4
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png
new file mode 100644
index 0000000..fb518f7
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..43fa157
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..43e29e6
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png
new file mode 100644
index 0000000..ecd42fa
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..7d3e4cc
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..2d70538
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..3d7957c
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..7cdd619
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..90ca697
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..afc1694
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..a272121
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..0c3cc6a
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..6ef6277
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..3a1fcda
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/values-night/styles.xml b/android/app/src/main/res/values-night/styles.xml
new file mode 100644
index 0000000..449a9f9
--- /dev/null
+++ b/android/app/src/main/res/values-night/styles.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml
new file mode 100644
index 0000000..d74aa35
--- /dev/null
+++ b/android/app/src/main/res/values/styles.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml
new file mode 100644
index 0000000..6b3a38f
--- /dev/null
+++ b/android/app/src/profile/AndroidManifest.xml
@@ -0,0 +1,7 @@
+
+
+
+
diff --git a/android/build.gradle b/android/build.gradle
new file mode 100644
index 0000000..20d5eff
--- /dev/null
+++ b/android/build.gradle
@@ -0,0 +1,29 @@
+buildscript {
+ ext.kotlin_version = '1.8.10'
+ repositories {
+ google()
+ mavenCentral()
+ }
+
+ dependencies {
+ classpath 'com.android.tools.build:gradle:7.4.2'
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
+ }
+}
+
+allprojects {
+ repositories {
+ google()
+ mavenCentral()
+ }
+}
+
+rootProject.buildDir = '../build'
+subprojects {
+ project.buildDir = "${rootProject.buildDir}/${project.name}"
+ project.evaluationDependsOn(':app')
+}
+
+tasks.register("clean", Delete) {
+ delete rootProject.buildDir
+}
diff --git a/android/gradle.properties b/android/gradle.properties
new file mode 100644
index 0000000..94adc3a
--- /dev/null
+++ b/android/gradle.properties
@@ -0,0 +1,3 @@
+org.gradle.jvmargs=-Xmx1536M
+android.useAndroidX=true
+android.enableJetifier=true
diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..6b66533
--- /dev/null
+++ b/android/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+#Fri Jun 23 08:50:38 CEST 2017
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
diff --git a/android/settings.gradle b/android/settings.gradle
new file mode 100644
index 0000000..44e62bc
--- /dev/null
+++ b/android/settings.gradle
@@ -0,0 +1,11 @@
+include ':app'
+
+def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
+def properties = new Properties()
+
+assert localPropertiesFile.exists()
+localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
+
+def flutterSdkPath = properties.getProperty("flutter.sdk")
+assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
+apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
diff --git a/assets/audio/desktop.ini b/assets/audio/desktop.ini
new file mode 100755
index 0000000..ba0c6f4
--- /dev/null
+++ b/assets/audio/desktop.ini
@@ -0,0 +1,2052 @@
+[LocalizedFileNames]
+座位.mp3.mp3=@座位.mp3.mp3,0
+座.mp3.mp3=@座.mp3.mp3,0
+作者.mp3.mp3=@作者.mp3.mp3,0
+作用.mp3.mp3=@作用.mp3.mp3,0
+作文.mp3.mp3=@作文.mp3.mp3,0
+作为.mp3.mp3=@作为.mp3.mp3,0
+作品.mp3.mp3=@作品.mp3.mp3,0
+作家.mp3.mp3=@作家.mp3.mp3,0
+左右.mp3.mp3=@左右.mp3.mp3,0
+遵守.mp3.mp3=@遵守.mp3.mp3,0
+尊重.mp3.mp3=@尊重.mp3.mp3,0
+尊敬.mp3.mp3=@尊敬.mp3.mp3,0
+醉.mp3.mp3=@醉.mp3.mp3,0
+最好.mp3.mp3=@最好.mp3.mp3,0
+最初.mp3.mp3=@最初.mp3.mp3,0
+组织.mp3.mp3=@组织.mp3.mp3,0
+组合.mp3.mp3=@组合.mp3.mp3,0
+组成.mp3.mp3=@组成.mp3.mp3,0
+组.mp3.mp3=@组.mp3.mp3,0
+阻止.mp3.mp3=@阻止.mp3.mp3,0
+租.mp3.mp3=@租.mp3.mp3,0
+总之.mp3.mp3=@总之.mp3.mp3,0
+总统.mp3.mp3=@总统.mp3.mp3,0
+总算.mp3.mp3=@总算.mp3.mp3,0
+总理.mp3.mp3=@总理.mp3.mp3,0
+总结.mp3.mp3=@总结.mp3.mp3,0
+总共.mp3.mp3=@总共.mp3.mp3,0
+总裁.mp3.mp3=@总裁.mp3.mp3,0
+综合.mp3.mp3=@综合.mp3.mp3,0
+字幕.mp3.mp3=@字幕.mp3.mp3,0
+字母.mp3.mp3=@字母.mp3.mp3,0
+自愿.mp3.mp3=@自愿.mp3.mp3,0
+自由.mp3.mp3=@自由.mp3.mp3,0
+自信.mp3.mp3=@自信.mp3.mp3,0
+自私.mp3.mp3=@自私.mp3.mp3,0
+自然.mp3.mp3=@自然.mp3.mp3,0
+自觉.mp3.mp3=@自觉.mp3.mp3,0
+自豪.mp3.mp3=@自豪.mp3.mp3,0
+自动.mp3.mp3=@自动.mp3.mp3,0
+自从.mp3.mp3=@自从.mp3.mp3,0
+紫.mp3.mp3=@紫.mp3.mp3,0
+资源.mp3.mp3=@资源.mp3.mp3,0
+资料.mp3.mp3=@资料.mp3.mp3,0
+资金.mp3.mp3=@资金.mp3.mp3,0
+资格.mp3.mp3=@资格.mp3.mp3,0
+姿势.mp3.mp3=@姿势.mp3.mp3,0
+咨询.mp3.mp3=@咨询.mp3.mp3,0
+准时.mp3.mp3=@准时.mp3.mp3,0
+准确.mp3.mp3=@准确.mp3.mp3,0
+追求.mp3.mp3=@追求.mp3.mp3,0
+追.mp3.mp3=@追.mp3.mp3,0
+撞.mp3.mp3=@撞.mp3.mp3,0
+状态.mp3.mp3=@状态.mp3.mp3,0
+状况.mp3.mp3=@状况.mp3.mp3,0
+装修.mp3.mp3=@装修.mp3.mp3,0
+装饰.mp3.mp3=@装饰.mp3.mp3,0
+装.mp3.mp3=@装.mp3.mp3,0
+赚.mp3.mp3=@赚.mp3.mp3,0
+转告.mp3.mp3=@转告.mp3.mp3,0
+转变.mp3.mp3=@转变.mp3.mp3,0
+转.mp3.mp3=@转.mp3.mp3,0
+专业.mp3.mp3=@专业.mp3.mp3,0
+专心.mp3.mp3=@专心.mp3.mp3,0
+专门.mp3.mp3=@专门.mp3.mp3,0
+专家.mp3.mp3=@专家.mp3.mp3,0
+抓紧.mp3.mp3=@抓紧.mp3.mp3,0
+抓.mp3.mp3=@抓.mp3.mp3,0
+著名.mp3.mp3=@著名.mp3.mp3,0
+祝贺.mp3.mp3=@祝贺.mp3.mp3,0
+祝福.mp3.mp3=@祝福.mp3.mp3,0
+注册.mp3.mp3=@注册.mp3.mp3,0
+煮.mp3.mp3=@煮.mp3.mp3,0
+主张.mp3.mp3=@主张.mp3.mp3,0
+主意.mp3.mp3=@主意.mp3.mp3,0
+主席.mp3.mp3=@主席.mp3.mp3,0
+主题.mp3.mp3=@主题.mp3.mp3,0
+主任.mp3.mp3=@主任.mp3.mp3,0
+主人.mp3.mp3=@主人.mp3.mp3,0
+主观.mp3.mp3=@主观.mp3.mp3,0
+主动.mp3.mp3=@主动.mp3.mp3,0
+主持.mp3.mp3=@主持.mp3.mp3,0
+逐渐.mp3.mp3=@逐渐.mp3.mp3,0
+逐步.mp3.mp3=@逐步.mp3.mp3,0
+竹子.mp3.mp3=@竹子.mp3.mp3,0
+猪.mp3.mp3=@猪.mp3.mp3,0
+周围.mp3.mp3=@周围.mp3.mp3,0
+周到.mp3.mp3=@周到.mp3.mp3,0
+重视.mp3.mp3=@重视.mp3.mp3,0
+重量.mp3.mp3=@重量.mp3.mp3,0
+重复.mp3.mp3=@重复.mp3.mp3,0
+重叠.mp3.mp3=@重叠.mp3.mp3,0
+重点.mp3.mp3=@重点.mp3.mp3,0
+重大.mp3.mp3=@重大.mp3.mp3,0
+重.mp3.mp3=@重.mp3.mp3,0
+种类.mp3.mp3=@种类.mp3.mp3,0
+中旬.mp3.mp3=@中旬.mp3.mp3,0
+中心.mp3.mp3=@中心.mp3.mp3,0
+中介.mp3.mp3=@中介.mp3.mp3,0
+智慧.mp3.mp3=@智慧.mp3.mp3,0
+秩序.mp3.mp3=@秩序.mp3.mp3,0
+治疗.mp3.mp3=@治疗.mp3.mp3,0
+质量.mp3.mp3=@质量.mp3.mp3,0
+制作.mp3.mp3=@制作.mp3.mp3,0
+制造.mp3.mp3=@制造.mp3.mp3,0
+制度.mp3.mp3=@制度.mp3.mp3,0
+制定.mp3.mp3=@制定.mp3.mp3,0
+至于.mp3.mp3=@至于.mp3.mp3,0
+至少.mp3.mp3=@至少.mp3.mp3,0
+至今.mp3.mp3=@至今.mp3.mp3,0
+指挥.mp3.mp3=@指挥.mp3.mp3,0
+指导.mp3.mp3=@指导.mp3.mp3,0
+指.mp3.mp3=@指.mp3.mp3,0
+只要.mp3.mp3=@只要.mp3.mp3,0
+只好.mp3.mp3=@只好.mp3.mp3,0
+植物.mp3.mp3=@植物.mp3.mp3,0
+职业.mp3.mp3=@职业.mp3.mp3,0
+值得.mp3.mp3=@值得.mp3.mp3,0
+直接.mp3.mp3=@直接.mp3.mp3,0
+直.mp3.mp3=@直.mp3.mp3,0
+执照.mp3.mp3=@执照.mp3.mp3,0
+知识.mp3.mp3=@知识.mp3.mp3,0
+支票.mp3.mp3=@支票.mp3.mp3,0
+支持.mp3.mp3=@支持.mp3.mp3,0
+支.mp3.mp3=@支.mp3.mp3,0
+之.mp3.mp3=@之.mp3.mp3,0
+政治.mp3.mp3=@政治.mp3.mp3,0
+政府.mp3.mp3=@政府.mp3.mp3,0
+证明.mp3.mp3=@证明.mp3.mp3,0
+证据.mp3.mp3=@证据.mp3.mp3,0
+证件.mp3.mp3=@证件.mp3.mp3,0
+正式.mp3.mp3=@正式.mp3.mp3,0
+正确.mp3.mp3=@正确.mp3.mp3,0
+正好.mp3.mp3=@正好.mp3.mp3,0
+正常.mp3.mp3=@正常.mp3.mp3,0
+正.mp3.mp3=@正.mp3.mp3,0
+整体.mp3.mp3=@整体.mp3.mp3,0
+整齐.mp3.mp3=@整齐.mp3.mp3,0
+整理.mp3.mp3=@整理.mp3.mp3,0
+整个.mp3.mp3=@整个.mp3.mp3,0
+睁.mp3.mp3=@睁.mp3.mp3,0
+挣.mp3.mp3=@挣.mp3.mp3,0
+征求.mp3.mp3=@征求.mp3.mp3,0
+争取.mp3.mp3=@争取.mp3.mp3,0
+争论.mp3.mp3=@争论.mp3.mp3,0
+振动.mp3.mp3=@振动.mp3.mp3,0
+阵.mp3.mp3=@阵.mp3.mp3,0
+诊断.mp3.mp3=@诊断.mp3.mp3,0
+真正.mp3.mp3=@真正.mp3.mp3,0
+真实.mp3.mp3=@真实.mp3.mp3,0
+珍惜.mp3.mp3=@珍惜.mp3.mp3,0
+针对.mp3.mp3=@针对.mp3.mp3,0
+着凉.mp3.mp3=@着凉.mp3.mp3,0
+着火.mp3.mp3=@着火.mp3.mp3,0
+哲学.mp3.mp3=@哲学.mp3.mp3,0
+照常.mp3.mp3=@照常.mp3.mp3,0
+照.mp3.mp3=@照.mp3.mp3,0
+召开.mp3.mp3=@召开.mp3.mp3,0
+招聘.mp3.mp3=@招聘.mp3.mp3,0
+招待.mp3.mp3=@招待.mp3.mp3,0
+账户.mp3.mp3=@账户.mp3.mp3,0
+掌握.mp3.mp3=@掌握.mp3.mp3,0
+涨.mp3.mp3=@涨.mp3.mp3,0
+长途.mp3.mp3=@长途.mp3.mp3,0
+长辈.mp3.mp3=@长辈.mp3.mp3,0
+战争.mp3.mp3=@战争.mp3.mp3,0
+占线.mp3.mp3=@占线.mp3.mp3,0
+占.mp3.mp3=@占.mp3.mp3,0
+展览.mp3.mp3=@展览.mp3.mp3,0
+展开.mp3.mp3=@展开.mp3.mp3,0
+粘贴.mp3.mp3=@粘贴.mp3.mp3,0
+窄.mp3.mp3=@窄.mp3.mp3,0
+摘.mp3.mp3=@摘.mp3.mp3,0
+增加.mp3.mp3=@增加.mp3.mp3,0
+责任.mp3.mp3=@责任.mp3.mp3,0
+责备.mp3.mp3=@责备.mp3.mp3,0
+则.mp3.mp3=@则.mp3.mp3,0
+造成.mp3.mp3=@造成.mp3.mp3,0
+糟糕.mp3.mp3=@糟糕.mp3.mp3,0
+脏.mp3.mp3=@脏.mp3.mp3,0
+赞美.mp3.mp3=@赞美.mp3.mp3,0
+赞成.mp3.mp3=@赞成.mp3.mp3,0
+暂时.mp3.mp3=@暂时.mp3.mp3,0
+咱们.mp3.mp3=@咱们.mp3.mp3,0
+在于.mp3.mp3=@在于.mp3.mp3,0
+在乎.mp3.mp3=@在乎.mp3.mp3,0
+再三.mp3.mp3=@再三.mp3.mp3,0
+仔细.mp3.mp3=@仔细.mp3.mp3,0
+灾害.mp3.mp3=@灾害.mp3.mp3,0
+杂志.mp3.mp3=@杂志.mp3.mp3,0
+运用.mp3.mp3=@运用.mp3.mp3,0
+运输.mp3.mp3=@运输.mp3.mp3,0
+运气.mp3.mp3=@运气.mp3.mp3,0
+允许.mp3.mp3=@允许.mp3.mp3,0
+云.mp3.mp3=@云.mp3.mp3,0
+晕.mp3.mp3=@晕.mp3.mp3,0
+阅读.mp3.mp3=@阅读.mp3.mp3,0
+约会.mp3.mp3=@约会.mp3.mp3,0
+愿望.mp3.mp3=@愿望.mp3.mp3,0
+圆.mp3.mp3=@圆.mp3.mp3,0
+原则.mp3.mp3=@原则.mp3.mp3,0
+原因.mp3.mp3=@原因.mp3.mp3,0
+原料.mp3.mp3=@原料.mp3.mp3,0
+原谅.mp3.mp3=@原谅.mp3.mp3,0
+原来.mp3.mp3=@原来.mp3.mp3,0
+员工.mp3.mp3=@员工.mp3.mp3,0
+元旦.mp3.mp3=@元旦.mp3.mp3,0
+预习.mp3.mp3=@预习.mp3.mp3,0
+预防.mp3.mp3=@预防.mp3.mp3,0
+预订.mp3.mp3=@预订.mp3.mp3,0
+预报.mp3.mp3=@预报.mp3.mp3,0
+玉米.mp3.mp3=@玉米.mp3.mp3,0
+语言.mp3.mp3=@语言.mp3.mp3,0
+语气.mp3.mp3=@语气.mp3.mp3,0
+语法.mp3.mp3=@语法.mp3.mp3,0
+与其.mp3.mp3=@与其.mp3.mp3,0
+与.mp3.mp3=@与.mp3.mp3,0
+愉快.mp3.mp3=@愉快.mp3.mp3,0
+娱乐.mp3.mp3=@娱乐.mp3.mp3,0
+于是.mp3.mp3=@于是.mp3.mp3,0
+有趣.mp3.mp3=@有趣.mp3.mp3,0
+有利.mp3.mp3=@有利.mp3.mp3,0
+友谊.mp3.mp3=@友谊.mp3.mp3,0
+友好.mp3.mp3=@友好.mp3.mp3,0
+游览.mp3.mp3=@游览.mp3.mp3,0
+油炸.mp3.mp3=@油炸.mp3.mp3,0
+犹豫.mp3.mp3=@犹豫.mp3.mp3,0
+邮局.mp3.mp3=@邮局.mp3.mp3,0
+由于.mp3.mp3=@由于.mp3.mp3,0
+由.mp3.mp3=@由.mp3.mp3,0
+尤其.mp3.mp3=@尤其.mp3.mp3,0
+悠久.mp3.mp3=@悠久.mp3.mp3,0
+幽默.mp3.mp3=@幽默.mp3.mp3,0
+优秀.mp3.mp3=@优秀.mp3.mp3,0
+优势.mp3.mp3=@优势.mp3.mp3,0
+优美.mp3.mp3=@优美.mp3.mp3,0
+优惠.mp3.mp3=@优惠.mp3.mp3,0
+优点.mp3.mp3=@优点.mp3.mp3,0
+用途.mp3.mp3=@用途.mp3.mp3,0
+用功.mp3.mp3=@用功.mp3.mp3,0
+勇气.mp3.mp3=@勇气.mp3.mp3,0
+勇敢.mp3.mp3=@勇敢.mp3.mp3,0
+永远.mp3.mp3=@永远.mp3.mp3,0
+拥挤.mp3.mp3=@拥挤.mp3.mp3,0
+拥抱.mp3.mp3=@拥抱.mp3.mp3,0
+硬件.mp3.mp3=@硬件.mp3.mp3,0
+硬.mp3.mp3=@硬.mp3.mp3,0
+影子.mp3.mp3=@影子.mp3.mp3,0
+赢.mp3.mp3=@赢.mp3.mp3,0
+营业.mp3.mp3=@营业.mp3.mp3,0
+营养.mp3.mp3=@营养.mp3.mp3,0
+迎接.mp3.mp3=@迎接.mp3.mp3,0
+英雄.mp3.mp3=@英雄.mp3.mp3,0
+英俊.mp3.mp3=@英俊.mp3.mp3,0
+应用.mp3.mp3=@应用.mp3.mp3,0
+应聘.mp3.mp3=@应聘.mp3.mp3,0
+应付.mp3.mp3=@应付.mp3.mp3,0
+印象.mp3.mp3=@印象.mp3.mp3,0
+印刷.mp3.mp3=@印刷.mp3.mp3,0
+引起.mp3.mp3=@引起.mp3.mp3,0
+银.mp3.mp3=@银.mp3.mp3,0
+因素.mp3.mp3=@因素.mp3.mp3,0
+因而.mp3.mp3=@因而.mp3.mp3,0
+因此.mp3.mp3=@因此.mp3.mp3,0
+意义.mp3.mp3=@意义.mp3.mp3,0
+意外.mp3.mp3=@意外.mp3.mp3,0
+意见.mp3.mp3=@意见.mp3.mp3,0
+议论.mp3.mp3=@议论.mp3.mp3,0
+艺术.mp3.mp3=@艺术.mp3.mp3,0
+义务.mp3.mp3=@义务.mp3.mp3,0
+亿.mp3.mp3=@亿.mp3.mp3,0
+以为.mp3.mp3=@以为.mp3.mp3,0
+以来.mp3.mp3=@以来.mp3.mp3,0
+以及.mp3.mp3=@以及.mp3.mp3,0
+以.mp3.mp3=@以.mp3.mp3,0
+乙.mp3.mp3=@乙.mp3.mp3,0
+疑问.mp3.mp3=@疑问.mp3.mp3,0
+遗憾.mp3.mp3=@遗憾.mp3.mp3,0
+移民.mp3.mp3=@移民.mp3.mp3,0
+移动.mp3.mp3=@移动.mp3.mp3,0
+依然.mp3.mp3=@依然.mp3.mp3,0
+一致.mp3.mp3=@一致.mp3.mp3,0
+一再.mp3.mp3=@一再.mp3.mp3,0
+一切.mp3.mp3=@一切.mp3.mp3,0
+一律.mp3.mp3=@一律.mp3.mp3,0
+一旦.mp3.mp3=@一旦.mp3.mp3,0
+夜.mp3.mp3=@夜.mp3.mp3,0
+页.mp3.mp3=@页.mp3.mp3,0
+叶子.mp3.mp3=@叶子.mp3.mp3,0
+业余.mp3.mp3=@业余.mp3.mp3,0
+业务.mp3.mp3=@业务.mp3.mp3,0
+也许.mp3.mp3=@也许.mp3.mp3,0
+钥匙.mp3.mp3=@钥匙.mp3.mp3,0
+要是.mp3.mp3=@要是.mp3.mp3,0
+要不.mp3.mp3=@要不.mp3.mp3,0
+咬.mp3.mp3=@咬.mp3.mp3,0
+摇.mp3.mp3=@摇.mp3.mp3,0
+邀请.mp3.mp3=@邀请.mp3.mp3,0
+腰.mp3.mp3=@腰.mp3.mp3,0
+样子.mp3.mp3=@样子.mp3.mp3,0
+样式.mp3.mp3=@样式.mp3.mp3,0
+痒.mp3.mp3=@痒.mp3.mp3,0
+养成.mp3.mp3=@养成.mp3.mp3,0
+阳台.mp3.mp3=@阳台.mp3.mp3,0
+阳光.mp3.mp3=@阳光.mp3.mp3,0
+宴会.mp3.mp3=@宴会.mp3.mp3,0
+演员.mp3.mp3=@演员.mp3.mp3,0
+演讲.mp3.mp3=@演讲.mp3.mp3,0
+演出.mp3.mp3=@演出.mp3.mp3,0
+眼镜.mp3.mp3=@眼镜.mp3.mp3,0
+盐.mp3.mp3=@盐.mp3.mp3,0
+研究.mp3.mp3=@研究.mp3.mp3,0
+严重.mp3.mp3=@严重.mp3.mp3,0
+严肃.mp3.mp3=@严肃.mp3.mp3,0
+严格.mp3.mp3=@严格.mp3.mp3,0
+延长.mp3.mp3=@延长.mp3.mp3,0
+呀.mp3.mp3=@呀.mp3.mp3,0
+亚洲.mp3.mp3=@亚洲.mp3.mp3,0
+牙膏.mp3.mp3=@牙膏.mp3.mp3,0
+牙齿.mp3.mp3=@牙齿.mp3.mp3,0
+押金.mp3.mp3=@押金.mp3.mp3,0
+压力.mp3.mp3=@压力.mp3.mp3,0
+迅速.mp3.mp3=@迅速.mp3.mp3,0
+训练.mp3.mp3=@训练.mp3.mp3,0
+询问.mp3.mp3=@询问.mp3.mp3,0
+寻找.mp3.mp3=@寻找.mp3.mp3,0
+血.mp3.mp3=@血.mp3.mp3,0
+学问.mp3.mp3=@学问.mp3.mp3,0
+学术.mp3.mp3=@学术.mp3.mp3,0
+学期.mp3.mp3=@学期.mp3.mp3,0
+学历.mp3.mp3=@学历.mp3.mp3,0
+宣传.mp3.mp3=@宣传.mp3.mp3,0
+宣布.mp3.mp3=@宣布.mp3.mp3,0
+叙述.mp3.mp3=@叙述.mp3.mp3,0
+许多.mp3.mp3=@许多.mp3.mp3,0
+虚心.mp3.mp3=@虚心.mp3.mp3,0
+修理.mp3.mp3=@修理.mp3.mp3,0
+修改.mp3.mp3=@修改.mp3.mp3,0
+休闲.mp3.mp3=@休闲.mp3.mp3,0
+胸.mp3.mp3=@胸.mp3.mp3,0
+兄弟.mp3.mp3=@兄弟.mp3.mp3,0
+性质.mp3.mp3=@性质.mp3.mp3,0
+性格.mp3.mp3=@性格.mp3.mp3,0
+性别.mp3.mp3=@性别.mp3.mp3,0
+幸运.mp3.mp3=@幸运.mp3.mp3,0
+幸亏.mp3.mp3=@幸亏.mp3.mp3,0
+幸福.mp3.mp3=@幸福.mp3.mp3,0
+兴奋.mp3.mp3=@兴奋.mp3.mp3,0
+醒.mp3.mp3=@醒.mp3.mp3,0
+形状.mp3.mp3=@形状.mp3.mp3,0
+形象.mp3.mp3=@形象.mp3.mp3,0
+形势.mp3.mp3=@形势.mp3.mp3,0
+形式.mp3.mp3=@形式.mp3.mp3,0
+形容.mp3.mp3=@形容.mp3.mp3,0
+形成.mp3.mp3=@形成.mp3.mp3,0
+行业.mp3.mp3=@行业.mp3.mp3,0
+行为.mp3.mp3=@行为.mp3.mp3,0
+行人.mp3.mp3=@行人.mp3.mp3,0
+行动.mp3.mp3=@行动.mp3.mp3,0
+行.mp3.mp3=@行.mp3.mp3,0
+信心.mp3.mp3=@信心.mp3.mp3,0
+信息.mp3.mp3=@信息.mp3.mp3,0
+信任.mp3.mp3=@信任.mp3.mp3,0
+信号.mp3.mp3=@信号.mp3.mp3,0
+信封.mp3.mp3=@信封.mp3.mp3,0
+欣赏.mp3.mp3=@欣赏.mp3.mp3,0
+辛苦.mp3.mp3=@辛苦.mp3.mp3,0
+心脏.mp3.mp3=@心脏.mp3.mp3,0
+心情.mp3.mp3=@心情.mp3.mp3,0
+心理.mp3.mp3=@心理.mp3.mp3,0
+写作.mp3.mp3=@写作.mp3.mp3,0
+斜.mp3.mp3=@斜.mp3.mp3,0
+歇.mp3.mp3=@歇.mp3.mp3,0
+效率.mp3.mp3=@效率.mp3.mp3,0
+效果.mp3.mp3=@效果.mp3.mp3,0
+笑话.mp3.mp3=@笑话.mp3.mp3,0
+孝顺.mp3.mp3=@孝顺.mp3.mp3,0
+小说.mp3.mp3=@小说.mp3.mp3,0
+小气.mp3.mp3=@小气.mp3.mp3,0
+小麦.mp3.mp3=@小麦.mp3.mp3,0
+小吃.mp3.mp3=@小吃.mp3.mp3,0
+销售.mp3.mp3=@销售.mp3.mp3,0
+消息.mp3.mp3=@消息.mp3.mp3,0
+消失.mp3.mp3=@消失.mp3.mp3,0
+消极.mp3.mp3=@消极.mp3.mp3,0
+消化.mp3.mp3=@消化.mp3.mp3,0
+消费.mp3.mp3=@消费.mp3.mp3,0
+橡皮.mp3.mp3=@橡皮.mp3.mp3,0
+象征.mp3.mp3=@象征.mp3.mp3,0
+象棋.mp3.mp3=@象棋.mp3.mp3,0
+项目.mp3.mp3=@项目.mp3.mp3,0
+项链.mp3.mp3=@项链.mp3.mp3,0
+项.mp3.mp3=@项.mp3.mp3,0
+想象.mp3.mp3=@想象.mp3.mp3,0
+想念.mp3.mp3=@想念.mp3.mp3,0
+响.mp3.mp3=@响.mp3.mp3,0
+享受.mp3.mp3=@享受.mp3.mp3,0
+详细.mp3.mp3=@详细.mp3.mp3,0
+香肠.mp3.mp3=@香肠.mp3.mp3,0
+香.mp3.mp3=@香.mp3.mp3,0
+相同.mp3.mp3=@相同.mp3.mp3,0
+相似.mp3.mp3=@相似.mp3.mp3,0
+相关.mp3.mp3=@相关.mp3.mp3,0
+相反.mp3.mp3=@相反.mp3.mp3,0
+相对.mp3.mp3=@相对.mp3.mp3,0
+相当.mp3.mp3=@相当.mp3.mp3,0
+相处.mp3.mp3=@相处.mp3.mp3,0
+羡慕.mp3.mp3=@羡慕.mp3.mp3,0
+限制.mp3.mp3=@限制.mp3.mp3,0
+现象.mp3.mp3=@现象.mp3.mp3,0
+现实.mp3.mp3=@现实.mp3.mp3,0
+现金.mp3.mp3=@现金.mp3.mp3,0
+现代.mp3.mp3=@现代.mp3.mp3,0
+县.mp3.mp3=@县.mp3.mp3,0
+显示.mp3.mp3=@显示.mp3.mp3,0
+显然.mp3.mp3=@显然.mp3.mp3,0
+显得.mp3.mp3=@显得.mp3.mp3,0
+咸.mp3.mp3=@咸.mp3.mp3,0
+鲜艳.mp3.mp3=@鲜艳.mp3.mp3,0
+夏令营.mp3.mp3=@夏令营.mp3.mp3,0
+吓.mp3.mp3=@吓.mp3.mp3,0
+下载.mp3.mp3=@下载.mp3.mp3,0
+瞎.mp3.mp3=@瞎.mp3.mp3,0
+细节.mp3.mp3=@细节.mp3.mp3,0
+系统.mp3.mp3=@系统.mp3.mp3,0
+系.mp3.mp3=@系.mp3.mp3,0
+戏剧.mp3.mp3=@戏剧.mp3.mp3,0
+吸引.mp3.mp3=@吸引.mp3.mp3,0
+吸收.mp3.mp3=@吸收.mp3.mp3,0
+吸取.mp3.mp3=@吸取.mp3.mp3,0
+雾.mp3.mp3=@雾.mp3.mp3,0
+误会.mp3.mp3=@误会.mp3.mp3,0
+物质.mp3.mp3=@物质.mp3.mp3,0
+物理.mp3.mp3=@物理.mp3.mp3,0
+勿.mp3.mp3=@勿.mp3.mp3,0
+武术.mp3.mp3=@武术.mp3.mp3,0
+无数.mp3.mp3=@无数.mp3.mp3,0
+无奈.mp3.mp3=@无奈.mp3.mp3,0
+无论.mp3.mp3=@无论.mp3.mp3,0
+无聊.mp3.mp3=@无聊.mp3.mp3,0
+无.mp3.mp3=@无.mp3.mp3,0
+屋子.mp3.mp3=@屋子.mp3.mp3,0
+污染.mp3.mp3=@污染.mp3.mp3,0
+握手.mp3.mp3=@握手.mp3.mp3,0
+卧室.mp3.mp3=@卧室.mp3.mp3,0
+问候.mp3.mp3=@问候.mp3.mp3,0
+稳定.mp3.mp3=@稳定.mp3.mp3,0
+吻.mp3.mp3=@吻.mp3.mp3,0
+闻.mp3.mp3=@闻.mp3.mp3,0
+文字.mp3.mp3=@文字.mp3.mp3,0
+文章.mp3.mp3=@文章.mp3.mp3,0
+文学.mp3.mp3=@文学.mp3.mp3,0
+文明.mp3.mp3=@文明.mp3.mp3,0
+文具.mp3.mp3=@文具.mp3.mp3,0
+文件.mp3.mp3=@文件.mp3.mp3,0
+温柔.mp3.mp3=@温柔.mp3.mp3,0
+温暖.mp3.mp3=@温暖.mp3.mp3,0
+温度.mp3.mp3=@温度.mp3.mp3,0
+胃口.mp3.mp3=@胃口.mp3.mp3,0
+胃.mp3.mp3=@胃.mp3.mp3,0
+味道.mp3.mp3=@味道.mp3.mp3,0
+位置.mp3.mp3=@位置.mp3.mp3,0
+位于.mp3.mp3=@位于.mp3.mp3,0
+未来.mp3.mp3=@未来.mp3.mp3,0
+未必.mp3.mp3=@未必.mp3.mp3,0
+委屈.mp3.mp3=@委屈.mp3.mp3,0
+尾巴.mp3.mp3=@尾巴.mp3.mp3,0
+伟大.mp3.mp3=@伟大.mp3.mp3,0
+维修.mp3.mp3=@维修.mp3.mp3,0
+唯一.mp3.mp3=@唯一.mp3.mp3,0
+围绕.mp3.mp3=@围绕.mp3.mp3,0
+围巾.mp3.mp3=@围巾.mp3.mp3,0
+违反.mp3.mp3=@违反.mp3.mp3,0
+微笑.mp3.mp3=@微笑.mp3.mp3,0
+危险.mp3.mp3=@危险.mp3.mp3,0
+危害.mp3.mp3=@危害.mp3.mp3,0
+往往.mp3.mp3=@往往.mp3.mp3,0
+往返.mp3.mp3=@往返.mp3.mp3,0
+网站.mp3.mp3=@网站.mp3.mp3,0
+网球.mp3.mp3=@网球.mp3.mp3,0
+网络.mp3.mp3=@网络.mp3.mp3,0
+王子.mp3.mp3=@王子.mp3.mp3,0
+万一.mp3.mp3=@万一.mp3.mp3,0
+玩具.mp3.mp3=@玩具.mp3.mp3,0
+完整.mp3.mp3=@完整.mp3.mp3,0
+完善.mp3.mp3=@完善.mp3.mp3,0
+完全.mp3.mp3=@完全.mp3.mp3,0
+完美.mp3.mp3=@完美.mp3.mp3,0
+外交.mp3.mp3=@外交.mp3.mp3,0
+外公.mp3.mp3=@外公.mp3.mp3,0
+歪.mp3.mp3=@歪.mp3.mp3,0
+袜子.mp3.mp3=@袜子.mp3.mp3,0
+脱.mp3.mp3=@脱.mp3.mp3,0
+退休.mp3.mp3=@退休.mp3.mp3,0
+退步.mp3.mp3=@退步.mp3.mp3,0
+退.mp3.mp3=@退.mp3.mp3,0
+推荐.mp3.mp3=@推荐.mp3.mp3,0
+推广.mp3.mp3=@推广.mp3.mp3,0
+推辞.mp3.mp3=@推辞.mp3.mp3,0
+推迟.mp3.mp3=@推迟.mp3.mp3,0
+推.mp3.mp3=@推.mp3.mp3,0
+团.mp3.mp3=@团.mp3.mp3,0
+兔子.mp3.mp3=@兔子.mp3.mp3,0
+吐.mp3.mp3=@吐.mp3.mp3,0
+土豆.mp3.mp3=@土豆.mp3.mp3,0
+土地.mp3.mp3=@土地.mp3.mp3,0
+突出.mp3.mp3=@突出.mp3.mp3,0
+透明.mp3.mp3=@透明.mp3.mp3,0
+投资.mp3.mp3=@投资.mp3.mp3,0
+投入.mp3.mp3=@投入.mp3.mp3,0
+偷.mp3.mp3=@偷.mp3.mp3,0
+痛快.mp3.mp3=@痛快.mp3.mp3,0
+痛苦.mp3.mp3=@痛苦.mp3.mp3,0
+统一.mp3.mp3=@统一.mp3.mp3,0
+同时.mp3.mp3=@同时.mp3.mp3,0
+同情.mp3.mp3=@同情.mp3.mp3,0
+通知.mp3.mp3=@通知.mp3.mp3,0
+通过.mp3.mp3=@通过.mp3.mp3,0
+通常.mp3.mp3=@通常.mp3.mp3,0
+挺.mp3.mp3=@挺.mp3.mp3,0
+停.mp3.mp3=@停.mp3.mp3,0
+条件.mp3.mp3=@条件.mp3.mp3,0
+挑战.mp3.mp3=@挑战.mp3.mp3,0
+填空.mp3.mp3=@填空.mp3.mp3,0
+天真.mp3.mp3=@天真.mp3.mp3,0
+天空.mp3.mp3=@天空.mp3.mp3,0
+体验.mp3.mp3=@体验.mp3.mp3,0
+体现.mp3.mp3=@体现.mp3.mp3,0
+体贴.mp3.mp3=@体贴.mp3.mp3,0
+体会.mp3.mp3=@体会.mp3.mp3,0
+题目.mp3.mp3=@题目.mp3.mp3,0
+提醒.mp3.mp3=@提醒.mp3.mp3,0
+提问.mp3.mp3=@提问.mp3.mp3,0
+提前.mp3.mp3=@提前.mp3.mp3,0
+提供.mp3.mp3=@提供.mp3.mp3,0
+提纲.mp3.mp3=@提纲.mp3.mp3,0
+提倡.mp3.mp3=@提倡.mp3.mp3,0
+提.mp3.mp3=@提.mp3.mp3,0
+疼爱.mp3.mp3=@疼爱.mp3.mp3,0
+特征.mp3.mp3=@特征.mp3.mp3,0
+特殊.mp3.mp3=@特殊.mp3.mp3,0
+特色.mp3.mp3=@特色.mp3.mp3,0
+特点.mp3.mp3=@特点.mp3.mp3,0
+套.mp3.mp3=@套.mp3.mp3,0
+讨厌.mp3.mp3=@讨厌.mp3.mp3,0
+讨论.mp3.mp3=@讨论.mp3.mp3,0
+淘气.mp3.mp3=@淘气.mp3.mp3,0
+桃.mp3.mp3=@桃.mp3.mp3,0
+逃避.mp3.mp3=@逃避.mp3.mp3,0
+逃.mp3.mp3=@逃.mp3.mp3,0
+趟.mp3.mp3=@趟.mp3.mp3,0
+烫.mp3.mp3=@烫.mp3.mp3,0
+躺.mp3.mp3=@躺.mp3.mp3,0
+糖.mp3.mp3=@糖.mp3.mp3,0
+汤.mp3.mp3=@汤.mp3.mp3,0
+坦率.mp3.mp3=@坦率.mp3.mp3,0
+谈判.mp3.mp3=@谈判.mp3.mp3,0
+谈.mp3.mp3=@谈.mp3.mp3,0
+态度.mp3.mp3=@态度.mp3.mp3,0
+太太.mp3.mp3=@太太.mp3.mp3,0
+太极拳.mp3.mp3=@太极拳.mp3.mp3,0
+抬.mp3.mp3=@抬.mp3.mp3,0
+台阶.mp3.mp3=@台阶.mp3.mp3,0
+台.mp3.mp3=@台.mp3.mp3,0
+锁.mp3.mp3=@锁.mp3.mp3,0
+所有.mp3.mp3=@所有.mp3.mp3,0
+所.mp3.mp3=@所.mp3.mp3,0
+缩短.mp3.mp3=@缩短.mp3.mp3,0
+损失.mp3.mp3=@损失.mp3.mp3,0
+孙子.mp3.mp3=@孙子.mp3.mp3,0
+碎.mp3.mp3=@碎.mp3.mp3,0
+随着.mp3.mp3=@随着.mp3.mp3,0
+随手.mp3.mp3=@随手.mp3.mp3,0
+随时.mp3.mp3=@随时.mp3.mp3,0
+随身.mp3.mp3=@随身.mp3.mp3,0
+随便.mp3.mp3=@随便.mp3.mp3,0
+酸.mp3.mp3=@酸.mp3.mp3,0
+宿舍.mp3.mp3=@宿舍.mp3.mp3,0
+速度.mp3.mp3=@速度.mp3.mp3,0
+搜索.mp3.mp3=@搜索.mp3.mp3,0
+死.mp3.mp3=@死.mp3.mp3,0
+撕.mp3.mp3=@撕.mp3.mp3,0
+思想.mp3.mp3=@思想.mp3.mp3,0
+思考.mp3.mp3=@思考.mp3.mp3,0
+私人.mp3.mp3=@私人.mp3.mp3,0
+丝毫.mp3.mp3=@丝毫.mp3.mp3,0
+丝绸.mp3.mp3=@丝绸.mp3.mp3,0
+硕士.mp3.mp3=@硕士.mp3.mp3,0
+说明.mp3.mp3=@说明.mp3.mp3,0
+说服.mp3.mp3=@说服.mp3.mp3,0
+顺序.mp3.mp3=@顺序.mp3.mp3,0
+顺利.mp3.mp3=@顺利.mp3.mp3,0
+顺便.mp3.mp3=@顺便.mp3.mp3,0
+税.mp3.mp3=@税.mp3.mp3,0
+双方.mp3.mp3=@双方.mp3.mp3,0
+帅.mp3.mp3=@帅.mp3.mp3,0
+甩.mp3.mp3=@甩.mp3.mp3,0
+摔倒.mp3.mp3=@摔倒.mp3.mp3,0
+数字.mp3.mp3=@数字.mp3.mp3,0
+数码.mp3.mp3=@数码.mp3.mp3,0
+数量.mp3.mp3=@数量.mp3.mp3,0
+数据.mp3.mp3=@数据.mp3.mp3,0
+数.mp3.mp3=@数.mp3.mp3,0
+鼠标.mp3.mp3=@鼠标.mp3.mp3,0
+属于.mp3.mp3=@属于.mp3.mp3,0
+熟悉.mp3.mp3=@熟悉.mp3.mp3,0
+熟练.mp3.mp3=@熟练.mp3.mp3,0
+蔬菜.mp3.mp3=@蔬菜.mp3.mp3,0
+输入.mp3.mp3=@输入.mp3.mp3,0
+输.mp3.mp3=@输.mp3.mp3,0
+舒适.mp3.mp3=@舒适.mp3.mp3,0
+梳子.mp3.mp3=@梳子.mp3.mp3,0
+书架.mp3.mp3=@书架.mp3.mp3,0
+受伤.mp3.mp3=@受伤.mp3.mp3,0
+寿命.mp3.mp3=@寿命.mp3.mp3,0
+首先.mp3.mp3=@首先.mp3.mp3,0
+首都.mp3.mp3=@首都.mp3.mp3,0
+首.mp3.mp3=@首.mp3.mp3,0
+手指.mp3.mp3=@手指.mp3.mp3,0
+手续.mp3.mp3=@手续.mp3.mp3,0
+手套.mp3.mp3=@手套.mp3.mp3,0
+手术.mp3.mp3=@手术.mp3.mp3,0
+手工.mp3.mp3=@手工.mp3.mp3,0
+收入.mp3.mp3=@收入.mp3.mp3,0
+收据.mp3.mp3=@收据.mp3.mp3,0
+收获.mp3.mp3=@收获.mp3.mp3,0
+收到.mp3.mp3=@收到.mp3.mp3,0
+收.mp3.mp3=@收.mp3.mp3,0
+适应.mp3.mp3=@适应.mp3.mp3,0
+适合.mp3.mp3=@适合.mp3.mp3,0
+是否.mp3.mp3=@是否.mp3.mp3,0
+试卷.mp3.mp3=@试卷.mp3.mp3,0
+事先.mp3.mp3=@事先.mp3.mp3,0
+事物.mp3.mp3=@事物.mp3.mp3,0
+事实.mp3.mp3=@事实.mp3.mp3,0
+似乎.mp3.mp3=@似乎.mp3.mp3,0
+似的.mp3.mp3=@似的.mp3.mp3,0
+市场.mp3.mp3=@市场.mp3.mp3,0
+世纪.mp3.mp3=@世纪.mp3.mp3,0
+士兵.mp3.mp3=@士兵.mp3.mp3,0
+始终.mp3.mp3=@始终.mp3.mp3,0
+使用.mp3.mp3=@使用.mp3.mp3,0
+使劲儿.mp3.mp3=@使劲儿.mp3.mp3,0
+使.mp3.mp3=@使.mp3.mp3,0
+食物.mp3.mp3=@食物.mp3.mp3,0
+实在.mp3.mp3=@实在.mp3.mp3,0
+实用.mp3.mp3=@实用.mp3.mp3,0
+实验.mp3.mp3=@实验.mp3.mp3,0
+实现.mp3.mp3=@实现.mp3.mp3,0
+实习.mp3.mp3=@实习.mp3.mp3,0
+实践.mp3.mp3=@实践.mp3.mp3,0
+实际.mp3.mp3=@实际.mp3.mp3,0
+实话.mp3.mp3=@实话.mp3.mp3,0
+时尚.mp3.mp3=@时尚.mp3.mp3,0
+时期.mp3.mp3=@时期.mp3.mp3,0
+时髦.mp3.mp3=@时髦.mp3.mp3,0
+时刻.mp3.mp3=@时刻.mp3.mp3,0
+时代.mp3.mp3=@时代.mp3.mp3,0
+时差.mp3.mp3=@时差.mp3.mp3,0
+石头.mp3.mp3=@石头.mp3.mp3,0
+十分.mp3.mp3=@十分.mp3.mp3,0
+湿润.mp3.mp3=@湿润.mp3.mp3,0
+狮子.mp3.mp3=@狮子.mp3.mp3,0
+诗.mp3.mp3=@诗.mp3.mp3,0
+师傅.mp3.mp3=@师傅.mp3.mp3,0
+失业.mp3.mp3=@失业.mp3.mp3,0
+失望.mp3.mp3=@失望.mp3.mp3,0
+失去.mp3.mp3=@失去.mp3.mp3,0
+失眠.mp3.mp3=@失眠.mp3.mp3,0
+失败.mp3.mp3=@失败.mp3.mp3,0
+剩.mp3.mp3=@剩.mp3.mp3,0
+盛.mp3.mp3=@盛.mp3.mp3,0
+胜利.mp3.mp3=@胜利.mp3.mp3,0
+省略.mp3.mp3=@省略.mp3.mp3,0
+省.mp3.mp3=@省.mp3.mp3,0
+绳子.mp3.mp3=@绳子.mp3.mp3,0
+声调.mp3.mp3=@声调.mp3.mp3,0
+生长.mp3.mp3=@生长.mp3.mp3,0
+生意.mp3.mp3=@生意.mp3.mp3,0
+生命.mp3.mp3=@生命.mp3.mp3,0
+生活.mp3.mp3=@生活.mp3.mp3,0
+生动.mp3.mp3=@生动.mp3.mp3,0
+生产.mp3.mp3=@生产.mp3.mp3,0
+升.mp3.mp3=@升.mp3.mp3,0
+慎重.mp3.mp3=@慎重.mp3.mp3,0
+甚至.mp3.mp3=@甚至.mp3.mp3,0
+审判.mp3.mp3=@审判.mp3.mp3,0
+审美.mp3.mp3=@审美.mp3.mp3,0
+审理.mp3.mp3=@审理.mp3.mp3,0
+审查.mp3.mp3=@审查.mp3.mp3,0
+神仙.mp3.mp3=@神仙.mp3.mp3,0
+神秘.mp3.mp3=@神秘.mp3.mp3,0
+神话.mp3.mp3=@神话.mp3.mp3,0
+深刻.mp3.mp3=@深刻.mp3.mp3,0
+深.mp3.mp3=@深.mp3.mp3,0
+身份.mp3.mp3=@身份.mp3.mp3,0
+身材.mp3.mp3=@身材.mp3.mp3,0
+伸.mp3.mp3=@伸.mp3.mp3,0
+摄影.mp3.mp3=@摄影.mp3.mp3,0
+射击.mp3.mp3=@射击.mp3.mp3,0
+社会.mp3.mp3=@社会.mp3.mp3,0
+设施.mp3.mp3=@设施.mp3.mp3,0
+设计.mp3.mp3=@设计.mp3.mp3,0
+设备.mp3.mp3=@设备.mp3.mp3,0
+蛇.mp3.mp3=@蛇.mp3.mp3,0
+勺子.mp3.mp3=@勺子.mp3.mp3,0
+稍微.mp3.mp3=@稍微.mp3.mp3,0
+上当.mp3.mp3=@上当.mp3.mp3,0
+商业.mp3.mp3=@商业.mp3.mp3,0
+商务.mp3.mp3=@商务.mp3.mp3,0
+商品.mp3.mp3=@商品.mp3.mp3,0
+商量.mp3.mp3=@商量.mp3.mp3,0
+伤心.mp3.mp3=@伤心.mp3.mp3,0
+伤害.mp3.mp3=@伤害.mp3.mp3,0
+善于.mp3.mp3=@善于.mp3.mp3,0
+善良.mp3.mp3=@善良.mp3.mp3,0
+扇子.mp3.mp3=@扇子.mp3.mp3,0
+闪电.mp3.mp3=@闪电.mp3.mp3,0
+删除.mp3.mp3=@删除.mp3.mp3,0
+晒.mp3.mp3=@晒.mp3.mp3,0
+傻.mp3.mp3=@傻.mp3.mp3,0
+刹那.mp3.mp3=@刹那.mp3.mp3,0
+沙滩.mp3.mp3=@沙滩.mp3.mp3,0
+沙漠.mp3.mp3=@沙漠.mp3.mp3,0
+沙发.mp3.mp3=@沙发.mp3.mp3,0
+杀.mp3.mp3=@杀.mp3.mp3,0
+森林.mp3.mp3=@森林.mp3.mp3,0
+色彩.mp3.mp3=@色彩.mp3.mp3,0
+嗓子.mp3.mp3=@嗓子.mp3.mp3,0
+散步.mp3.mp3=@散步.mp3.mp3,0
+洒.mp3.mp3=@洒.mp3.mp3,0
+弱.mp3.mp3=@弱.mp3.mp3,0
+软件.mp3.mp3=@软件.mp3.mp3,0
+软.mp3.mp3=@软.mp3.mp3,0
+入口.mp3.mp3=@入口.mp3.mp3,0
+如今.mp3.mp3=@如今.mp3.mp3,0
+如何.mp3.mp3=@如何.mp3.mp3,0
+日子.mp3.mp3=@日子.mp3.mp3,0
+日用品.mp3.mp3=@日用品.mp3.mp3,0
+日期.mp3.mp3=@日期.mp3.mp3,0
+日历.mp3.mp3=@日历.mp3.mp3,0
+日记.mp3.mp3=@日记.mp3.mp3,0
+日程.mp3.mp3=@日程.mp3.mp3,0
+日常.mp3.mp3=@日常.mp3.mp3,0
+仍然.mp3.mp3=@仍然.mp3.mp3,0
+扔.mp3.mp3=@扔.mp3.mp3,0
+任务.mp3.mp3=@任务.mp3.mp3,0
+任何.mp3.mp3=@任何.mp3.mp3,0
+人员.mp3.mp3=@人员.mp3.mp3,0
+人物.mp3.mp3=@人物.mp3.mp3,0
+人事.mp3.mp3=@人事.mp3.mp3,0
+人生.mp3.mp3=@人生.mp3.mp3,0
+人类.mp3.mp3=@人类.mp3.mp3,0
+人口.mp3.mp3=@人口.mp3.mp3,0
+人才.mp3.mp3=@人才.mp3.mp3,0
+热心.mp3.mp3=@热心.mp3.mp3,0
+热闹.mp3.mp3=@热闹.mp3.mp3,0
+热烈.mp3.mp3=@热烈.mp3.mp3,0
+热爱.mp3.mp3=@热爱.mp3.mp3,0
+绕.mp3.mp3=@绕.mp3.mp3,0
+燃烧.mp3.mp3=@燃烧.mp3.mp3,0
+然而.mp3.mp3=@然而.mp3.mp3,0
+群.mp3.mp3=@群.mp3.mp3,0
+确实.mp3.mp3=@确实.mp3.mp3,0
+确认.mp3.mp3=@确认.mp3.mp3,0
+确定.mp3.mp3=@确定.mp3.mp3,0
+却.mp3.mp3=@却.mp3.mp3,0
+缺少.mp3.mp3=@缺少.mp3.mp3,0
+缺乏.mp3.mp3=@缺乏.mp3.mp3,0
+缺点.mp3.mp3=@缺点.mp3.mp3,0
+劝.mp3.mp3=@劝.mp3.mp3,0
+全面.mp3.mp3=@全面.mp3.mp3,0
+全部.mp3.mp3=@全部.mp3.mp3,0
+权利.mp3.mp3=@权利.mp3.mp3,0
+权力.mp3.mp3=@权力.mp3.mp3,0
+圈.mp3.mp3=@圈.mp3.mp3,0
+去世.mp3.mp3=@去世.mp3.mp3,0
+娶.mp3.mp3=@娶.mp3.mp3,0
+取消.mp3.mp3=@取消.mp3.mp3,0
+取.mp3.mp3=@取.mp3.mp3,0
+趋势.mp3.mp3=@趋势.mp3.mp3,0
+区别.mp3.mp3=@区别.mp3.mp3,0
+球迷.mp3.mp3=@球迷.mp3.mp3,0
+穷.mp3.mp3=@穷.mp3.mp3,0
+庆祝.mp3.mp3=@庆祝.mp3.mp3,0
+请求.mp3.mp3=@请求.mp3.mp3,0
+情绪.mp3.mp3=@情绪.mp3.mp3,0
+情况.mp3.mp3=@情况.mp3.mp3,0
+情景.mp3.mp3=@情景.mp3.mp3,0
+清淡.mp3.mp3=@清淡.mp3.mp3,0
+轻易.mp3.mp3=@轻易.mp3.mp3,0
+轻松.mp3.mp3=@轻松.mp3.mp3,0
+轻视.mp3.mp3=@轻视.mp3.mp3,0
+轻.mp3.mp3=@轻.mp3.mp3,0
+青春.mp3.mp3=@青春.mp3.mp3,0
+青.mp3.mp3=@青.mp3.mp3,0
+勤奋.mp3.mp3=@勤奋.mp3.mp3,0
+亲自.mp3.mp3=@亲自.mp3.mp3,0
+亲切.mp3.mp3=@亲切.mp3.mp3,0
+亲戚.mp3.mp3=@亲戚.mp3.mp3,0
+亲爱.mp3.mp3=@亲爱.mp3.mp3,0
+切.mp3.mp3=@切.mp3.mp3,0
+巧妙.mp3.mp3=@巧妙.mp3.mp3,0
+瞧.mp3.mp3=@瞧.mp3.mp3,0
+桥.mp3.mp3=@桥.mp3.mp3,0
+敲.mp3.mp3=@敲.mp3.mp3,0
+悄悄.mp3.mp3=@悄悄.mp3.mp3,0
+抢.mp3.mp3=@抢.mp3.mp3,0
+墙.mp3.mp3=@墙.mp3.mp3,0
+强烈.mp3.mp3=@强烈.mp3.mp3,0
+强调.mp3.mp3=@强调.mp3.mp3,0
+枪.mp3.mp3=@枪.mp3.mp3,0
+欠.mp3.mp3=@欠.mp3.mp3,0
+浅.mp3.mp3=@浅.mp3.mp3,0
+前途.mp3.mp3=@前途.mp3.mp3,0
+签证.mp3.mp3=@签证.mp3.mp3,0
+签.mp3.mp3=@签.mp3.mp3,0
+谦虚.mp3.mp3=@谦虚.mp3.mp3,0
+千万.mp3.mp3=@千万.mp3.mp3,0
+汽油.mp3.mp3=@汽油.mp3.mp3,0
+气候.mp3.mp3=@气候.mp3.mp3,0
+气氛.mp3.mp3=@气氛.mp3.mp3,0
+启发.mp3.mp3=@启发.mp3.mp3,0
+企业.mp3.mp3=@企业.mp3.mp3,0
+奇迹.mp3.mp3=@奇迹.mp3.mp3,0
+其中.mp3.mp3=@其中.mp3.mp3,0
+其余.mp3.mp3=@其余.mp3.mp3,0
+其次.mp3.mp3=@其次.mp3.mp3,0
+期间.mp3.mp3=@期间.mp3.mp3,0
+期待.mp3.mp3=@期待.mp3.mp3,0
+曝光.mp3.mp3=@曝光.mp3.mp3,0
+普遍.mp3.mp3=@普遍.mp3.mp3,0
+葡萄.mp3.mp3=@葡萄.mp3.mp3,0
+破坏.mp3.mp3=@破坏.mp3.mp3,0
+破产.mp3.mp3=@破产.mp3.mp3,0
+破.mp3.mp3=@破.mp3.mp3,0
+迫切.mp3.mp3=@迫切.mp3.mp3,0
+凭.mp3.mp3=@凭.mp3.mp3,0
+评价.mp3.mp3=@评价.mp3.mp3,0
+平时.mp3.mp3=@平时.mp3.mp3,0
+平均.mp3.mp3=@平均.mp3.mp3,0
+平静.mp3.mp3=@平静.mp3.mp3,0
+平衡.mp3.mp3=@平衡.mp3.mp3,0
+平方.mp3.mp3=@平方.mp3.mp3,0
+平等.mp3.mp3=@平等.mp3.mp3,0
+平常.mp3.mp3=@平常.mp3.mp3,0
+平安.mp3.mp3=@平安.mp3.mp3,0
+平.mp3.mp3=@平.mp3.mp3,0
+乒乓.mp3.mp3=@乒乓.mp3.mp3,0
+频道.mp3.mp3=@频道.mp3.mp3,0
+拼音.mp3.mp3=@拼音.mp3.mp3,0
+飘.mp3.mp3=@飘.mp3.mp3,0
+骗.mp3.mp3=@骗.mp3.mp3,0
+片面.mp3.mp3=@片面.mp3.mp3,0
+片.mp3.mp3=@片.mp3.mp3,0
+篇.mp3.mp3=@篇.mp3.mp3,0
+匹.mp3.mp3=@匹.mp3.mp3,0
+疲劳.mp3.mp3=@疲劳.mp3.mp3,0
+披.mp3.mp3=@披.mp3.mp3,0
+批准.mp3.mp3=@批准.mp3.mp3,0
+批.mp3.mp3=@批.mp3.mp3,0
+碰.mp3.mp3=@碰.mp3.mp3,0
+盆.mp3.mp3=@盆.mp3.mp3,0
+配合.mp3.mp3=@配合.mp3.mp3,0
+佩服.mp3.mp3=@佩服.mp3.mp3,0
+赔偿.mp3.mp3=@赔偿.mp3.mp3,0
+培养.mp3.mp3=@培养.mp3.mp3,0
+培训.mp3.mp3=@培训.mp3.mp3,0
+盼望.mp3.mp3=@盼望.mp3.mp3,0
+派.mp3.mp3=@派.mp3.mp3,0
+拍.mp3.mp3=@拍.mp3.mp3,0
+偶然.mp3.mp3=@偶然.mp3.mp3,0
+欧洲.mp3.mp3=@欧洲.mp3.mp3,0
+女士.mp3.mp3=@女士.mp3.mp3,0
+浓.mp3.mp3=@浓.mp3.mp3,0
+农业.mp3.mp3=@农业.mp3.mp3,0
+农民.mp3.mp3=@农民.mp3.mp3,0
+农村.mp3.mp3=@农村.mp3.mp3,0
+宁可.mp3.mp3=@宁可.mp3.mp3,0
+念.mp3.mp3=@念.mp3.mp3,0
+年纪.mp3.mp3=@年纪.mp3.mp3,0
+年代.mp3.mp3=@年代.mp3.mp3,0
+嗯.mp3.mp3=@嗯.mp3.mp3,0
+能源.mp3.mp3=@能源.mp3.mp3,0
+能干.mp3.mp3=@能干.mp3.mp3,0
+嫩.mp3.mp3=@嫩.mp3.mp3,0
+内科.mp3.mp3=@内科.mp3.mp3,0
+内部.mp3.mp3=@内部.mp3.mp3,0
+脑袋.mp3.mp3=@脑袋.mp3.mp3,0
+难免.mp3.mp3=@难免.mp3.mp3,0
+难怪.mp3.mp3=@难怪.mp3.mp3,0
+哪怕.mp3.mp3=@哪怕.mp3.mp3,0
+哪.mp3.mp3=@哪.mp3.mp3,0
+目前.mp3.mp3=@目前.mp3.mp3,0
+目录.mp3.mp3=@目录.mp3.mp3,0
+目标.mp3.mp3=@目标.mp3.mp3,0
+木头.mp3.mp3=@木头.mp3.mp3,0
+某.mp3.mp3=@某.mp3.mp3,0
+陌生.mp3.mp3=@陌生.mp3.mp3,0
+模特.mp3.mp3=@模特.mp3.mp3,0
+模糊.mp3.mp3=@模糊.mp3.mp3,0
+模仿.mp3.mp3=@模仿.mp3.mp3,0
+摸.mp3.mp3=@摸.mp3.mp3,0
+命运.mp3.mp3=@命运.mp3.mp3,0
+命令.mp3.mp3=@命令.mp3.mp3,0
+明星.mp3.mp3=@明星.mp3.mp3,0
+明显.mp3.mp3=@明显.mp3.mp3,0
+明确.mp3.mp3=@明确.mp3.mp3,0
+名字.mp3.mp3=@名字.mp3.mp3,0
+名片.mp3.mp3=@名片.mp3.mp3,0
+名牌.mp3.mp3=@名牌.mp3.mp3,0
+敏感.mp3.mp3=@敏感.mp3.mp3,0
+描写.mp3.mp3=@描写.mp3.mp3,0
+苗条.mp3.mp3=@苗条.mp3.mp3,0
+面临.mp3.mp3=@面临.mp3.mp3,0
+面积.mp3.mp3=@面积.mp3.mp3,0
+面对.mp3.mp3=@面对.mp3.mp3,0
+蜜蜂.mp3.mp3=@蜜蜂.mp3.mp3,0
+密切.mp3.mp3=@密切.mp3.mp3,0
+秘书.mp3.mp3=@秘书.mp3.mp3,0
+秘密.mp3.mp3=@秘密.mp3.mp3,0
+米饭.mp3.mp3=@米饭.mp3.mp3,0
+梦想.mp3.mp3=@梦想.mp3.mp3,0
+魅力.mp3.mp3=@魅力.mp3.mp3,0
+美术.mp3.mp3=@美术.mp3.mp3,0
+煤炭.mp3.mp3=@煤炭.mp3.mp3,0
+媒体.mp3.mp3=@媒体.mp3.mp3,0
+眉毛.mp3.mp3=@眉毛.mp3.mp3,0
+没有.mp3.mp3=@没有.mp3.mp3,0
+贸易.mp3.mp3=@贸易.mp3.mp3,0
+冒险.mp3.mp3=@冒险.mp3.mp3,0
+矛盾.mp3.mp3=@矛盾.mp3.mp3,0
+毛病.mp3.mp3=@毛病.mp3.mp3,0
+猫.mp3.mp3=@猫.mp3.mp3,0
+满足.mp3.mp3=@满足.mp3.mp3,0
+馒头.mp3.mp3=@馒头.mp3.mp3,0
+买.mp3.mp3=@买.mp3.mp3,0
+吗.mp3.mp3=@吗.mp3.mp3,0
+骂.mp3.mp3=@骂.mp3.mp3,0
+妈妈.mp3.mp3=@妈妈.mp3.mp3,0
+落后.mp3.mp3=@落后.mp3.mp3,0
+逻辑.mp3.mp3=@逻辑.mp3.mp3,0
+论文.mp3.mp3=@论文.mp3.mp3,0
+轮流.mp3.mp3=@轮流.mp3.mp3,0
+录音.mp3.mp3=@录音.mp3.mp3,0
+录取.mp3.mp3=@录取.mp3.mp3,0
+陆续.mp3.mp3=@陆续.mp3.mp3,0
+陆地.mp3.mp3=@陆地.mp3.mp3,0
+漏.mp3.mp3=@漏.mp3.mp3,0
+龙.mp3.mp3=@龙.mp3.mp3,0
+六.mp3.mp3=@六.mp3.mp3,0
+流泪.mp3.mp3=@流泪.mp3.mp3,0
+流传.mp3.mp3=@流传.mp3.mp3,0
+浏览.mp3.mp3=@浏览.mp3.mp3,0
+领域.mp3.mp3=@领域.mp3.mp3,0
+领导.mp3.mp3=@领导.mp3.mp3,0
+零食.mp3.mp3=@零食.mp3.mp3,0
+零件.mp3.mp3=@零件.mp3.mp3,0
+铃.mp3.mp3=@铃.mp3.mp3,0
+灵活.mp3.mp3=@灵活.mp3.mp3,0
+临时.mp3.mp3=@临时.mp3.mp3,0
+列车.mp3.mp3=@列车.mp3.mp3,0
+亮.mp3.mp3=@亮.mp3.mp3,0
+粮食.mp3.mp3=@粮食.mp3.mp3,0
+良好.mp3.mp3=@良好.mp3.mp3,0
+恋爱.mp3.mp3=@恋爱.mp3.mp3,0
+联合.mp3.mp3=@联合.mp3.mp3,0
+连续.mp3.mp3=@连续.mp3.mp3,0
+连忙.mp3.mp3=@连忙.mp3.mp3,0
+利用.mp3.mp3=@利用.mp3.mp3,0
+利益.mp3.mp3=@利益.mp3.mp3,0
+利息.mp3.mp3=@利息.mp3.mp3,0
+利润.mp3.mp3=@利润.mp3.mp3,0
+立刻.mp3.mp3=@立刻.mp3.mp3,0
+立即.mp3.mp3=@立即.mp3.mp3,0
+力量.mp3.mp3=@力量.mp3.mp3,0
+理由.mp3.mp3=@理由.mp3.mp3,0
+理论.mp3.mp3=@理论.mp3.mp3,0
+梨.mp3.mp3=@梨.mp3.mp3,0
+离婚.mp3.mp3=@离婚.mp3.mp3,0
+厘米.mp3.mp3=@厘米.mp3.mp3,0
+冷淡.mp3.mp3=@冷淡.mp3.mp3,0
+冷.mp3.mp3=@冷.mp3.mp3,0
+类型.mp3.mp3=@类型.mp3.mp3,0
+雷.mp3.mp3=@雷.mp3.mp3,0
+了.mp3.mp3=@了.mp3.mp3,0
+乐器.mp3.mp3=@乐器.mp3.mp3,0
+乐观.mp3.mp3=@乐观.mp3.mp3,0
+姥姥.mp3.mp3=@姥姥.mp3.mp3,0
+老鼠.mp3.mp3=@老鼠.mp3.mp3,0
+老实.mp3.mp3=@老实.mp3.mp3,0
+老师.mp3.mp3=@老师.mp3.mp3,0
+老婆.mp3.mp3=@老婆.mp3.mp3,0
+老板.mp3.mp3=@老板.mp3.mp3,0
+劳驾.mp3.mp3=@劳驾.mp3.mp3,0
+劳动.mp3.mp3=@劳动.mp3.mp3,0
+朗读.mp3.mp3=@朗读.mp3.mp3,0
+烂.mp3.mp3=@烂.mp3.mp3,0
+拦.mp3.mp3=@拦.mp3.mp3,0
+来.mp3.mp3=@来.mp3.mp3,0
+辣椒.mp3.mp3=@辣椒.mp3.mp3,0
+扩大.mp3.mp3=@扩大.mp3.mp3,0
+昆虫.mp3.mp3=@昆虫.mp3.mp3,0
+宽.mp3.mp3=@宽.mp3.mp3,0
+夸张.mp3.mp3=@夸张.mp3.mp3,0
+夸.mp3.mp3=@夸.mp3.mp3,0
+口味.mp3.mp3=@口味.mp3.mp3,0
+控制.mp3.mp3=@控制.mp3.mp3,0
+空闲.mp3.mp3=@空闲.mp3.mp3,0
+空间.mp3.mp3=@空间.mp3.mp3,0
+课程.mp3.mp3=@课程.mp3.mp3,0
+客观.mp3.mp3=@客观.mp3.mp3,0
+刻苦.mp3.mp3=@刻苦.mp3.mp3,0
+克服.mp3.mp3=@克服.mp3.mp3,0
+克.mp3.mp3=@克.mp3.mp3,0
+可怕.mp3.mp3=@可怕.mp3.mp3,0
+可靠.mp3.mp3=@可靠.mp3.mp3,0
+可见.mp3.mp3=@可见.mp3.mp3,0
+颗.mp3.mp3=@颗.mp3.mp3,0
+靠.mp3.mp3=@靠.mp3.mp3,0
+看望.mp3.mp3=@看望.mp3.mp3,0
+看不起.mp3.mp3=@看不起.mp3.mp3,0
+砍.mp3.mp3=@砍.mp3.mp3,0
+开水.mp3.mp3=@开水.mp3.mp3,0
+开放.mp3.mp3=@开放.mp3.mp3,0
+开发.mp3.mp3=@开发.mp3.mp3,0
+卡车.mp3.mp3=@卡车.mp3.mp3,0
+均匀.mp3.mp3=@均匀.mp3.mp3,0
+军事.mp3.mp3=@军事.mp3.mp3,0
+绝对.mp3.mp3=@绝对.mp3.mp3,0
+决心.mp3.mp3=@决心.mp3.mp3,0
+决赛.mp3.mp3=@决赛.mp3.mp3,0
+捐.mp3.mp3=@捐.mp3.mp3,0
+据说.mp3.mp3=@据说.mp3.mp3,0
+具体.mp3.mp3=@具体.mp3.mp3,0
+具备.mp3.mp3=@具备.mp3.mp3,0
+巨大.mp3.mp3=@巨大.mp3.mp3,0
+桔子.mp3.mp3=@桔子.mp3.mp3,0
+居然.mp3.mp3=@居然.mp3.mp3,0
+舅舅.mp3.mp3=@舅舅.mp3.mp3,0
+救.mp3.mp3=@救.mp3.mp3,0
+酒吧.mp3.mp3=@酒吧.mp3.mp3,0
+九.mp3.mp3=@九.mp3.mp3,0
+精神.mp3.mp3=@精神.mp3.mp3,0
+精力.mp3.mp3=@精力.mp3.mp3,0
+经营.mp3.mp3=@经营.mp3.mp3,0
+经商.mp3.mp3=@经商.mp3.mp3,0
+经典.mp3.mp3=@经典.mp3.mp3,0
+近代.mp3.mp3=@近代.mp3.mp3,0
+进口.mp3.mp3=@进口.mp3.mp3,0
+进步.mp3.mp3=@进步.mp3.mp3,0
+谨慎.mp3.mp3=@谨慎.mp3.mp3,0
+紧急.mp3.mp3=@紧急.mp3.mp3,0
+尽量.mp3.mp3=@尽量.mp3.mp3,0
+尽力.mp3.mp3=@尽力.mp3.mp3,0
+尽快.mp3.mp3=@尽快.mp3.mp3,0
+金属.mp3.mp3=@金属.mp3.mp3,0
+今天.mp3.mp3=@今天.mp3.mp3,0
+借口.mp3.mp3=@借口.mp3.mp3,0
+届.mp3.mp3=@届.mp3.mp3,0
+戒指.mp3.mp3=@戒指.mp3.mp3,0
+戒.mp3.mp3=@戒.mp3.mp3,0
+结账.mp3.mp3=@结账.mp3.mp3,0
+结实.mp3.mp3=@结实.mp3.mp3,0
+结论.mp3.mp3=@结论.mp3.mp3,0
+结合.mp3.mp3=@结合.mp3.mp3,0
+结构.mp3.mp3=@结构.mp3.mp3,0
+节省.mp3.mp3=@节省.mp3.mp3,0
+接近.mp3.mp3=@接近.mp3.mp3,0
+接待.mp3.mp3=@接待.mp3.mp3,0
+接触.mp3.mp3=@接触.mp3.mp3,0
+阶段.mp3.mp3=@阶段.mp3.mp3,0
+教训.mp3.mp3=@教训.mp3.mp3,0
+教练.mp3.mp3=@教练.mp3.mp3,0
+教材.mp3.mp3=@教材.mp3.mp3,0
+叫.mp3.mp3=@叫.mp3.mp3,0
+狡猾.mp3.mp3=@狡猾.mp3.mp3,0
+角色.mp3.mp3=@角色.mp3.mp3,0
+角度.mp3.mp3=@角度.mp3.mp3,0
+胶水.mp3.mp3=@胶水.mp3.mp3,0
+浇.mp3.mp3=@浇.mp3.mp3,0
+交往.mp3.mp3=@交往.mp3.mp3,0
+交际.mp3.mp3=@交际.mp3.mp3,0
+交换.mp3.mp3=@交换.mp3.mp3,0
+酱油.mp3.mp3=@酱油.mp3.mp3,0
+讲座.mp3.mp3=@讲座.mp3.mp3,0
+讲究.mp3.mp3=@讲究.mp3.mp3,0
+键盘.mp3.mp3=@键盘.mp3.mp3,0
+健身.mp3.mp3=@健身.mp3.mp3,0
+建筑.mp3.mp3=@建筑.mp3.mp3,0
+建设.mp3.mp3=@建设.mp3.mp3,0
+建立.mp3.mp3=@建立.mp3.mp3,0
+简直.mp3.mp3=@简直.mp3.mp3,0
+简历.mp3.mp3=@简历.mp3.mp3,0
+剪刀.mp3.mp3=@剪刀.mp3.mp3,0
+捡.mp3.mp3=@捡.mp3.mp3,0
+兼职.mp3.mp3=@兼职.mp3.mp3,0
+艰苦.mp3.mp3=@艰苦.mp3.mp3,0
+艰巨.mp3.mp3=@艰巨.mp3.mp3,0
+肩膀.mp3.mp3=@肩膀.mp3.mp3,0
+坚强.mp3.mp3=@坚强.mp3.mp3,0
+坚决.mp3.mp3=@坚决.mp3.mp3,0
+嫁.mp3.mp3=@嫁.mp3.mp3,0
+驾驶.mp3.mp3=@驾驶.mp3.mp3,0
+价值.mp3.mp3=@价值.mp3.mp3,0
+假装.mp3.mp3=@假装.mp3.mp3,0
+假设.mp3.mp3=@假设.mp3.mp3,0
+假如.mp3.mp3=@假如.mp3.mp3,0
+甲.mp3.mp3=@甲.mp3.mp3,0
+嘉宾.mp3.mp3=@嘉宾.mp3.mp3,0
+家乡.mp3.mp3=@家乡.mp3.mp3,0
+家务.mp3.mp3=@家务.mp3.mp3,0
+家庭.mp3.mp3=@家庭.mp3.mp3,0
+家.mp3.mp3=@家.mp3.mp3,0
+夹子.mp3.mp3=@夹子.mp3.mp3,0
+寂寞.mp3.mp3=@寂寞.mp3.mp3,0
+纪念.mp3.mp3=@纪念.mp3.mp3,0
+纪律.mp3.mp3=@纪律.mp3.mp3,0
+纪录.mp3.mp3=@纪录.mp3.mp3,0
+记忆.mp3.mp3=@记忆.mp3.mp3,0
+记录.mp3.mp3=@记录.mp3.mp3,0
+计算.mp3.mp3=@计算.mp3.mp3,0
+挤.mp3.mp3=@挤.mp3.mp3,0
+集中.mp3.mp3=@集中.mp3.mp3,0
+集体.mp3.mp3=@集体.mp3.mp3,0
+集合.mp3.mp3=@集合.mp3.mp3,0
+急诊.mp3.mp3=@急诊.mp3.mp3,0
+急忙.mp3.mp3=@急忙.mp3.mp3,0
+极其.mp3.mp3=@极其.mp3.mp3,0
+及格.mp3.mp3=@及格.mp3.mp3,0
+激烈.mp3.mp3=@激烈.mp3.mp3,0
+基本.mp3.mp3=@基本.mp3.mp3,0
+肌肉.mp3.mp3=@肌肉.mp3.mp3,0
+机器.mp3.mp3=@机器.mp3.mp3,0
+或许.mp3.mp3=@或许.mp3.mp3,0
+伙伴.mp3.mp3=@伙伴.mp3.mp3,0
+火柴.mp3.mp3=@火柴.mp3.mp3,0
+活跃.mp3.mp3=@活跃.mp3.mp3,0
+婚姻.mp3.mp3=@婚姻.mp3.mp3,0
+婚礼.mp3.mp3=@婚礼.mp3.mp3,0
+会计.mp3.mp3=@会计.mp3.mp3,0
+会.mp3.mp3=@会.mp3.mp3,0
+汇率.mp3.mp3=@汇率.mp3.mp3,0
+回.mp3.mp3=@回.mp3.mp3,0
+恢复.mp3.mp3=@恢复.mp3.mp3,0
+挥.mp3.mp3=@挥.mp3.mp3,0
+灰心.mp3.mp3=@灰心.mp3.mp3,0
+灰尘.mp3.mp3=@灰尘.mp3.mp3,0
+灰.mp3.mp3=@灰.mp3.mp3,0
+黄金.mp3.mp3=@黄金.mp3.mp3,0
+慌张.mp3.mp3=@慌张.mp3.mp3,0
+幻想.mp3.mp3=@幻想.mp3.mp3,0
+缓解.mp3.mp3=@缓解.mp3.mp3,0
+怀孕.mp3.mp3=@怀孕.mp3.mp3,0
+怀念.mp3.mp3=@怀念.mp3.mp3,0
+话题.mp3.mp3=@话题.mp3.mp3,0
+划.mp3.mp3=@划.mp3.mp3,0
+化学.mp3.mp3=@化学.mp3.mp3,0
+滑.mp3.mp3=@滑.mp3.mp3,0
+华裔.mp3.mp3=@华裔.mp3.mp3,0
+花生.mp3.mp3=@花生.mp3.mp3,0
+糊涂.mp3.mp3=@糊涂.mp3.mp3,0
+蝴蝶.mp3.mp3=@蝴蝶.mp3.mp3,0
+壶.mp3.mp3=@壶.mp3.mp3,0
+胡同.mp3.mp3=@胡同.mp3.mp3,0
+胡说.mp3.mp3=@胡说.mp3.mp3,0
+忽视.mp3.mp3=@忽视.mp3.mp3,0
+忽然.mp3.mp3=@忽然.mp3.mp3,0
+呼吸.mp3.mp3=@呼吸.mp3.mp3,0
+后果.mp3.mp3=@后果.mp3.mp3,0
+后背.mp3.mp3=@后背.mp3.mp3,0
+猴子.mp3.mp3=@猴子.mp3.mp3,0
+恨.mp3.mp3=@恨.mp3.mp3,0
+很.mp3.mp3=@很.mp3.mp3,0
+核心.mp3.mp3=@核心.mp3.mp3,0
+和平.mp3.mp3=@和平.mp3.mp3,0
+和.mp3.mp3=@和.mp3.mp3,0
+何况.mp3.mp3=@何况.mp3.mp3,0
+何必.mp3.mp3=@何必.mp3.mp3,0
+合作.mp3.mp3=@合作.mp3.mp3,0
+合影.mp3.mp3=@合影.mp3.mp3,0
+合同.mp3.mp3=@合同.mp3.mp3,0
+合理.mp3.mp3=@合理.mp3.mp3,0
+合法.mp3.mp3=@合法.mp3.mp3,0
+喝.mp3.mp3=@喝.mp3.mp3,0
+号.mp3.mp3=@号.mp3.mp3,0
+好奇.mp3.mp3=@好奇.mp3.mp3,0
+好客.mp3.mp3=@好客.mp3.mp3,0
+好.mp3.mp3=@好.mp3.mp3,0
+豪华.mp3.mp3=@豪华.mp3.mp3,0
+汉语.mp3.mp3=@汉语.mp3.mp3,0
+喊.mp3.mp3=@喊.mp3.mp3,0
+海鲜.mp3.mp3=@海鲜.mp3.mp3,0
+海关.mp3.mp3=@海关.mp3.mp3,0
+哈.mp3.mp3=@哈.mp3.mp3,0
+过期.mp3.mp3=@过期.mp3.mp3,0
+过敏.mp3.mp3=@过敏.mp3.mp3,0
+过分.mp3.mp3=@过分.mp3.mp3,0
+果实.mp3.mp3=@果实.mp3.mp3,0
+果然.mp3.mp3=@果然.mp3.mp3,0
+国王.mp3.mp3=@国王.mp3.mp3,0
+锅.mp3.mp3=@锅.mp3.mp3,0
+滚.mp3.mp3=@滚.mp3.mp3,0
+柜台.mp3.mp3=@柜台.mp3.mp3,0
+规则.mp3.mp3=@规则.mp3.mp3,0
+规模.mp3.mp3=@规模.mp3.mp3,0
+规律.mp3.mp3=@规律.mp3.mp3,0
+规矩.mp3.mp3=@规矩.mp3.mp3,0
+归纳.mp3.mp3=@归纳.mp3.mp3,0
+广泛.mp3.mp3=@广泛.mp3.mp3,0
+广大.mp3.mp3=@广大.mp3.mp3,0
+广场.mp3.mp3=@广场.mp3.mp3,0
+光盘.mp3.mp3=@光盘.mp3.mp3,0
+光明.mp3.mp3=@光明.mp3.mp3,0
+光临.mp3.mp3=@光临.mp3.mp3,0
+光滑.mp3.mp3=@光滑.mp3.mp3,0
+管子.mp3.mp3=@管子.mp3.mp3,0
+冠军.mp3.mp3=@冠军.mp3.mp3,0
+官.mp3.mp3=@官.mp3.mp3,0
+观念.mp3.mp3=@观念.mp3.mp3,0
+观点.mp3.mp3=@观点.mp3.mp3,0
+观察.mp3.mp3=@观察.mp3.mp3,0
+关闭.mp3.mp3=@关闭.mp3.mp3,0
+拐弯.mp3.mp3=@拐弯.mp3.mp3,0
+乖.mp3.mp3=@乖.mp3.mp3,0
+挂号.mp3.mp3=@挂号.mp3.mp3,0
+固定.mp3.mp3=@固定.mp3.mp3,0
+鼓掌.mp3.mp3=@鼓掌.mp3.mp3,0
+鼓舞.mp3.mp3=@鼓舞.mp3.mp3,0
+骨头.mp3.mp3=@骨头.mp3.mp3,0
+股票.mp3.mp3=@股票.mp3.mp3,0
+古典.mp3.mp3=@古典.mp3.mp3,0
+古代.mp3.mp3=@古代.mp3.mp3,0
+姑娘.mp3.mp3=@姑娘.mp3.mp3,0
+姑姑.mp3.mp3=@姑姑.mp3.mp3,0
+构成.mp3.mp3=@构成.mp3.mp3,0
+狗.mp3.mp3=@狗.mp3.mp3,0
+沟通.mp3.mp3=@沟通.mp3.mp3,0
+贡献.mp3.mp3=@贡献.mp3.mp3,0
+恭喜.mp3.mp3=@恭喜.mp3.mp3,0
+功能.mp3.mp3=@功能.mp3.mp3,0
+公主.mp3.mp3=@公主.mp3.mp3,0
+公元.mp3.mp3=@公元.mp3.mp3,0
+公寓.mp3.mp3=@公寓.mp3.mp3,0
+公平.mp3.mp3=@公平.mp3.mp3,0
+公开.mp3.mp3=@公开.mp3.mp3,0
+公布.mp3.mp3=@公布.mp3.mp3,0
+工作.mp3.mp3=@工作.mp3.mp3,0
+工业.mp3.mp3=@工业.mp3.mp3,0
+工人.mp3.mp3=@工人.mp3.mp3,0
+工具.mp3.mp3=@工具.mp3.mp3,0
+工厂.mp3.mp3=@工厂.mp3.mp3,0
+根本.mp3.mp3=@根本.mp3.mp3,0
+根.mp3.mp3=@根.mp3.mp3,0
+各自.mp3.mp3=@各自.mp3.mp3,0
+个性.mp3.mp3=@个性.mp3.mp3,0
+个人.mp3.mp3=@个人.mp3.mp3,0
+个别.mp3.mp3=@个别.mp3.mp3,0
+个.mp3.mp3=@个.mp3.mp3,0
+隔壁.mp3.mp3=@隔壁.mp3.mp3,0
+格外.mp3.mp3=@格外.mp3.mp3,0
+告别.mp3.mp3=@告别.mp3.mp3,0
+搞.mp3.mp3=@搞.mp3.mp3,0
+高兴.mp3.mp3=@高兴.mp3.mp3,0
+高级.mp3.mp3=@高级.mp3.mp3,0
+高档.mp3.mp3=@高档.mp3.mp3,0
+钢铁.mp3.mp3=@钢铁.mp3.mp3,0
+干燥.mp3.mp3=@干燥.mp3.mp3,0
+干脆.mp3.mp3=@干脆.mp3.mp3,0
+感想.mp3.mp3=@感想.mp3.mp3,0
+感受.mp3.mp3=@感受.mp3.mp3,0
+感激.mp3.mp3=@感激.mp3.mp3,0
+赶快.mp3.mp3=@赶快.mp3.mp3,0
+赶紧.mp3.mp3=@赶紧.mp3.mp3,0
+概念.mp3.mp3=@概念.mp3.mp3,0
+概括.mp3.mp3=@概括.mp3.mp3,0
+盖.mp3.mp3=@盖.mp3.mp3,0
+改正.mp3.mp3=@改正.mp3.mp3,0
+改善.mp3.mp3=@改善.mp3.mp3,0
+改进.mp3.mp3=@改进.mp3.mp3,0
+改革.mp3.mp3=@改革.mp3.mp3,0
+复制.mp3.mp3=@复制.mp3.mp3,0
+妇女.mp3.mp3=@妇女.mp3.mp3,0
+辅导.mp3.mp3=@辅导.mp3.mp3,0
+幅.mp3.mp3=@幅.mp3.mp3,0
+服装.mp3.mp3=@服装.mp3.mp3,0
+扶.mp3.mp3=@扶.mp3.mp3,0
+否认.mp3.mp3=@否认.mp3.mp3,0
+否定.mp3.mp3=@否定.mp3.mp3,0
+讽刺.mp3.mp3=@讽刺.mp3.mp3,0
+疯狂.mp3.mp3=@疯狂.mp3.mp3,0
+风险.mp3.mp3=@风险.mp3.mp3,0
+风俗.mp3.mp3=@风俗.mp3.mp3,0
+风景.mp3.mp3=@风景.mp3.mp3,0
+风格.mp3.mp3=@风格.mp3.mp3,0
+奋斗.mp3.mp3=@奋斗.mp3.mp3,0
+纷纷.mp3.mp3=@纷纷.mp3.mp3,0
+分析.mp3.mp3=@分析.mp3.mp3,0
+分手.mp3.mp3=@分手.mp3.mp3,0
+分配.mp3.mp3=@分配.mp3.mp3,0
+分布.mp3.mp3=@分布.mp3.mp3,0
+分别.mp3.mp3=@分别.mp3.mp3,0
+废话.mp3.mp3=@废话.mp3.mp3,0
+肥皂.mp3.mp3=@肥皂.mp3.mp3,0
+非.mp3.mp3=@非.mp3.mp3,0
+飞机.mp3.mp3=@飞机.mp3.mp3,0
+仿佛.mp3.mp3=@仿佛.mp3.mp3,0
+妨碍.mp3.mp3=@妨碍.mp3.mp3,0
+方式.mp3.mp3=@方式.mp3.mp3,0
+方案.mp3.mp3=@方案.mp3.mp3,0
+方.mp3.mp3=@方.mp3.mp3,0
+范围.mp3.mp3=@范围.mp3.mp3,0
+饭店.mp3.mp3=@饭店.mp3.mp3,0
+反正.mp3.mp3=@反正.mp3.mp3,0
+反映.mp3.mp3=@反映.mp3.mp3,0
+反应.mp3.mp3=@反应.mp3.mp3,0
+反复.mp3.mp3=@反复.mp3.mp3,0
+反而.mp3.mp3=@反而.mp3.mp3,0
+反驳.mp3.mp3=@反驳.mp3.mp3,0
+繁殖.mp3.mp3=@繁殖.mp3.mp3,0
+繁荣.mp3.mp3=@繁荣.mp3.mp3,0
+繁忙.mp3.mp3=@繁忙.mp3.mp3,0
+繁华.mp3.mp3=@繁华.mp3.mp3,0
+凡是.mp3.mp3=@凡是.mp3.mp3,0
+翻.mp3.mp3=@翻.mp3.mp3,0
+番.mp3.mp3=@番.mp3.mp3,0
+法院.mp3.mp3=@法院.mp3.mp3,0
+法人.mp3.mp3=@法人.mp3.mp3,0
+罚款.mp3.mp3=@罚款.mp3.mp3,0
+发育.mp3.mp3=@发育.mp3.mp3,0
+发扬.mp3.mp3=@发扬.mp3.mp3,0
+发炎.mp3.mp3=@发炎.mp3.mp3,0
+发言.mp3.mp3=@发言.mp3.mp3,0
+发行.mp3.mp3=@发行.mp3.mp3,0
+发誓.mp3.mp3=@发誓.mp3.mp3,0
+发射.mp3.mp3=@发射.mp3.mp3,0
+发票.mp3.mp3=@发票.mp3.mp3,0
+发明.mp3.mp3=@发明.mp3.mp3,0
+发觉.mp3.mp3=@发觉.mp3.mp3,0
+发挥.mp3.mp3=@发挥.mp3.mp3,0
+发抖.mp3.mp3=@发抖.mp3.mp3,0
+发动.mp3.mp3=@发动.mp3.mp3,0
+发呆.mp3.mp3=@发呆.mp3.mp3,0
+发达.mp3.mp3=@发达.mp3.mp3,0
+发愁.mp3.mp3=@发愁.mp3.mp3,0
+发财.mp3.mp3=@发财.mp3.mp3,0
+发布.mp3.mp3=@发布.mp3.mp3,0
+发表.mp3.mp3=@发表.mp3.mp3,0
+二.mp3.mp3=@二.mp3.mp3,0
+耳环.mp3.mp3=@耳环.mp3.mp3,0
+而已.mp3.mp3=@而已.mp3.mp3,0
+儿子.mp3.mp3=@儿子.mp3.mp3,0
+恩怨.mp3.mp3=@恩怨.mp3.mp3,0
+遏制.mp3.mp3=@遏制.mp3.mp3,0
+恶心.mp3.mp3=@恶心.mp3.mp3,0
+恶劣.mp3.mp3=@恶劣.mp3.mp3,0
+恶化.mp3.mp3=@恶化.mp3.mp3,0
+额外.mp3.mp3=@额外.mp3.mp3,0
+堕落.mp3.mp3=@堕落.mp3.mp3,0
+躲藏.mp3.mp3=@躲藏.mp3.mp3,0
+朵.mp3.mp3=@朵.mp3.mp3,0
+哆嗦.mp3.mp3=@哆嗦.mp3.mp3,0
+多余.mp3.mp3=@多余.mp3.mp3,0
+多少.mp3.mp3=@多少.mp3.mp3,0
+多亏.mp3.mp3=@多亏.mp3.mp3,0
+多.mp3.mp3=@多.mp3.mp3,0
+顿时.mp3.mp3=@顿时.mp3.mp3,0
+顿.mp3.mp3=@顿.mp3.mp3,0
+蹲.mp3.mp3=@蹲.mp3.mp3,0
+吨.mp3.mp3=@吨.mp3.mp3,0
+兑现.mp3.mp3=@兑现.mp3.mp3,0
+兑换.mp3.mp3=@兑换.mp3.mp3,0
+对照.mp3.mp3=@对照.mp3.mp3,0
+对应.mp3.mp3=@对应.mp3.mp3,0
+对象.mp3.mp3=@对象.mp3.mp3,0
+对手.mp3.mp3=@对手.mp3.mp3,0
+对联.mp3.mp3=@对联.mp3.mp3,0
+对立.mp3.mp3=@对立.mp3.mp3,0
+对抗.mp3.mp3=@对抗.mp3.mp3,0
+对付.mp3.mp3=@对付.mp3.mp3,0
+对方.mp3.mp3=@对方.mp3.mp3,0
+对待.mp3.mp3=@对待.mp3.mp3,0
+对称.mp3.mp3=@对称.mp3.mp3,0
+对策.mp3.mp3=@对策.mp3.mp3,0
+对比.mp3.mp3=@对比.mp3.mp3,0
+队伍.mp3.mp3=@队伍.mp3.mp3,0
+堆积.mp3.mp3=@堆积.mp3.mp3,0
+堆.mp3.mp3=@堆.mp3.mp3,0
+断绝.mp3.mp3=@断绝.mp3.mp3,0
+断定.mp3.mp3=@断定.mp3.mp3,0
+断.mp3.mp3=@断.mp3.mp3,0
+短促.mp3.mp3=@短促.mp3.mp3,0
+端正.mp3.mp3=@端正.mp3.mp3,0
+端.mp3.mp3=@端.mp3.mp3,0
+度过.mp3.mp3=@度过.mp3.mp3,0
+杜绝.mp3.mp3=@杜绝.mp3.mp3,0
+赌博.mp3.mp3=@赌博.mp3.mp3,0
+堵塞.mp3.mp3=@堵塞.mp3.mp3,0
+读.mp3.mp3=@读.mp3.mp3,0
+独特.mp3.mp3=@独特.mp3.mp3,0
+独立.mp3.mp3=@独立.mp3.mp3,0
+独裁.mp3.mp3=@独裁.mp3.mp3,0
+毒品.mp3.mp3=@毒品.mp3.mp3,0
+督促.mp3.mp3=@督促.mp3.mp3,0
+逗.mp3.mp3=@逗.mp3.mp3,0
+豆腐.mp3.mp3=@豆腐.mp3.mp3,0
+斗争.mp3.mp3=@斗争.mp3.mp3,0
+陡峭.mp3.mp3=@陡峭.mp3.mp3,0
+兜.mp3.mp3=@兜.mp3.mp3,0
+都.mp3.mp3=@都.mp3.mp3,0
+洞.mp3.mp3=@洞.mp3.mp3,0
+栋.mp3.mp3=@栋.mp3.mp3,0
+冻结.mp3.mp3=@冻结.mp3.mp3,0
+冻.mp3.mp3=@冻.mp3.mp3,0
+动员.mp3.mp3=@动员.mp3.mp3,0
+动态.mp3.mp3=@动态.mp3.mp3,0
+动手.mp3.mp3=@动手.mp3.mp3,0
+动身.mp3.mp3=@动身.mp3.mp3,0
+动脉.mp3.mp3=@动脉.mp3.mp3,0
+动力.mp3.mp3=@动力.mp3.mp3,0
+动静.mp3.mp3=@动静.mp3.mp3,0
+动机.mp3.mp3=@动机.mp3.mp3,0
+动荡.mp3.mp3=@动荡.mp3.mp3,0
+东西.mp3.mp3=@东西.mp3.mp3,0
+丢人.mp3.mp3=@丢人.mp3.mp3,0
+定义.mp3.mp3=@定义.mp3.mp3,0
+定期.mp3.mp3=@定期.mp3.mp3,0
+顶.mp3.mp3=@顶.mp3.mp3,0
+盯.mp3.mp3=@盯.mp3.mp3,0
+叮嘱.mp3.mp3=@叮嘱.mp3.mp3,0
+丁.mp3.mp3=@丁.mp3.mp3,0
+跌.mp3.mp3=@跌.mp3.mp3,0
+调整.mp3.mp3=@调整.mp3.mp3,0
+调皮.mp3.mp3=@调皮.mp3.mp3,0
+调动.mp3.mp3=@调动.mp3.mp3,0
+钓.mp3.mp3=@钓.mp3.mp3,0
+吊.mp3.mp3=@吊.mp3.mp3,0
+雕塑.mp3.mp3=@雕塑.mp3.mp3,0
+雕刻.mp3.mp3=@雕刻.mp3.mp3,0
+叼.mp3.mp3=@叼.mp3.mp3,0
+奠定.mp3.mp3=@奠定.mp3.mp3,0
+惦记.mp3.mp3=@惦记.mp3.mp3,0
+垫.mp3.mp3=@垫.mp3.mp3,0
+电源.mp3.mp3=@电源.mp3.mp3,0
+电影.mp3.mp3=@电影.mp3.mp3,0
+电台.mp3.mp3=@电台.mp3.mp3,0
+电视.mp3.mp3=@电视.mp3.mp3,0
+电脑.mp3.mp3=@电脑.mp3.mp3,0
+电池.mp3.mp3=@电池.mp3.mp3,0
+点缀.mp3.mp3=@点缀.mp3.mp3,0
+点心.mp3.mp3=@点心.mp3.mp3,0
+点.mp3.mp3=@点.mp3.mp3,0
+典型.mp3.mp3=@典型.mp3.mp3,0
+典礼.mp3.mp3=@典礼.mp3.mp3,0
+颠倒.mp3.mp3=@颠倒.mp3.mp3,0
+颠簸.mp3.mp3=@颠簸.mp3.mp3,0
+递增.mp3.mp3=@递增.mp3.mp3,0
+递.mp3.mp3=@递.mp3.mp3,0
+抵制.mp3.mp3=@抵制.mp3.mp3,0
+抵抗.mp3.mp3=@抵抗.mp3.mp3,0
+抵达.mp3.mp3=@抵达.mp3.mp3,0
+敌视.mp3.mp3=@敌视.mp3.mp3,0
+敌人.mp3.mp3=@敌人.mp3.mp3,0
+滴.mp3.mp3=@滴.mp3.mp3,0
+堤坝.mp3.mp3=@堤坝.mp3.mp3,0
+瞪.mp3.mp3=@瞪.mp3.mp3,0
+等于.mp3.mp3=@等于.mp3.mp3,0
+等级.mp3.mp3=@等级.mp3.mp3,0
+等候.mp3.mp3=@等候.mp3.mp3,0
+等待.mp3.mp3=@等待.mp3.mp3,0
+蹬.mp3.mp3=@蹬.mp3.mp3,0
+登录.mp3.mp3=@登录.mp3.mp3,0
+登陆.mp3.mp3=@登陆.mp3.mp3,0
+登记.mp3.mp3=@登记.mp3.mp3,0
+灯笼.mp3.mp3=@灯笼.mp3.mp3,0
+的确.mp3.mp3=@的确.mp3.mp3,0
+的.mp3.mp3=@的.mp3.mp3,0
+地质.mp3.mp3=@地质.mp3.mp3,0
+地震.mp3.mp3=@地震.mp3.mp3,0
+地位.mp3.mp3=@地位.mp3.mp3,0
+地毯.mp3.mp3=@地毯.mp3.mp3,0
+地势.mp3.mp3=@地势.mp3.mp3,0
+地区.mp3.mp3=@地区.mp3.mp3,0
+地理.mp3.mp3=@地理.mp3.mp3,0
+地道.mp3.mp3=@地道.mp3.mp3,0
+地步.mp3.mp3=@地步.mp3.mp3,0
+得罪.mp3.mp3=@得罪.mp3.mp3,0
+得力.mp3.mp3=@得力.mp3.mp3,0
+稻谷.mp3.mp3=@稻谷.mp3.mp3,0
+道理.mp3.mp3=@道理.mp3.mp3,0
+道德.mp3.mp3=@道德.mp3.mp3,0
+盗窃.mp3.mp3=@盗窃.mp3.mp3,0
+倒霉.mp3.mp3=@倒霉.mp3.mp3,0
+倒闭.mp3.mp3=@倒闭.mp3.mp3,0
+到达.mp3.mp3=@到达.mp3.mp3,0
+捣乱.mp3.mp3=@捣乱.mp3.mp3,0
+岛屿.mp3.mp3=@岛屿.mp3.mp3,0
+导致.mp3.mp3=@导致.mp3.mp3,0
+导演.mp3.mp3=@导演.mp3.mp3,0
+导向.mp3.mp3=@导向.mp3.mp3,0
+导航.mp3.mp3=@导航.mp3.mp3,0
+导弹.mp3.mp3=@导弹.mp3.mp3,0
+档次.mp3.mp3=@档次.mp3.mp3,0
+档案.mp3.mp3=@档案.mp3.mp3,0
+党.mp3.mp3=@党.mp3.mp3,0
+挡.mp3.mp3=@挡.mp3.mp3,0
+当选.mp3.mp3=@当选.mp3.mp3,0
+当心.mp3.mp3=@当心.mp3.mp3,0
+当前.mp3.mp3=@当前.mp3.mp3,0
+当面.mp3.mp3=@当面.mp3.mp3,0
+当地.mp3.mp3=@当地.mp3.mp3,0
+当代.mp3.mp3=@当代.mp3.mp3,0
+当初.mp3.mp3=@当初.mp3.mp3,0
+当场.mp3.mp3=@当场.mp3.mp3,0
+蛋白质.mp3.mp3=@蛋白质.mp3.mp3,0
+淡水.mp3.mp3=@淡水.mp3.mp3,0
+淡季.mp3.mp3=@淡季.mp3.mp3,0
+淡.mp3.mp3=@淡.mp3.mp3,0
+诞生.mp3.mp3=@诞生.mp3.mp3,0
+诞辰.mp3.mp3=@诞辰.mp3.mp3,0
+胆怯.mp3.mp3=@胆怯.mp3.mp3,0
+耽误.mp3.mp3=@耽误.mp3.mp3,0
+单元.mp3.mp3=@单元.mp3.mp3,0
+单纯.mp3.mp3=@单纯.mp3.mp3,0
+担任.mp3.mp3=@担任.mp3.mp3,0
+担保.mp3.mp3=@担保.mp3.mp3,0
+怠慢.mp3.mp3=@怠慢.mp3.mp3,0
+待遇.mp3.mp3=@待遇.mp3.mp3,0
+贷款.mp3.mp3=@贷款.mp3.mp3,0
+带领.mp3.mp3=@带领.mp3.mp3,0
+代理.mp3.mp3=@代理.mp3.mp3,0
+代价.mp3.mp3=@代价.mp3.mp3,0
+代表.mp3.mp3=@代表.mp3.mp3,0
+逮捕.mp3.mp3=@逮捕.mp3.mp3,0
+歹徒.mp3.mp3=@歹徒.mp3.mp3,0
+呆.mp3.mp3=@呆.mp3.mp3,0
+大致.mp3.mp3=@大致.mp3.mp3,0
+大意.mp3.mp3=@大意.mp3.mp3,0
+大型.mp3.mp3=@大型.mp3.mp3,0
+大象.mp3.mp3=@大象.mp3.mp3,0
+大体.mp3.mp3=@大体.mp3.mp3,0
+大肆.mp3.mp3=@大肆.mp3.mp3,0
+大厦.mp3.mp3=@大厦.mp3.mp3,0
+大方.mp3.mp3=@大方.mp3.mp3,0
+大臣.mp3.mp3=@大臣.mp3.mp3,0
+大.mp3.mp3=@大.mp3.mp3,0
+打仗.mp3.mp3=@打仗.mp3.mp3,0
+打听.mp3.mp3=@打听.mp3.mp3,0
+打量.mp3.mp3=@打量.mp3.mp3,0
+打架.mp3.mp3=@打架.mp3.mp3,0
+打击.mp3.mp3=@打击.mp3.mp3,0
+打官司.mp3.mp3=@打官司.mp3.mp3,0
+打工.mp3.mp3=@打工.mp3.mp3,0
+打包.mp3.mp3=@打包.mp3.mp3,0
+答应.mp3.mp3=@答应.mp3.mp3,0
+答复.mp3.mp3=@答复.mp3.mp3,0
+答辩.mp3.mp3=@答辩.mp3.mp3,0
+达到.mp3.mp3=@达到.mp3.mp3,0
+达成.mp3.mp3=@达成.mp3.mp3,0
+搭配.mp3.mp3=@搭配.mp3.mp3,0
+搭档.mp3.mp3=@搭档.mp3.mp3,0
+搭.mp3.mp3=@搭.mp3.mp3,0
+措施.mp3.mp3=@措施.mp3.mp3,0
+挫折.mp3.mp3=@挫折.mp3.mp3,0
+磋商.mp3.mp3=@磋商.mp3.mp3,0
+搓.mp3.mp3=@搓.mp3.mp3,0
+存在.mp3.mp3=@存在.mp3.mp3,0
+脆弱.mp3.mp3=@脆弱.mp3.mp3,0
+摧残.mp3.mp3=@摧残.mp3.mp3,0
+催.mp3.mp3=@催.mp3.mp3,0
+窜.mp3.mp3=@窜.mp3.mp3,0
+醋.mp3.mp3=@醋.mp3.mp3,0
+促使.mp3.mp3=@促使.mp3.mp3,0
+促进.mp3.mp3=@促进.mp3.mp3,0
+粗鲁.mp3.mp3=@粗鲁.mp3.mp3,0
+粗糙.mp3.mp3=@粗糙.mp3.mp3,0
+凑合.mp3.mp3=@凑合.mp3.mp3,0
+丛.mp3.mp3=@丛.mp3.mp3,0
+从事.mp3.mp3=@从事.mp3.mp3,0
+从容.mp3.mp3=@从容.mp3.mp3,0
+从前.mp3.mp3=@从前.mp3.mp3,0
+从而.mp3.mp3=@从而.mp3.mp3,0
+从此.mp3.mp3=@从此.mp3.mp3,0
+匆忙.mp3.mp3=@匆忙.mp3.mp3,0
+刺激.mp3.mp3=@刺激.mp3.mp3,0
+刺.mp3.mp3=@刺.mp3.mp3,0
+伺候.mp3.mp3=@伺候.mp3.mp3,0
+次要.mp3.mp3=@次要.mp3.mp3,0
+次序.mp3.mp3=@次序.mp3.mp3,0
+次品.mp3.mp3=@次品.mp3.mp3,0
+此外.mp3.mp3=@此外.mp3.mp3,0
+雌雄.mp3.mp3=@雌雄.mp3.mp3,0
+磁带.mp3.mp3=@磁带.mp3.mp3,0
+慈祥.mp3.mp3=@慈祥.mp3.mp3,0
+慈善.mp3.mp3=@慈善.mp3.mp3,0
+辞职.mp3.mp3=@辞职.mp3.mp3,0
+词汇.mp3.mp3=@词汇.mp3.mp3,0
+纯洁.mp3.mp3=@纯洁.mp3.mp3,0
+纯粹.mp3.mp3=@纯粹.mp3.mp3,0
+锤.mp3.mp3=@锤.mp3.mp3,0
+垂直.mp3.mp3=@垂直.mp3.mp3,0
+炊烟.mp3.mp3=@炊烟.mp3.mp3,0
+吹捧.mp3.mp3=@吹捧.mp3.mp3,0
+吹牛.mp3.mp3=@吹牛.mp3.mp3,0
+吹.mp3.mp3=@吹.mp3.mp3,0
+创作.mp3.mp3=@创作.mp3.mp3,0
+创造.mp3.mp3=@创造.mp3.mp3,0
+创业.mp3.mp3=@创业.mp3.mp3,0
+创新.mp3.mp3=@创新.mp3.mp3,0
+创立.mp3.mp3=@创立.mp3.mp3,0
+闯.mp3.mp3=@闯.mp3.mp3,0
+床单.mp3.mp3=@床单.mp3.mp3,0
+窗帘.mp3.mp3=@窗帘.mp3.mp3,0
+串.mp3.mp3=@串.mp3.mp3,0
+喘气.mp3.mp3=@喘气.mp3.mp3,0
+船舶.mp3.mp3=@船舶.mp3.mp3,0
+传统.mp3.mp3=@传统.mp3.mp3,0
+传说.mp3.mp3=@传说.mp3.mp3,0
+传授.mp3.mp3=@传授.mp3.mp3,0
+传染.mp3.mp3=@传染.mp3.mp3,0
+传单.mp3.mp3=@传单.mp3.mp3,0
+传达.mp3.mp3=@传达.mp3.mp3,0
+传播.mp3.mp3=@传播.mp3.mp3,0
+穿越.mp3.mp3=@穿越.mp3.mp3,0
+触犯.mp3.mp3=@触犯.mp3.mp3,0
+处置.mp3.mp3=@处置.mp3.mp3,0
+处理.mp3.mp3=@处理.mp3.mp3,0
+处境.mp3.mp3=@处境.mp3.mp3,0
+处分.mp3.mp3=@处分.mp3.mp3,0
+储蓄.mp3.mp3=@储蓄.mp3.mp3,0
+储存.mp3.mp3=@储存.mp3.mp3,0
+储备.mp3.mp3=@储备.mp3.mp3,0
+除夕.mp3.mp3=@除夕.mp3.mp3,0
+除非.mp3.mp3=@除非.mp3.mp3,0
+除.mp3.mp3=@除.mp3.mp3,0
+初级.mp3.mp3=@初级.mp3.mp3,0
+初步.mp3.mp3=@初步.mp3.mp3,0
+出席.mp3.mp3=@出席.mp3.mp3,0
+出息.mp3.mp3=@出息.mp3.mp3,0
+出示.mp3.mp3=@出示.mp3.mp3,0
+出神.mp3.mp3=@出神.mp3.mp3,0
+出身.mp3.mp3=@出身.mp3.mp3,0
+出色.mp3.mp3=@出色.mp3.mp3,0
+出卖.mp3.mp3=@出卖.mp3.mp3,0
+出路.mp3.mp3=@出路.mp3.mp3,0
+出口.mp3.mp3=@出口.mp3.mp3,0
+出版.mp3.mp3=@出版.mp3.mp3,0
+臭.mp3.mp3=@臭.mp3.mp3,0
+丑恶.mp3.mp3=@丑恶.mp3.mp3,0
+丑.mp3.mp3=@丑.mp3.mp3,0
+筹备.mp3.mp3=@筹备.mp3.mp3,0
+稠密.mp3.mp3=@稠密.mp3.mp3,0
+抽象.mp3.mp3=@抽象.mp3.mp3,0
+抽屉.mp3.mp3=@抽屉.mp3.mp3,0
+宠物.mp3.mp3=@宠物.mp3.mp3,0
+崇敬.mp3.mp3=@崇敬.mp3.mp3,0
+崇高.mp3.mp3=@崇高.mp3.mp3,0
+崇拜.mp3.mp3=@崇拜.mp3.mp3,0
+充足.mp3.mp3=@充足.mp3.mp3,0
+充实.mp3.mp3=@充实.mp3.mp3,0
+充沛.mp3.mp3=@充沛.mp3.mp3,0
+充满.mp3.mp3=@充满.mp3.mp3,0
+充分.mp3.mp3=@充分.mp3.mp3,0
+充当.mp3.mp3=@充当.mp3.mp3,0
+冲突.mp3.mp3=@冲突.mp3.mp3,0
+冲击.mp3.mp3=@冲击.mp3.mp3,0
+冲动.mp3.mp3=@冲动.mp3.mp3,0
+冲.mp3.mp3=@冲.mp3.mp3,0
+翅膀.mp3.mp3=@翅膀.mp3.mp3,0
+赤字.mp3.mp3=@赤字.mp3.mp3,0
+赤道.mp3.mp3=@赤道.mp3.mp3,0
+尺子.mp3.mp3=@尺子.mp3.mp3,0
+持续.mp3.mp3=@持续.mp3.mp3,0
+持久.mp3.mp3=@持久.mp3.mp3,0
+迟早.mp3.mp3=@迟早.mp3.mp3,0
+迟疑.mp3.mp3=@迟疑.mp3.mp3,0
+迟缓.mp3.mp3=@迟缓.mp3.mp3,0
+迟钝.mp3.mp3=@迟钝.mp3.mp3,0
+池塘.mp3.mp3=@池塘.mp3.mp3,0
+吃力.mp3.mp3=@吃力.mp3.mp3,0
+吃亏.mp3.mp3=@吃亏.mp3.mp3,0
+吃苦.mp3.mp3=@吃苦.mp3.mp3,0
+吃.mp3.mp3=@吃.mp3.mp3,0
+秤.mp3.mp3=@秤.mp3.mp3,0
+橙.mp3.mp3=@橙.mp3.mp3,0
+澄清.mp3.mp3=@澄清.mp3.mp3,0
+惩罚.mp3.mp3=@惩罚.mp3.mp3,0
+程序.mp3.mp3=@程序.mp3.mp3,0
+程度.mp3.mp3=@程度.mp3.mp3,0
+乘.mp3.mp3=@乘.mp3.mp3,0
+城堡.mp3.mp3=@城堡.mp3.mp3,0
+承受.mp3.mp3=@承受.mp3.mp3,0
+承认.mp3.mp3=@承认.mp3.mp3,0
+承诺.mp3.mp3=@承诺.mp3.mp3,0
+承担.mp3.mp3=@承担.mp3.mp3,0
+承包.mp3.mp3=@承包.mp3.mp3,0
+承办.mp3.mp3=@承办.mp3.mp3,0
+诚挚.mp3.mp3=@诚挚.mp3.mp3,0
+诚恳.mp3.mp3=@诚恳.mp3.mp3,0
+呈现.mp3.mp3=@呈现.mp3.mp3,0
+成长.mp3.mp3=@成长.mp3.mp3,0
+成员.mp3.mp3=@成员.mp3.mp3,0
+成语.mp3.mp3=@成语.mp3.mp3,0
+成心.mp3.mp3=@成心.mp3.mp3,0
+成效.mp3.mp3=@成效.mp3.mp3,0
+成天.mp3.mp3=@成天.mp3.mp3,0
+成熟.mp3.mp3=@成熟.mp3.mp3,0
+成人.mp3.mp3=@成人.mp3.mp3,0
+成立.mp3.mp3=@成立.mp3.mp3,0
+成就.mp3.mp3=@成就.mp3.mp3,0
+成交.mp3.mp3=@成交.mp3.mp3,0
+成果.mp3.mp3=@成果.mp3.mp3,0
+成分.mp3.mp3=@成分.mp3.mp3,0
+成本.mp3.mp3=@成本.mp3.mp3,0
+称赞.mp3.mp3=@称赞.mp3.mp3,0
+称呼.mp3.mp3=@称呼.mp3.mp3,0
+称号.mp3.mp3=@称号.mp3.mp3,0
+称.mp3.mp3=@称.mp3.mp3,0
+趁.mp3.mp3=@趁.mp3.mp3,0
+衬托.mp3.mp3=@衬托.mp3.mp3,0
+陈述.mp3.mp3=@陈述.mp3.mp3,0
+陈列.mp3.mp3=@陈列.mp3.mp3,0
+陈旧.mp3.mp3=@陈旧.mp3.mp3,0
+沉重.mp3.mp3=@沉重.mp3.mp3,0
+沉着.mp3.mp3=@沉着.mp3.mp3,0
+沉思.mp3.mp3=@沉思.mp3.mp3,0
+沉默.mp3.mp3=@沉默.mp3.mp3,0
+沉闷.mp3.mp3=@沉闷.mp3.mp3,0
+沉淀.mp3.mp3=@沉淀.mp3.mp3,0
+撤销.mp3.mp3=@撤销.mp3.mp3,0
+撤退.mp3.mp3=@撤退.mp3.mp3,0
+彻底.mp3.mp3=@彻底.mp3.mp3,0
+车厢.mp3.mp3=@车厢.mp3.mp3,0
+车库.mp3.mp3=@车库.mp3.mp3,0
+炒.mp3.mp3=@炒.mp3.mp3,0
+吵架.mp3.mp3=@吵架.mp3.mp3,0
+吵.mp3.mp3=@吵.mp3.mp3,0
+潮湿.mp3.mp3=@潮湿.mp3.mp3,0
+潮流.mp3.mp3=@潮流.mp3.mp3,0
+嘲笑.mp3.mp3=@嘲笑.mp3.mp3,0
+朝代.mp3.mp3=@朝代.mp3.mp3,0
+朝.mp3.mp3=@朝.mp3.mp3,0
+巢穴.mp3.mp3=@巢穴.mp3.mp3,0
+超越.mp3.mp3=@超越.mp3.mp3,0
+超级.mp3.mp3=@超级.mp3.mp3,0
+钞票.mp3.mp3=@钞票.mp3.mp3,0
+抄.mp3.mp3=@抄.mp3.mp3,0
+倡议.mp3.mp3=@倡议.mp3.mp3,0
+倡导.mp3.mp3=@倡导.mp3.mp3,0
+畅销.mp3.mp3=@畅销.mp3.mp3,0
+畅通.mp3.mp3=@畅通.mp3.mp3,0
+敞开.mp3.mp3=@敞开.mp3.mp3,0
+场所.mp3.mp3=@场所.mp3.mp3,0
+场面.mp3.mp3=@场面.mp3.mp3,0
+场合.mp3.mp3=@场合.mp3.mp3,0
+偿还.mp3.mp3=@偿还.mp3.mp3,0
+常识.mp3.mp3=@常识.mp3.mp3,0
+尝试.mp3.mp3=@尝试.mp3.mp3,0
+昌盛.mp3.mp3=@昌盛.mp3.mp3,0
+颤抖.mp3.mp3=@颤抖.mp3.mp3,0
+阐述.mp3.mp3=@阐述.mp3.mp3,0
+产业.mp3.mp3=@产业.mp3.mp3,0
+产生.mp3.mp3=@产生.mp3.mp3,0
+产品.mp3.mp3=@产品.mp3.mp3,0
+缠绕.mp3.mp3=@缠绕.mp3.mp3,0
+馋.mp3.mp3=@馋.mp3.mp3,0
+搀.mp3.mp3=@搀.mp3.mp3,0
+柴油.mp3.mp3=@柴油.mp3.mp3,0
+拆.mp3.mp3=@拆.mp3.mp3,0
+差距.mp3.mp3=@差距.mp3.mp3,0
+差别.mp3.mp3=@差别.mp3.mp3,0
+诧异.mp3.mp3=@诧异.mp3.mp3,0
+岔.mp3.mp3=@岔.mp3.mp3,0
+查获.mp3.mp3=@查获.mp3.mp3,0
+茶.mp3.mp3=@茶.mp3.mp3,0
+插座.mp3.mp3=@插座.mp3.mp3,0
+插.mp3.mp3=@插.mp3.mp3,0
+叉子.mp3.mp3=@叉子.mp3.mp3,0
+曾经.mp3.mp3=@曾经.mp3.mp3,0
+层次.mp3.mp3=@层次.mp3.mp3,0
+策略.mp3.mp3=@策略.mp3.mp3,0
+策划.mp3.mp3=@策划.mp3.mp3,0
+测验.mp3.mp3=@测验.mp3.mp3,0
+测量.mp3.mp3=@测量.mp3.mp3,0
+侧面.mp3.mp3=@侧面.mp3.mp3,0
+册.mp3.mp3=@册.mp3.mp3,0
+草率.mp3.mp3=@草率.mp3.mp3,0
+草案.mp3.mp3=@草案.mp3.mp3,0
+嘈杂.mp3.mp3=@嘈杂.mp3.mp3,0
+操作.mp3.mp3=@操作.mp3.mp3,0
+操纵.mp3.mp3=@操纵.mp3.mp3,0
+操心.mp3.mp3=@操心.mp3.mp3,0
+操练.mp3.mp3=@操练.mp3.mp3,0
+操劳.mp3.mp3=@操劳.mp3.mp3,0
+操场.mp3.mp3=@操场.mp3.mp3,0
+舱.mp3.mp3=@舱.mp3.mp3,0
+苍白.mp3.mp3=@苍白.mp3.mp3,0
+仓库.mp3.mp3=@仓库.mp3.mp3,0
+仓促.mp3.mp3=@仓促.mp3.mp3,0
+灿烂.mp3.mp3=@灿烂.mp3.mp3,0
+惭愧.mp3.mp3=@惭愧.mp3.mp3,0
+残忍.mp3.mp3=@残忍.mp3.mp3,0
+残酷.mp3.mp3=@残酷.mp3.mp3,0
+残疾.mp3.mp3=@残疾.mp3.mp3,0
+参照.mp3.mp3=@参照.mp3.mp3,0
+参与.mp3.mp3=@参与.mp3.mp3,0
+参谋.mp3.mp3=@参谋.mp3.mp3,0
+参考.mp3.mp3=@参考.mp3.mp3,0
+菜.mp3.mp3=@菜.mp3.mp3,0
+踩.mp3.mp3=@踩.mp3.mp3,0
+彩票.mp3.mp3=@彩票.mp3.mp3,0
+彩虹.mp3.mp3=@彩虹.mp3.mp3,0
+采取.mp3.mp3=@采取.mp3.mp3,0
+采纳.mp3.mp3=@采纳.mp3.mp3,0
+采集.mp3.mp3=@采集.mp3.mp3,0
+采购.mp3.mp3=@采购.mp3.mp3,0
+采访.mp3.mp3=@采访.mp3.mp3,0
+裁员.mp3.mp3=@裁员.mp3.mp3,0
+裁判.mp3.mp3=@裁判.mp3.mp3,0
+裁缝.mp3.mp3=@裁缝.mp3.mp3,0
+财政.mp3.mp3=@财政.mp3.mp3,0
+财务.mp3.mp3=@财务.mp3.mp3,0
+财富.mp3.mp3=@财富.mp3.mp3,0
+财产.mp3.mp3=@财产.mp3.mp3,0
+才干.mp3.mp3=@才干.mp3.mp3,0
+部门.mp3.mp3=@部门.mp3.mp3,0
+步骤.mp3.mp3=@步骤.mp3.mp3,0
+步伐.mp3.mp3=@步伐.mp3.mp3,0
+布置.mp3.mp3=@布置.mp3.mp3,0
+布局.mp3.mp3=@布局.mp3.mp3,0
+布告.mp3.mp3=@布告.mp3.mp3,0
+布.mp3.mp3=@布.mp3.mp3,0
+不足.mp3.mp3=@不足.mp3.mp3,0
+不止.mp3.mp3=@不止.mp3.mp3,0
+不惜.mp3.mp3=@不惜.mp3.mp3,0
+不时.mp3.mp3=@不时.mp3.mp3,0
+不如.mp3.mp3=@不如.mp3.mp3,0
+不然.mp3.mp3=@不然.mp3.mp3,0
+不免.mp3.mp3=@不免.mp3.mp3,0
+不料.mp3.mp3=@不料.mp3.mp3,0
+不愧.mp3.mp3=@不愧.mp3.mp3,0
+不堪.mp3.mp3=@不堪.mp3.mp3,0
+不禁.mp3.mp3=@不禁.mp3.mp3,0
+不顾.mp3.mp3=@不顾.mp3.mp3,0
+不妨.mp3.mp3=@不妨.mp3.mp3,0
+不断.mp3.mp3=@不断.mp3.mp3,0
+不安.mp3.mp3=@不安.mp3.mp3,0
+不.mp3.mp3=@不.mp3.mp3,0
+哺乳.mp3.mp3=@哺乳.mp3.mp3,0
+捕捉.mp3.mp3=@捕捉.mp3.mp3,0
+补贴.mp3.mp3=@补贴.mp3.mp3,0
+补救.mp3.mp3=@补救.mp3.mp3,0
+补充.mp3.mp3=@补充.mp3.mp3,0
+补偿.mp3.mp3=@补偿.mp3.mp3,0
+搏斗.mp3.mp3=@搏斗.mp3.mp3,0
+博物馆.mp3.mp3=@博物馆.mp3.mp3,0
+脖子.mp3.mp3=@脖子.mp3.mp3,0
+伯母.mp3.mp3=@伯母.mp3.mp3,0
+播种.mp3.mp3=@播种.mp3.mp3,0
+播放.mp3.mp3=@播放.mp3.mp3,0
+剥削.mp3.mp3=@剥削.mp3.mp3,0
+玻璃.mp3.mp3=@玻璃.mp3.mp3,0
+波涛.mp3.mp3=@波涛.mp3.mp3,0
+波浪.mp3.mp3=@波浪.mp3.mp3,0
+拨.mp3.mp3=@拨.mp3.mp3,0
+病毒.mp3.mp3=@病毒.mp3.mp3,0
+并列.mp3.mp3=@并列.mp3.mp3,0
+并非.mp3.mp3=@并非.mp3.mp3,0
+丙.mp3.mp3=@丙.mp3.mp3,0
+冰雹.mp3.mp3=@冰雹.mp3.mp3,0
+濒临.mp3.mp3=@濒临.mp3.mp3,0
+别致.mp3.mp3=@别致.mp3.mp3,0
+别墅.mp3.mp3=@别墅.mp3.mp3,0
+别扭.mp3.mp3=@别扭.mp3.mp3,0
+憋.mp3.mp3=@憋.mp3.mp3,0
+表彰.mp3.mp3=@表彰.mp3.mp3,0
+表现.mp3.mp3=@表现.mp3.mp3,0
+表态.mp3.mp3=@表态.mp3.mp3,0
+表情.mp3.mp3=@表情.mp3.mp3,0
+表明.mp3.mp3=@表明.mp3.mp3,0
+表面.mp3.mp3=@表面.mp3.mp3,0
+表决.mp3.mp3=@表决.mp3.mp3,0
+表达.mp3.mp3=@表达.mp3.mp3,0
+标志.mp3.mp3=@标志.mp3.mp3,0
+标题.mp3.mp3=@标题.mp3.mp3,0
+标记.mp3.mp3=@标记.mp3.mp3,0
+标点.mp3.mp3=@标点.mp3.mp3,0
+标本.mp3.mp3=@标本.mp3.mp3,0
+辫子.mp3.mp3=@辫子.mp3.mp3,0
+辩证.mp3.mp3=@辩证.mp3.mp3,0
+辩论.mp3.mp3=@辩论.mp3.mp3,0
+辩解.mp3.mp3=@辩解.mp3.mp3,0
+辩护.mp3.mp3=@辩护.mp3.mp3,0
+辨认.mp3.mp3=@辨认.mp3.mp3,0
+遍布.mp3.mp3=@遍布.mp3.mp3,0
+便于.mp3.mp3=@便于.mp3.mp3,0
+便条.mp3.mp3=@便条.mp3.mp3,0
+便利.mp3.mp3=@便利.mp3.mp3,0
+便.mp3.mp3=@便.mp3.mp3,0
+变质.mp3.mp3=@变质.mp3.mp3,0
+变迁.mp3.mp3=@变迁.mp3.mp3,0
+变故.mp3.mp3=@变故.mp3.mp3,0
+扁.mp3.mp3=@扁.mp3.mp3,0
+贬义.mp3.mp3=@贬义.mp3.mp3,0
+贬低.mp3.mp3=@贬低.mp3.mp3,0
+鞭炮.mp3.mp3=@鞭炮.mp3.mp3,0
+鞭策.mp3.mp3=@鞭策.mp3.mp3,0
+编织.mp3.mp3=@编织.mp3.mp3,0
+编辑.mp3.mp3=@编辑.mp3.mp3,0
+边缘.mp3.mp3=@边缘.mp3.mp3,0
+边境.mp3.mp3=@边境.mp3.mp3,0
+边界.mp3.mp3=@边界.mp3.mp3,0
+边疆.mp3.mp3=@边疆.mp3.mp3,0
+臂.mp3.mp3=@臂.mp3.mp3,0
+避免.mp3.mp3=@避免.mp3.mp3,0
+弊端.mp3.mp3=@弊端.mp3.mp3,0
+闭塞.mp3.mp3=@闭塞.mp3.mp3,0
+毕竟.mp3.mp3=@毕竟.mp3.mp3,0
+必要.mp3.mp3=@必要.mp3.mp3,0
+必然.mp3.mp3=@必然.mp3.mp3,0
+鄙视.mp3.mp3=@鄙视.mp3.mp3,0
+彼此.mp3.mp3=@彼此.mp3.mp3,0
+比重.mp3.mp3=@比重.mp3.mp3,0
+比喻.mp3.mp3=@比喻.mp3.mp3,0
+比例.mp3.mp3=@比例.mp3.mp3,0
+比方.mp3.mp3=@比方.mp3.mp3,0
+鼻涕.mp3.mp3=@鼻涕.mp3.mp3,0
+逼迫.mp3.mp3=@逼迫.mp3.mp3,0
+蹦.mp3.mp3=@蹦.mp3.mp3,0
+迸发.mp3.mp3=@迸发.mp3.mp3,0
+甭.mp3.mp3=@甭.mp3.mp3,0
+崩溃.mp3.mp3=@崩溃.mp3.mp3,0
+笨拙.mp3.mp3=@笨拙.mp3.mp3,0
+本质.mp3.mp3=@本质.mp3.mp3,0
+本事.mp3.mp3=@本事.mp3.mp3,0
+本身.mp3.mp3=@本身.mp3.mp3,0
+本人.mp3.mp3=@本人.mp3.mp3,0
+本钱.mp3.mp3=@本钱.mp3.mp3,0
+本能.mp3.mp3=@本能.mp3.mp3,0
+本领.mp3.mp3=@本领.mp3.mp3,0
+本科.mp3.mp3=@本科.mp3.mp3,0
+奔驰.mp3.mp3=@奔驰.mp3.mp3,0
+奔波.mp3.mp3=@奔波.mp3.mp3,0
+被子.mp3.mp3=@被子.mp3.mp3,0
+被告.mp3.mp3=@被告.mp3.mp3,0
+被动.mp3.mp3=@被动.mp3.mp3,0
+背诵.mp3.mp3=@背诵.mp3.mp3,0
+背叛.mp3.mp3=@背叛.mp3.mp3,0
+背景.mp3.mp3=@背景.mp3.mp3,0
+背.mp3.mp3=@背.mp3.mp3,0
+备忘录.mp3.mp3=@备忘录.mp3.mp3,0
+备份.mp3.mp3=@备份.mp3.mp3,0
+贝壳.mp3.mp3=@贝壳.mp3.mp3,0
+北京.mp3.mp3=@北京.mp3.mp3,0
+北极.mp3.mp3=@北极.mp3.mp3,0
+悲观.mp3.mp3=@悲观.mp3.mp3,0
+悲惨.mp3.mp3=@悲惨.mp3.mp3,0
+悲哀.mp3.mp3=@悲哀.mp3.mp3,0
+卑鄙.mp3.mp3=@卑鄙.mp3.mp3,0
+杯子.mp3.mp3=@杯子.mp3.mp3,0
+爆炸.mp3.mp3=@爆炸.mp3.mp3,0
+爆发.mp3.mp3=@爆发.mp3.mp3,0
+暴露.mp3.mp3=@暴露.mp3.mp3,0
+暴力.mp3.mp3=@暴力.mp3.mp3,0
+抱怨.mp3.mp3=@抱怨.mp3.mp3,0
+抱负.mp3.mp3=@抱负.mp3.mp3,0
+报销.mp3.mp3=@报销.mp3.mp3,0
+报社.mp3.mp3=@报社.mp3.mp3,0
+报警.mp3.mp3=@报警.mp3.mp3,0
+报告.mp3.mp3=@报告.mp3.mp3,0
+报复.mp3.mp3=@报复.mp3.mp3,0
+报道.mp3.mp3=@报道.mp3.mp3,0
+报到.mp3.mp3=@报到.mp3.mp3,0
+报答.mp3.mp3=@报答.mp3.mp3,0
+报酬.mp3.mp3=@报酬.mp3.mp3,0
+报仇.mp3.mp3=@报仇.mp3.mp3,0
+保重.mp3.mp3=@保重.mp3.mp3,0
+保障.mp3.mp3=@保障.mp3.mp3,0
+保养.mp3.mp3=@保养.mp3.mp3,0
+保险.mp3.mp3=@保险.mp3.mp3,0
+保卫.mp3.mp3=@保卫.mp3.mp3,0
+保守.mp3.mp3=@保守.mp3.mp3,0
+保姆.mp3.mp3=@保姆.mp3.mp3,0
+保密.mp3.mp3=@保密.mp3.mp3,0
+保留.mp3.mp3=@保留.mp3.mp3,0
+保管.mp3.mp3=@保管.mp3.mp3,0
+保存.mp3.mp3=@保存.mp3.mp3,0
+保持.mp3.mp3=@保持.mp3.mp3,0
+宝贵.mp3.mp3=@宝贵.mp3.mp3,0
+宝贝.mp3.mp3=@宝贝.mp3.mp3,0
+饱和.mp3.mp3=@饱和.mp3.mp3,0
+薄弱.mp3.mp3=@薄弱.mp3.mp3,0
+薄.mp3.mp3=@薄.mp3.mp3,0
+包装.mp3.mp3=@包装.mp3.mp3,0
+包围.mp3.mp3=@包围.mp3.mp3,0
+包括.mp3.mp3=@包括.mp3.mp3,0
+包含.mp3.mp3=@包含.mp3.mp3,0
+包裹.mp3.mp3=@包裹.mp3.mp3,0
+包袱.mp3.mp3=@包袱.mp3.mp3,0
+包庇.mp3.mp3=@包庇.mp3.mp3,0
+磅.mp3.mp3=@磅.mp3.mp3,0
+傍晚.mp3.mp3=@傍晚.mp3.mp3,0
+榜样.mp3.mp3=@榜样.mp3.mp3,0
+绑架.mp3.mp3=@绑架.mp3.mp3,0
+伴随.mp3.mp3=@伴随.mp3.mp3,0
+伴侣.mp3.mp3=@伴侣.mp3.mp3,0
+扮演.mp3.mp3=@扮演.mp3.mp3,0
+办理.mp3.mp3=@办理.mp3.mp3,0
+版本.mp3.mp3=@版本.mp3.mp3,0
+斑.mp3.mp3=@斑.mp3.mp3,0
+颁布.mp3.mp3=@颁布.mp3.mp3,0
+拜托.mp3.mp3=@拜托.mp3.mp3,0
+拜年.mp3.mp3=@拜年.mp3.mp3,0
+拜访.mp3.mp3=@拜访.mp3.mp3,0
+败坏.mp3.mp3=@败坏.mp3.mp3,0
+摆脱.mp3.mp3=@摆脱.mp3.mp3,0
+摆.mp3.mp3=@摆.mp3.mp3,0
+掰.mp3.mp3=@掰.mp3.mp3,0
+霸道.mp3.mp3=@霸道.mp3.mp3,0
+罢工.mp3.mp3=@罢工.mp3.mp3,0
+把握.mp3.mp3=@把握.mp3.mp3,0
+把手.mp3.mp3=@把手.mp3.mp3,0
+把关.mp3.mp3=@把关.mp3.mp3,0
+疤.mp3.mp3=@疤.mp3.mp3,0
+扒.mp3.mp3=@扒.mp3.mp3,0
+巴结.mp3.mp3=@巴结.mp3.mp3,0
+奥秘.mp3.mp3=@奥秘.mp3.mp3,0
+熬夜.mp3.mp3=@熬夜.mp3.mp3,0
+熬.mp3.mp3=@熬.mp3.mp3,0
+凹凸.mp3.mp3=@凹凸.mp3.mp3,0
+昂贵.mp3.mp3=@昂贵.mp3.mp3,0
+暗示.mp3.mp3=@暗示.mp3.mp3,0
+暗.mp3.mp3=@暗.mp3.mp3,0
+案例.mp3.mp3=@案例.mp3.mp3,0
+案件.mp3.mp3=@案件.mp3.mp3,0
+按摩.mp3.mp3=@按摩.mp3.mp3,0
+岸.mp3.mp3=@岸.mp3.mp3,0
+安装.mp3.mp3=@安装.mp3.mp3,0
+安置.mp3.mp3=@安置.mp3.mp3,0
+安详.mp3.mp3=@安详.mp3.mp3,0
+安慰.mp3.mp3=@安慰.mp3.mp3,0
+安宁.mp3.mp3=@安宁.mp3.mp3,0
+暧昧.mp3.mp3=@暧昧.mp3.mp3,0
+爱心.mp3.mp3=@爱心.mp3.mp3,0
+爱惜.mp3.mp3=@爱惜.mp3.mp3,0
+爱护.mp3.mp3=@爱护.mp3.mp3,0
+爱戴.mp3.mp3=@爱戴.mp3.mp3,0
+爱.mp3.mp3=@爱.mp3.mp3,0
+癌症.mp3.mp3=@癌症.mp3.mp3,0
+唉.mp3.mp3=@唉.mp3.mp3,0
+挨.mp3.mp3=@挨.mp3.mp3,0
+哎.mp3.mp3=@哎.mp3.mp3,0
diff --git "a/assets/audio/\344\270\200\345\206\215.mp3" "b/assets/audio/\344\270\200\345\206\215.mp3"
new file mode 100755
index 0000000..eff565f
Binary files /dev/null and "b/assets/audio/\344\270\200\345\206\215.mp3" differ
diff --git "a/assets/audio/\344\270\200\345\210\207.mp3" "b/assets/audio/\344\270\200\345\210\207.mp3"
new file mode 100755
index 0000000..b5951e0
Binary files /dev/null and "b/assets/audio/\344\270\200\345\210\207.mp3" differ
diff --git "a/assets/audio/\344\270\200\345\276\213.mp3" "b/assets/audio/\344\270\200\345\276\213.mp3"
new file mode 100755
index 0000000..d510ccf
Binary files /dev/null and "b/assets/audio/\344\270\200\345\276\213.mp3" differ
diff --git "a/assets/audio/\344\270\200\346\227\246.mp3" "b/assets/audio/\344\270\200\346\227\246.mp3"
new file mode 100755
index 0000000..68fdc3e
Binary files /dev/null and "b/assets/audio/\344\270\200\346\227\246.mp3" differ
diff --git "a/assets/audio/\344\270\200\350\207\264.mp3" "b/assets/audio/\344\270\200\350\207\264.mp3"
new file mode 100755
index 0000000..c9c52a2
Binary files /dev/null and "b/assets/audio/\344\270\200\350\207\264.mp3" differ
diff --git "a/assets/audio/\344\270\201.mp3" "b/assets/audio/\344\270\201.mp3"
new file mode 100755
index 0000000..2d03a55
Binary files /dev/null and "b/assets/audio/\344\270\201.mp3" differ
diff --git "a/assets/audio/\344\270\207\344\270\200.mp3" "b/assets/audio/\344\270\207\344\270\200.mp3"
new file mode 100755
index 0000000..1499ccc
Binary files /dev/null and "b/assets/audio/\344\270\207\344\270\200.mp3" differ
diff --git "a/assets/audio/\344\270\212\345\275\223.mp3" "b/assets/audio/\344\270\212\345\275\223.mp3"
new file mode 100755
index 0000000..1f2f7c5
Binary files /dev/null and "b/assets/audio/\344\270\212\345\275\223.mp3" differ
diff --git "a/assets/audio/\344\270\213\350\275\275.mp3" "b/assets/audio/\344\270\213\350\275\275.mp3"
new file mode 100755
index 0000000..82dff12
Binary files /dev/null and "b/assets/audio/\344\270\213\350\275\275.mp3" differ
diff --git "a/assets/audio/\344\270\215.mp3" "b/assets/audio/\344\270\215.mp3"
new file mode 100755
index 0000000..94a92f6
Binary files /dev/null and "b/assets/audio/\344\270\215.mp3" differ
diff --git "a/assets/audio/\344\270\215\345\205\215.mp3" "b/assets/audio/\344\270\215\345\205\215.mp3"
new file mode 100755
index 0000000..2afc5d0
Binary files /dev/null and "b/assets/audio/\344\270\215\345\205\215.mp3" differ
diff --git "a/assets/audio/\344\270\215\345\240\252.mp3" "b/assets/audio/\344\270\215\345\240\252.mp3"
new file mode 100755
index 0000000..76c71fa
Binary files /dev/null and "b/assets/audio/\344\270\215\345\240\252.mp3" differ
diff --git "a/assets/audio/\344\270\215\345\246\202.mp3" "b/assets/audio/\344\270\215\345\246\202.mp3"
new file mode 100755
index 0000000..4063141
Binary files /dev/null and "b/assets/audio/\344\270\215\345\246\202.mp3" differ
diff --git "a/assets/audio/\344\270\215\345\246\250.mp3" "b/assets/audio/\344\270\215\345\246\250.mp3"
new file mode 100755
index 0000000..f20d45f
Binary files /dev/null and "b/assets/audio/\344\270\215\345\246\250.mp3" differ
diff --git "a/assets/audio/\344\270\215\345\256\211.mp3" "b/assets/audio/\344\270\215\345\256\211.mp3"
new file mode 100755
index 0000000..ce95949
Binary files /dev/null and "b/assets/audio/\344\270\215\345\256\211.mp3" differ
diff --git "a/assets/audio/\344\270\215\346\203\234.mp3" "b/assets/audio/\344\270\215\346\203\234.mp3"
new file mode 100755
index 0000000..7469a73
Binary files /dev/null and "b/assets/audio/\344\270\215\346\203\234.mp3" differ
diff --git "a/assets/audio/\344\270\215\346\204\247.mp3" "b/assets/audio/\344\270\215\346\204\247.mp3"
new file mode 100755
index 0000000..45e9bbb
Binary files /dev/null and "b/assets/audio/\344\270\215\346\204\247.mp3" differ
diff --git "a/assets/audio/\344\270\215\346\226\231.mp3" "b/assets/audio/\344\270\215\346\226\231.mp3"
new file mode 100755
index 0000000..a76546d
Binary files /dev/null and "b/assets/audio/\344\270\215\346\226\231.mp3" differ
diff --git "a/assets/audio/\344\270\215\346\226\255.mp3" "b/assets/audio/\344\270\215\346\226\255.mp3"
new file mode 100755
index 0000000..330cd59
Binary files /dev/null and "b/assets/audio/\344\270\215\346\226\255.mp3" differ
diff --git "a/assets/audio/\344\270\215\346\227\266.mp3" "b/assets/audio/\344\270\215\346\227\266.mp3"
new file mode 100755
index 0000000..cf8be5d
Binary files /dev/null and "b/assets/audio/\344\270\215\346\227\266.mp3" differ
diff --git "a/assets/audio/\344\270\215\346\255\242.mp3" "b/assets/audio/\344\270\215\346\255\242.mp3"
new file mode 100755
index 0000000..f074071
Binary files /dev/null and "b/assets/audio/\344\270\215\346\255\242.mp3" differ
diff --git "a/assets/audio/\344\270\215\347\204\266.mp3" "b/assets/audio/\344\270\215\347\204\266.mp3"
new file mode 100755
index 0000000..730ea25
Binary files /dev/null and "b/assets/audio/\344\270\215\347\204\266.mp3" differ
diff --git "a/assets/audio/\344\270\215\347\246\201.mp3" "b/assets/audio/\344\270\215\347\246\201.mp3"
new file mode 100755
index 0000000..3955ec7
Binary files /dev/null and "b/assets/audio/\344\270\215\347\246\201.mp3" differ
diff --git "a/assets/audio/\344\270\215\350\266\263.mp3" "b/assets/audio/\344\270\215\350\266\263.mp3"
new file mode 100755
index 0000000..f23ef52
Binary files /dev/null and "b/assets/audio/\344\270\215\350\266\263.mp3" differ
diff --git "a/assets/audio/\344\270\215\351\241\276.mp3" "b/assets/audio/\344\270\215\351\241\276.mp3"
new file mode 100755
index 0000000..b3fdf14
Binary files /dev/null and "b/assets/audio/\344\270\215\351\241\276.mp3" differ
diff --git "a/assets/audio/\344\270\216.mp3" "b/assets/audio/\344\270\216.mp3"
new file mode 100755
index 0000000..37c6c59
Binary files /dev/null and "b/assets/audio/\344\270\216.mp3" differ
diff --git "a/assets/audio/\344\270\216\345\205\266.mp3" "b/assets/audio/\344\270\216\345\205\266.mp3"
new file mode 100755
index 0000000..d173efa
Binary files /dev/null and "b/assets/audio/\344\270\216\345\205\266.mp3" differ
diff --git "a/assets/audio/\344\270\221.mp3" "b/assets/audio/\344\270\221.mp3"
new file mode 100755
index 0000000..14b0aaf
Binary files /dev/null and "b/assets/audio/\344\270\221.mp3" differ
diff --git "a/assets/audio/\344\270\221\346\201\266.mp3" "b/assets/audio/\344\270\221\346\201\266.mp3"
new file mode 100755
index 0000000..467b836
Binary files /dev/null and "b/assets/audio/\344\270\221\346\201\266.mp3" differ
diff --git "a/assets/audio/\344\270\223\344\270\232.mp3" "b/assets/audio/\344\270\223\344\270\232.mp3"
new file mode 100755
index 0000000..3565fe2
Binary files /dev/null and "b/assets/audio/\344\270\223\344\270\232.mp3" differ
diff --git "a/assets/audio/\344\270\223\345\256\266.mp3" "b/assets/audio/\344\270\223\345\256\266.mp3"
new file mode 100755
index 0000000..137c373
Binary files /dev/null and "b/assets/audio/\344\270\223\345\256\266.mp3" differ
diff --git "a/assets/audio/\344\270\223\345\277\203.mp3" "b/assets/audio/\344\270\223\345\277\203.mp3"
new file mode 100755
index 0000000..a6e9dc0
Binary files /dev/null and "b/assets/audio/\344\270\223\345\277\203.mp3" differ
diff --git "a/assets/audio/\344\270\223\351\227\250.mp3" "b/assets/audio/\344\270\223\351\227\250.mp3"
new file mode 100755
index 0000000..d9f0a86
Binary files /dev/null and "b/assets/audio/\344\270\223\351\227\250.mp3" differ
diff --git "a/assets/audio/\344\270\226\347\272\252.mp3" "b/assets/audio/\344\270\226\347\272\252.mp3"
new file mode 100755
index 0000000..519678d
Binary files /dev/null and "b/assets/audio/\344\270\226\347\272\252.mp3" differ
diff --git "a/assets/audio/\344\270\231.mp3" "b/assets/audio/\344\270\231.mp3"
new file mode 100755
index 0000000..9713a11
Binary files /dev/null and "b/assets/audio/\344\270\231.mp3" differ
diff --git "a/assets/audio/\344\270\232\344\275\231.mp3" "b/assets/audio/\344\270\232\344\275\231.mp3"
new file mode 100755
index 0000000..54b9687
Binary files /dev/null and "b/assets/audio/\344\270\232\344\275\231.mp3" differ
diff --git "a/assets/audio/\344\270\232\345\212\241.mp3" "b/assets/audio/\344\270\232\345\212\241.mp3"
new file mode 100755
index 0000000..2d3e164
Binary files /dev/null and "b/assets/audio/\344\270\232\345\212\241.mp3" differ
diff --git "a/assets/audio/\344\270\233.mp3" "b/assets/audio/\344\270\233.mp3"
new file mode 100755
index 0000000..24cae5e
Binary files /dev/null and "b/assets/audio/\344\270\233.mp3" differ
diff --git "a/assets/audio/\344\270\234\350\245\277.mp3" "b/assets/audio/\344\270\234\350\245\277.mp3"
new file mode 100755
index 0000000..e87a17f
Binary files /dev/null and "b/assets/audio/\344\270\234\350\245\277.mp3" differ
diff --git "a/assets/audio/\344\270\235\346\257\253.mp3" "b/assets/audio/\344\270\235\346\257\253.mp3"
new file mode 100755
index 0000000..5c8b0cf
Binary files /dev/null and "b/assets/audio/\344\270\235\346\257\253.mp3" differ
diff --git "a/assets/audio/\344\270\235\347\273\270.mp3" "b/assets/audio/\344\270\235\347\273\270.mp3"
new file mode 100755
index 0000000..a55d844
Binary files /dev/null and "b/assets/audio/\344\270\235\347\273\270.mp3" differ
diff --git "a/assets/audio/\344\270\242\344\272\272.mp3" "b/assets/audio/\344\270\242\344\272\272.mp3"
new file mode 100755
index 0000000..7791227
Binary files /dev/null and "b/assets/audio/\344\270\242\344\272\272.mp3" differ
diff --git "a/assets/audio/\344\270\245\346\240\274.mp3" "b/assets/audio/\344\270\245\346\240\274.mp3"
new file mode 100755
index 0000000..86163e5
Binary files /dev/null and "b/assets/audio/\344\270\245\346\240\274.mp3" differ
diff --git "a/assets/audio/\344\270\245\350\202\203.mp3" "b/assets/audio/\344\270\245\350\202\203.mp3"
new file mode 100755
index 0000000..72d1fca
Binary files /dev/null and "b/assets/audio/\344\270\245\350\202\203.mp3" differ
diff --git "a/assets/audio/\344\270\245\351\207\215.mp3" "b/assets/audio/\344\270\245\351\207\215.mp3"
new file mode 100755
index 0000000..e4a2e5f
Binary files /dev/null and "b/assets/audio/\344\270\245\351\207\215.mp3" differ
diff --git "a/assets/audio/\344\270\252.mp3" "b/assets/audio/\344\270\252.mp3"
new file mode 100755
index 0000000..c41185a
Binary files /dev/null and "b/assets/audio/\344\270\252.mp3" differ
diff --git "a/assets/audio/\344\270\252\344\272\272.mp3" "b/assets/audio/\344\270\252\344\272\272.mp3"
new file mode 100755
index 0000000..a756370
Binary files /dev/null and "b/assets/audio/\344\270\252\344\272\272.mp3" differ
diff --git "a/assets/audio/\344\270\252\345\210\253.mp3" "b/assets/audio/\344\270\252\345\210\253.mp3"
new file mode 100755
index 0000000..ef1df8b
Binary files /dev/null and "b/assets/audio/\344\270\252\345\210\253.mp3" differ
diff --git "a/assets/audio/\344\270\252\346\200\247.mp3" "b/assets/audio/\344\270\252\346\200\247.mp3"
new file mode 100755
index 0000000..1670364
Binary files /dev/null and "b/assets/audio/\344\270\252\346\200\247.mp3" differ
diff --git "a/assets/audio/\344\270\255\344\273\213.mp3" "b/assets/audio/\344\270\255\344\273\213.mp3"
new file mode 100755
index 0000000..d27fc05
Binary files /dev/null and "b/assets/audio/\344\270\255\344\273\213.mp3" differ
diff --git "a/assets/audio/\344\270\255\345\277\203.mp3" "b/assets/audio/\344\270\255\345\277\203.mp3"
new file mode 100755
index 0000000..2e2c1bc
Binary files /dev/null and "b/assets/audio/\344\270\255\345\277\203.mp3" differ
diff --git "a/assets/audio/\344\270\255\346\227\254.mp3" "b/assets/audio/\344\270\255\346\227\254.mp3"
new file mode 100755
index 0000000..fb3b895
Binary files /dev/null and "b/assets/audio/\344\270\255\346\227\254.mp3" differ
diff --git "a/assets/audio/\344\270\262.mp3" "b/assets/audio/\344\270\262.mp3"
new file mode 100755
index 0000000..dd67ffd
Binary files /dev/null and "b/assets/audio/\344\270\262.mp3" differ
diff --git "a/assets/audio/\344\270\264\346\227\266.mp3" "b/assets/audio/\344\270\264\346\227\266.mp3"
new file mode 100755
index 0000000..fec681a
Binary files /dev/null and "b/assets/audio/\344\270\264\346\227\266.mp3" differ
diff --git "a/assets/audio/\344\270\273\344\272\272.mp3" "b/assets/audio/\344\270\273\344\272\272.mp3"
new file mode 100755
index 0000000..e533d79
Binary files /dev/null and "b/assets/audio/\344\270\273\344\272\272.mp3" differ
diff --git "a/assets/audio/\344\270\273\344\273\273.mp3" "b/assets/audio/\344\270\273\344\273\273.mp3"
new file mode 100755
index 0000000..540fbd4
Binary files /dev/null and "b/assets/audio/\344\270\273\344\273\273.mp3" differ
diff --git "a/assets/audio/\344\270\273\345\212\250.mp3" "b/assets/audio/\344\270\273\345\212\250.mp3"
new file mode 100755
index 0000000..0f4748d
Binary files /dev/null and "b/assets/audio/\344\270\273\345\212\250.mp3" differ
diff --git "a/assets/audio/\344\270\273\345\270\255.mp3" "b/assets/audio/\344\270\273\345\270\255.mp3"
new file mode 100755
index 0000000..b0d3b45
Binary files /dev/null and "b/assets/audio/\344\270\273\345\270\255.mp3" differ
diff --git "a/assets/audio/\344\270\273\345\274\240.mp3" "b/assets/audio/\344\270\273\345\274\240.mp3"
new file mode 100755
index 0000000..43a29d4
Binary files /dev/null and "b/assets/audio/\344\270\273\345\274\240.mp3" differ
diff --git "a/assets/audio/\344\270\273\346\204\217.mp3" "b/assets/audio/\344\270\273\346\204\217.mp3"
new file mode 100755
index 0000000..858d755
Binary files /dev/null and "b/assets/audio/\344\270\273\346\204\217.mp3" differ
diff --git "a/assets/audio/\344\270\273\346\214\201.mp3" "b/assets/audio/\344\270\273\346\214\201.mp3"
new file mode 100755
index 0000000..bf3a8db
Binary files /dev/null and "b/assets/audio/\344\270\273\346\214\201.mp3" differ
diff --git "a/assets/audio/\344\270\273\350\247\202.mp3" "b/assets/audio/\344\270\273\350\247\202.mp3"
new file mode 100755
index 0000000..9d187e2
Binary files /dev/null and "b/assets/audio/\344\270\273\350\247\202.mp3" differ
diff --git "a/assets/audio/\344\270\273\351\242\230.mp3" "b/assets/audio/\344\270\273\351\242\230.mp3"
new file mode 100755
index 0000000..fdba361
Binary files /dev/null and "b/assets/audio/\344\270\273\351\242\230.mp3" differ
diff --git "a/assets/audio/\344\271\211\345\212\241.mp3" "b/assets/audio/\344\271\211\345\212\241.mp3"
new file mode 100755
index 0000000..933ea8a
Binary files /dev/null and "b/assets/audio/\344\271\211\345\212\241.mp3" differ
diff --git "a/assets/audio/\344\271\213.mp3" "b/assets/audio/\344\271\213.mp3"
new file mode 100755
index 0000000..6a1807c
Binary files /dev/null and "b/assets/audio/\344\271\213.mp3" differ
diff --git "a/assets/audio/\344\271\220\345\231\250.mp3" "b/assets/audio/\344\271\220\345\231\250.mp3"
new file mode 100755
index 0000000..25b432d
Binary files /dev/null and "b/assets/audio/\344\271\220\345\231\250.mp3" differ
diff --git "a/assets/audio/\344\271\220\350\247\202.mp3" "b/assets/audio/\344\271\220\350\247\202.mp3"
new file mode 100755
index 0000000..d2ab641
Binary files /dev/null and "b/assets/audio/\344\271\220\350\247\202.mp3" differ
diff --git "a/assets/audio/\344\271\222\344\271\223.mp3" "b/assets/audio/\344\271\222\344\271\223.mp3"
new file mode 100755
index 0000000..34e10f8
Binary files /dev/null and "b/assets/audio/\344\271\222\344\271\223.mp3" differ
diff --git "a/assets/audio/\344\271\226.mp3" "b/assets/audio/\344\271\226.mp3"
new file mode 100755
index 0000000..64fb368
Binary files /dev/null and "b/assets/audio/\344\271\226.mp3" differ
diff --git "a/assets/audio/\344\271\230.mp3" "b/assets/audio/\344\271\230.mp3"
new file mode 100755
index 0000000..2a353fb
Binary files /dev/null and "b/assets/audio/\344\271\230.mp3" differ
diff --git "a/assets/audio/\344\271\231.mp3" "b/assets/audio/\344\271\231.mp3"
new file mode 100755
index 0000000..1a55c86
Binary files /dev/null and "b/assets/audio/\344\271\231.mp3" differ
diff --git "a/assets/audio/\344\271\235.mp3" "b/assets/audio/\344\271\235.mp3"
new file mode 100755
index 0000000..cab5421
Binary files /dev/null and "b/assets/audio/\344\271\235.mp3" differ
diff --git "a/assets/audio/\344\271\237\350\256\270.mp3" "b/assets/audio/\344\271\237\350\256\270.mp3"
new file mode 100755
index 0000000..3a9454d
Binary files /dev/null and "b/assets/audio/\344\271\237\350\256\270.mp3" differ
diff --git "a/assets/audio/\344\271\246\346\236\266.mp3" "b/assets/audio/\344\271\246\346\236\266.mp3"
new file mode 100755
index 0000000..a8c2ba5
Binary files /dev/null and "b/assets/audio/\344\271\246\346\236\266.mp3" differ
diff --git "a/assets/audio/\344\271\260.mp3" "b/assets/audio/\344\271\260.mp3"
new file mode 100755
index 0000000..0fbe2f5
Binary files /dev/null and "b/assets/audio/\344\271\260.mp3" differ
diff --git "a/assets/audio/\344\272\206.mp3" "b/assets/audio/\344\272\206.mp3"
new file mode 100755
index 0000000..489d22e
Binary files /dev/null and "b/assets/audio/\344\272\206.mp3" differ
diff --git "a/assets/audio/\344\272\211\345\217\226.mp3" "b/assets/audio/\344\272\211\345\217\226.mp3"
new file mode 100755
index 0000000..85dba6b
Binary files /dev/null and "b/assets/audio/\344\272\211\345\217\226.mp3" differ
diff --git "a/assets/audio/\344\272\211\350\256\272.mp3" "b/assets/audio/\344\272\211\350\256\272.mp3"
new file mode 100755
index 0000000..881ae2e
Binary files /dev/null and "b/assets/audio/\344\272\211\350\256\272.mp3" differ
diff --git "a/assets/audio/\344\272\213\345\205\210.mp3" "b/assets/audio/\344\272\213\345\205\210.mp3"
new file mode 100755
index 0000000..8d8aacf
Binary files /dev/null and "b/assets/audio/\344\272\213\345\205\210.mp3" differ
diff --git "a/assets/audio/\344\272\213\345\256\236.mp3" "b/assets/audio/\344\272\213\345\256\236.mp3"
new file mode 100755
index 0000000..a5193d8
Binary files /dev/null and "b/assets/audio/\344\272\213\345\256\236.mp3" differ
diff --git "a/assets/audio/\344\272\213\347\211\251.mp3" "b/assets/audio/\344\272\213\347\211\251.mp3"
new file mode 100755
index 0000000..f14b38c
Binary files /dev/null and "b/assets/audio/\344\272\213\347\211\251.mp3" differ
diff --git "a/assets/audio/\344\272\214.mp3" "b/assets/audio/\344\272\214.mp3"
new file mode 100755
index 0000000..12c13ac
Binary files /dev/null and "b/assets/audio/\344\272\214.mp3" differ
diff --git "a/assets/audio/\344\272\216\346\230\257.mp3" "b/assets/audio/\344\272\216\346\230\257.mp3"
new file mode 100755
index 0000000..a59ea6b
Binary files /dev/null and "b/assets/audio/\344\272\216\346\230\257.mp3" differ
diff --git "a/assets/audio/\344\272\221.mp3" "b/assets/audio/\344\272\221.mp3"
new file mode 100755
index 0000000..b113553
Binary files /dev/null and "b/assets/audio/\344\272\221.mp3" differ
diff --git "a/assets/audio/\344\272\232\346\264\262.mp3" "b/assets/audio/\344\272\232\346\264\262.mp3"
new file mode 100755
index 0000000..9ef894a
Binary files /dev/null and "b/assets/audio/\344\272\232\346\264\262.mp3" differ
diff --git "a/assets/audio/\344\272\244\345\276\200.mp3" "b/assets/audio/\344\272\244\345\276\200.mp3"
new file mode 100755
index 0000000..dd88f80
Binary files /dev/null and "b/assets/audio/\344\272\244\345\276\200.mp3" differ
diff --git "a/assets/audio/\344\272\244\346\215\242.mp3" "b/assets/audio/\344\272\244\346\215\242.mp3"
new file mode 100755
index 0000000..6d96e8d
Binary files /dev/null and "b/assets/audio/\344\272\244\346\215\242.mp3" differ
diff --git "a/assets/audio/\344\272\244\351\231\205.mp3" "b/assets/audio/\344\272\244\351\231\205.mp3"
new file mode 100755
index 0000000..923a5d7
Binary files /dev/null and "b/assets/audio/\344\272\244\351\231\205.mp3" differ
diff --git "a/assets/audio/\344\272\247\344\270\232.mp3" "b/assets/audio/\344\272\247\344\270\232.mp3"
new file mode 100755
index 0000000..fc4f3f0
Binary files /dev/null and "b/assets/audio/\344\272\247\344\270\232.mp3" differ
diff --git "a/assets/audio/\344\272\247\345\223\201.mp3" "b/assets/audio/\344\272\247\345\223\201.mp3"
new file mode 100755
index 0000000..f85f742
Binary files /dev/null and "b/assets/audio/\344\272\247\345\223\201.mp3" differ
diff --git "a/assets/audio/\344\272\247\347\224\237.mp3" "b/assets/audio/\344\272\247\347\224\237.mp3"
new file mode 100755
index 0000000..aa95c5f
Binary files /dev/null and "b/assets/audio/\344\272\247\347\224\237.mp3" differ
diff --git "a/assets/audio/\344\272\253\345\217\227.mp3" "b/assets/audio/\344\272\253\345\217\227.mp3"
new file mode 100755
index 0000000..4cf4cc9
Binary files /dev/null and "b/assets/audio/\344\272\253\345\217\227.mp3" differ
diff --git "a/assets/audio/\344\272\256.mp3" "b/assets/audio/\344\272\256.mp3"
new file mode 100755
index 0000000..fa44444
Binary files /dev/null and "b/assets/audio/\344\272\256.mp3" differ
diff --git "a/assets/audio/\344\272\262\345\210\207.mp3" "b/assets/audio/\344\272\262\345\210\207.mp3"
new file mode 100755
index 0000000..a1dd8bf
Binary files /dev/null and "b/assets/audio/\344\272\262\345\210\207.mp3" differ
diff --git "a/assets/audio/\344\272\262\346\210\232.mp3" "b/assets/audio/\344\272\262\346\210\232.mp3"
new file mode 100755
index 0000000..f72606d
Binary files /dev/null and "b/assets/audio/\344\272\262\346\210\232.mp3" differ
diff --git "a/assets/audio/\344\272\262\347\210\261.mp3" "b/assets/audio/\344\272\262\347\210\261.mp3"
new file mode 100755
index 0000000..8673c4e
Binary files /dev/null and "b/assets/audio/\344\272\262\347\210\261.mp3" differ
diff --git "a/assets/audio/\344\272\262\350\207\252.mp3" "b/assets/audio/\344\272\262\350\207\252.mp3"
new file mode 100755
index 0000000..e0f8b2b
Binary files /dev/null and "b/assets/audio/\344\272\262\350\207\252.mp3" differ
diff --git "a/assets/audio/\344\272\272\344\272\213.mp3" "b/assets/audio/\344\272\272\344\272\213.mp3"
new file mode 100755
index 0000000..9c1fe4b
Binary files /dev/null and "b/assets/audio/\344\272\272\344\272\213.mp3" differ
diff --git "a/assets/audio/\344\272\272\345\217\243.mp3" "b/assets/audio/\344\272\272\345\217\243.mp3"
new file mode 100755
index 0000000..3fa45da
Binary files /dev/null and "b/assets/audio/\344\272\272\345\217\243.mp3" differ
diff --git "a/assets/audio/\344\272\272\345\221\230.mp3" "b/assets/audio/\344\272\272\345\221\230.mp3"
new file mode 100755
index 0000000..9a39e2d
Binary files /dev/null and "b/assets/audio/\344\272\272\345\221\230.mp3" differ
diff --git "a/assets/audio/\344\272\272\346\211\215.mp3" "b/assets/audio/\344\272\272\346\211\215.mp3"
new file mode 100755
index 0000000..a5fd09b
Binary files /dev/null and "b/assets/audio/\344\272\272\346\211\215.mp3" differ
diff --git "a/assets/audio/\344\272\272\347\211\251.mp3" "b/assets/audio/\344\272\272\347\211\251.mp3"
new file mode 100755
index 0000000..f4f6fb5
Binary files /dev/null and "b/assets/audio/\344\272\272\347\211\251.mp3" differ
diff --git "a/assets/audio/\344\272\272\347\224\237.mp3" "b/assets/audio/\344\272\272\347\224\237.mp3"
new file mode 100755
index 0000000..b944d31
Binary files /dev/null and "b/assets/audio/\344\272\272\347\224\237.mp3" differ
diff --git "a/assets/audio/\344\272\272\347\261\273.mp3" "b/assets/audio/\344\272\272\347\261\273.mp3"
new file mode 100755
index 0000000..44252de
Binary files /dev/null and "b/assets/audio/\344\272\272\347\261\273.mp3" differ
diff --git "a/assets/audio/\344\272\277.mp3" "b/assets/audio/\344\272\277.mp3"
new file mode 100755
index 0000000..6bee12d
Binary files /dev/null and "b/assets/audio/\344\272\277.mp3" differ
diff --git "a/assets/audio/\344\273\212\345\244\251.mp3" "b/assets/audio/\344\273\212\345\244\251.mp3"
new file mode 100755
index 0000000..819b7f0
Binary files /dev/null and "b/assets/audio/\344\273\212\345\244\251.mp3" differ
diff --git "a/assets/audio/\344\273\215\347\204\266.mp3" "b/assets/audio/\344\273\215\347\204\266.mp3"
new file mode 100755
index 0000000..d5cd62e
Binary files /dev/null and "b/assets/audio/\344\273\215\347\204\266.mp3" differ
diff --git "a/assets/audio/\344\273\216\344\272\213.mp3" "b/assets/audio/\344\273\216\344\272\213.mp3"
new file mode 100755
index 0000000..d461df8
Binary files /dev/null and "b/assets/audio/\344\273\216\344\272\213.mp3" differ
diff --git "a/assets/audio/\344\273\216\345\211\215.mp3" "b/assets/audio/\344\273\216\345\211\215.mp3"
new file mode 100755
index 0000000..d568da7
Binary files /dev/null and "b/assets/audio/\344\273\216\345\211\215.mp3" differ
diff --git "a/assets/audio/\344\273\216\345\256\271.mp3" "b/assets/audio/\344\273\216\345\256\271.mp3"
new file mode 100755
index 0000000..a21343c
Binary files /dev/null and "b/assets/audio/\344\273\216\345\256\271.mp3" differ
diff --git "a/assets/audio/\344\273\216\346\255\244.mp3" "b/assets/audio/\344\273\216\346\255\244.mp3"
new file mode 100755
index 0000000..2851b52
Binary files /dev/null and "b/assets/audio/\344\273\216\346\255\244.mp3" differ
diff --git "a/assets/audio/\344\273\216\350\200\214.mp3" "b/assets/audio/\344\273\216\350\200\214.mp3"
new file mode 100755
index 0000000..850b243
Binary files /dev/null and "b/assets/audio/\344\273\216\350\200\214.mp3" differ
diff --git "a/assets/audio/\344\273\223\344\277\203.mp3" "b/assets/audio/\344\273\223\344\277\203.mp3"
new file mode 100755
index 0000000..3dc8c53
Binary files /dev/null and "b/assets/audio/\344\273\223\344\277\203.mp3" differ
diff --git "a/assets/audio/\344\273\223\345\272\223.mp3" "b/assets/audio/\344\273\223\345\272\223.mp3"
new file mode 100755
index 0000000..71c6626
Binary files /dev/null and "b/assets/audio/\344\273\223\345\272\223.mp3" differ
diff --git "a/assets/audio/\344\273\224\347\273\206.mp3" "b/assets/audio/\344\273\224\347\273\206.mp3"
new file mode 100755
index 0000000..fe6dcc0
Binary files /dev/null and "b/assets/audio/\344\273\224\347\273\206.mp3" differ
diff --git "a/assets/audio/\344\273\243\344\273\267.mp3" "b/assets/audio/\344\273\243\344\273\267.mp3"
new file mode 100755
index 0000000..6aeffe6
Binary files /dev/null and "b/assets/audio/\344\273\243\344\273\267.mp3" differ
diff --git "a/assets/audio/\344\273\243\347\220\206.mp3" "b/assets/audio/\344\273\243\347\220\206.mp3"
new file mode 100755
index 0000000..863c25b
Binary files /dev/null and "b/assets/audio/\344\273\243\347\220\206.mp3" differ
diff --git "a/assets/audio/\344\273\243\350\241\250.mp3" "b/assets/audio/\344\273\243\350\241\250.mp3"
new file mode 100755
index 0000000..1b87aed
Binary files /dev/null and "b/assets/audio/\344\273\243\350\241\250.mp3" differ
diff --git "a/assets/audio/\344\273\245.mp3" "b/assets/audio/\344\273\245.mp3"
new file mode 100755
index 0000000..d03dedf
Binary files /dev/null and "b/assets/audio/\344\273\245.mp3" differ
diff --git "a/assets/audio/\344\273\245\344\270\272.mp3" "b/assets/audio/\344\273\245\344\270\272.mp3"
new file mode 100755
index 0000000..df566be
Binary files /dev/null and "b/assets/audio/\344\273\245\344\270\272.mp3" differ
diff --git "a/assets/audio/\344\273\245\345\217\212.mp3" "b/assets/audio/\344\273\245\345\217\212.mp3"
new file mode 100755
index 0000000..9284f8d
Binary files /dev/null and "b/assets/audio/\344\273\245\345\217\212.mp3" differ
diff --git "a/assets/audio/\344\273\245\346\235\245.mp3" "b/assets/audio/\344\273\245\346\235\245.mp3"
new file mode 100755
index 0000000..d406212
Binary files /dev/null and "b/assets/audio/\344\273\245\346\235\245.mp3" differ
diff --git "a/assets/audio/\344\273\267\345\200\274.mp3" "b/assets/audio/\344\273\267\345\200\274.mp3"
new file mode 100755
index 0000000..09729d5
Binary files /dev/null and "b/assets/audio/\344\273\267\345\200\274.mp3" differ
diff --git "a/assets/audio/\344\273\273\344\275\225.mp3" "b/assets/audio/\344\273\273\344\275\225.mp3"
new file mode 100755
index 0000000..b0cb398
Binary files /dev/null and "b/assets/audio/\344\273\273\344\275\225.mp3" differ
diff --git "a/assets/audio/\344\273\273\345\212\241.mp3" "b/assets/audio/\344\273\273\345\212\241.mp3"
new file mode 100755
index 0000000..0233744
Binary files /dev/null and "b/assets/audio/\344\273\273\345\212\241.mp3" differ
diff --git "a/assets/audio/\344\273\277\344\275\233.mp3" "b/assets/audio/\344\273\277\344\275\233.mp3"
new file mode 100755
index 0000000..feccd46
Binary files /dev/null and "b/assets/audio/\344\273\277\344\275\233.mp3" differ
diff --git "a/assets/audio/\344\274\201\344\270\232.mp3" "b/assets/audio/\344\274\201\344\270\232.mp3"
new file mode 100755
index 0000000..a3473c9
Binary files /dev/null and "b/assets/audio/\344\274\201\344\270\232.mp3" differ
diff --git "a/assets/audio/\344\274\221\351\227\262.mp3" "b/assets/audio/\344\274\221\351\227\262.mp3"
new file mode 100755
index 0000000..b332f94
Binary files /dev/null and "b/assets/audio/\344\274\221\351\227\262.mp3" differ
diff --git "a/assets/audio/\344\274\230\345\212\277.mp3" "b/assets/audio/\344\274\230\345\212\277.mp3"
new file mode 100755
index 0000000..917f1fa
Binary files /dev/null and "b/assets/audio/\344\274\230\345\212\277.mp3" differ
diff --git "a/assets/audio/\344\274\230\346\203\240.mp3" "b/assets/audio/\344\274\230\346\203\240.mp3"
new file mode 100755
index 0000000..ccc20b0
Binary files /dev/null and "b/assets/audio/\344\274\230\346\203\240.mp3" differ
diff --git "a/assets/audio/\344\274\230\347\202\271.mp3" "b/assets/audio/\344\274\230\347\202\271.mp3"
new file mode 100755
index 0000000..7949fc4
Binary files /dev/null and "b/assets/audio/\344\274\230\347\202\271.mp3" differ
diff --git "a/assets/audio/\344\274\230\347\247\200.mp3" "b/assets/audio/\344\274\230\347\247\200.mp3"
new file mode 100755
index 0000000..1ce0470
Binary files /dev/null and "b/assets/audio/\344\274\230\347\247\200.mp3" differ
diff --git "a/assets/audio/\344\274\230\347\276\216.mp3" "b/assets/audio/\344\274\230\347\276\216.mp3"
new file mode 100755
index 0000000..308d61d
Binary files /dev/null and "b/assets/audio/\344\274\230\347\276\216.mp3" differ
diff --git "a/assets/audio/\344\274\231\344\274\264.mp3" "b/assets/audio/\344\274\231\344\274\264.mp3"
new file mode 100755
index 0000000..f846f67
Binary files /dev/null and "b/assets/audio/\344\274\231\344\274\264.mp3" differ
diff --git "a/assets/audio/\344\274\232.mp3" "b/assets/audio/\344\274\232.mp3"
new file mode 100755
index 0000000..a0ba98e
Binary files /dev/null and "b/assets/audio/\344\274\232.mp3" differ
diff --git "a/assets/audio/\344\274\232\350\256\241.mp3" "b/assets/audio/\344\274\232\350\256\241.mp3"
new file mode 100755
index 0000000..a230dc8
Binary files /dev/null and "b/assets/audio/\344\274\232\350\256\241.mp3" differ
diff --git "a/assets/audio/\344\274\237\345\244\247.mp3" "b/assets/audio/\344\274\237\345\244\247.mp3"
new file mode 100755
index 0000000..a72668f
Binary files /dev/null and "b/assets/audio/\344\274\237\345\244\247.mp3" differ
diff --git "a/assets/audio/\344\274\240\345\215\225.mp3" "b/assets/audio/\344\274\240\345\215\225.mp3"
new file mode 100755
index 0000000..bb81c1d
Binary files /dev/null and "b/assets/audio/\344\274\240\345\215\225.mp3" differ
diff --git "a/assets/audio/\344\274\240\346\216\210.mp3" "b/assets/audio/\344\274\240\346\216\210.mp3"
new file mode 100755
index 0000000..bdca235
Binary files /dev/null and "b/assets/audio/\344\274\240\346\216\210.mp3" differ
diff --git "a/assets/audio/\344\274\240\346\222\255.mp3" "b/assets/audio/\344\274\240\346\222\255.mp3"
new file mode 100755
index 0000000..33332ef
Binary files /dev/null and "b/assets/audio/\344\274\240\346\222\255.mp3" differ
diff --git "a/assets/audio/\344\274\240\346\237\223.mp3" "b/assets/audio/\344\274\240\346\237\223.mp3"
new file mode 100755
index 0000000..9a2cd4f
Binary files /dev/null and "b/assets/audio/\344\274\240\346\237\223.mp3" differ
diff --git "a/assets/audio/\344\274\240\347\273\237.mp3" "b/assets/audio/\344\274\240\347\273\237.mp3"
new file mode 100755
index 0000000..30afa3f
Binary files /dev/null and "b/assets/audio/\344\274\240\347\273\237.mp3" differ
diff --git "a/assets/audio/\344\274\240\350\257\264.mp3" "b/assets/audio/\344\274\240\350\257\264.mp3"
new file mode 100755
index 0000000..108b182
Binary files /dev/null and "b/assets/audio/\344\274\240\350\257\264.mp3" differ
diff --git "a/assets/audio/\344\274\240\350\276\276.mp3" "b/assets/audio/\344\274\240\350\276\276.mp3"
new file mode 100755
index 0000000..e8d7be7
Binary files /dev/null and "b/assets/audio/\344\274\240\350\276\276.mp3" differ
diff --git "a/assets/audio/\344\274\244\345\256\263.mp3" "b/assets/audio/\344\274\244\345\256\263.mp3"
new file mode 100755
index 0000000..9d3db7e
Binary files /dev/null and "b/assets/audio/\344\274\244\345\256\263.mp3" differ
diff --git "a/assets/audio/\344\274\244\345\277\203.mp3" "b/assets/audio/\344\274\244\345\277\203.mp3"
new file mode 100755
index 0000000..f94f140
Binary files /dev/null and "b/assets/audio/\344\274\244\345\277\203.mp3" differ
diff --git "a/assets/audio/\344\274\257\346\257\215.mp3" "b/assets/audio/\344\274\257\346\257\215.mp3"
new file mode 100755
index 0000000..f117b47
Binary files /dev/null and "b/assets/audio/\344\274\257\346\257\215.mp3" differ
diff --git "a/assets/audio/\344\274\264\344\276\243.mp3" "b/assets/audio/\344\274\264\344\276\243.mp3"
new file mode 100755
index 0000000..8a0162d
Binary files /dev/null and "b/assets/audio/\344\274\264\344\276\243.mp3" differ
diff --git "a/assets/audio/\344\274\264\351\232\217.mp3" "b/assets/audio/\344\274\264\351\232\217.mp3"
new file mode 100755
index 0000000..b3eb2e2
Binary files /dev/null and "b/assets/audio/\344\274\264\351\232\217.mp3" differ
diff --git "a/assets/audio/\344\274\270.mp3" "b/assets/audio/\344\274\270.mp3"
new file mode 100755
index 0000000..ff2ebf1
Binary files /dev/null and "b/assets/audio/\344\274\270.mp3" differ
diff --git "a/assets/audio/\344\274\272\345\200\231.mp3" "b/assets/audio/\344\274\272\345\200\231.mp3"
new file mode 100755
index 0000000..e532fc7
Binary files /dev/null and "b/assets/audio/\344\274\272\345\200\231.mp3" differ
diff --git "a/assets/audio/\344\274\274\344\271\216.mp3" "b/assets/audio/\344\274\274\344\271\216.mp3"
new file mode 100755
index 0000000..bbd597b
Binary files /dev/null and "b/assets/audio/\344\274\274\344\271\216.mp3" differ
diff --git "a/assets/audio/\344\274\274\347\232\204.mp3" "b/assets/audio/\344\274\274\347\232\204.mp3"
new file mode 100755
index 0000000..b2415ea
Binary files /dev/null and "b/assets/audio/\344\274\274\347\232\204.mp3" differ
diff --git "a/assets/audio/\344\275\215\344\272\216.mp3" "b/assets/audio/\344\275\215\344\272\216.mp3"
new file mode 100755
index 0000000..571cf36
Binary files /dev/null and "b/assets/audio/\344\275\215\344\272\216.mp3" differ
diff --git "a/assets/audio/\344\275\215\347\275\256.mp3" "b/assets/audio/\344\275\215\347\275\256.mp3"
new file mode 100755
index 0000000..4be883d
Binary files /dev/null and "b/assets/audio/\344\275\215\347\275\256.mp3" differ
diff --git "a/assets/audio/\344\275\223\344\274\232.mp3" "b/assets/audio/\344\275\223\344\274\232.mp3"
new file mode 100755
index 0000000..69995d7
Binary files /dev/null and "b/assets/audio/\344\275\223\344\274\232.mp3" differ
diff --git "a/assets/audio/\344\275\223\347\216\260.mp3" "b/assets/audio/\344\275\223\347\216\260.mp3"
new file mode 100755
index 0000000..047b251
Binary files /dev/null and "b/assets/audio/\344\275\223\347\216\260.mp3" differ
diff --git "a/assets/audio/\344\275\223\350\264\264.mp3" "b/assets/audio/\344\275\223\350\264\264.mp3"
new file mode 100755
index 0000000..020410c
Binary files /dev/null and "b/assets/audio/\344\275\223\350\264\264.mp3" differ
diff --git "a/assets/audio/\344\275\223\351\252\214.mp3" "b/assets/audio/\344\275\223\351\252\214.mp3"
new file mode 100755
index 0000000..e292a2e
Binary files /dev/null and "b/assets/audio/\344\275\223\351\252\214.mp3" differ
diff --git "a/assets/audio/\344\275\225\345\206\265.mp3" "b/assets/audio/\344\275\225\345\206\265.mp3"
new file mode 100755
index 0000000..4392796
Binary files /dev/null and "b/assets/audio/\344\275\225\345\206\265.mp3" differ
diff --git "a/assets/audio/\344\275\225\345\277\205.mp3" "b/assets/audio/\344\275\225\345\277\205.mp3"
new file mode 100755
index 0000000..1164e07
Binary files /dev/null and "b/assets/audio/\344\275\225\345\277\205.mp3" differ
diff --git "a/assets/audio/\344\275\234\344\270\272.mp3" "b/assets/audio/\344\275\234\344\270\272.mp3"
new file mode 100755
index 0000000..ce799ff
Binary files /dev/null and "b/assets/audio/\344\275\234\344\270\272.mp3" differ
diff --git "a/assets/audio/\344\275\234\345\223\201.mp3" "b/assets/audio/\344\275\234\345\223\201.mp3"
new file mode 100755
index 0000000..180bfe1
Binary files /dev/null and "b/assets/audio/\344\275\234\345\223\201.mp3" differ
diff --git "a/assets/audio/\344\275\234\345\256\266.mp3" "b/assets/audio/\344\275\234\345\256\266.mp3"
new file mode 100755
index 0000000..c670a74
Binary files /dev/null and "b/assets/audio/\344\275\234\345\256\266.mp3" differ
diff --git "a/assets/audio/\344\275\234\346\226\207.mp3" "b/assets/audio/\344\275\234\346\226\207.mp3"
new file mode 100755
index 0000000..c509223
Binary files /dev/null and "b/assets/audio/\344\275\234\346\226\207.mp3" differ
diff --git "a/assets/audio/\344\275\234\347\224\250.mp3" "b/assets/audio/\344\275\234\347\224\250.mp3"
new file mode 100755
index 0000000..92a3ec4
Binary files /dev/null and "b/assets/audio/\344\275\234\347\224\250.mp3" differ
diff --git "a/assets/audio/\344\275\234\350\200\205.mp3" "b/assets/audio/\344\275\234\350\200\205.mp3"
new file mode 100755
index 0000000..338ecdc
Binary files /dev/null and "b/assets/audio/\344\275\234\350\200\205.mp3" differ
diff --git "a/assets/audio/\344\275\251\346\234\215.mp3" "b/assets/audio/\344\275\251\346\234\215.mp3"
new file mode 100755
index 0000000..938f80f
Binary files /dev/null and "b/assets/audio/\344\275\251\346\234\215.mp3" differ
diff --git "a/assets/audio/\344\275\277.mp3" "b/assets/audio/\344\275\277.mp3"
new file mode 100755
index 0000000..eacf570
Binary files /dev/null and "b/assets/audio/\344\275\277.mp3" differ
diff --git "a/assets/audio/\344\275\277\345\212\262.mp3" "b/assets/audio/\344\275\277\345\212\262.mp3"
new file mode 100755
index 0000000..dd6d8b5
Binary files /dev/null and "b/assets/audio/\344\275\277\345\212\262.mp3" differ
diff --git "a/assets/audio/\344\275\277\347\224\250.mp3" "b/assets/audio/\344\275\277\347\224\250.mp3"
new file mode 100755
index 0000000..4e33f3f
Binary files /dev/null and "b/assets/audio/\344\275\277\347\224\250.mp3" differ
diff --git "a/assets/audio/\344\276\235\347\204\266.mp3" "b/assets/audio/\344\276\235\347\204\266.mp3"
new file mode 100755
index 0000000..157c686
Binary files /dev/null and "b/assets/audio/\344\276\235\347\204\266.mp3" differ
diff --git "a/assets/audio/\344\276\247\351\235\242.mp3" "b/assets/audio/\344\276\247\351\235\242.mp3"
new file mode 100755
index 0000000..1f811dd
Binary files /dev/null and "b/assets/audio/\344\276\247\351\235\242.mp3" differ
diff --git "a/assets/audio/\344\276\277.mp3" "b/assets/audio/\344\276\277.mp3"
new file mode 100755
index 0000000..002eeef
Binary files /dev/null and "b/assets/audio/\344\276\277.mp3" differ
diff --git "a/assets/audio/\344\276\277\344\272\216.mp3" "b/assets/audio/\344\276\277\344\272\216.mp3"
new file mode 100755
index 0000000..d6b46aa
Binary files /dev/null and "b/assets/audio/\344\276\277\344\272\216.mp3" differ
diff --git "a/assets/audio/\344\276\277\345\210\251.mp3" "b/assets/audio/\344\276\277\345\210\251.mp3"
new file mode 100755
index 0000000..a30db83
Binary files /dev/null and "b/assets/audio/\344\276\277\345\210\251.mp3" differ
diff --git "a/assets/audio/\344\276\277\346\235\241.mp3" "b/assets/audio/\344\276\277\346\235\241.mp3"
new file mode 100755
index 0000000..8baa1a7
Binary files /dev/null and "b/assets/audio/\344\276\277\346\235\241.mp3" differ
diff --git "a/assets/audio/\344\277\203\344\275\277.mp3" "b/assets/audio/\344\277\203\344\275\277.mp3"
new file mode 100755
index 0000000..2c268e0
Binary files /dev/null and "b/assets/audio/\344\277\203\344\275\277.mp3" differ
diff --git "a/assets/audio/\344\277\203\350\277\233.mp3" "b/assets/audio/\344\277\203\350\277\233.mp3"
new file mode 100755
index 0000000..09af521
Binary files /dev/null and "b/assets/audio/\344\277\203\350\277\233.mp3" differ
diff --git "a/assets/audio/\344\277\235\345\205\273.mp3" "b/assets/audio/\344\277\235\345\205\273.mp3"
new file mode 100755
index 0000000..6bc6c58
Binary files /dev/null and "b/assets/audio/\344\277\235\345\205\273.mp3" differ
diff --git "a/assets/audio/\344\277\235\345\215\253.mp3" "b/assets/audio/\344\277\235\345\215\253.mp3"
new file mode 100755
index 0000000..24f0c24
Binary files /dev/null and "b/assets/audio/\344\277\235\345\215\253.mp3" differ
diff --git "a/assets/audio/\344\277\235\345\247\206.mp3" "b/assets/audio/\344\277\235\345\247\206.mp3"
new file mode 100755
index 0000000..6b628fb
Binary files /dev/null and "b/assets/audio/\344\277\235\345\247\206.mp3" differ
diff --git "a/assets/audio/\344\277\235\345\255\230.mp3" "b/assets/audio/\344\277\235\345\255\230.mp3"
new file mode 100755
index 0000000..fe4a890
Binary files /dev/null and "b/assets/audio/\344\277\235\345\255\230.mp3" differ
diff --git "a/assets/audio/\344\277\235\345\256\210.mp3" "b/assets/audio/\344\277\235\345\256\210.mp3"
new file mode 100755
index 0000000..bd1c99f
Binary files /dev/null and "b/assets/audio/\344\277\235\345\256\210.mp3" differ
diff --git "a/assets/audio/\344\277\235\345\257\206.mp3" "b/assets/audio/\344\277\235\345\257\206.mp3"
new file mode 100755
index 0000000..c4e04d3
Binary files /dev/null and "b/assets/audio/\344\277\235\345\257\206.mp3" differ
diff --git "a/assets/audio/\344\277\235\346\214\201.mp3" "b/assets/audio/\344\277\235\346\214\201.mp3"
new file mode 100755
index 0000000..097f753
Binary files /dev/null and "b/assets/audio/\344\277\235\346\214\201.mp3" differ
diff --git "a/assets/audio/\344\277\235\347\225\231.mp3" "b/assets/audio/\344\277\235\347\225\231.mp3"
new file mode 100755
index 0000000..97961ca
Binary files /dev/null and "b/assets/audio/\344\277\235\347\225\231.mp3" differ
diff --git "a/assets/audio/\344\277\235\347\256\241.mp3" "b/assets/audio/\344\277\235\347\256\241.mp3"
new file mode 100755
index 0000000..a502f45
Binary files /dev/null and "b/assets/audio/\344\277\235\347\256\241.mp3" differ
diff --git "a/assets/audio/\344\277\235\351\207\215.mp3" "b/assets/audio/\344\277\235\351\207\215.mp3"
new file mode 100755
index 0000000..552028b
Binary files /dev/null and "b/assets/audio/\344\277\235\351\207\215.mp3" differ
diff --git "a/assets/audio/\344\277\235\351\231\251.mp3" "b/assets/audio/\344\277\235\351\231\251.mp3"
new file mode 100755
index 0000000..90ea49a
Binary files /dev/null and "b/assets/audio/\344\277\235\351\231\251.mp3" differ
diff --git "a/assets/audio/\344\277\235\351\232\234.mp3" "b/assets/audio/\344\277\235\351\232\234.mp3"
new file mode 100755
index 0000000..85f57da
Binary files /dev/null and "b/assets/audio/\344\277\235\351\232\234.mp3" differ
diff --git "a/assets/audio/\344\277\241\344\273\273.mp3" "b/assets/audio/\344\277\241\344\273\273.mp3"
new file mode 100755
index 0000000..0a98692
Binary files /dev/null and "b/assets/audio/\344\277\241\344\273\273.mp3" differ
diff --git "a/assets/audio/\344\277\241\345\217\267.mp3" "b/assets/audio/\344\277\241\345\217\267.mp3"
new file mode 100755
index 0000000..2cecd2c
Binary files /dev/null and "b/assets/audio/\344\277\241\345\217\267.mp3" differ
diff --git "a/assets/audio/\344\277\241\345\260\201.mp3" "b/assets/audio/\344\277\241\345\260\201.mp3"
new file mode 100755
index 0000000..f520fc3
Binary files /dev/null and "b/assets/audio/\344\277\241\345\260\201.mp3" differ
diff --git "a/assets/audio/\344\277\241\345\277\203.mp3" "b/assets/audio/\344\277\241\345\277\203.mp3"
new file mode 100755
index 0000000..c910345
Binary files /dev/null and "b/assets/audio/\344\277\241\345\277\203.mp3" differ
diff --git "a/assets/audio/\344\277\241\346\201\257.mp3" "b/assets/audio/\344\277\241\346\201\257.mp3"
new file mode 100755
index 0000000..c5e7dc3
Binary files /dev/null and "b/assets/audio/\344\277\241\346\201\257.mp3" differ
diff --git "a/assets/audio/\344\277\256\346\224\271.mp3" "b/assets/audio/\344\277\256\346\224\271.mp3"
new file mode 100755
index 0000000..1d0ccce
Binary files /dev/null and "b/assets/audio/\344\277\256\346\224\271.mp3" differ
diff --git "a/assets/audio/\344\277\256\347\220\206.mp3" "b/assets/audio/\344\277\256\347\220\206.mp3"
new file mode 100755
index 0000000..7b91af7
Binary files /dev/null and "b/assets/audio/\344\277\256\347\220\206.mp3" differ
diff --git "a/assets/audio/\345\200\222\351\227\255.mp3" "b/assets/audio/\345\200\222\351\227\255.mp3"
new file mode 100755
index 0000000..ddc3eb1
Binary files /dev/null and "b/assets/audio/\345\200\222\351\227\255.mp3" differ
diff --git "a/assets/audio/\345\200\222\351\234\211.mp3" "b/assets/audio/\345\200\222\351\234\211.mp3"
new file mode 100755
index 0000000..08bcad3
Binary files /dev/null and "b/assets/audio/\345\200\222\351\234\211.mp3" differ
diff --git "a/assets/audio/\345\200\237\345\217\243.mp3" "b/assets/audio/\345\200\237\345\217\243.mp3"
new file mode 100755
index 0000000..4b61140
Binary files /dev/null and "b/assets/audio/\345\200\237\345\217\243.mp3" differ
diff --git "a/assets/audio/\345\200\241\345\257\274.mp3" "b/assets/audio/\345\200\241\345\257\274.mp3"
new file mode 100755
index 0000000..8629651
Binary files /dev/null and "b/assets/audio/\345\200\241\345\257\274.mp3" differ
diff --git "a/assets/audio/\345\200\241\350\256\256.mp3" "b/assets/audio/\345\200\241\350\256\256.mp3"
new file mode 100755
index 0000000..adfe080
Binary files /dev/null and "b/assets/audio/\345\200\241\350\256\256.mp3" differ
diff --git "a/assets/audio/\345\200\274\345\276\227.mp3" "b/assets/audio/\345\200\274\345\276\227.mp3"
new file mode 100755
index 0000000..a987c60
Binary files /dev/null and "b/assets/audio/\345\200\274\345\276\227.mp3" differ
diff --git "a/assets/audio/\345\201\207\345\246\202.mp3" "b/assets/audio/\345\201\207\345\246\202.mp3"
new file mode 100755
index 0000000..df031ec
Binary files /dev/null and "b/assets/audio/\345\201\207\345\246\202.mp3" differ
diff --git "a/assets/audio/\345\201\207\350\243\205.mp3" "b/assets/audio/\345\201\207\350\243\205.mp3"
new file mode 100755
index 0000000..a9cc737
Binary files /dev/null and "b/assets/audio/\345\201\207\350\243\205.mp3" differ
diff --git "a/assets/audio/\345\201\207\350\256\276.mp3" "b/assets/audio/\345\201\207\350\256\276.mp3"
new file mode 100755
index 0000000..0268506
Binary files /dev/null and "b/assets/audio/\345\201\207\350\256\276.mp3" differ
diff --git "a/assets/audio/\345\201\234.mp3" "b/assets/audio/\345\201\234.mp3"
new file mode 100755
index 0000000..a49feee
Binary files /dev/null and "b/assets/audio/\345\201\234.mp3" differ
diff --git "a/assets/audio/\345\201\245\350\272\253.mp3" "b/assets/audio/\345\201\245\350\272\253.mp3"
new file mode 100755
index 0000000..1b13b49
Binary files /dev/null and "b/assets/audio/\345\201\245\350\272\253.mp3" differ
diff --git "a/assets/audio/\345\201\266\347\204\266.mp3" "b/assets/audio/\345\201\266\347\204\266.mp3"
new file mode 100755
index 0000000..e5c1e81
Binary files /dev/null and "b/assets/audio/\345\201\266\347\204\266.mp3" differ
diff --git "a/assets/audio/\345\201\267.mp3" "b/assets/audio/\345\201\267.mp3"
new file mode 100755
index 0000000..f8fcc89
Binary files /dev/null and "b/assets/audio/\345\201\267.mp3" differ
diff --git "a/assets/audio/\345\201\277\350\277\230.mp3" "b/assets/audio/\345\201\277\350\277\230.mp3"
new file mode 100755
index 0000000..1e50a6f
Binary files /dev/null and "b/assets/audio/\345\201\277\350\277\230.mp3" differ
diff --git "a/assets/audio/\345\202\215\346\231\232.mp3" "b/assets/audio/\345\202\215\346\231\232.mp3"
new file mode 100755
index 0000000..8f9514b
Binary files /dev/null and "b/assets/audio/\345\202\215\346\231\232.mp3" differ
diff --git "a/assets/audio/\345\202\250\345\244\207.mp3" "b/assets/audio/\345\202\250\345\244\207.mp3"
new file mode 100755
index 0000000..d3e2afd
Binary files /dev/null and "b/assets/audio/\345\202\250\345\244\207.mp3" differ
diff --git "a/assets/audio/\345\202\250\345\255\230.mp3" "b/assets/audio/\345\202\250\345\255\230.mp3"
new file mode 100755
index 0000000..26a8a39
Binary files /dev/null and "b/assets/audio/\345\202\250\345\255\230.mp3" differ
diff --git "a/assets/audio/\345\202\250\350\223\204.mp3" "b/assets/audio/\345\202\250\350\223\204.mp3"
new file mode 100755
index 0000000..97d43bf
Binary files /dev/null and "b/assets/audio/\345\202\250\350\223\204.mp3" differ
diff --git "a/assets/audio/\345\202\254.mp3" "b/assets/audio/\345\202\254.mp3"
new file mode 100755
index 0000000..c11c1fb
Binary files /dev/null and "b/assets/audio/\345\202\254.mp3" differ
diff --git "a/assets/audio/\345\202\273.mp3" "b/assets/audio/\345\202\273.mp3"
new file mode 100755
index 0000000..1fa1a47
Binary files /dev/null and "b/assets/audio/\345\202\273.mp3" differ
diff --git "a/assets/audio/\345\204\277\345\255\220.mp3" "b/assets/audio/\345\204\277\345\255\220.mp3"
new file mode 100755
index 0000000..2a408ef
Binary files /dev/null and "b/assets/audio/\345\204\277\345\255\220.mp3" differ
diff --git "a/assets/audio/\345\205\201\350\256\270.mp3" "b/assets/audio/\345\205\201\350\256\270.mp3"
new file mode 100755
index 0000000..3bd1bbb
Binary files /dev/null and "b/assets/audio/\345\205\201\350\256\270.mp3" differ
diff --git "a/assets/audio/\345\205\203\346\227\246.mp3" "b/assets/audio/\345\205\203\346\227\246.mp3"
new file mode 100755
index 0000000..a1547ff
Binary files /dev/null and "b/assets/audio/\345\205\203\346\227\246.mp3" differ
diff --git "a/assets/audio/\345\205\204\345\274\237.mp3" "b/assets/audio/\345\205\204\345\274\237.mp3"
new file mode 100755
index 0000000..726f992
Binary files /dev/null and "b/assets/audio/\345\205\204\345\274\237.mp3" differ
diff --git "a/assets/audio/\345\205\205\345\210\206.mp3" "b/assets/audio/\345\205\205\345\210\206.mp3"
new file mode 100755
index 0000000..672b6df
Binary files /dev/null and "b/assets/audio/\345\205\205\345\210\206.mp3" differ
diff --git "a/assets/audio/\345\205\205\345\256\236.mp3" "b/assets/audio/\345\205\205\345\256\236.mp3"
new file mode 100755
index 0000000..ebace92
Binary files /dev/null and "b/assets/audio/\345\205\205\345\256\236.mp3" differ
diff --git "a/assets/audio/\345\205\205\345\275\223.mp3" "b/assets/audio/\345\205\205\345\275\223.mp3"
new file mode 100755
index 0000000..98f4d88
Binary files /dev/null and "b/assets/audio/\345\205\205\345\275\223.mp3" differ
diff --git "a/assets/audio/\345\205\205\346\262\233.mp3" "b/assets/audio/\345\205\205\346\262\233.mp3"
new file mode 100755
index 0000000..f896e76
Binary files /dev/null and "b/assets/audio/\345\205\205\346\262\233.mp3" differ
diff --git "a/assets/audio/\345\205\205\346\273\241.mp3" "b/assets/audio/\345\205\205\346\273\241.mp3"
new file mode 100755
index 0000000..9749eb0
Binary files /dev/null and "b/assets/audio/\345\205\205\346\273\241.mp3" differ
diff --git "a/assets/audio/\345\205\205\350\266\263.mp3" "b/assets/audio/\345\205\205\350\266\263.mp3"
new file mode 100755
index 0000000..3698fcd
Binary files /dev/null and "b/assets/audio/\345\205\205\350\266\263.mp3" differ
diff --git "a/assets/audio/\345\205\211\344\270\264.mp3" "b/assets/audio/\345\205\211\344\270\264.mp3"
new file mode 100755
index 0000000..862f0e6
Binary files /dev/null and "b/assets/audio/\345\205\211\344\270\264.mp3" differ
diff --git "a/assets/audio/\345\205\211\346\230\216.mp3" "b/assets/audio/\345\205\211\346\230\216.mp3"
new file mode 100755
index 0000000..001e599
Binary files /dev/null and "b/assets/audio/\345\205\211\346\230\216.mp3" differ
diff --git "a/assets/audio/\345\205\211\346\273\221.mp3" "b/assets/audio/\345\205\211\346\273\221.mp3"
new file mode 100755
index 0000000..3749a4f
Binary files /dev/null and "b/assets/audio/\345\205\211\346\273\221.mp3" differ
diff --git "a/assets/audio/\345\205\211\347\233\230.mp3" "b/assets/audio/\345\205\211\347\233\230.mp3"
new file mode 100755
index 0000000..6b8bace
Binary files /dev/null and "b/assets/audio/\345\205\211\347\233\230.mp3" differ
diff --git "a/assets/audio/\345\205\213.mp3" "b/assets/audio/\345\205\213.mp3"
new file mode 100755
index 0000000..0530466
Binary files /dev/null and "b/assets/audio/\345\205\213.mp3" differ
diff --git "a/assets/audio/\345\205\213\346\234\215.mp3" "b/assets/audio/\345\205\213\346\234\215.mp3"
new file mode 100755
index 0000000..9288c0e
Binary files /dev/null and "b/assets/audio/\345\205\213\346\234\215.mp3" differ
diff --git "a/assets/audio/\345\205\221\346\215\242.mp3" "b/assets/audio/\345\205\221\346\215\242.mp3"
new file mode 100755
index 0000000..f38cd92
Binary files /dev/null and "b/assets/audio/\345\205\221\346\215\242.mp3" differ
diff --git "a/assets/audio/\345\205\221\347\216\260.mp3" "b/assets/audio/\345\205\221\347\216\260.mp3"
new file mode 100755
index 0000000..d35fa21
Binary files /dev/null and "b/assets/audio/\345\205\221\347\216\260.mp3" differ
diff --git "a/assets/audio/\345\205\224\345\255\220.mp3" "b/assets/audio/\345\205\224\345\255\220.mp3"
new file mode 100755
index 0000000..28f0a5d
Binary files /dev/null and "b/assets/audio/\345\205\224\345\255\220.mp3" differ
diff --git "a/assets/audio/\345\205\232.mp3" "b/assets/audio/\345\205\232.mp3"
new file mode 100755
index 0000000..19e844c
Binary files /dev/null and "b/assets/audio/\345\205\232.mp3" differ
diff --git "a/assets/audio/\345\205\234.mp3" "b/assets/audio/\345\205\234.mp3"
new file mode 100755
index 0000000..45092f0
Binary files /dev/null and "b/assets/audio/\345\205\234.mp3" differ
diff --git "a/assets/audio/\345\205\245\345\217\243.mp3" "b/assets/audio/\345\205\245\345\217\243.mp3"
new file mode 100755
index 0000000..04a9ea6
Binary files /dev/null and "b/assets/audio/\345\205\245\345\217\243.mp3" differ
diff --git "a/assets/audio/\345\205\250\351\203\250.mp3" "b/assets/audio/\345\205\250\351\203\250.mp3"
new file mode 100755
index 0000000..3ab976c
Binary files /dev/null and "b/assets/audio/\345\205\250\351\203\250.mp3" differ
diff --git "a/assets/audio/\345\205\250\351\235\242.mp3" "b/assets/audio/\345\205\250\351\235\242.mp3"
new file mode 100755
index 0000000..7c9caa6
Binary files /dev/null and "b/assets/audio/\345\205\250\351\235\242.mp3" differ
diff --git "a/assets/audio/\345\205\254\344\270\273.mp3" "b/assets/audio/\345\205\254\344\270\273.mp3"
new file mode 100755
index 0000000..8ff2127
Binary files /dev/null and "b/assets/audio/\345\205\254\344\270\273.mp3" differ
diff --git "a/assets/audio/\345\205\254\345\205\203.mp3" "b/assets/audio/\345\205\254\345\205\203.mp3"
new file mode 100755
index 0000000..bd00392
Binary files /dev/null and "b/assets/audio/\345\205\254\345\205\203.mp3" differ
diff --git "a/assets/audio/\345\205\254\345\257\223.mp3" "b/assets/audio/\345\205\254\345\257\223.mp3"
new file mode 100755
index 0000000..02f2d4e
Binary files /dev/null and "b/assets/audio/\345\205\254\345\257\223.mp3" differ
diff --git "a/assets/audio/\345\205\254\345\270\203.mp3" "b/assets/audio/\345\205\254\345\270\203.mp3"
new file mode 100755
index 0000000..fdab7f1
Binary files /dev/null and "b/assets/audio/\345\205\254\345\270\203.mp3" differ
diff --git "a/assets/audio/\345\205\254\345\271\263.mp3" "b/assets/audio/\345\205\254\345\271\263.mp3"
new file mode 100755
index 0000000..48fb13d
Binary files /dev/null and "b/assets/audio/\345\205\254\345\271\263.mp3" differ
diff --git "a/assets/audio/\345\205\254\345\274\200.mp3" "b/assets/audio/\345\205\254\345\274\200.mp3"
new file mode 100755
index 0000000..879035e
Binary files /dev/null and "b/assets/audio/\345\205\254\345\274\200.mp3" differ
diff --git "a/assets/audio/\345\205\255.mp3" "b/assets/audio/\345\205\255.mp3"
new file mode 100755
index 0000000..4d04d1a
Binary files /dev/null and "b/assets/audio/\345\205\255.mp3" differ
diff --git "a/assets/audio/\345\205\263\351\227\255.mp3" "b/assets/audio/\345\205\263\351\227\255.mp3"
new file mode 100755
index 0000000..79946e6
Binary files /dev/null and "b/assets/audio/\345\205\263\351\227\255.mp3" differ
diff --git "a/assets/audio/\345\205\264\345\245\213.mp3" "b/assets/audio/\345\205\264\345\245\213.mp3"
new file mode 100755
index 0000000..b50bcf7
Binary files /dev/null and "b/assets/audio/\345\205\264\345\245\213.mp3" differ
diff --git "a/assets/audio/\345\205\266\344\270\255.mp3" "b/assets/audio/\345\205\266\344\270\255.mp3"
new file mode 100755
index 0000000..072bba1
Binary files /dev/null and "b/assets/audio/\345\205\266\344\270\255.mp3" differ
diff --git "a/assets/audio/\345\205\266\344\275\231.mp3" "b/assets/audio/\345\205\266\344\275\231.mp3"
new file mode 100755
index 0000000..8608c21
Binary files /dev/null and "b/assets/audio/\345\205\266\344\275\231.mp3" differ
diff --git "a/assets/audio/\345\205\266\346\254\241.mp3" "b/assets/audio/\345\205\266\346\254\241.mp3"
new file mode 100755
index 0000000..ad4d8fb
Binary files /dev/null and "b/assets/audio/\345\205\266\346\254\241.mp3" differ
diff --git "a/assets/audio/\345\205\267\344\275\223.mp3" "b/assets/audio/\345\205\267\344\275\223.mp3"
new file mode 100755
index 0000000..ff23855
Binary files /dev/null and "b/assets/audio/\345\205\267\344\275\223.mp3" differ
diff --git "a/assets/audio/\345\205\267\345\244\207.mp3" "b/assets/audio/\345\205\267\345\244\207.mp3"
new file mode 100755
index 0000000..c20a7d1
Binary files /dev/null and "b/assets/audio/\345\205\267\345\244\207.mp3" differ
diff --git "a/assets/audio/\345\205\270\345\236\213.mp3" "b/assets/audio/\345\205\270\345\236\213.mp3"
new file mode 100755
index 0000000..18da9b2
Binary files /dev/null and "b/assets/audio/\345\205\270\345\236\213.mp3" differ
diff --git "a/assets/audio/\345\205\270\347\244\274.mp3" "b/assets/audio/\345\205\270\347\244\274.mp3"
new file mode 100755
index 0000000..565b9e1
Binary files /dev/null and "b/assets/audio/\345\205\270\347\244\274.mp3" differ
diff --git "a/assets/audio/\345\205\273\346\210\220.mp3" "b/assets/audio/\345\205\273\346\210\220.mp3"
new file mode 100755
index 0000000..d0ce002
Binary files /dev/null and "b/assets/audio/\345\205\273\346\210\220.mp3" differ
diff --git "a/assets/audio/\345\205\274\350\201\214.mp3" "b/assets/audio/\345\205\274\350\201\214.mp3"
new file mode 100755
index 0000000..7abbaa4
Binary files /dev/null and "b/assets/audio/\345\205\274\350\201\214.mp3" differ
diff --git "a/assets/audio/\345\206\205\347\247\221.mp3" "b/assets/audio/\345\206\205\347\247\221.mp3"
new file mode 100755
index 0000000..11f0170
Binary files /dev/null and "b/assets/audio/\345\206\205\347\247\221.mp3" differ
diff --git "a/assets/audio/\345\206\205\351\203\250.mp3" "b/assets/audio/\345\206\205\351\203\250.mp3"
new file mode 100755
index 0000000..e708f0a
Binary files /dev/null and "b/assets/audio/\345\206\205\351\203\250.mp3" differ
diff --git "a/assets/audio/\345\206\214.mp3" "b/assets/audio/\345\206\214.mp3"
new file mode 100755
index 0000000..8d9fc3f
Binary files /dev/null and "b/assets/audio/\345\206\214.mp3" differ
diff --git "a/assets/audio/\345\206\215\344\270\211.mp3" "b/assets/audio/\345\206\215\344\270\211.mp3"
new file mode 100755
index 0000000..5cff4f6
Binary files /dev/null and "b/assets/audio/\345\206\215\344\270\211.mp3" differ
diff --git "a/assets/audio/\345\206\222\351\231\251.mp3" "b/assets/audio/\345\206\222\351\231\251.mp3"
new file mode 100755
index 0000000..fd3671b
Binary files /dev/null and "b/assets/audio/\345\206\222\351\231\251.mp3" differ
diff --git "a/assets/audio/\345\206\231\344\275\234.mp3" "b/assets/audio/\345\206\231\344\275\234.mp3"
new file mode 100755
index 0000000..0602cd6
Binary files /dev/null and "b/assets/audio/\345\206\231\344\275\234.mp3" differ
diff --git "a/assets/audio/\345\206\233\344\272\213.mp3" "b/assets/audio/\345\206\233\344\272\213.mp3"
new file mode 100755
index 0000000..09120e1
Binary files /dev/null and "b/assets/audio/\345\206\233\344\272\213.mp3" differ
diff --git "a/assets/audio/\345\206\234\344\270\232.mp3" "b/assets/audio/\345\206\234\344\270\232.mp3"
new file mode 100755
index 0000000..1c3177d
Binary files /dev/null and "b/assets/audio/\345\206\234\344\270\232.mp3" differ
diff --git "a/assets/audio/\345\206\234\346\235\221.mp3" "b/assets/audio/\345\206\234\346\235\221.mp3"
new file mode 100755
index 0000000..68e4c6d
Binary files /dev/null and "b/assets/audio/\345\206\234\346\235\221.mp3" differ
diff --git "a/assets/audio/\345\206\234\346\260\221.mp3" "b/assets/audio/\345\206\234\346\260\221.mp3"
new file mode 100755
index 0000000..858b2c2
Binary files /dev/null and "b/assets/audio/\345\206\234\346\260\221.mp3" differ
diff --git "a/assets/audio/\345\206\240\345\206\233.mp3" "b/assets/audio/\345\206\240\345\206\233.mp3"
new file mode 100755
index 0000000..f34dcac
Binary files /dev/null and "b/assets/audio/\345\206\240\345\206\233.mp3" differ
diff --git "a/assets/audio/\345\206\260\351\233\271.mp3" "b/assets/audio/\345\206\260\351\233\271.mp3"
new file mode 100755
index 0000000..19e3f36
Binary files /dev/null and "b/assets/audio/\345\206\260\351\233\271.mp3" differ
diff --git "a/assets/audio/\345\206\262.mp3" "b/assets/audio/\345\206\262.mp3"
new file mode 100755
index 0000000..a556f43
Binary files /dev/null and "b/assets/audio/\345\206\262.mp3" differ
diff --git "a/assets/audio/\345\206\262\345\207\273.mp3" "b/assets/audio/\345\206\262\345\207\273.mp3"
new file mode 100755
index 0000000..d559ea9
Binary files /dev/null and "b/assets/audio/\345\206\262\345\207\273.mp3" differ
diff --git "a/assets/audio/\345\206\262\345\212\250.mp3" "b/assets/audio/\345\206\262\345\212\250.mp3"
new file mode 100755
index 0000000..14710f4
Binary files /dev/null and "b/assets/audio/\345\206\262\345\212\250.mp3" differ
diff --git "a/assets/audio/\345\206\262\347\252\201.mp3" "b/assets/audio/\345\206\262\347\252\201.mp3"
new file mode 100755
index 0000000..9f6d1c2
Binary files /dev/null and "b/assets/audio/\345\206\262\347\252\201.mp3" differ
diff --git "a/assets/audio/\345\206\263\345\277\203.mp3" "b/assets/audio/\345\206\263\345\277\203.mp3"
new file mode 100755
index 0000000..7d8438c
Binary files /dev/null and "b/assets/audio/\345\206\263\345\277\203.mp3" differ
diff --git "a/assets/audio/\345\206\263\350\265\233.mp3" "b/assets/audio/\345\206\263\350\265\233.mp3"
new file mode 100755
index 0000000..7c239da
Binary files /dev/null and "b/assets/audio/\345\206\263\350\265\233.mp3" differ
diff --git "a/assets/audio/\345\206\267.mp3" "b/assets/audio/\345\206\267.mp3"
new file mode 100755
index 0000000..6feb51d
Binary files /dev/null and "b/assets/audio/\345\206\267.mp3" differ
diff --git "a/assets/audio/\345\206\267\346\267\241.mp3" "b/assets/audio/\345\206\267\346\267\241.mp3"
new file mode 100755
index 0000000..71e4b03
Binary files /dev/null and "b/assets/audio/\345\206\267\346\267\241.mp3" differ
diff --git "a/assets/audio/\345\206\273.mp3" "b/assets/audio/\345\206\273.mp3"
new file mode 100755
index 0000000..8cd06a6
Binary files /dev/null and "b/assets/audio/\345\206\273.mp3" differ
diff --git "a/assets/audio/\345\206\273\347\273\223.mp3" "b/assets/audio/\345\206\273\347\273\223.mp3"
new file mode 100755
index 0000000..21bf76b
Binary files /dev/null and "b/assets/audio/\345\206\273\347\273\223.mp3" differ
diff --git "a/assets/audio/\345\207\206\346\227\266.mp3" "b/assets/audio/\345\207\206\346\227\266.mp3"
new file mode 100755
index 0000000..ad1ac39
Binary files /dev/null and "b/assets/audio/\345\207\206\346\227\266.mp3" differ
diff --git "a/assets/audio/\345\207\206\347\241\256.mp3" "b/assets/audio/\345\207\206\347\241\256.mp3"
new file mode 100755
index 0000000..234c9fd
Binary files /dev/null and "b/assets/audio/\345\207\206\347\241\256.mp3" differ
diff --git "a/assets/audio/\345\207\221\345\220\210.mp3" "b/assets/audio/\345\207\221\345\220\210.mp3"
new file mode 100755
index 0000000..963f60c
Binary files /dev/null and "b/assets/audio/\345\207\221\345\220\210.mp3" differ
diff --git "a/assets/audio/\345\207\241\346\230\257.mp3" "b/assets/audio/\345\207\241\346\230\257.mp3"
new file mode 100755
index 0000000..72ec2ed
Binary files /dev/null and "b/assets/audio/\345\207\241\346\230\257.mp3" differ
diff --git "a/assets/audio/\345\207\255.mp3" "b/assets/audio/\345\207\255.mp3"
new file mode 100755
index 0000000..58b140b
Binary files /dev/null and "b/assets/audio/\345\207\255.mp3" differ
diff --git "a/assets/audio/\345\207\271\345\207\270.mp3" "b/assets/audio/\345\207\271\345\207\270.mp3"
new file mode 100755
index 0000000..df870ef
Binary files /dev/null and "b/assets/audio/\345\207\271\345\207\270.mp3" differ
diff --git "a/assets/audio/\345\207\272\345\215\226.mp3" "b/assets/audio/\345\207\272\345\215\226.mp3"
new file mode 100755
index 0000000..4116421
Binary files /dev/null and "b/assets/audio/\345\207\272\345\215\226.mp3" differ
diff --git "a/assets/audio/\345\207\272\345\217\243.mp3" "b/assets/audio/\345\207\272\345\217\243.mp3"
new file mode 100755
index 0000000..cacfc73
Binary files /dev/null and "b/assets/audio/\345\207\272\345\217\243.mp3" differ
diff --git "a/assets/audio/\345\207\272\345\270\255.mp3" "b/assets/audio/\345\207\272\345\270\255.mp3"
new file mode 100755
index 0000000..8c5dc46
Binary files /dev/null and "b/assets/audio/\345\207\272\345\270\255.mp3" differ
diff --git "a/assets/audio/\345\207\272\346\201\257.mp3" "b/assets/audio/\345\207\272\346\201\257.mp3"
new file mode 100755
index 0000000..c152eb4
Binary files /dev/null and "b/assets/audio/\345\207\272\346\201\257.mp3" differ
diff --git "a/assets/audio/\345\207\272\347\211\210.mp3" "b/assets/audio/\345\207\272\347\211\210.mp3"
new file mode 100755
index 0000000..96cb4c6
Binary files /dev/null and "b/assets/audio/\345\207\272\347\211\210.mp3" differ
diff --git "a/assets/audio/\345\207\272\347\244\272.mp3" "b/assets/audio/\345\207\272\347\244\272.mp3"
new file mode 100755
index 0000000..5158313
Binary files /dev/null and "b/assets/audio/\345\207\272\347\244\272.mp3" differ
diff --git "a/assets/audio/\345\207\272\347\245\236.mp3" "b/assets/audio/\345\207\272\347\245\236.mp3"
new file mode 100755
index 0000000..eb5257a
Binary files /dev/null and "b/assets/audio/\345\207\272\347\245\236.mp3" differ
diff --git "a/assets/audio/\345\207\272\350\211\262.mp3" "b/assets/audio/\345\207\272\350\211\262.mp3"
new file mode 100755
index 0000000..550600d
Binary files /dev/null and "b/assets/audio/\345\207\272\350\211\262.mp3" differ
diff --git "a/assets/audio/\345\207\272\350\267\257.mp3" "b/assets/audio/\345\207\272\350\267\257.mp3"
new file mode 100755
index 0000000..19340b5
Binary files /dev/null and "b/assets/audio/\345\207\272\350\267\257.mp3" differ
diff --git "a/assets/audio/\345\207\272\350\272\253.mp3" "b/assets/audio/\345\207\272\350\272\253.mp3"
new file mode 100755
index 0000000..6ff00b5
Binary files /dev/null and "b/assets/audio/\345\207\272\350\272\253.mp3" differ
diff --git "a/assets/audio/\345\210\206\345\210\253.mp3" "b/assets/audio/\345\210\206\345\210\253.mp3"
new file mode 100755
index 0000000..e0a2fb9
Binary files /dev/null and "b/assets/audio/\345\210\206\345\210\253.mp3" differ
diff --git "a/assets/audio/\345\210\206\345\270\203.mp3" "b/assets/audio/\345\210\206\345\270\203.mp3"
new file mode 100755
index 0000000..04c0ed1
Binary files /dev/null and "b/assets/audio/\345\210\206\345\270\203.mp3" differ
diff --git "a/assets/audio/\345\210\206\346\211\213.mp3" "b/assets/audio/\345\210\206\346\211\213.mp3"
new file mode 100755
index 0000000..29596b7
Binary files /dev/null and "b/assets/audio/\345\210\206\346\211\213.mp3" differ
diff --git "a/assets/audio/\345\210\206\346\236\220.mp3" "b/assets/audio/\345\210\206\346\236\220.mp3"
new file mode 100755
index 0000000..906cb55
Binary files /dev/null and "b/assets/audio/\345\210\206\346\236\220.mp3" differ
diff --git "a/assets/audio/\345\210\206\351\205\215.mp3" "b/assets/audio/\345\210\206\351\205\215.mp3"
new file mode 100755
index 0000000..b332277
Binary files /dev/null and "b/assets/audio/\345\210\206\351\205\215.mp3" differ
diff --git "a/assets/audio/\345\210\207.mp3" "b/assets/audio/\345\210\207.mp3"
new file mode 100755
index 0000000..3449800
Binary files /dev/null and "b/assets/audio/\345\210\207.mp3" differ
diff --git "a/assets/audio/\345\210\222.mp3" "b/assets/audio/\345\210\222.mp3"
new file mode 100755
index 0000000..5342cc8
Binary files /dev/null and "b/assets/audio/\345\210\222.mp3" differ
diff --git "a/assets/audio/\345\210\227\350\275\246.mp3" "b/assets/audio/\345\210\227\350\275\246.mp3"
new file mode 100755
index 0000000..cb3fb7c
Binary files /dev/null and "b/assets/audio/\345\210\227\350\275\246.mp3" differ
diff --git "a/assets/audio/\345\210\231.mp3" "b/assets/audio/\345\210\231.mp3"
new file mode 100755
index 0000000..df80ae4
Binary files /dev/null and "b/assets/audio/\345\210\231.mp3" differ
diff --git "a/assets/audio/\345\210\233\344\270\232.mp3" "b/assets/audio/\345\210\233\344\270\232.mp3"
new file mode 100755
index 0000000..2866463
Binary files /dev/null and "b/assets/audio/\345\210\233\344\270\232.mp3" differ
diff --git "a/assets/audio/\345\210\233\344\275\234.mp3" "b/assets/audio/\345\210\233\344\275\234.mp3"
new file mode 100755
index 0000000..00a9071
Binary files /dev/null and "b/assets/audio/\345\210\233\344\275\234.mp3" differ
diff --git "a/assets/audio/\345\210\233\346\226\260.mp3" "b/assets/audio/\345\210\233\346\226\260.mp3"
new file mode 100755
index 0000000..3df89bf
Binary files /dev/null and "b/assets/audio/\345\210\233\346\226\260.mp3" differ
diff --git "a/assets/audio/\345\210\233\347\253\213.mp3" "b/assets/audio/\345\210\233\347\253\213.mp3"
new file mode 100755
index 0000000..26022aa
Binary files /dev/null and "b/assets/audio/\345\210\233\347\253\213.mp3" differ
diff --git "a/assets/audio/\345\210\233\351\200\240.mp3" "b/assets/audio/\345\210\233\351\200\240.mp3"
new file mode 100755
index 0000000..907c780
Binary files /dev/null and "b/assets/audio/\345\210\233\351\200\240.mp3" differ
diff --git "a/assets/audio/\345\210\235\346\255\245.mp3" "b/assets/audio/\345\210\235\346\255\245.mp3"
new file mode 100755
index 0000000..84c896d
Binary files /dev/null and "b/assets/audio/\345\210\235\346\255\245.mp3" differ
diff --git "a/assets/audio/\345\210\235\347\272\247.mp3" "b/assets/audio/\345\210\235\347\272\247.mp3"
new file mode 100755
index 0000000..9d81586
Binary files /dev/null and "b/assets/audio/\345\210\235\347\272\247.mp3" differ
diff --git "a/assets/audio/\345\210\240\351\231\244.mp3" "b/assets/audio/\345\210\240\351\231\244.mp3"
new file mode 100755
index 0000000..19b6cac
Binary files /dev/null and "b/assets/audio/\345\210\240\351\231\244.mp3" differ
diff --git "a/assets/audio/\345\210\251\346\201\257.mp3" "b/assets/audio/\345\210\251\346\201\257.mp3"
new file mode 100755
index 0000000..150f217
Binary files /dev/null and "b/assets/audio/\345\210\251\346\201\257.mp3" differ
diff --git "a/assets/audio/\345\210\251\346\266\246.mp3" "b/assets/audio/\345\210\251\346\266\246.mp3"
new file mode 100755
index 0000000..fa17b1a
Binary files /dev/null and "b/assets/audio/\345\210\251\346\266\246.mp3" differ
diff --git "a/assets/audio/\345\210\251\347\224\250.mp3" "b/assets/audio/\345\210\251\347\224\250.mp3"
new file mode 100755
index 0000000..90f2670
Binary files /dev/null and "b/assets/audio/\345\210\251\347\224\250.mp3" differ
diff --git "a/assets/audio/\345\210\251\347\233\212.mp3" "b/assets/audio/\345\210\251\347\233\212.mp3"
new file mode 100755
index 0000000..cf2f6fe
Binary files /dev/null and "b/assets/audio/\345\210\251\347\233\212.mp3" differ
diff --git "a/assets/audio/\345\210\253\345\242\205.mp3" "b/assets/audio/\345\210\253\345\242\205.mp3"
new file mode 100755
index 0000000..7e4a9b7
Binary files /dev/null and "b/assets/audio/\345\210\253\345\242\205.mp3" differ
diff --git "a/assets/audio/\345\210\253\346\211\255.mp3" "b/assets/audio/\345\210\253\346\211\255.mp3"
new file mode 100755
index 0000000..f0ba8ed
Binary files /dev/null and "b/assets/audio/\345\210\253\346\211\255.mp3" differ
diff --git "a/assets/audio/\345\210\253\350\207\264.mp3" "b/assets/audio/\345\210\253\350\207\264.mp3"
new file mode 100755
index 0000000..fcc8703
Binary files /dev/null and "b/assets/audio/\345\210\253\350\207\264.mp3" differ
diff --git "a/assets/audio/\345\210\260\350\276\276.mp3" "b/assets/audio/\345\210\260\350\276\276.mp3"
new file mode 100755
index 0000000..5e238ac
Binary files /dev/null and "b/assets/audio/\345\210\260\350\276\276.mp3" differ
diff --git "a/assets/audio/\345\210\266\344\275\234.mp3" "b/assets/audio/\345\210\266\344\275\234.mp3"
new file mode 100755
index 0000000..8cf742f
Binary files /dev/null and "b/assets/audio/\345\210\266\344\275\234.mp3" differ
diff --git "a/assets/audio/\345\210\266\345\256\232.mp3" "b/assets/audio/\345\210\266\345\256\232.mp3"
new file mode 100755
index 0000000..d6494a5
Binary files /dev/null and "b/assets/audio/\345\210\266\345\256\232.mp3" differ
diff --git "a/assets/audio/\345\210\266\345\272\246.mp3" "b/assets/audio/\345\210\266\345\272\246.mp3"
new file mode 100755
index 0000000..5b615f7
Binary files /dev/null and "b/assets/audio/\345\210\266\345\272\246.mp3" differ
diff --git "a/assets/audio/\345\210\266\351\200\240.mp3" "b/assets/audio/\345\210\266\351\200\240.mp3"
new file mode 100755
index 0000000..d7c4cb9
Binary files /dev/null and "b/assets/audio/\345\210\266\351\200\240.mp3" differ
diff --git "a/assets/audio/\345\210\271\351\202\243.mp3" "b/assets/audio/\345\210\271\351\202\243.mp3"
new file mode 100755
index 0000000..4df50d7
Binary files /dev/null and "b/assets/audio/\345\210\271\351\202\243.mp3" differ
diff --git "a/assets/audio/\345\210\272.mp3" "b/assets/audio/\345\210\272.mp3"
new file mode 100755
index 0000000..06c0d26
Binary files /dev/null and "b/assets/audio/\345\210\272.mp3" differ
diff --git "a/assets/audio/\345\210\272\346\277\200.mp3" "b/assets/audio/\345\210\272\346\277\200.mp3"
new file mode 100755
index 0000000..235118d
Binary files /dev/null and "b/assets/audio/\345\210\272\346\277\200.mp3" differ
diff --git "a/assets/audio/\345\210\273\350\213\246.mp3" "b/assets/audio/\345\210\273\350\213\246.mp3"
new file mode 100755
index 0000000..8696ae1
Binary files /dev/null and "b/assets/audio/\345\210\273\350\213\246.mp3" differ
diff --git "a/assets/audio/\345\211\215\351\200\224.mp3" "b/assets/audio/\345\211\215\351\200\224.mp3"
new file mode 100755
index 0000000..092d698
Binary files /dev/null and "b/assets/audio/\345\211\215\351\200\224.mp3" differ
diff --git "a/assets/audio/\345\211\245\345\211\212.mp3" "b/assets/audio/\345\211\245\345\211\212.mp3"
new file mode 100755
index 0000000..272f0af
Binary files /dev/null and "b/assets/audio/\345\211\245\345\211\212.mp3" differ
diff --git "a/assets/audio/\345\211\251.mp3" "b/assets/audio/\345\211\251.mp3"
new file mode 100755
index 0000000..9f0d8e9
Binary files /dev/null and "b/assets/audio/\345\211\251.mp3" differ
diff --git "a/assets/audio/\345\211\252\345\210\200.mp3" "b/assets/audio/\345\211\252\345\210\200.mp3"
new file mode 100755
index 0000000..a210657
Binary files /dev/null and "b/assets/audio/\345\211\252\345\210\200.mp3" differ
diff --git "a/assets/audio/\345\212\233\351\207\217.mp3" "b/assets/audio/\345\212\233\351\207\217.mp3"
new file mode 100755
index 0000000..237d62e
Binary files /dev/null and "b/assets/audio/\345\212\233\351\207\217.mp3" differ
diff --git "a/assets/audio/\345\212\235.mp3" "b/assets/audio/\345\212\235.mp3"
new file mode 100755
index 0000000..f10260f
Binary files /dev/null and "b/assets/audio/\345\212\235.mp3" differ
diff --git "a/assets/audio/\345\212\236\347\220\206.mp3" "b/assets/audio/\345\212\236\347\220\206.mp3"
new file mode 100755
index 0000000..7927ab0
Binary files /dev/null and "b/assets/audio/\345\212\236\347\220\206.mp3" differ
diff --git "a/assets/audio/\345\212\237\350\203\275.mp3" "b/assets/audio/\345\212\237\350\203\275.mp3"
new file mode 100755
index 0000000..461dc16
Binary files /dev/null and "b/assets/audio/\345\212\237\350\203\275.mp3" differ
diff --git "a/assets/audio/\345\212\250\345\212\233.mp3" "b/assets/audio/\345\212\250\345\212\233.mp3"
new file mode 100755
index 0000000..8c4a839
Binary files /dev/null and "b/assets/audio/\345\212\250\345\212\233.mp3" differ
diff --git "a/assets/audio/\345\212\250\345\221\230.mp3" "b/assets/audio/\345\212\250\345\221\230.mp3"
new file mode 100755
index 0000000..0294aad
Binary files /dev/null and "b/assets/audio/\345\212\250\345\221\230.mp3" differ
diff --git "a/assets/audio/\345\212\250\346\200\201.mp3" "b/assets/audio/\345\212\250\346\200\201.mp3"
new file mode 100755
index 0000000..72f0f24
Binary files /dev/null and "b/assets/audio/\345\212\250\346\200\201.mp3" differ
diff --git "a/assets/audio/\345\212\250\346\211\213.mp3" "b/assets/audio/\345\212\250\346\211\213.mp3"
new file mode 100755
index 0000000..ed0e2c8
Binary files /dev/null and "b/assets/audio/\345\212\250\346\211\213.mp3" differ
diff --git "a/assets/audio/\345\212\250\346\234\272.mp3" "b/assets/audio/\345\212\250\346\234\272.mp3"
new file mode 100755
index 0000000..1cac061
Binary files /dev/null and "b/assets/audio/\345\212\250\346\234\272.mp3" differ
diff --git "a/assets/audio/\345\212\250\350\204\211.mp3" "b/assets/audio/\345\212\250\350\204\211.mp3"
new file mode 100755
index 0000000..b52e08d
Binary files /dev/null and "b/assets/audio/\345\212\250\350\204\211.mp3" differ
diff --git "a/assets/audio/\345\212\250\350\215\241.mp3" "b/assets/audio/\345\212\250\350\215\241.mp3"
new file mode 100755
index 0000000..28d6632
Binary files /dev/null and "b/assets/audio/\345\212\250\350\215\241.mp3" differ
diff --git "a/assets/audio/\345\212\250\350\272\253.mp3" "b/assets/audio/\345\212\250\350\272\253.mp3"
new file mode 100755
index 0000000..0ccb8ec
Binary files /dev/null and "b/assets/audio/\345\212\250\350\272\253.mp3" differ
diff --git "a/assets/audio/\345\212\250\351\235\231.mp3" "b/assets/audio/\345\212\250\351\235\231.mp3"
new file mode 100755
index 0000000..794597e
Binary files /dev/null and "b/assets/audio/\345\212\250\351\235\231.mp3" differ
diff --git "a/assets/audio/\345\212\263\345\212\250.mp3" "b/assets/audio/\345\212\263\345\212\250.mp3"
new file mode 100755
index 0000000..120684e
Binary files /dev/null and "b/assets/audio/\345\212\263\345\212\250.mp3" differ
diff --git "a/assets/audio/\345\212\263\351\251\276.mp3" "b/assets/audio/\345\212\263\351\251\276.mp3"
new file mode 100755
index 0000000..e6d9ec3
Binary files /dev/null and "b/assets/audio/\345\212\263\351\251\276.mp3" differ
diff --git "a/assets/audio/\345\213\207\346\225\242.mp3" "b/assets/audio/\345\213\207\346\225\242.mp3"
new file mode 100755
index 0000000..11fc3a1
Binary files /dev/null and "b/assets/audio/\345\213\207\346\225\242.mp3" differ
diff --git "a/assets/audio/\345\213\207\346\260\224.mp3" "b/assets/audio/\345\213\207\346\260\224.mp3"
new file mode 100755
index 0000000..ffa62c5
Binary files /dev/null and "b/assets/audio/\345\213\207\346\260\224.mp3" differ
diff --git "a/assets/audio/\345\213\244\345\245\213.mp3" "b/assets/audio/\345\213\244\345\245\213.mp3"
new file mode 100755
index 0000000..94b9de1
Binary files /dev/null and "b/assets/audio/\345\213\244\345\245\213.mp3" differ
diff --git "a/assets/audio/\345\213\272\345\255\220.mp3" "b/assets/audio/\345\213\272\345\255\220.mp3"
new file mode 100755
index 0000000..1dda19c
Binary files /dev/null and "b/assets/audio/\345\213\272\345\255\220.mp3" differ
diff --git "a/assets/audio/\345\213\277.mp3" "b/assets/audio/\345\213\277.mp3"
new file mode 100755
index 0000000..1640c66
Binary files /dev/null and "b/assets/audio/\345\213\277.mp3" differ
diff --git "a/assets/audio/\345\214\205\345\220\253.mp3" "b/assets/audio/\345\214\205\345\220\253.mp3"
new file mode 100755
index 0000000..fca43ba
Binary files /dev/null and "b/assets/audio/\345\214\205\345\220\253.mp3" differ
diff --git "a/assets/audio/\345\214\205\345\233\264.mp3" "b/assets/audio/\345\214\205\345\233\264.mp3"
new file mode 100755
index 0000000..43c9b7b
Binary files /dev/null and "b/assets/audio/\345\214\205\345\233\264.mp3" differ
diff --git "a/assets/audio/\345\214\205\345\272\207.mp3" "b/assets/audio/\345\214\205\345\272\207.mp3"
new file mode 100755
index 0000000..e81ac89
Binary files /dev/null and "b/assets/audio/\345\214\205\345\272\207.mp3" differ
diff --git "a/assets/audio/\345\214\205\346\213\254.mp3" "b/assets/audio/\345\214\205\346\213\254.mp3"
new file mode 100755
index 0000000..f13d092
Binary files /dev/null and "b/assets/audio/\345\214\205\346\213\254.mp3" differ
diff --git "a/assets/audio/\345\214\205\350\242\261.mp3" "b/assets/audio/\345\214\205\350\242\261.mp3"
new file mode 100755
index 0000000..1d00eba
Binary files /dev/null and "b/assets/audio/\345\214\205\350\242\261.mp3" differ
diff --git "a/assets/audio/\345\214\205\350\243\205.mp3" "b/assets/audio/\345\214\205\350\243\205.mp3"
new file mode 100755
index 0000000..30fb34f
Binary files /dev/null and "b/assets/audio/\345\214\205\350\243\205.mp3" differ
diff --git "a/assets/audio/\345\214\205\350\243\271.mp3" "b/assets/audio/\345\214\205\350\243\271.mp3"
new file mode 100755
index 0000000..7fadbe4
Binary files /dev/null and "b/assets/audio/\345\214\205\350\243\271.mp3" differ
diff --git "a/assets/audio/\345\214\206\345\277\231.mp3" "b/assets/audio/\345\214\206\345\277\231.mp3"
new file mode 100755
index 0000000..ef0dd80
Binary files /dev/null and "b/assets/audio/\345\214\206\345\277\231.mp3" differ
diff --git "a/assets/audio/\345\214\226\345\255\246.mp3" "b/assets/audio/\345\214\226\345\255\246.mp3"
new file mode 100755
index 0000000..4c67a23
Binary files /dev/null and "b/assets/audio/\345\214\226\345\255\246.mp3" differ
diff --git "a/assets/audio/\345\214\227\344\272\254.mp3" "b/assets/audio/\345\214\227\344\272\254.mp3"
new file mode 100755
index 0000000..5bec8cf
Binary files /dev/null and "b/assets/audio/\345\214\227\344\272\254.mp3" differ
diff --git "a/assets/audio/\345\214\227\346\236\201.mp3" "b/assets/audio/\345\214\227\346\236\201.mp3"
new file mode 100755
index 0000000..e6c3997
Binary files /dev/null and "b/assets/audio/\345\214\227\346\236\201.mp3" differ
diff --git "a/assets/audio/\345\214\271.mp3" "b/assets/audio/\345\214\271.mp3"
new file mode 100755
index 0000000..6181a66
Binary files /dev/null and "b/assets/audio/\345\214\271.mp3" differ
diff --git "a/assets/audio/\345\214\272\345\210\253.mp3" "b/assets/audio/\345\214\272\345\210\253.mp3"
new file mode 100755
index 0000000..a1d7641
Binary files /dev/null and "b/assets/audio/\345\214\272\345\210\253.mp3" differ
diff --git "a/assets/audio/\345\215\201\345\210\206.mp3" "b/assets/audio/\345\215\201\345\210\206.mp3"
new file mode 100755
index 0000000..a11de99
Binary files /dev/null and "b/assets/audio/\345\215\201\345\210\206.mp3" differ
diff --git "a/assets/audio/\345\215\203\344\270\207.mp3" "b/assets/audio/\345\215\203\344\270\207.mp3"
new file mode 100755
index 0000000..a0f79ac
Binary files /dev/null and "b/assets/audio/\345\215\203\344\270\207.mp3" differ
diff --git "a/assets/audio/\345\215\207.mp3" "b/assets/audio/\345\215\207.mp3"
new file mode 100755
index 0000000..6517d4d
Binary files /dev/null and "b/assets/audio/\345\215\207.mp3" differ
diff --git "a/assets/audio/\345\215\216\350\243\224.mp3" "b/assets/audio/\345\215\216\350\243\224.mp3"
new file mode 100755
index 0000000..d48e994
Binary files /dev/null and "b/assets/audio/\345\215\216\350\243\224.mp3" differ
diff --git "a/assets/audio/\345\215\221\351\204\231.mp3" "b/assets/audio/\345\215\221\351\204\231.mp3"
new file mode 100755
index 0000000..bb41ac2
Binary files /dev/null and "b/assets/audio/\345\215\221\351\204\231.mp3" differ
diff --git "a/assets/audio/\345\215\225\345\205\203.mp3" "b/assets/audio/\345\215\225\345\205\203.mp3"
new file mode 100755
index 0000000..71b13ff
Binary files /dev/null and "b/assets/audio/\345\215\225\345\205\203.mp3" differ
diff --git "a/assets/audio/\345\215\225\347\272\257.mp3" "b/assets/audio/\345\215\225\347\272\257.mp3"
new file mode 100755
index 0000000..6b56587
Binary files /dev/null and "b/assets/audio/\345\215\225\347\272\257.mp3" differ
diff --git "a/assets/audio/\345\215\232\347\211\251\351\246\206.mp3" "b/assets/audio/\345\215\232\347\211\251\351\246\206.mp3"
new file mode 100755
index 0000000..9c54504
Binary files /dev/null and "b/assets/audio/\345\215\232\347\211\251\351\246\206.mp3" differ
diff --git "a/assets/audio/\345\215\240.mp3" "b/assets/audio/\345\215\240.mp3"
new file mode 100755
index 0000000..1c89cc7
Binary files /dev/null and "b/assets/audio/\345\215\240.mp3" differ
diff --git "a/assets/audio/\345\215\240\347\272\277.mp3" "b/assets/audio/\345\215\240\347\272\277.mp3"
new file mode 100755
index 0000000..3b80099
Binary files /dev/null and "b/assets/audio/\345\215\240\347\272\277.mp3" differ
diff --git "a/assets/audio/\345\215\241\350\275\246.mp3" "b/assets/audio/\345\215\241\350\275\246.mp3"
new file mode 100755
index 0000000..0a97ce3
Binary files /dev/null and "b/assets/audio/\345\215\241\350\275\246.mp3" differ
diff --git "a/assets/audio/\345\215\247\345\256\244.mp3" "b/assets/audio/\345\215\247\345\256\244.mp3"
new file mode 100755
index 0000000..897cb32
Binary files /dev/null and "b/assets/audio/\345\215\247\345\256\244.mp3" differ
diff --git "a/assets/audio/\345\215\260\345\210\267.mp3" "b/assets/audio/\345\215\260\345\210\267.mp3"
new file mode 100755
index 0000000..ef83cf0
Binary files /dev/null and "b/assets/audio/\345\215\260\345\210\267.mp3" differ
diff --git "a/assets/audio/\345\215\260\350\261\241.mp3" "b/assets/audio/\345\215\260\350\261\241.mp3"
new file mode 100755
index 0000000..007420e
Binary files /dev/null and "b/assets/audio/\345\215\260\350\261\241.mp3" differ
diff --git "a/assets/audio/\345\215\261\345\256\263.mp3" "b/assets/audio/\345\215\261\345\256\263.mp3"
new file mode 100755
index 0000000..c89c624
Binary files /dev/null and "b/assets/audio/\345\215\261\345\256\263.mp3" differ
diff --git "a/assets/audio/\345\215\261\351\231\251.mp3" "b/assets/audio/\345\215\261\351\231\251.mp3"
new file mode 100755
index 0000000..a9c4869
Binary files /dev/null and "b/assets/audio/\345\215\261\351\231\251.mp3" differ
diff --git "a/assets/audio/\345\215\264.mp3" "b/assets/audio/\345\215\264.mp3"
new file mode 100755
index 0000000..036d08b
Binary files /dev/null and "b/assets/audio/\345\215\264.mp3" differ
diff --git "a/assets/audio/\345\216\213\345\212\233.mp3" "b/assets/audio/\345\216\213\345\212\233.mp3"
new file mode 100755
index 0000000..dfed67a
Binary files /dev/null and "b/assets/audio/\345\216\213\345\212\233.mp3" differ
diff --git "a/assets/audio/\345\216\230\347\261\263.mp3" "b/assets/audio/\345\216\230\347\261\263.mp3"
new file mode 100755
index 0000000..e271cd9
Binary files /dev/null and "b/assets/audio/\345\216\230\347\261\263.mp3" differ
diff --git "a/assets/audio/\345\216\237\345\210\231.mp3" "b/assets/audio/\345\216\237\345\210\231.mp3"
new file mode 100755
index 0000000..5fe1997
Binary files /dev/null and "b/assets/audio/\345\216\237\345\210\231.mp3" differ
diff --git "a/assets/audio/\345\216\237\345\233\240.mp3" "b/assets/audio/\345\216\237\345\233\240.mp3"
new file mode 100755
index 0000000..6902931
Binary files /dev/null and "b/assets/audio/\345\216\237\345\233\240.mp3" differ
diff --git "a/assets/audio/\345\216\237\346\226\231.mp3" "b/assets/audio/\345\216\237\346\226\231.mp3"
new file mode 100755
index 0000000..9fb8924
Binary files /dev/null and "b/assets/audio/\345\216\237\346\226\231.mp3" differ
diff --git "a/assets/audio/\345\216\237\346\235\245.mp3" "b/assets/audio/\345\216\237\346\235\245.mp3"
new file mode 100755
index 0000000..322d273
Binary files /dev/null and "b/assets/audio/\345\216\237\346\235\245.mp3" differ
diff --git "a/assets/audio/\345\216\237\350\260\205.mp3" "b/assets/audio/\345\216\237\350\260\205.mp3"
new file mode 100755
index 0000000..18e31d2
Binary files /dev/null and "b/assets/audio/\345\216\237\350\260\205.mp3" differ
diff --git "a/assets/audio/\345\216\273\344\270\226.mp3" "b/assets/audio/\345\216\273\344\270\226.mp3"
new file mode 100755
index 0000000..a9c126c
Binary files /dev/null and "b/assets/audio/\345\216\273\344\270\226.mp3" differ
diff --git "a/assets/audio/\345\216\277.mp3" "b/assets/audio/\345\216\277.mp3"
new file mode 100755
index 0000000..aceae95
Binary files /dev/null and "b/assets/audio/\345\216\277.mp3" differ
diff --git "a/assets/audio/\345\217\202\344\270\216.mp3" "b/assets/audio/\345\217\202\344\270\216.mp3"
new file mode 100755
index 0000000..1dcd5de
Binary files /dev/null and "b/assets/audio/\345\217\202\344\270\216.mp3" differ
diff --git "a/assets/audio/\345\217\202\347\205\247.mp3" "b/assets/audio/\345\217\202\347\205\247.mp3"
new file mode 100755
index 0000000..61d403e
Binary files /dev/null and "b/assets/audio/\345\217\202\347\205\247.mp3" differ
diff --git "a/assets/audio/\345\217\202\350\200\203.mp3" "b/assets/audio/\345\217\202\350\200\203.mp3"
new file mode 100755
index 0000000..2852c88
Binary files /dev/null and "b/assets/audio/\345\217\202\350\200\203.mp3" differ
diff --git "a/assets/audio/\345\217\202\350\260\213.mp3" "b/assets/audio/\345\217\202\350\260\213.mp3"
new file mode 100755
index 0000000..265dcc8
Binary files /dev/null and "b/assets/audio/\345\217\202\350\260\213.mp3" differ
diff --git "a/assets/audio/\345\217\211\345\255\220.mp3" "b/assets/audio/\345\217\211\345\255\220.mp3"
new file mode 100755
index 0000000..ffa5683
Binary files /dev/null and "b/assets/audio/\345\217\211\345\255\220.mp3" differ
diff --git "a/assets/audio/\345\217\212\346\240\274.mp3" "b/assets/audio/\345\217\212\346\240\274.mp3"
new file mode 100755
index 0000000..987bbdf
Binary files /dev/null and "b/assets/audio/\345\217\212\346\240\274.mp3" differ
diff --git "a/assets/audio/\345\217\213\345\245\275.mp3" "b/assets/audio/\345\217\213\345\245\275.mp3"
new file mode 100755
index 0000000..6b27a32
Binary files /dev/null and "b/assets/audio/\345\217\213\345\245\275.mp3" differ
diff --git "a/assets/audio/\345\217\213\350\260\212.mp3" "b/assets/audio/\345\217\213\350\260\212.mp3"
new file mode 100755
index 0000000..f099c15
Binary files /dev/null and "b/assets/audio/\345\217\213\350\260\212.mp3" differ
diff --git "a/assets/audio/\345\217\214\346\226\271.mp3" "b/assets/audio/\345\217\214\346\226\271.mp3"
new file mode 100755
index 0000000..2411429
Binary files /dev/null and "b/assets/audio/\345\217\214\346\226\271.mp3" differ
diff --git "a/assets/audio/\345\217\215\345\244\215.mp3" "b/assets/audio/\345\217\215\345\244\215.mp3"
new file mode 100755
index 0000000..710adbf
Binary files /dev/null and "b/assets/audio/\345\217\215\345\244\215.mp3" differ
diff --git "a/assets/audio/\345\217\215\345\272\224.mp3" "b/assets/audio/\345\217\215\345\272\224.mp3"
new file mode 100755
index 0000000..aed9cdf
Binary files /dev/null and "b/assets/audio/\345\217\215\345\272\224.mp3" differ
diff --git "a/assets/audio/\345\217\215\346\230\240.mp3" "b/assets/audio/\345\217\215\346\230\240.mp3"
new file mode 100755
index 0000000..454618e
Binary files /dev/null and "b/assets/audio/\345\217\215\346\230\240.mp3" differ
diff --git "a/assets/audio/\345\217\215\346\255\243.mp3" "b/assets/audio/\345\217\215\346\255\243.mp3"
new file mode 100755
index 0000000..be27a16
Binary files /dev/null and "b/assets/audio/\345\217\215\346\255\243.mp3" differ
diff --git "a/assets/audio/\345\217\215\350\200\214.mp3" "b/assets/audio/\345\217\215\350\200\214.mp3"
new file mode 100755
index 0000000..e89abe3
Binary files /dev/null and "b/assets/audio/\345\217\215\350\200\214.mp3" differ
diff --git "a/assets/audio/\345\217\215\351\251\263.mp3" "b/assets/audio/\345\217\215\351\251\263.mp3"
new file mode 100755
index 0000000..38e3373
Binary files /dev/null and "b/assets/audio/\345\217\215\351\251\263.mp3" differ
diff --git "a/assets/audio/\345\217\221\345\212\250.mp3" "b/assets/audio/\345\217\221\345\212\250.mp3"
new file mode 100755
index 0000000..b72bd66
Binary files /dev/null and "b/assets/audio/\345\217\221\345\212\250.mp3" differ
diff --git "a/assets/audio/\345\217\221\345\221\206.mp3" "b/assets/audio/\345\217\221\345\221\206.mp3"
new file mode 100755
index 0000000..ae74ba5
Binary files /dev/null and "b/assets/audio/\345\217\221\345\221\206.mp3" differ
diff --git "a/assets/audio/\345\217\221\345\260\204.mp3" "b/assets/audio/\345\217\221\345\260\204.mp3"
new file mode 100755
index 0000000..5349532
Binary files /dev/null and "b/assets/audio/\345\217\221\345\260\204.mp3" differ
diff --git "a/assets/audio/\345\217\221\345\270\203.mp3" "b/assets/audio/\345\217\221\345\270\203.mp3"
new file mode 100755
index 0000000..c38a17c
Binary files /dev/null and "b/assets/audio/\345\217\221\345\270\203.mp3" differ
diff --git "a/assets/audio/\345\217\221\346\204\201.mp3" "b/assets/audio/\345\217\221\346\204\201.mp3"
new file mode 100755
index 0000000..c4ab12a
Binary files /dev/null and "b/assets/audio/\345\217\221\346\204\201.mp3" differ
diff --git "a/assets/audio/\345\217\221\346\211\254.mp3" "b/assets/audio/\345\217\221\346\211\254.mp3"
new file mode 100755
index 0000000..36e1779
Binary files /dev/null and "b/assets/audio/\345\217\221\346\211\254.mp3" differ
diff --git "a/assets/audio/\345\217\221\346\212\226.mp3" "b/assets/audio/\345\217\221\346\212\226.mp3"
new file mode 100755
index 0000000..af27fdf
Binary files /dev/null and "b/assets/audio/\345\217\221\346\212\226.mp3" differ
diff --git "a/assets/audio/\345\217\221\346\214\245.mp3" "b/assets/audio/\345\217\221\346\214\245.mp3"
new file mode 100755
index 0000000..247b912
Binary files /dev/null and "b/assets/audio/\345\217\221\346\214\245.mp3" differ
diff --git "a/assets/audio/\345\217\221\346\230\216.mp3" "b/assets/audio/\345\217\221\346\230\216.mp3"
new file mode 100755
index 0000000..ae6e172
Binary files /dev/null and "b/assets/audio/\345\217\221\346\230\216.mp3" differ
diff --git "a/assets/audio/\345\217\221\347\202\216.mp3" "b/assets/audio/\345\217\221\347\202\216.mp3"
new file mode 100755
index 0000000..2e4658c
Binary files /dev/null and "b/assets/audio/\345\217\221\347\202\216.mp3" differ
diff --git "a/assets/audio/\345\217\221\347\245\250.mp3" "b/assets/audio/\345\217\221\347\245\250.mp3"
new file mode 100755
index 0000000..418fc91
Binary files /dev/null and "b/assets/audio/\345\217\221\347\245\250.mp3" differ
diff --git "a/assets/audio/\345\217\221\350\202\262.mp3" "b/assets/audio/\345\217\221\350\202\262.mp3"
new file mode 100755
index 0000000..469c30b
Binary files /dev/null and "b/assets/audio/\345\217\221\350\202\262.mp3" differ
diff --git "a/assets/audio/\345\217\221\350\241\214.mp3" "b/assets/audio/\345\217\221\350\241\214.mp3"
new file mode 100755
index 0000000..57e66a2
Binary files /dev/null and "b/assets/audio/\345\217\221\350\241\214.mp3" differ
diff --git "a/assets/audio/\345\217\221\350\241\250.mp3" "b/assets/audio/\345\217\221\350\241\250.mp3"
new file mode 100755
index 0000000..4a9115d
Binary files /dev/null and "b/assets/audio/\345\217\221\350\241\250.mp3" differ
diff --git "a/assets/audio/\345\217\221\350\247\211.mp3" "b/assets/audio/\345\217\221\350\247\211.mp3"
new file mode 100755
index 0000000..d1bdadd
Binary files /dev/null and "b/assets/audio/\345\217\221\350\247\211.mp3" differ
diff --git "a/assets/audio/\345\217\221\350\250\200.mp3" "b/assets/audio/\345\217\221\350\250\200.mp3"
new file mode 100755
index 0000000..03f3329
Binary files /dev/null and "b/assets/audio/\345\217\221\350\250\200.mp3" differ
diff --git "a/assets/audio/\345\217\221\350\252\223.mp3" "b/assets/audio/\345\217\221\350\252\223.mp3"
new file mode 100755
index 0000000..3624080
Binary files /dev/null and "b/assets/audio/\345\217\221\350\252\223.mp3" differ
diff --git "a/assets/audio/\345\217\221\350\264\242.mp3" "b/assets/audio/\345\217\221\350\264\242.mp3"
new file mode 100755
index 0000000..4b2b48b
Binary files /dev/null and "b/assets/audio/\345\217\221\350\264\242.mp3" differ
diff --git "a/assets/audio/\345\217\221\350\276\276.mp3" "b/assets/audio/\345\217\221\350\276\276.mp3"
new file mode 100755
index 0000000..9da6cdb
Binary files /dev/null and "b/assets/audio/\345\217\221\350\276\276.mp3" differ
diff --git "a/assets/audio/\345\217\226.mp3" "b/assets/audio/\345\217\226.mp3"
new file mode 100755
index 0000000..4d573f1
Binary files /dev/null and "b/assets/audio/\345\217\226.mp3" differ
diff --git "a/assets/audio/\345\217\226\346\266\210.mp3" "b/assets/audio/\345\217\226\346\266\210.mp3"
new file mode 100755
index 0000000..7478ca9
Binary files /dev/null and "b/assets/audio/\345\217\226\346\266\210.mp3" differ
diff --git "a/assets/audio/\345\217\227\344\274\244.mp3" "b/assets/audio/\345\217\227\344\274\244.mp3"
new file mode 100755
index 0000000..e607556
Binary files /dev/null and "b/assets/audio/\345\217\227\344\274\244.mp3" differ
diff --git "a/assets/audio/\345\217\230\346\225\205.mp3" "b/assets/audio/\345\217\230\346\225\205.mp3"
new file mode 100755
index 0000000..8c08ff2
Binary files /dev/null and "b/assets/audio/\345\217\230\346\225\205.mp3" differ
diff --git "a/assets/audio/\345\217\230\350\264\250.mp3" "b/assets/audio/\345\217\230\350\264\250.mp3"
new file mode 100755
index 0000000..16542a0
Binary files /dev/null and "b/assets/audio/\345\217\230\350\264\250.mp3" differ
diff --git "a/assets/audio/\345\217\230\350\277\201.mp3" "b/assets/audio/\345\217\230\350\277\201.mp3"
new file mode 100755
index 0000000..d396c6c
Binary files /dev/null and "b/assets/audio/\345\217\230\350\277\201.mp3" differ
diff --git "a/assets/audio/\345\217\231\350\277\260.mp3" "b/assets/audio/\345\217\231\350\277\260.mp3"
new file mode 100755
index 0000000..e2bdc2f
Binary files /dev/null and "b/assets/audio/\345\217\231\350\277\260.mp3" differ
diff --git "a/assets/audio/\345\217\243\345\221\263.mp3" "b/assets/audio/\345\217\243\345\221\263.mp3"
new file mode 100755
index 0000000..ba6f335
Binary files /dev/null and "b/assets/audio/\345\217\243\345\221\263.mp3" differ
diff --git "a/assets/audio/\345\217\244\344\273\243.mp3" "b/assets/audio/\345\217\244\344\273\243.mp3"
new file mode 100755
index 0000000..61ee000
Binary files /dev/null and "b/assets/audio/\345\217\244\344\273\243.mp3" differ
diff --git "a/assets/audio/\345\217\244\345\205\270.mp3" "b/assets/audio/\345\217\244\345\205\270.mp3"
new file mode 100755
index 0000000..538649a
Binary files /dev/null and "b/assets/audio/\345\217\244\345\205\270.mp3" differ
diff --git "a/assets/audio/\345\217\252\345\245\275.mp3" "b/assets/audio/\345\217\252\345\245\275.mp3"
new file mode 100755
index 0000000..f5e1376
Binary files /dev/null and "b/assets/audio/\345\217\252\345\245\275.mp3" differ
diff --git "a/assets/audio/\345\217\252\350\246\201.mp3" "b/assets/audio/\345\217\252\350\246\201.mp3"
new file mode 100755
index 0000000..080f1a8
Binary files /dev/null and "b/assets/audio/\345\217\252\350\246\201.mp3" differ
diff --git "a/assets/audio/\345\217\253.mp3" "b/assets/audio/\345\217\253.mp3"
new file mode 100755
index 0000000..6d94eeb
Binary files /dev/null and "b/assets/audio/\345\217\253.mp3" differ
diff --git "a/assets/audio/\345\217\254\345\274\200.mp3" "b/assets/audio/\345\217\254\345\274\200.mp3"
new file mode 100755
index 0000000..59b91c5
Binary files /dev/null and "b/assets/audio/\345\217\254\345\274\200.mp3" differ
diff --git "a/assets/audio/\345\217\256\345\230\261.mp3" "b/assets/audio/\345\217\256\345\230\261.mp3"
new file mode 100755
index 0000000..2761f19
Binary files /dev/null and "b/assets/audio/\345\217\256\345\230\261.mp3" differ
diff --git "a/assets/audio/\345\217\257\346\200\225.mp3" "b/assets/audio/\345\217\257\346\200\225.mp3"
new file mode 100755
index 0000000..3af8db9
Binary files /dev/null and "b/assets/audio/\345\217\257\346\200\225.mp3" differ
diff --git "a/assets/audio/\345\217\257\350\247\201.mp3" "b/assets/audio/\345\217\257\350\247\201.mp3"
new file mode 100755
index 0000000..159c40f
Binary files /dev/null and "b/assets/audio/\345\217\257\350\247\201.mp3" differ
diff --git "a/assets/audio/\345\217\257\351\235\240.mp3" "b/assets/audio/\345\217\257\351\235\240.mp3"
new file mode 100755
index 0000000..c8e5445
Binary files /dev/null and "b/assets/audio/\345\217\257\351\235\240.mp3" differ
diff --git "a/assets/audio/\345\217\260.mp3" "b/assets/audio/\345\217\260.mp3"
new file mode 100755
index 0000000..9f81298
Binary files /dev/null and "b/assets/audio/\345\217\260.mp3" differ
diff --git "a/assets/audio/\345\217\260\351\230\266.mp3" "b/assets/audio/\345\217\260\351\230\266.mp3"
new file mode 100755
index 0000000..6c7c191
Binary files /dev/null and "b/assets/audio/\345\217\260\351\230\266.mp3" differ
diff --git "a/assets/audio/\345\217\266\345\255\220.mp3" "b/assets/audio/\345\217\266\345\255\220.mp3"
new file mode 100755
index 0000000..765cd8a
Binary files /dev/null and "b/assets/audio/\345\217\266\345\255\220.mp3" differ
diff --git "a/assets/audio/\345\217\267.mp3" "b/assets/audio/\345\217\267.mp3"
new file mode 100755
index 0000000..9b043c6
Binary files /dev/null and "b/assets/audio/\345\217\267.mp3" differ
diff --git "a/assets/audio/\345\217\274.mp3" "b/assets/audio/\345\217\274.mp3"
new file mode 100755
index 0000000..c2f2c9e
Binary files /dev/null and "b/assets/audio/\345\217\274.mp3" differ
diff --git "a/assets/audio/\345\220\203.mp3" "b/assets/audio/\345\220\203.mp3"
new file mode 100755
index 0000000..37c92a7
Binary files /dev/null and "b/assets/audio/\345\220\203.mp3" differ
diff --git "a/assets/audio/\345\220\203\344\272\217.mp3" "b/assets/audio/\345\220\203\344\272\217.mp3"
new file mode 100755
index 0000000..cce4afc
Binary files /dev/null and "b/assets/audio/\345\220\203\344\272\217.mp3" differ
diff --git "a/assets/audio/\345\220\203\345\212\233.mp3" "b/assets/audio/\345\220\203\345\212\233.mp3"
new file mode 100755
index 0000000..ea648f8
Binary files /dev/null and "b/assets/audio/\345\220\203\345\212\233.mp3" differ
diff --git "a/assets/audio/\345\220\203\350\213\246.mp3" "b/assets/audio/\345\220\203\350\213\246.mp3"
new file mode 100755
index 0000000..09549c9
Binary files /dev/null and "b/assets/audio/\345\220\203\350\213\246.mp3" differ
diff --git "a/assets/audio/\345\220\204\350\207\252.mp3" "b/assets/audio/\345\220\204\350\207\252.mp3"
new file mode 100755
index 0000000..dfb05a8
Binary files /dev/null and "b/assets/audio/\345\220\204\350\207\252.mp3" differ
diff --git "a/assets/audio/\345\220\210\344\275\234.mp3" "b/assets/audio/\345\220\210\344\275\234.mp3"
new file mode 100755
index 0000000..f2b670d
Binary files /dev/null and "b/assets/audio/\345\220\210\344\275\234.mp3" differ
diff --git "a/assets/audio/\345\220\210\345\220\214.mp3" "b/assets/audio/\345\220\210\345\220\214.mp3"
new file mode 100755
index 0000000..e54290c
Binary files /dev/null and "b/assets/audio/\345\220\210\345\220\214.mp3" differ
diff --git "a/assets/audio/\345\220\210\345\275\261.mp3" "b/assets/audio/\345\220\210\345\275\261.mp3"
new file mode 100755
index 0000000..3e491ca
Binary files /dev/null and "b/assets/audio/\345\220\210\345\275\261.mp3" differ
diff --git "a/assets/audio/\345\220\210\346\263\225.mp3" "b/assets/audio/\345\220\210\346\263\225.mp3"
new file mode 100755
index 0000000..6388f49
Binary files /dev/null and "b/assets/audio/\345\220\210\346\263\225.mp3" differ
diff --git "a/assets/audio/\345\220\210\347\220\206.mp3" "b/assets/audio/\345\220\210\347\220\206.mp3"
new file mode 100755
index 0000000..73bc5b7
Binary files /dev/null and "b/assets/audio/\345\220\210\347\220\206.mp3" differ
diff --git "a/assets/audio/\345\220\212.mp3" "b/assets/audio/\345\220\212.mp3"
new file mode 100755
index 0000000..32c442c
Binary files /dev/null and "b/assets/audio/\345\220\212.mp3" differ
diff --git "a/assets/audio/\345\220\214\346\203\205.mp3" "b/assets/audio/\345\220\214\346\203\205.mp3"
new file mode 100755
index 0000000..16e83c1
Binary files /dev/null and "b/assets/audio/\345\220\214\346\203\205.mp3" differ
diff --git "a/assets/audio/\345\220\214\346\227\266.mp3" "b/assets/audio/\345\220\214\346\227\266.mp3"
new file mode 100755
index 0000000..ed6318c
Binary files /dev/null and "b/assets/audio/\345\220\214\346\227\266.mp3" differ
diff --git "a/assets/audio/\345\220\215\345\255\227.mp3" "b/assets/audio/\345\220\215\345\255\227.mp3"
new file mode 100755
index 0000000..586e797
Binary files /dev/null and "b/assets/audio/\345\220\215\345\255\227.mp3" differ
diff --git "a/assets/audio/\345\220\215\347\211\207.mp3" "b/assets/audio/\345\220\215\347\211\207.mp3"
new file mode 100755
index 0000000..e1e5975
Binary files /dev/null and "b/assets/audio/\345\220\215\347\211\207.mp3" differ
diff --git "a/assets/audio/\345\220\215\347\211\214.mp3" "b/assets/audio/\345\220\215\347\211\214.mp3"
new file mode 100755
index 0000000..ccdb183
Binary files /dev/null and "b/assets/audio/\345\220\215\347\211\214.mp3" differ
diff --git "a/assets/audio/\345\220\216\346\236\234.mp3" "b/assets/audio/\345\220\216\346\236\234.mp3"
new file mode 100755
index 0000000..67c63f6
Binary files /dev/null and "b/assets/audio/\345\220\216\346\236\234.mp3" differ
diff --git "a/assets/audio/\345\220\216\350\203\214.mp3" "b/assets/audio/\345\220\216\350\203\214.mp3"
new file mode 100755
index 0000000..f893c7f
Binary files /dev/null and "b/assets/audio/\345\220\216\350\203\214.mp3" differ
diff --git "a/assets/audio/\345\220\220.mp3" "b/assets/audio/\345\220\220.mp3"
new file mode 100755
index 0000000..22e38ab
Binary files /dev/null and "b/assets/audio/\345\220\220.mp3" differ
diff --git "a/assets/audio/\345\220\223.mp3" "b/assets/audio/\345\220\223.mp3"
new file mode 100755
index 0000000..a47fb32
Binary files /dev/null and "b/assets/audio/\345\220\223.mp3" differ
diff --git "a/assets/audio/\345\220\227.mp3" "b/assets/audio/\345\220\227.mp3"
new file mode 100755
index 0000000..8dd690c
Binary files /dev/null and "b/assets/audio/\345\220\227.mp3" differ
diff --git "a/assets/audio/\345\220\246\345\256\232.mp3" "b/assets/audio/\345\220\246\345\256\232.mp3"
new file mode 100755
index 0000000..1daed21
Binary files /dev/null and "b/assets/audio/\345\220\246\345\256\232.mp3" differ
diff --git "a/assets/audio/\345\220\246\350\256\244.mp3" "b/assets/audio/\345\220\246\350\256\244.mp3"
new file mode 100755
index 0000000..fa67a32
Binary files /dev/null and "b/assets/audio/\345\220\246\350\256\244.mp3" differ
diff --git "a/assets/audio/\345\220\250.mp3" "b/assets/audio/\345\220\250.mp3"
new file mode 100755
index 0000000..2c1abd5
Binary files /dev/null and "b/assets/audio/\345\220\250.mp3" differ
diff --git "a/assets/audio/\345\220\257\345\217\221.mp3" "b/assets/audio/\345\220\257\345\217\221.mp3"
new file mode 100755
index 0000000..1a345ec
Binary files /dev/null and "b/assets/audio/\345\220\257\345\217\221.mp3" differ
diff --git "a/assets/audio/\345\220\265.mp3" "b/assets/audio/\345\220\265.mp3"
new file mode 100755
index 0000000..cb9de1b
Binary files /dev/null and "b/assets/audio/\345\220\265.mp3" differ
diff --git "a/assets/audio/\345\220\265\346\236\266.mp3" "b/assets/audio/\345\220\265\346\236\266.mp3"
new file mode 100755
index 0000000..17becc6
Binary files /dev/null and "b/assets/audio/\345\220\265\346\236\266.mp3" differ
diff --git "a/assets/audio/\345\220\270\345\217\226.mp3" "b/assets/audio/\345\220\270\345\217\226.mp3"
new file mode 100755
index 0000000..84b5468
Binary files /dev/null and "b/assets/audio/\345\220\270\345\217\226.mp3" differ
diff --git "a/assets/audio/\345\220\270\345\274\225.mp3" "b/assets/audio/\345\220\270\345\274\225.mp3"
new file mode 100755
index 0000000..2f37ff2
Binary files /dev/null and "b/assets/audio/\345\220\270\345\274\225.mp3" differ
diff --git "a/assets/audio/\345\220\270\346\224\266.mp3" "b/assets/audio/\345\220\270\346\224\266.mp3"
new file mode 100755
index 0000000..75ec20b
Binary files /dev/null and "b/assets/audio/\345\220\270\346\224\266.mp3" differ
diff --git "a/assets/audio/\345\220\271.mp3" "b/assets/audio/\345\220\271.mp3"
new file mode 100755
index 0000000..303b6f1
Binary files /dev/null and "b/assets/audio/\345\220\271.mp3" differ
diff --git "a/assets/audio/\345\220\271\346\215\247.mp3" "b/assets/audio/\345\220\271\346\215\247.mp3"
new file mode 100755
index 0000000..1acb2dc
Binary files /dev/null and "b/assets/audio/\345\220\271\346\215\247.mp3" differ
diff --git "a/assets/audio/\345\220\271\347\211\233.mp3" "b/assets/audio/\345\220\271\347\211\233.mp3"
new file mode 100755
index 0000000..8312312
Binary files /dev/null and "b/assets/audio/\345\220\271\347\211\233.mp3" differ
diff --git "a/assets/audio/\345\220\273.mp3" "b/assets/audio/\345\220\273.mp3"
new file mode 100755
index 0000000..bb68bef
Binary files /dev/null and "b/assets/audio/\345\220\273.mp3" differ
diff --git "a/assets/audio/\345\221\200.mp3" "b/assets/audio/\345\221\200.mp3"
new file mode 100755
index 0000000..3bbd0fe
Binary files /dev/null and "b/assets/audio/\345\221\200.mp3" differ
diff --git "a/assets/audio/\345\221\206.mp3" "b/assets/audio/\345\221\206.mp3"
new file mode 100755
index 0000000..06fd312
Binary files /dev/null and "b/assets/audio/\345\221\206.mp3" differ
diff --git "a/assets/audio/\345\221\210\347\216\260.mp3" "b/assets/audio/\345\221\210\347\216\260.mp3"
new file mode 100755
index 0000000..7124235
Binary files /dev/null and "b/assets/audio/\345\221\210\347\216\260.mp3" differ
diff --git "a/assets/audio/\345\221\212\345\210\253.mp3" "b/assets/audio/\345\221\212\345\210\253.mp3"
new file mode 100755
index 0000000..357f31d
Binary files /dev/null and "b/assets/audio/\345\221\212\345\210\253.mp3" differ
diff --git "a/assets/audio/\345\221\230\345\267\245.mp3" "b/assets/audio/\345\221\230\345\267\245.mp3"
new file mode 100755
index 0000000..3f98cb4
Binary files /dev/null and "b/assets/audio/\345\221\230\345\267\245.mp3" differ
diff --git "a/assets/audio/\345\221\250\345\210\260.mp3" "b/assets/audio/\345\221\250\345\210\260.mp3"
new file mode 100755
index 0000000..efc5d5a
Binary files /dev/null and "b/assets/audio/\345\221\250\345\210\260.mp3" differ
diff --git "a/assets/audio/\345\221\250\345\233\264.mp3" "b/assets/audio/\345\221\250\345\233\264.mp3"
new file mode 100755
index 0000000..ec0879a
Binary files /dev/null and "b/assets/audio/\345\221\250\345\233\264.mp3" differ
diff --git "a/assets/audio/\345\221\263\351\201\223.mp3" "b/assets/audio/\345\221\263\351\201\223.mp3"
new file mode 100755
index 0000000..4c76e31
Binary files /dev/null and "b/assets/audio/\345\221\263\351\201\223.mp3" differ
diff --git "a/assets/audio/\345\221\274\345\220\270.mp3" "b/assets/audio/\345\221\274\345\220\270.mp3"
new file mode 100755
index 0000000..db25a0a
Binary files /dev/null and "b/assets/audio/\345\221\274\345\220\270.mp3" differ
diff --git "a/assets/audio/\345\221\275\344\273\244.mp3" "b/assets/audio/\345\221\275\344\273\244.mp3"
new file mode 100755
index 0000000..a29c597
Binary files /dev/null and "b/assets/audio/\345\221\275\344\273\244.mp3" differ
diff --git "a/assets/audio/\345\221\275\350\277\220.mp3" "b/assets/audio/\345\221\275\350\277\220.mp3"
new file mode 100755
index 0000000..c4f42c0
Binary files /dev/null and "b/assets/audio/\345\221\275\350\277\220.mp3" differ
diff --git "a/assets/audio/\345\222\214.mp3" "b/assets/audio/\345\222\214.mp3"
new file mode 100755
index 0000000..e709915
Binary files /dev/null and "b/assets/audio/\345\222\214.mp3" differ
diff --git "a/assets/audio/\345\222\214\345\271\263.mp3" "b/assets/audio/\345\222\214\345\271\263.mp3"
new file mode 100755
index 0000000..97dcb55
Binary files /dev/null and "b/assets/audio/\345\222\214\345\271\263.mp3" differ
diff --git "a/assets/audio/\345\222\250\350\257\242.mp3" "b/assets/audio/\345\222\250\350\257\242.mp3"
new file mode 100755
index 0000000..426d6a6
Binary files /dev/null and "b/assets/audio/\345\222\250\350\257\242.mp3" differ
diff --git "a/assets/audio/\345\222\254.mp3" "b/assets/audio/\345\222\254.mp3"
new file mode 100755
index 0000000..c7a1771
Binary files /dev/null and "b/assets/audio/\345\222\254.mp3" differ
diff --git "a/assets/audio/\345\222\261\344\273\254.mp3" "b/assets/audio/\345\222\261\344\273\254.mp3"
new file mode 100755
index 0000000..7398aad
Binary files /dev/null and "b/assets/audio/\345\222\261\344\273\254.mp3" differ
diff --git "a/assets/audio/\345\222\270.mp3" "b/assets/audio/\345\222\270.mp3"
new file mode 100755
index 0000000..5c3f499
Binary files /dev/null and "b/assets/audio/\345\222\270.mp3" differ
diff --git "a/assets/audio/\345\223\206\345\227\246.mp3" "b/assets/audio/\345\223\206\345\227\246.mp3"
new file mode 100755
index 0000000..1a6241d
Binary files /dev/null and "b/assets/audio/\345\223\206\345\227\246.mp3" differ
diff --git "a/assets/audio/\345\223\210.mp3" "b/assets/audio/\345\223\210.mp3"
new file mode 100755
index 0000000..e14efdd
Binary files /dev/null and "b/assets/audio/\345\223\210.mp3" differ
diff --git "a/assets/audio/\345\223\215.mp3" "b/assets/audio/\345\223\215.mp3"
new file mode 100755
index 0000000..eb18f33
Binary files /dev/null and "b/assets/audio/\345\223\215.mp3" differ
diff --git "a/assets/audio/\345\223\216.mp3" "b/assets/audio/\345\223\216.mp3"
new file mode 100755
index 0000000..560bec8
Binary files /dev/null and "b/assets/audio/\345\223\216.mp3" differ
diff --git "a/assets/audio/\345\223\252.mp3" "b/assets/audio/\345\223\252.mp3"
new file mode 100755
index 0000000..9e95298
Binary files /dev/null and "b/assets/audio/\345\223\252.mp3" differ
diff --git "a/assets/audio/\345\223\252\346\200\225.mp3" "b/assets/audio/\345\223\252\346\200\225.mp3"
new file mode 100755
index 0000000..372da6e
Binary files /dev/null and "b/assets/audio/\345\223\252\346\200\225.mp3" differ
diff --git "a/assets/audio/\345\223\262\345\255\246.mp3" "b/assets/audio/\345\223\262\345\255\246.mp3"
new file mode 100755
index 0000000..9f8b73d
Binary files /dev/null and "b/assets/audio/\345\223\262\345\255\246.mp3" differ
diff --git "a/assets/audio/\345\223\272\344\271\263.mp3" "b/assets/audio/\345\223\272\344\271\263.mp3"
new file mode 100755
index 0000000..5de8817
Binary files /dev/null and "b/assets/audio/\345\223\272\344\271\263.mp3" differ
diff --git "a/assets/audio/\345\224\211.mp3" "b/assets/audio/\345\224\211.mp3"
new file mode 100755
index 0000000..6b53143
Binary files /dev/null and "b/assets/audio/\345\224\211.mp3" differ
diff --git "a/assets/audio/\345\224\257\344\270\200.mp3" "b/assets/audio/\345\224\257\344\270\200.mp3"
new file mode 100755
index 0000000..c617e81
Binary files /dev/null and "b/assets/audio/\345\224\257\344\270\200.mp3" differ
diff --git "a/assets/audio/\345\225\206\344\270\232.mp3" "b/assets/audio/\345\225\206\344\270\232.mp3"
new file mode 100755
index 0000000..f57af94
Binary files /dev/null and "b/assets/audio/\345\225\206\344\270\232.mp3" differ
diff --git "a/assets/audio/\345\225\206\345\212\241.mp3" "b/assets/audio/\345\225\206\345\212\241.mp3"
new file mode 100755
index 0000000..cad2c79
Binary files /dev/null and "b/assets/audio/\345\225\206\345\212\241.mp3" differ
diff --git "a/assets/audio/\345\225\206\345\223\201.mp3" "b/assets/audio/\345\225\206\345\223\201.mp3"
new file mode 100755
index 0000000..e1aa483
Binary files /dev/null and "b/assets/audio/\345\225\206\345\223\201.mp3" differ
diff --git "a/assets/audio/\345\225\206\351\207\217.mp3" "b/assets/audio/\345\225\206\351\207\217.mp3"
new file mode 100755
index 0000000..b86c7a5
Binary files /dev/null and "b/assets/audio/\345\225\206\351\207\217.mp3" differ
diff --git "a/assets/audio/\345\226\204\344\272\216.mp3" "b/assets/audio/\345\226\204\344\272\216.mp3"
new file mode 100755
index 0000000..c15eec7
Binary files /dev/null and "b/assets/audio/\345\226\204\344\272\216.mp3" differ
diff --git "a/assets/audio/\345\226\204\350\211\257.mp3" "b/assets/audio/\345\226\204\350\211\257.mp3"
new file mode 100755
index 0000000..2e514fe
Binary files /dev/null and "b/assets/audio/\345\226\204\350\211\257.mp3" differ
diff --git "a/assets/audio/\345\226\212.mp3" "b/assets/audio/\345\226\212.mp3"
new file mode 100755
index 0000000..56eb488
Binary files /dev/null and "b/assets/audio/\345\226\212.mp3" differ
diff --git "a/assets/audio/\345\226\230\346\260\224.mp3" "b/assets/audio/\345\226\230\346\260\224.mp3"
new file mode 100755
index 0000000..9300736
Binary files /dev/null and "b/assets/audio/\345\226\230\346\260\224.mp3" differ
diff --git "a/assets/audio/\345\226\235.mp3" "b/assets/audio/\345\226\235.mp3"
new file mode 100755
index 0000000..4f1d094
Binary files /dev/null and "b/assets/audio/\345\226\235.mp3" differ
diff --git "a/assets/audio/\345\227\223\345\255\220.mp3" "b/assets/audio/\345\227\223\345\255\220.mp3"
new file mode 100755
index 0000000..e1ae1c2
Binary files /dev/null and "b/assets/audio/\345\227\223\345\255\220.mp3" differ
diff --git "a/assets/audio/\345\227\257.mp3" "b/assets/audio/\345\227\257.mp3"
new file mode 100755
index 0000000..384b20d
Binary files /dev/null and "b/assets/audio/\345\227\257.mp3" differ
diff --git "a/assets/audio/\345\230\210\346\235\202.mp3" "b/assets/audio/\345\230\210\346\235\202.mp3"
new file mode 100755
index 0000000..374a386
Binary files /dev/null and "b/assets/audio/\345\230\210\346\235\202.mp3" differ
diff --git "a/assets/audio/\345\230\211\345\256\276.mp3" "b/assets/audio/\345\230\211\345\256\276.mp3"
new file mode 100755
index 0000000..d3f7a41
Binary files /dev/null and "b/assets/audio/\345\230\211\345\256\276.mp3" differ
diff --git "a/assets/audio/\345\230\262\347\254\221.mp3" "b/assets/audio/\345\230\262\347\254\221.mp3"
new file mode 100755
index 0000000..d6210c7
Binary files /dev/null and "b/assets/audio/\345\230\262\347\254\221.mp3" differ
diff --git "a/assets/audio/\345\233\236.mp3" "b/assets/audio/\345\233\236.mp3"
new file mode 100755
index 0000000..8a70fd9
Binary files /dev/null and "b/assets/audio/\345\233\236.mp3" differ
diff --git "a/assets/audio/\345\233\240\346\255\244.mp3" "b/assets/audio/\345\233\240\346\255\244.mp3"
new file mode 100755
index 0000000..3667964
Binary files /dev/null and "b/assets/audio/\345\233\240\346\255\244.mp3" differ
diff --git "a/assets/audio/\345\233\240\347\264\240.mp3" "b/assets/audio/\345\233\240\347\264\240.mp3"
new file mode 100755
index 0000000..46f35bc
Binary files /dev/null and "b/assets/audio/\345\233\240\347\264\240.mp3" differ
diff --git "a/assets/audio/\345\233\240\350\200\214.mp3" "b/assets/audio/\345\233\240\350\200\214.mp3"
new file mode 100755
index 0000000..a5e70c0
Binary files /dev/null and "b/assets/audio/\345\233\240\350\200\214.mp3" differ
diff --git "a/assets/audio/\345\233\242.mp3" "b/assets/audio/\345\233\242.mp3"
new file mode 100755
index 0000000..41374a2
Binary files /dev/null and "b/assets/audio/\345\233\242.mp3" differ
diff --git "a/assets/audio/\345\233\264\345\267\276.mp3" "b/assets/audio/\345\233\264\345\267\276.mp3"
new file mode 100755
index 0000000..8e0360a
Binary files /dev/null and "b/assets/audio/\345\233\264\345\267\276.mp3" differ
diff --git "a/assets/audio/\345\233\264\347\273\225.mp3" "b/assets/audio/\345\233\264\347\273\225.mp3"
new file mode 100755
index 0000000..c269efd
Binary files /dev/null and "b/assets/audio/\345\233\264\347\273\225.mp3" differ
diff --git "a/assets/audio/\345\233\272\345\256\232.mp3" "b/assets/audio/\345\233\272\345\256\232.mp3"
new file mode 100755
index 0000000..0299d8b
Binary files /dev/null and "b/assets/audio/\345\233\272\345\256\232.mp3" differ
diff --git "a/assets/audio/\345\233\275\347\216\213.mp3" "b/assets/audio/\345\233\275\347\216\213.mp3"
new file mode 100755
index 0000000..67018e6
Binary files /dev/null and "b/assets/audio/\345\233\275\347\216\213.mp3" differ
diff --git "a/assets/audio/\345\234\206.mp3" "b/assets/audio/\345\234\206.mp3"
new file mode 100755
index 0000000..0716796
Binary files /dev/null and "b/assets/audio/\345\234\206.mp3" differ
diff --git "a/assets/audio/\345\234\210.mp3" "b/assets/audio/\345\234\210.mp3"
new file mode 100755
index 0000000..1720bc3
Binary files /dev/null and "b/assets/audio/\345\234\210.mp3" differ
diff --git "a/assets/audio/\345\234\237\345\234\260.mp3" "b/assets/audio/\345\234\237\345\234\260.mp3"
new file mode 100755
index 0000000..9416f56
Binary files /dev/null and "b/assets/audio/\345\234\237\345\234\260.mp3" differ
diff --git "a/assets/audio/\345\234\237\350\261\206.mp3" "b/assets/audio/\345\234\237\350\261\206.mp3"
new file mode 100755
index 0000000..256816c
Binary files /dev/null and "b/assets/audio/\345\234\237\350\261\206.mp3" differ
diff --git "a/assets/audio/\345\234\250\344\271\216.mp3" "b/assets/audio/\345\234\250\344\271\216.mp3"
new file mode 100755
index 0000000..cff8160
Binary files /dev/null and "b/assets/audio/\345\234\250\344\271\216.mp3" differ
diff --git "a/assets/audio/\345\234\250\344\272\216.mp3" "b/assets/audio/\345\234\250\344\272\216.mp3"
new file mode 100755
index 0000000..f4f41a9
Binary files /dev/null and "b/assets/audio/\345\234\250\344\272\216.mp3" differ
diff --git "a/assets/audio/\345\234\260\344\275\215.mp3" "b/assets/audio/\345\234\260\344\275\215.mp3"
new file mode 100755
index 0000000..7398b7a
Binary files /dev/null and "b/assets/audio/\345\234\260\344\275\215.mp3" differ
diff --git "a/assets/audio/\345\234\260\345\212\277.mp3" "b/assets/audio/\345\234\260\345\212\277.mp3"
new file mode 100755
index 0000000..2eaca48
Binary files /dev/null and "b/assets/audio/\345\234\260\345\212\277.mp3" differ
diff --git "a/assets/audio/\345\234\260\345\214\272.mp3" "b/assets/audio/\345\234\260\345\214\272.mp3"
new file mode 100755
index 0000000..5ef7f6e
Binary files /dev/null and "b/assets/audio/\345\234\260\345\214\272.mp3" differ
diff --git "a/assets/audio/\345\234\260\346\255\245.mp3" "b/assets/audio/\345\234\260\346\255\245.mp3"
new file mode 100755
index 0000000..71be584
Binary files /dev/null and "b/assets/audio/\345\234\260\346\255\245.mp3" differ
diff --git "a/assets/audio/\345\234\260\346\257\257.mp3" "b/assets/audio/\345\234\260\346\257\257.mp3"
new file mode 100755
index 0000000..d0459f0
Binary files /dev/null and "b/assets/audio/\345\234\260\346\257\257.mp3" differ
diff --git "a/assets/audio/\345\234\260\347\220\206.mp3" "b/assets/audio/\345\234\260\347\220\206.mp3"
new file mode 100755
index 0000000..271f1a0
Binary files /dev/null and "b/assets/audio/\345\234\260\347\220\206.mp3" differ
diff --git "a/assets/audio/\345\234\260\350\264\250.mp3" "b/assets/audio/\345\234\260\350\264\250.mp3"
new file mode 100755
index 0000000..e44d2c4
Binary files /dev/null and "b/assets/audio/\345\234\260\350\264\250.mp3" differ
diff --git "a/assets/audio/\345\234\260\351\201\223.mp3" "b/assets/audio/\345\234\260\351\201\223.mp3"
new file mode 100755
index 0000000..3e65b91
Binary files /dev/null and "b/assets/audio/\345\234\260\351\201\223.mp3" differ
diff --git "a/assets/audio/\345\234\260\351\234\207.mp3" "b/assets/audio/\345\234\260\351\234\207.mp3"
new file mode 100755
index 0000000..6e79706
Binary files /dev/null and "b/assets/audio/\345\234\260\351\234\207.mp3" differ
diff --git "a/assets/audio/\345\234\272\345\220\210.mp3" "b/assets/audio/\345\234\272\345\220\210.mp3"
new file mode 100755
index 0000000..36e5cd0
Binary files /dev/null and "b/assets/audio/\345\234\272\345\220\210.mp3" differ
diff --git "a/assets/audio/\345\234\272\346\211\200.mp3" "b/assets/audio/\345\234\272\346\211\200.mp3"
new file mode 100755
index 0000000..cab7b53
Binary files /dev/null and "b/assets/audio/\345\234\272\346\211\200.mp3" differ
diff --git "a/assets/audio/\345\234\272\351\235\242.mp3" "b/assets/audio/\345\234\272\351\235\242.mp3"
new file mode 100755
index 0000000..a19e5d5
Binary files /dev/null and "b/assets/audio/\345\234\272\351\235\242.mp3" differ
diff --git "a/assets/audio/\345\235\207\345\214\200.mp3" "b/assets/audio/\345\235\207\345\214\200.mp3"
new file mode 100755
index 0000000..d99a9c3
Binary files /dev/null and "b/assets/audio/\345\235\207\345\214\200.mp3" differ
diff --git "a/assets/audio/\345\235\232\345\206\263.mp3" "b/assets/audio/\345\235\232\345\206\263.mp3"
new file mode 100755
index 0000000..4954931
Binary files /dev/null and "b/assets/audio/\345\235\232\345\206\263.mp3" differ
diff --git "a/assets/audio/\345\235\232\345\274\272.mp3" "b/assets/audio/\345\235\232\345\274\272.mp3"
new file mode 100755
index 0000000..580e92e
Binary files /dev/null and "b/assets/audio/\345\235\232\345\274\272.mp3" differ
diff --git "a/assets/audio/\345\235\246\347\216\207.mp3" "b/assets/audio/\345\235\246\347\216\207.mp3"
new file mode 100755
index 0000000..1d28d6d
Binary files /dev/null and "b/assets/audio/\345\235\246\347\216\207.mp3" differ
diff --git "a/assets/audio/\345\236\202\347\233\264.mp3" "b/assets/audio/\345\236\202\347\233\264.mp3"
new file mode 100755
index 0000000..306fc75
Binary files /dev/null and "b/assets/audio/\345\236\202\347\233\264.mp3" differ
diff --git "a/assets/audio/\345\236\253.mp3" "b/assets/audio/\345\236\253.mp3"
new file mode 100755
index 0000000..bd287f2
Binary files /dev/null and "b/assets/audio/\345\236\253.mp3" differ
diff --git "a/assets/audio/\345\237\216\345\240\241.mp3" "b/assets/audio/\345\237\216\345\240\241.mp3"
new file mode 100755
index 0000000..451c5e7
Binary files /dev/null and "b/assets/audio/\345\237\216\345\240\241.mp3" differ
diff --git "a/assets/audio/\345\237\271\345\205\273.mp3" "b/assets/audio/\345\237\271\345\205\273.mp3"
new file mode 100755
index 0000000..d2d2418
Binary files /dev/null and "b/assets/audio/\345\237\271\345\205\273.mp3" differ
diff --git "a/assets/audio/\345\237\271\350\256\255.mp3" "b/assets/audio/\345\237\271\350\256\255.mp3"
new file mode 100755
index 0000000..f1e8497
Binary files /dev/null and "b/assets/audio/\345\237\271\350\256\255.mp3" differ
diff --git "a/assets/audio/\345\237\272\346\234\254.mp3" "b/assets/audio/\345\237\272\346\234\254.mp3"
new file mode 100755
index 0000000..ae5077f
Binary files /dev/null and "b/assets/audio/\345\237\272\346\234\254.mp3" differ
diff --git "a/assets/audio/\345\240\206.mp3" "b/assets/audio/\345\240\206.mp3"
new file mode 100755
index 0000000..fdbb059
Binary files /dev/null and "b/assets/audio/\345\240\206.mp3" differ
diff --git "a/assets/audio/\345\240\206\347\247\257.mp3" "b/assets/audio/\345\240\206\347\247\257.mp3"
new file mode 100755
index 0000000..a7bee91
Binary files /dev/null and "b/assets/audio/\345\240\206\347\247\257.mp3" differ
diff --git "a/assets/audio/\345\240\225\350\220\275.mp3" "b/assets/audio/\345\240\225\350\220\275.mp3"
new file mode 100755
index 0000000..4ed61bf
Binary files /dev/null and "b/assets/audio/\345\240\225\350\220\275.mp3" differ
diff --git "a/assets/audio/\345\240\244\345\235\235.mp3" "b/assets/audio/\345\240\244\345\235\235.mp3"
new file mode 100755
index 0000000..25f2ef3
Binary files /dev/null and "b/assets/audio/\345\240\244\345\235\235.mp3" differ
diff --git "a/assets/audio/\345\240\265\345\241\236.mp3" "b/assets/audio/\345\240\265\345\241\236.mp3"
new file mode 100755
index 0000000..d2d7c85
Binary files /dev/null and "b/assets/audio/\345\240\265\345\241\236.mp3" differ
diff --git "a/assets/audio/\345\241\253\347\251\272.mp3" "b/assets/audio/\345\241\253\347\251\272.mp3"
new file mode 100755
index 0000000..a3acfa0
Binary files /dev/null and "b/assets/audio/\345\241\253\347\251\272.mp3" differ
diff --git "a/assets/audio/\345\242\231.mp3" "b/assets/audio/\345\242\231.mp3"
new file mode 100755
index 0000000..7322e9c
Binary files /dev/null and "b/assets/audio/\345\242\231.mp3" differ
diff --git "a/assets/audio/\345\242\236\345\212\240.mp3" "b/assets/audio/\345\242\236\345\212\240.mp3"
new file mode 100755
index 0000000..dc5cffb
Binary files /dev/null and "b/assets/audio/\345\242\236\345\212\240.mp3" differ
diff --git "a/assets/audio/\345\243\253\345\205\265.mp3" "b/assets/audio/\345\243\253\345\205\265.mp3"
new file mode 100755
index 0000000..d2127be
Binary files /dev/null and "b/assets/audio/\345\243\253\345\205\265.mp3" differ
diff --git "a/assets/audio/\345\243\260\350\260\203.mp3" "b/assets/audio/\345\243\260\350\260\203.mp3"
new file mode 100755
index 0000000..d25b4e4
Binary files /dev/null and "b/assets/audio/\345\243\260\350\260\203.mp3" differ
diff --git "a/assets/audio/\345\243\266.mp3" "b/assets/audio/\345\243\266.mp3"
new file mode 100755
index 0000000..4142828
Binary files /dev/null and "b/assets/audio/\345\243\266.mp3" differ
diff --git "a/assets/audio/\345\244\204\345\210\206.mp3" "b/assets/audio/\345\244\204\345\210\206.mp3"
new file mode 100755
index 0000000..bfdc365
Binary files /dev/null and "b/assets/audio/\345\244\204\345\210\206.mp3" differ
diff --git "a/assets/audio/\345\244\204\345\242\203.mp3" "b/assets/audio/\345\244\204\345\242\203.mp3"
new file mode 100755
index 0000000..de0100a
Binary files /dev/null and "b/assets/audio/\345\244\204\345\242\203.mp3" differ
diff --git "a/assets/audio/\345\244\204\347\220\206.mp3" "b/assets/audio/\345\244\204\347\220\206.mp3"
new file mode 100755
index 0000000..417cd06
Binary files /dev/null and "b/assets/audio/\345\244\204\347\220\206.mp3" differ
diff --git "a/assets/audio/\345\244\204\347\275\256.mp3" "b/assets/audio/\345\244\204\347\275\256.mp3"
new file mode 100755
index 0000000..1dcc175
Binary files /dev/null and "b/assets/audio/\345\244\204\347\275\256.mp3" differ
diff --git "a/assets/audio/\345\244\207\344\273\275.mp3" "b/assets/audio/\345\244\207\344\273\275.mp3"
new file mode 100755
index 0000000..1049ac5
Binary files /dev/null and "b/assets/audio/\345\244\207\344\273\275.mp3" differ
diff --git "a/assets/audio/\345\244\207\345\277\230\345\275\225.mp3" "b/assets/audio/\345\244\207\345\277\230\345\275\225.mp3"
new file mode 100755
index 0000000..b23b813
Binary files /dev/null and "b/assets/audio/\345\244\207\345\277\230\345\275\225.mp3" differ
diff --git "a/assets/audio/\345\244\215\345\210\266.mp3" "b/assets/audio/\345\244\215\345\210\266.mp3"
new file mode 100755
index 0000000..6cf7b4d
Binary files /dev/null and "b/assets/audio/\345\244\215\345\210\266.mp3" differ
diff --git "a/assets/audio/\345\244\217\344\273\244\350\220\245.mp3" "b/assets/audio/\345\244\217\344\273\244\350\220\245.mp3"
new file mode 100755
index 0000000..3686118
Binary files /dev/null and "b/assets/audio/\345\244\217\344\273\244\350\220\245.mp3" differ
diff --git "a/assets/audio/\345\244\226\344\272\244.mp3" "b/assets/audio/\345\244\226\344\272\244.mp3"
new file mode 100755
index 0000000..b969aea
Binary files /dev/null and "b/assets/audio/\345\244\226\344\272\244.mp3" differ
diff --git "a/assets/audio/\345\244\226\345\205\254.mp3" "b/assets/audio/\345\244\226\345\205\254.mp3"
new file mode 100755
index 0000000..7a46f9f
Binary files /dev/null and "b/assets/audio/\345\244\226\345\205\254.mp3" differ
diff --git "a/assets/audio/\345\244\232.mp3" "b/assets/audio/\345\244\232.mp3"
new file mode 100755
index 0000000..7e5cd3c
Binary files /dev/null and "b/assets/audio/\345\244\232.mp3" differ
diff --git "a/assets/audio/\345\244\232\344\272\217.mp3" "b/assets/audio/\345\244\232\344\272\217.mp3"
new file mode 100755
index 0000000..dd9cba9
Binary files /dev/null and "b/assets/audio/\345\244\232\344\272\217.mp3" differ
diff --git "a/assets/audio/\345\244\232\344\275\231.mp3" "b/assets/audio/\345\244\232\344\275\231.mp3"
new file mode 100755
index 0000000..ca1afa1
Binary files /dev/null and "b/assets/audio/\345\244\232\344\275\231.mp3" differ
diff --git "a/assets/audio/\345\244\232\345\260\221.mp3" "b/assets/audio/\345\244\232\345\260\221.mp3"
new file mode 100755
index 0000000..be65c0d
Binary files /dev/null and "b/assets/audio/\345\244\232\345\260\221.mp3" differ
diff --git "a/assets/audio/\345\244\234.mp3" "b/assets/audio/\345\244\234.mp3"
new file mode 100755
index 0000000..606f5ec
Binary files /dev/null and "b/assets/audio/\345\244\234.mp3" differ
diff --git "a/assets/audio/\345\244\247.mp3" "b/assets/audio/\345\244\247.mp3"
new file mode 100755
index 0000000..df7ba89
Binary files /dev/null and "b/assets/audio/\345\244\247.mp3" differ
diff --git "a/assets/audio/\345\244\247\344\275\223.mp3" "b/assets/audio/\345\244\247\344\275\223.mp3"
new file mode 100755
index 0000000..8fcb2f8
Binary files /dev/null and "b/assets/audio/\345\244\247\344\275\223.mp3" differ
diff --git "a/assets/audio/\345\244\247\345\216\246.mp3" "b/assets/audio/\345\244\247\345\216\246.mp3"
new file mode 100755
index 0000000..164b4a4
Binary files /dev/null and "b/assets/audio/\345\244\247\345\216\246.mp3" differ
diff --git "a/assets/audio/\345\244\247\345\236\213.mp3" "b/assets/audio/\345\244\247\345\236\213.mp3"
new file mode 100755
index 0000000..2a3b559
Binary files /dev/null and "b/assets/audio/\345\244\247\345\236\213.mp3" differ
diff --git "a/assets/audio/\345\244\247\346\204\217.mp3" "b/assets/audio/\345\244\247\346\204\217.mp3"
new file mode 100755
index 0000000..832965d
Binary files /dev/null and "b/assets/audio/\345\244\247\346\204\217.mp3" differ
diff --git "a/assets/audio/\345\244\247\346\226\271.mp3" "b/assets/audio/\345\244\247\346\226\271.mp3"
new file mode 100755
index 0000000..9d2581a
Binary files /dev/null and "b/assets/audio/\345\244\247\346\226\271.mp3" differ
diff --git "a/assets/audio/\345\244\247\350\202\206.mp3" "b/assets/audio/\345\244\247\350\202\206.mp3"
new file mode 100755
index 0000000..50961a4
Binary files /dev/null and "b/assets/audio/\345\244\247\350\202\206.mp3" differ
diff --git "a/assets/audio/\345\244\247\350\207\243.mp3" "b/assets/audio/\345\244\247\350\207\243.mp3"
new file mode 100755
index 0000000..23267d9
Binary files /dev/null and "b/assets/audio/\345\244\247\350\207\243.mp3" differ
diff --git "a/assets/audio/\345\244\247\350\207\264.mp3" "b/assets/audio/\345\244\247\350\207\264.mp3"
new file mode 100755
index 0000000..b738deb
Binary files /dev/null and "b/assets/audio/\345\244\247\350\207\264.mp3" differ
diff --git "a/assets/audio/\345\244\247\350\261\241.mp3" "b/assets/audio/\345\244\247\350\261\241.mp3"
new file mode 100755
index 0000000..3b04841
Binary files /dev/null and "b/assets/audio/\345\244\247\350\261\241.mp3" differ
diff --git "a/assets/audio/\345\244\251\347\234\237.mp3" "b/assets/audio/\345\244\251\347\234\237.mp3"
new file mode 100755
index 0000000..8d94c3f
Binary files /dev/null and "b/assets/audio/\345\244\251\347\234\237.mp3" differ
diff --git "a/assets/audio/\345\244\251\347\251\272.mp3" "b/assets/audio/\345\244\251\347\251\272.mp3"
new file mode 100755
index 0000000..6251ad9
Binary files /dev/null and "b/assets/audio/\345\244\251\347\251\272.mp3" differ
diff --git "a/assets/audio/\345\244\252\345\244\252.mp3" "b/assets/audio/\345\244\252\345\244\252.mp3"
new file mode 100755
index 0000000..32c9974
Binary files /dev/null and "b/assets/audio/\345\244\252\345\244\252.mp3" differ
diff --git "a/assets/audio/\345\244\252\346\236\201\346\213\263.mp3" "b/assets/audio/\345\244\252\346\236\201\346\213\263.mp3"
new file mode 100755
index 0000000..91cba98
Binary files /dev/null and "b/assets/audio/\345\244\252\346\236\201\346\213\263.mp3" differ
diff --git "a/assets/audio/\345\244\261\344\270\232.mp3" "b/assets/audio/\345\244\261\344\270\232.mp3"
new file mode 100755
index 0000000..99d78fa
Binary files /dev/null and "b/assets/audio/\345\244\261\344\270\232.mp3" differ
diff --git "a/assets/audio/\345\244\261\345\216\273.mp3" "b/assets/audio/\345\244\261\345\216\273.mp3"
new file mode 100755
index 0000000..4c0be4d
Binary files /dev/null and "b/assets/audio/\345\244\261\345\216\273.mp3" differ
diff --git "a/assets/audio/\345\244\261\346\234\233.mp3" "b/assets/audio/\345\244\261\346\234\233.mp3"
new file mode 100755
index 0000000..046a9cc
Binary files /dev/null and "b/assets/audio/\345\244\261\346\234\233.mp3" differ
diff --git "a/assets/audio/\345\244\261\347\234\240.mp3" "b/assets/audio/\345\244\261\347\234\240.mp3"
new file mode 100755
index 0000000..a22e723
Binary files /dev/null and "b/assets/audio/\345\244\261\347\234\240.mp3" differ
diff --git "a/assets/audio/\345\244\261\350\264\245.mp3" "b/assets/audio/\345\244\261\350\264\245.mp3"
new file mode 100755
index 0000000..dff2797
Binary files /dev/null and "b/assets/audio/\345\244\261\350\264\245.mp3" differ
diff --git "a/assets/audio/\345\244\270.mp3" "b/assets/audio/\345\244\270.mp3"
new file mode 100755
index 0000000..5fe442b
Binary files /dev/null and "b/assets/audio/\345\244\270.mp3" differ
diff --git "a/assets/audio/\345\244\270\345\274\240.mp3" "b/assets/audio/\345\244\270\345\274\240.mp3"
new file mode 100755
index 0000000..0384ddf
Binary files /dev/null and "b/assets/audio/\345\244\270\345\274\240.mp3" differ
diff --git "a/assets/audio/\345\244\271\345\255\220.mp3" "b/assets/audio/\345\244\271\345\255\220.mp3"
new file mode 100755
index 0000000..91b8e9d
Binary files /dev/null and "b/assets/audio/\345\244\271\345\255\220.mp3" differ
diff --git "a/assets/audio/\345\245\207\350\277\271.mp3" "b/assets/audio/\345\245\207\350\277\271.mp3"
new file mode 100755
index 0000000..baf499e
Binary files /dev/null and "b/assets/audio/\345\245\207\350\277\271.mp3" differ
diff --git "a/assets/audio/\345\245\213\346\226\227.mp3" "b/assets/audio/\345\245\213\346\226\227.mp3"
new file mode 100755
index 0000000..d868b6a
Binary files /dev/null and "b/assets/audio/\345\245\213\346\226\227.mp3" differ
diff --git "a/assets/audio/\345\245\224\346\263\242.mp3" "b/assets/audio/\345\245\224\346\263\242.mp3"
new file mode 100755
index 0000000..83451cc
Binary files /dev/null and "b/assets/audio/\345\245\224\346\263\242.mp3" differ
diff --git "a/assets/audio/\345\245\224\351\251\260.mp3" "b/assets/audio/\345\245\224\351\251\260.mp3"
new file mode 100755
index 0000000..06b025e
Binary files /dev/null and "b/assets/audio/\345\245\224\351\251\260.mp3" differ
diff --git "a/assets/audio/\345\245\227.mp3" "b/assets/audio/\345\245\227.mp3"
new file mode 100755
index 0000000..fee3059
Binary files /dev/null and "b/assets/audio/\345\245\227.mp3" differ
diff --git "a/assets/audio/\345\245\240\345\256\232.mp3" "b/assets/audio/\345\245\240\345\256\232.mp3"
new file mode 100755
index 0000000..607947d
Binary files /dev/null and "b/assets/audio/\345\245\240\345\256\232.mp3" differ
diff --git "a/assets/audio/\345\245\245\347\247\230.mp3" "b/assets/audio/\345\245\245\347\247\230.mp3"
new file mode 100755
index 0000000..0e2c15a
Binary files /dev/null and "b/assets/audio/\345\245\245\347\247\230.mp3" differ
diff --git "a/assets/audio/\345\245\263\345\243\253.mp3" "b/assets/audio/\345\245\263\345\243\253.mp3"
new file mode 100755
index 0000000..0f8d23d
Binary files /dev/null and "b/assets/audio/\345\245\263\345\243\253.mp3" differ
diff --git "a/assets/audio/\345\245\275.mp3" "b/assets/audio/\345\245\275.mp3"
new file mode 100755
index 0000000..81ef66e
Binary files /dev/null and "b/assets/audio/\345\245\275.mp3" differ
diff --git "a/assets/audio/\345\245\275\345\245\207.mp3" "b/assets/audio/\345\245\275\345\245\207.mp3"
new file mode 100755
index 0000000..3333c97
Binary files /dev/null and "b/assets/audio/\345\245\275\345\245\207.mp3" differ
diff --git "a/assets/audio/\345\245\275\345\256\242.mp3" "b/assets/audio/\345\245\275\345\256\242.mp3"
new file mode 100755
index 0000000..c162586
Binary files /dev/null and "b/assets/audio/\345\245\275\345\256\242.mp3" differ
diff --git "a/assets/audio/\345\246\202\344\273\212.mp3" "b/assets/audio/\345\246\202\344\273\212.mp3"
new file mode 100755
index 0000000..c02654c
Binary files /dev/null and "b/assets/audio/\345\246\202\344\273\212.mp3" differ
diff --git "a/assets/audio/\345\246\202\344\275\225.mp3" "b/assets/audio/\345\246\202\344\275\225.mp3"
new file mode 100755
index 0000000..5c2482e
Binary files /dev/null and "b/assets/audio/\345\246\202\344\275\225.mp3" differ
diff --git "a/assets/audio/\345\246\207\345\245\263.mp3" "b/assets/audio/\345\246\207\345\245\263.mp3"
new file mode 100755
index 0000000..b7157f3
Binary files /dev/null and "b/assets/audio/\345\246\207\345\245\263.mp3" differ
diff --git "a/assets/audio/\345\246\210\345\246\210.mp3" "b/assets/audio/\345\246\210\345\246\210.mp3"
new file mode 100755
index 0000000..74a6856
Binary files /dev/null and "b/assets/audio/\345\246\210\345\246\210.mp3" differ
diff --git "a/assets/audio/\345\246\250\347\242\215.mp3" "b/assets/audio/\345\246\250\347\242\215.mp3"
new file mode 100755
index 0000000..178a85e
Binary files /dev/null and "b/assets/audio/\345\246\250\347\242\215.mp3" differ
diff --git "a/assets/audio/\345\247\213\347\273\210.mp3" "b/assets/audio/\345\247\213\347\273\210.mp3"
new file mode 100755
index 0000000..7241198
Binary files /dev/null and "b/assets/audio/\345\247\213\347\273\210.mp3" differ
diff --git "a/assets/audio/\345\247\221\345\247\221.mp3" "b/assets/audio/\345\247\221\345\247\221.mp3"
new file mode 100755
index 0000000..be9c20f
Binary files /dev/null and "b/assets/audio/\345\247\221\345\247\221.mp3" differ
diff --git "a/assets/audio/\345\247\221\345\250\230.mp3" "b/assets/audio/\345\247\221\345\250\230.mp3"
new file mode 100755
index 0000000..84f4516
Binary files /dev/null and "b/assets/audio/\345\247\221\345\250\230.mp3" differ
diff --git "a/assets/audio/\345\247\224\345\261\210.mp3" "b/assets/audio/\345\247\224\345\261\210.mp3"
new file mode 100755
index 0000000..58898b3
Binary files /dev/null and "b/assets/audio/\345\247\224\345\261\210.mp3" differ
diff --git "a/assets/audio/\345\247\245\345\247\245.mp3" "b/assets/audio/\345\247\245\345\247\245.mp3"
new file mode 100755
index 0000000..04998e7
Binary files /dev/null and "b/assets/audio/\345\247\245\345\247\245.mp3" differ
diff --git "a/assets/audio/\345\247\277\345\212\277.mp3" "b/assets/audio/\345\247\277\345\212\277.mp3"
new file mode 100755
index 0000000..795536c
Binary files /dev/null and "b/assets/audio/\345\247\277\345\212\277.mp3" differ
diff --git "a/assets/audio/\345\250\261\344\271\220.mp3" "b/assets/audio/\345\250\261\344\271\220.mp3"
new file mode 100755
index 0000000..cfe48d2
Binary files /dev/null and "b/assets/audio/\345\250\261\344\271\220.mp3" differ
diff --git "a/assets/audio/\345\250\266.mp3" "b/assets/audio/\345\250\266.mp3"
new file mode 100755
index 0000000..bdca2d9
Binary files /dev/null and "b/assets/audio/\345\250\266.mp3" differ
diff --git "a/assets/audio/\345\251\232\345\247\273.mp3" "b/assets/audio/\345\251\232\345\247\273.mp3"
new file mode 100755
index 0000000..ecfda0b
Binary files /dev/null and "b/assets/audio/\345\251\232\345\247\273.mp3" differ
diff --git "a/assets/audio/\345\251\232\347\244\274.mp3" "b/assets/audio/\345\251\232\347\244\274.mp3"
new file mode 100755
index 0000000..e117f3e
Binary files /dev/null and "b/assets/audio/\345\251\232\347\244\274.mp3" differ
diff --git "a/assets/audio/\345\252\222\344\275\223.mp3" "b/assets/audio/\345\252\222\344\275\223.mp3"
new file mode 100755
index 0000000..453b5ac
Binary files /dev/null and "b/assets/audio/\345\252\222\344\275\223.mp3" differ
diff --git "a/assets/audio/\345\253\201.mp3" "b/assets/audio/\345\253\201.mp3"
new file mode 100755
index 0000000..63af242
Binary files /dev/null and "b/assets/audio/\345\253\201.mp3" differ
diff --git "a/assets/audio/\345\253\251.mp3" "b/assets/audio/\345\253\251.mp3"
new file mode 100755
index 0000000..c625038
Binary files /dev/null and "b/assets/audio/\345\253\251.mp3" differ
diff --git "a/assets/audio/\345\255\227\345\271\225.mp3" "b/assets/audio/\345\255\227\345\271\225.mp3"
new file mode 100755
index 0000000..e1511d1
Binary files /dev/null and "b/assets/audio/\345\255\227\345\271\225.mp3" differ
diff --git "a/assets/audio/\345\255\227\346\257\215.mp3" "b/assets/audio/\345\255\227\346\257\215.mp3"
new file mode 100755
index 0000000..88eaab2
Binary files /dev/null and "b/assets/audio/\345\255\227\346\257\215.mp3" differ
diff --git "a/assets/audio/\345\255\230\345\234\250.mp3" "b/assets/audio/\345\255\230\345\234\250.mp3"
new file mode 100755
index 0000000..8f381b7
Binary files /dev/null and "b/assets/audio/\345\255\230\345\234\250.mp3" differ
diff --git "a/assets/audio/\345\255\231\345\255\220.mp3" "b/assets/audio/\345\255\231\345\255\220.mp3"
new file mode 100755
index 0000000..4e5249a
Binary files /dev/null and "b/assets/audio/\345\255\231\345\255\220.mp3" differ
diff --git "a/assets/audio/\345\255\235\351\241\272.mp3" "b/assets/audio/\345\255\235\351\241\272.mp3"
new file mode 100755
index 0000000..acfd429
Binary files /dev/null and "b/assets/audio/\345\255\235\351\241\272.mp3" differ
diff --git "a/assets/audio/\345\255\246\345\216\206.mp3" "b/assets/audio/\345\255\246\345\216\206.mp3"
new file mode 100755
index 0000000..87a5e99
Binary files /dev/null and "b/assets/audio/\345\255\246\345\216\206.mp3" differ
diff --git "a/assets/audio/\345\255\246\346\234\237.mp3" "b/assets/audio/\345\255\246\346\234\237.mp3"
new file mode 100755
index 0000000..f224dd6
Binary files /dev/null and "b/assets/audio/\345\255\246\346\234\237.mp3" differ
diff --git "a/assets/audio/\345\255\246\346\234\257.mp3" "b/assets/audio/\345\255\246\346\234\257.mp3"
new file mode 100755
index 0000000..5d0bf01
Binary files /dev/null and "b/assets/audio/\345\255\246\346\234\257.mp3" differ
diff --git "a/assets/audio/\345\255\246\351\227\256.mp3" "b/assets/audio/\345\255\246\351\227\256.mp3"
new file mode 100755
index 0000000..2891ecc
Binary files /dev/null and "b/assets/audio/\345\255\246\351\227\256.mp3" differ
diff --git "a/assets/audio/\345\256\201\345\217\257.mp3" "b/assets/audio/\345\256\201\345\217\257.mp3"
new file mode 100755
index 0000000..c830f4c
Binary files /dev/null and "b/assets/audio/\345\256\201\345\217\257.mp3" differ
diff --git "a/assets/audio/\345\256\211\345\256\201.mp3" "b/assets/audio/\345\256\211\345\256\201.mp3"
new file mode 100755
index 0000000..7ae8ad8
Binary files /dev/null and "b/assets/audio/\345\256\211\345\256\201.mp3" differ
diff --git "a/assets/audio/\345\256\211\346\205\260.mp3" "b/assets/audio/\345\256\211\346\205\260.mp3"
new file mode 100755
index 0000000..e4c77aa
Binary files /dev/null and "b/assets/audio/\345\256\211\346\205\260.mp3" differ
diff --git "a/assets/audio/\345\256\211\347\275\256.mp3" "b/assets/audio/\345\256\211\347\275\256.mp3"
new file mode 100755
index 0000000..01c9367
Binary files /dev/null and "b/assets/audio/\345\256\211\347\275\256.mp3" differ
diff --git "a/assets/audio/\345\256\211\350\243\205.mp3" "b/assets/audio/\345\256\211\350\243\205.mp3"
new file mode 100755
index 0000000..03a19d7
Binary files /dev/null and "b/assets/audio/\345\256\211\350\243\205.mp3" differ
diff --git "a/assets/audio/\345\256\211\350\257\246.mp3" "b/assets/audio/\345\256\211\350\257\246.mp3"
new file mode 100755
index 0000000..9ffb94c
Binary files /dev/null and "b/assets/audio/\345\256\211\350\257\246.mp3" differ
diff --git "a/assets/audio/\345\256\214\345\205\250.mp3" "b/assets/audio/\345\256\214\345\205\250.mp3"
new file mode 100755
index 0000000..2bd1786
Binary files /dev/null and "b/assets/audio/\345\256\214\345\205\250.mp3" differ
diff --git "a/assets/audio/\345\256\214\345\226\204.mp3" "b/assets/audio/\345\256\214\345\226\204.mp3"
new file mode 100755
index 0000000..de2b5ef
Binary files /dev/null and "b/assets/audio/\345\256\214\345\226\204.mp3" differ
diff --git "a/assets/audio/\345\256\214\346\225\264.mp3" "b/assets/audio/\345\256\214\346\225\264.mp3"
new file mode 100755
index 0000000..d72b78c
Binary files /dev/null and "b/assets/audio/\345\256\214\346\225\264.mp3" differ
diff --git "a/assets/audio/\345\256\214\347\276\216.mp3" "b/assets/audio/\345\256\214\347\276\216.mp3"
new file mode 100755
index 0000000..ff1d714
Binary files /dev/null and "b/assets/audio/\345\256\214\347\276\216.mp3" differ
diff --git "a/assets/audio/\345\256\230.mp3" "b/assets/audio/\345\256\230.mp3"
new file mode 100755
index 0000000..51e0640
Binary files /dev/null and "b/assets/audio/\345\256\230.mp3" differ
diff --git "a/assets/audio/\345\256\232\344\271\211.mp3" "b/assets/audio/\345\256\232\344\271\211.mp3"
new file mode 100755
index 0000000..e7128c9
Binary files /dev/null and "b/assets/audio/\345\256\232\344\271\211.mp3" differ
diff --git "a/assets/audio/\345\256\232\346\234\237.mp3" "b/assets/audio/\345\256\232\346\234\237.mp3"
new file mode 100755
index 0000000..285a390
Binary files /dev/null and "b/assets/audio/\345\256\232\346\234\237.mp3" differ
diff --git "a/assets/audio/\345\256\235\350\264\235.mp3" "b/assets/audio/\345\256\235\350\264\235.mp3"
new file mode 100755
index 0000000..0b7fc86
Binary files /dev/null and "b/assets/audio/\345\256\235\350\264\235.mp3" differ
diff --git "a/assets/audio/\345\256\235\350\264\265.mp3" "b/assets/audio/\345\256\235\350\264\265.mp3"
new file mode 100755
index 0000000..c92ca87
Binary files /dev/null and "b/assets/audio/\345\256\235\350\264\265.mp3" differ
diff --git "a/assets/audio/\345\256\236\344\271\240.mp3" "b/assets/audio/\345\256\236\344\271\240.mp3"
new file mode 100755
index 0000000..790ec34
Binary files /dev/null and "b/assets/audio/\345\256\236\344\271\240.mp3" differ
diff --git "a/assets/audio/\345\256\236\345\234\250.mp3" "b/assets/audio/\345\256\236\345\234\250.mp3"
new file mode 100755
index 0000000..d1e4a5f
Binary files /dev/null and "b/assets/audio/\345\256\236\345\234\250.mp3" differ
diff --git "a/assets/audio/\345\256\236\347\216\260.mp3" "b/assets/audio/\345\256\236\347\216\260.mp3"
new file mode 100755
index 0000000..e9af9b7
Binary files /dev/null and "b/assets/audio/\345\256\236\347\216\260.mp3" differ
diff --git "a/assets/audio/\345\256\236\347\224\250.mp3" "b/assets/audio/\345\256\236\347\224\250.mp3"
new file mode 100755
index 0000000..3f56b64
Binary files /dev/null and "b/assets/audio/\345\256\236\347\224\250.mp3" differ
diff --git "a/assets/audio/\345\256\236\350\257\235.mp3" "b/assets/audio/\345\256\236\350\257\235.mp3"
new file mode 100755
index 0000000..bc87b4c
Binary files /dev/null and "b/assets/audio/\345\256\236\350\257\235.mp3" differ
diff --git "a/assets/audio/\345\256\236\350\267\265.mp3" "b/assets/audio/\345\256\236\350\267\265.mp3"
new file mode 100755
index 0000000..bad9377
Binary files /dev/null and "b/assets/audio/\345\256\236\350\267\265.mp3" differ
diff --git "a/assets/audio/\345\256\236\351\231\205.mp3" "b/assets/audio/\345\256\236\351\231\205.mp3"
new file mode 100755
index 0000000..7c940cf
Binary files /dev/null and "b/assets/audio/\345\256\236\351\231\205.mp3" differ
diff --git "a/assets/audio/\345\256\236\351\252\214.mp3" "b/assets/audio/\345\256\236\351\252\214.mp3"
new file mode 100755
index 0000000..287b036
Binary files /dev/null and "b/assets/audio/\345\256\236\351\252\214.mp3" differ
diff --git "a/assets/audio/\345\256\240\347\211\251.mp3" "b/assets/audio/\345\256\240\347\211\251.mp3"
new file mode 100755
index 0000000..687ea2c
Binary files /dev/null and "b/assets/audio/\345\256\240\347\211\251.mp3" differ
diff --git "a/assets/audio/\345\256\241\345\210\244.mp3" "b/assets/audio/\345\256\241\345\210\244.mp3"
new file mode 100755
index 0000000..133c831
Binary files /dev/null and "b/assets/audio/\345\256\241\345\210\244.mp3" differ
diff --git "a/assets/audio/\345\256\241\346\237\245.mp3" "b/assets/audio/\345\256\241\346\237\245.mp3"
new file mode 100755
index 0000000..246cca4
Binary files /dev/null and "b/assets/audio/\345\256\241\346\237\245.mp3" differ
diff --git "a/assets/audio/\345\256\241\347\220\206.mp3" "b/assets/audio/\345\256\241\347\220\206.mp3"
new file mode 100755
index 0000000..ac57585
Binary files /dev/null and "b/assets/audio/\345\256\241\347\220\206.mp3" differ
diff --git "a/assets/audio/\345\256\241\347\276\216.mp3" "b/assets/audio/\345\256\241\347\276\216.mp3"
new file mode 100755
index 0000000..75e3db0
Binary files /dev/null and "b/assets/audio/\345\256\241\347\276\216.mp3" differ
diff --git "a/assets/audio/\345\256\242\350\247\202.mp3" "b/assets/audio/\345\256\242\350\247\202.mp3"
new file mode 100755
index 0000000..ab7aabc
Binary files /dev/null and "b/assets/audio/\345\256\242\350\247\202.mp3" differ
diff --git "a/assets/audio/\345\256\243\344\274\240.mp3" "b/assets/audio/\345\256\243\344\274\240.mp3"
new file mode 100755
index 0000000..d01570e
Binary files /dev/null and "b/assets/audio/\345\256\243\344\274\240.mp3" differ
diff --git "a/assets/audio/\345\256\243\345\270\203.mp3" "b/assets/audio/\345\256\243\345\270\203.mp3"
new file mode 100755
index 0000000..0a3bd0b
Binary files /dev/null and "b/assets/audio/\345\256\243\345\270\203.mp3" differ
diff --git "a/assets/audio/\345\256\264\344\274\232.mp3" "b/assets/audio/\345\256\264\344\274\232.mp3"
new file mode 100755
index 0000000..9ffc884
Binary files /dev/null and "b/assets/audio/\345\256\264\344\274\232.mp3" differ
diff --git "a/assets/audio/\345\256\266.mp3" "b/assets/audio/\345\256\266.mp3"
new file mode 100755
index 0000000..f5f8585
Binary files /dev/null and "b/assets/audio/\345\256\266.mp3" differ
diff --git "a/assets/audio/\345\256\266\344\271\241.mp3" "b/assets/audio/\345\256\266\344\271\241.mp3"
new file mode 100755
index 0000000..b5061b6
Binary files /dev/null and "b/assets/audio/\345\256\266\344\271\241.mp3" differ
diff --git "a/assets/audio/\345\256\266\345\212\241.mp3" "b/assets/audio/\345\256\266\345\212\241.mp3"
new file mode 100755
index 0000000..7eb4a4e
Binary files /dev/null and "b/assets/audio/\345\256\266\345\212\241.mp3" differ
diff --git "a/assets/audio/\345\256\266\345\272\255.mp3" "b/assets/audio/\345\256\266\345\272\255.mp3"
new file mode 100755
index 0000000..ba9d811
Binary files /dev/null and "b/assets/audio/\345\256\266\345\272\255.mp3" differ
diff --git "a/assets/audio/\345\256\275.mp3" "b/assets/audio/\345\256\275.mp3"
new file mode 100755
index 0000000..5f6f155
Binary files /dev/null and "b/assets/audio/\345\256\275.mp3" differ
diff --git "a/assets/audio/\345\256\277\350\210\215.mp3" "b/assets/audio/\345\256\277\350\210\215.mp3"
new file mode 100755
index 0000000..1773091
Binary files /dev/null and "b/assets/audio/\345\256\277\350\210\215.mp3" differ
diff --git "a/assets/audio/\345\257\202\345\257\236.mp3" "b/assets/audio/\345\257\202\345\257\236.mp3"
new file mode 100755
index 0000000..997651e
Binary files /dev/null and "b/assets/audio/\345\257\202\345\257\236.mp3" differ
diff --git "a/assets/audio/\345\257\206\345\210\207.mp3" "b/assets/audio/\345\257\206\345\210\207.mp3"
new file mode 100755
index 0000000..8e69ea0
Binary files /dev/null and "b/assets/audio/\345\257\206\345\210\207.mp3" differ
diff --git "a/assets/audio/\345\257\271\344\273\230.mp3" "b/assets/audio/\345\257\271\344\273\230.mp3"
new file mode 100755
index 0000000..a1ac1fb
Binary files /dev/null and "b/assets/audio/\345\257\271\344\273\230.mp3" differ
diff --git "a/assets/audio/\345\257\271\345\272\224.mp3" "b/assets/audio/\345\257\271\345\272\224.mp3"
new file mode 100755
index 0000000..50b2a21
Binary files /dev/null and "b/assets/audio/\345\257\271\345\272\224.mp3" differ
diff --git "a/assets/audio/\345\257\271\345\276\205.mp3" "b/assets/audio/\345\257\271\345\276\205.mp3"
new file mode 100755
index 0000000..bf84adc
Binary files /dev/null and "b/assets/audio/\345\257\271\345\276\205.mp3" differ
diff --git "a/assets/audio/\345\257\271\346\211\213.mp3" "b/assets/audio/\345\257\271\346\211\213.mp3"
new file mode 100755
index 0000000..0db11aa
Binary files /dev/null and "b/assets/audio/\345\257\271\346\211\213.mp3" differ
diff --git "a/assets/audio/\345\257\271\346\212\227.mp3" "b/assets/audio/\345\257\271\346\212\227.mp3"
new file mode 100755
index 0000000..737b673
Binary files /dev/null and "b/assets/audio/\345\257\271\346\212\227.mp3" differ
diff --git "a/assets/audio/\345\257\271\346\226\271.mp3" "b/assets/audio/\345\257\271\346\226\271.mp3"
new file mode 100755
index 0000000..5f4d481
Binary files /dev/null and "b/assets/audio/\345\257\271\346\226\271.mp3" differ
diff --git "a/assets/audio/\345\257\271\346\257\224.mp3" "b/assets/audio/\345\257\271\346\257\224.mp3"
new file mode 100755
index 0000000..1825403
Binary files /dev/null and "b/assets/audio/\345\257\271\346\257\224.mp3" differ
diff --git "a/assets/audio/\345\257\271\347\205\247.mp3" "b/assets/audio/\345\257\271\347\205\247.mp3"
new file mode 100755
index 0000000..b25e005
Binary files /dev/null and "b/assets/audio/\345\257\271\347\205\247.mp3" differ
diff --git "a/assets/audio/\345\257\271\347\247\260.mp3" "b/assets/audio/\345\257\271\347\247\260.mp3"
new file mode 100755
index 0000000..effa3cf
Binary files /dev/null and "b/assets/audio/\345\257\271\347\247\260.mp3" differ
diff --git "a/assets/audio/\345\257\271\347\253\213.mp3" "b/assets/audio/\345\257\271\347\253\213.mp3"
new file mode 100755
index 0000000..4166264
Binary files /dev/null and "b/assets/audio/\345\257\271\347\253\213.mp3" differ
diff --git "a/assets/audio/\345\257\271\347\255\226.mp3" "b/assets/audio/\345\257\271\347\255\226.mp3"
new file mode 100755
index 0000000..0ba5943
Binary files /dev/null and "b/assets/audio/\345\257\271\347\255\226.mp3" differ
diff --git "a/assets/audio/\345\257\271\350\201\224.mp3" "b/assets/audio/\345\257\271\350\201\224.mp3"
new file mode 100755
index 0000000..1a9f354
Binary files /dev/null and "b/assets/audio/\345\257\271\350\201\224.mp3" differ
diff --git "a/assets/audio/\345\257\271\350\261\241.mp3" "b/assets/audio/\345\257\271\350\261\241.mp3"
new file mode 100755
index 0000000..86120ba
Binary files /dev/null and "b/assets/audio/\345\257\271\350\261\241.mp3" differ
diff --git "a/assets/audio/\345\257\273\346\211\276.mp3" "b/assets/audio/\345\257\273\346\211\276.mp3"
new file mode 100755
index 0000000..c2c5abd
Binary files /dev/null and "b/assets/audio/\345\257\273\346\211\276.mp3" differ
diff --git "a/assets/audio/\345\257\274\345\220\221.mp3" "b/assets/audio/\345\257\274\345\220\221.mp3"
new file mode 100755
index 0000000..d7063fe
Binary files /dev/null and "b/assets/audio/\345\257\274\345\220\221.mp3" differ
diff --git "a/assets/audio/\345\257\274\345\274\271.mp3" "b/assets/audio/\345\257\274\345\274\271.mp3"
new file mode 100755
index 0000000..f1af6dc
Binary files /dev/null and "b/assets/audio/\345\257\274\345\274\271.mp3" differ
diff --git "a/assets/audio/\345\257\274\346\274\224.mp3" "b/assets/audio/\345\257\274\346\274\224.mp3"
new file mode 100755
index 0000000..ead7671
Binary files /dev/null and "b/assets/audio/\345\257\274\346\274\224.mp3" differ
diff --git "a/assets/audio/\345\257\274\350\207\264.mp3" "b/assets/audio/\345\257\274\350\207\264.mp3"
new file mode 100755
index 0000000..191d854
Binary files /dev/null and "b/assets/audio/\345\257\274\350\207\264.mp3" differ
diff --git "a/assets/audio/\345\257\274\350\210\252.mp3" "b/assets/audio/\345\257\274\350\210\252.mp3"
new file mode 100755
index 0000000..ecc33c1
Binary files /dev/null and "b/assets/audio/\345\257\274\350\210\252.mp3" differ
diff --git "a/assets/audio/\345\257\277\345\221\275.mp3" "b/assets/audio/\345\257\277\345\221\275.mp3"
new file mode 100755
index 0000000..8269cf3
Binary files /dev/null and "b/assets/audio/\345\257\277\345\221\275.mp3" differ
diff --git "a/assets/audio/\345\260\204\345\207\273.mp3" "b/assets/audio/\345\260\204\345\207\273.mp3"
new file mode 100755
index 0000000..bf41342
Binary files /dev/null and "b/assets/audio/\345\260\204\345\207\273.mp3" differ
diff --git "a/assets/audio/\345\260\212\346\225\254.mp3" "b/assets/audio/\345\260\212\346\225\254.mp3"
new file mode 100755
index 0000000..921fd1b
Binary files /dev/null and "b/assets/audio/\345\260\212\346\225\254.mp3" differ
diff --git "a/assets/audio/\345\260\212\351\207\215.mp3" "b/assets/audio/\345\260\212\351\207\215.mp3"
new file mode 100755
index 0000000..ad9b2d6
Binary files /dev/null and "b/assets/audio/\345\260\212\351\207\215.mp3" differ
diff --git "a/assets/audio/\345\260\217\345\220\203.mp3" "b/assets/audio/\345\260\217\345\220\203.mp3"
new file mode 100755
index 0000000..667a458
Binary files /dev/null and "b/assets/audio/\345\260\217\345\220\203.mp3" differ
diff --git "a/assets/audio/\345\260\217\346\260\224.mp3" "b/assets/audio/\345\260\217\346\260\224.mp3"
new file mode 100755
index 0000000..459320a
Binary files /dev/null and "b/assets/audio/\345\260\217\346\260\224.mp3" differ
diff --git "a/assets/audio/\345\260\217\350\257\264.mp3" "b/assets/audio/\345\260\217\350\257\264.mp3"
new file mode 100755
index 0000000..715b514
Binary files /dev/null and "b/assets/audio/\345\260\217\350\257\264.mp3" differ
diff --git "a/assets/audio/\345\260\217\351\272\246.mp3" "b/assets/audio/\345\260\217\351\272\246.mp3"
new file mode 100755
index 0000000..ac1134f
Binary files /dev/null and "b/assets/audio/\345\260\217\351\272\246.mp3" differ
diff --git "a/assets/audio/\345\260\235\350\257\225.mp3" "b/assets/audio/\345\260\235\350\257\225.mp3"
new file mode 100755
index 0000000..4190856
Binary files /dev/null and "b/assets/audio/\345\260\235\350\257\225.mp3" differ
diff --git "a/assets/audio/\345\260\244\345\205\266.mp3" "b/assets/audio/\345\260\244\345\205\266.mp3"
new file mode 100755
index 0000000..40e3080
Binary files /dev/null and "b/assets/audio/\345\260\244\345\205\266.mp3" differ
diff --git "a/assets/audio/\345\260\272\345\255\220.mp3" "b/assets/audio/\345\260\272\345\255\220.mp3"
new file mode 100755
index 0000000..e5a82cc
Binary files /dev/null and "b/assets/audio/\345\260\272\345\255\220.mp3" differ
diff --git "a/assets/audio/\345\260\275\345\212\233.mp3" "b/assets/audio/\345\260\275\345\212\233.mp3"
new file mode 100755
index 0000000..524d0b3
Binary files /dev/null and "b/assets/audio/\345\260\275\345\212\233.mp3" differ
diff --git "a/assets/audio/\345\260\275\345\277\253.mp3" "b/assets/audio/\345\260\275\345\277\253.mp3"
new file mode 100755
index 0000000..ee526c4
Binary files /dev/null and "b/assets/audio/\345\260\275\345\277\253.mp3" differ
diff --git "a/assets/audio/\345\260\275\351\207\217.mp3" "b/assets/audio/\345\260\275\351\207\217.mp3"
new file mode 100755
index 0000000..9f0c456
Binary files /dev/null and "b/assets/audio/\345\260\275\351\207\217.mp3" differ
diff --git "a/assets/audio/\345\260\276\345\267\264.mp3" "b/assets/audio/\345\260\276\345\267\264.mp3"
new file mode 100755
index 0000000..498fe81
Binary files /dev/null and "b/assets/audio/\345\260\276\345\267\264.mp3" differ
diff --git "a/assets/audio/\345\261\202\346\254\241.mp3" "b/assets/audio/\345\261\202\346\254\241.mp3"
new file mode 100755
index 0000000..18e635e
Binary files /dev/null and "b/assets/audio/\345\261\202\346\254\241.mp3" differ
diff --git "a/assets/audio/\345\261\205\347\204\266.mp3" "b/assets/audio/\345\261\205\347\204\266.mp3"
new file mode 100755
index 0000000..ef306f9
Binary files /dev/null and "b/assets/audio/\345\261\205\347\204\266.mp3" differ
diff --git "a/assets/audio/\345\261\212.mp3" "b/assets/audio/\345\261\212.mp3"
new file mode 100755
index 0000000..e893e8c
Binary files /dev/null and "b/assets/audio/\345\261\212.mp3" differ
diff --git "a/assets/audio/\345\261\213\345\255\220.mp3" "b/assets/audio/\345\261\213\345\255\220.mp3"
new file mode 100755
index 0000000..0e12a4d
Binary files /dev/null and "b/assets/audio/\345\261\213\345\255\220.mp3" differ
diff --git "a/assets/audio/\345\261\225\345\274\200.mp3" "b/assets/audio/\345\261\225\345\274\200.mp3"
new file mode 100755
index 0000000..5e73781
Binary files /dev/null and "b/assets/audio/\345\261\225\345\274\200.mp3" differ
diff --git "a/assets/audio/\345\261\225\350\247\210.mp3" "b/assets/audio/\345\261\225\350\247\210.mp3"
new file mode 100755
index 0000000..acb9d23
Binary files /dev/null and "b/assets/audio/\345\261\225\350\247\210.mp3" differ
diff --git "a/assets/audio/\345\261\236\344\272\216.mp3" "b/assets/audio/\345\261\236\344\272\216.mp3"
new file mode 100755
index 0000000..97200f7
Binary files /dev/null and "b/assets/audio/\345\261\236\344\272\216.mp3" differ
diff --git "a/assets/audio/\345\262\224.mp3" "b/assets/audio/\345\262\224.mp3"
new file mode 100755
index 0000000..4d03125
Binary files /dev/null and "b/assets/audio/\345\262\224.mp3" differ
diff --git "a/assets/audio/\345\262\233\345\261\277.mp3" "b/assets/audio/\345\262\233\345\261\277.mp3"
new file mode 100755
index 0000000..2e8284c
Binary files /dev/null and "b/assets/audio/\345\262\233\345\261\277.mp3" differ
diff --git "a/assets/audio/\345\262\270.mp3" "b/assets/audio/\345\262\270.mp3"
new file mode 100755
index 0000000..2e6f294
Binary files /dev/null and "b/assets/audio/\345\262\270.mp3" differ
diff --git "a/assets/audio/\345\264\207\346\213\234.mp3" "b/assets/audio/\345\264\207\346\213\234.mp3"
new file mode 100755
index 0000000..3a89743
Binary files /dev/null and "b/assets/audio/\345\264\207\346\213\234.mp3" differ
diff --git "a/assets/audio/\345\264\207\346\225\254.mp3" "b/assets/audio/\345\264\207\346\225\254.mp3"
new file mode 100755
index 0000000..bba9277
Binary files /dev/null and "b/assets/audio/\345\264\207\346\225\254.mp3" differ
diff --git "a/assets/audio/\345\264\207\351\253\230.mp3" "b/assets/audio/\345\264\207\351\253\230.mp3"
new file mode 100755
index 0000000..3208235
Binary files /dev/null and "b/assets/audio/\345\264\207\351\253\230.mp3" differ
diff --git "a/assets/audio/\345\264\251\346\272\203.mp3" "b/assets/audio/\345\264\251\346\272\203.mp3"
new file mode 100755
index 0000000..0068e7b
Binary files /dev/null and "b/assets/audio/\345\264\251\346\272\203.mp3" differ
diff --git "a/assets/audio/\345\267\242\347\251\264.mp3" "b/assets/audio/\345\267\242\347\251\264.mp3"
new file mode 100755
index 0000000..5bb3ab4
Binary files /dev/null and "b/assets/audio/\345\267\242\347\251\264.mp3" differ
diff --git "a/assets/audio/\345\267\245\344\270\232.mp3" "b/assets/audio/\345\267\245\344\270\232.mp3"
new file mode 100755
index 0000000..6a7194f
Binary files /dev/null and "b/assets/audio/\345\267\245\344\270\232.mp3" differ
diff --git "a/assets/audio/\345\267\245\344\272\272.mp3" "b/assets/audio/\345\267\245\344\272\272.mp3"
new file mode 100755
index 0000000..cca951c
Binary files /dev/null and "b/assets/audio/\345\267\245\344\272\272.mp3" differ
diff --git "a/assets/audio/\345\267\245\344\275\234.mp3" "b/assets/audio/\345\267\245\344\275\234.mp3"
new file mode 100755
index 0000000..54e42ab
Binary files /dev/null and "b/assets/audio/\345\267\245\344\275\234.mp3" differ
diff --git "a/assets/audio/\345\267\245\345\205\267.mp3" "b/assets/audio/\345\267\245\345\205\267.mp3"
new file mode 100755
index 0000000..35c1a15
Binary files /dev/null and "b/assets/audio/\345\267\245\345\205\267.mp3" differ
diff --git "a/assets/audio/\345\267\245\345\216\202.mp3" "b/assets/audio/\345\267\245\345\216\202.mp3"
new file mode 100755
index 0000000..3007ded
Binary files /dev/null and "b/assets/audio/\345\267\245\345\216\202.mp3" differ
diff --git "a/assets/audio/\345\267\246\345\217\263.mp3" "b/assets/audio/\345\267\246\345\217\263.mp3"
new file mode 100755
index 0000000..b0c6239
Binary files /dev/null and "b/assets/audio/\345\267\246\345\217\263.mp3" differ
diff --git "a/assets/audio/\345\267\247\345\246\231.mp3" "b/assets/audio/\345\267\247\345\246\231.mp3"
new file mode 100755
index 0000000..5dd86b3
Binary files /dev/null and "b/assets/audio/\345\267\247\345\246\231.mp3" differ
diff --git "a/assets/audio/\345\267\250\345\244\247.mp3" "b/assets/audio/\345\267\250\345\244\247.mp3"
new file mode 100755
index 0000000..9c33962
Binary files /dev/null and "b/assets/audio/\345\267\250\345\244\247.mp3" differ
diff --git "a/assets/audio/\345\267\256\345\210\253.mp3" "b/assets/audio/\345\267\256\345\210\253.mp3"
new file mode 100755
index 0000000..013d61d
Binary files /dev/null and "b/assets/audio/\345\267\256\345\210\253.mp3" differ
diff --git "a/assets/audio/\345\267\256\350\267\235.mp3" "b/assets/audio/\345\267\256\350\267\235.mp3"
new file mode 100755
index 0000000..629eb43
Binary files /dev/null and "b/assets/audio/\345\267\256\350\267\235.mp3" differ
diff --git "a/assets/audio/\345\267\264\347\273\223.mp3" "b/assets/audio/\345\267\264\347\273\223.mp3"
new file mode 100755
index 0000000..0f17d4d
Binary files /dev/null and "b/assets/audio/\345\267\264\347\273\223.mp3" differ
diff --git "a/assets/audio/\345\270\202\345\234\272.mp3" "b/assets/audio/\345\270\202\345\234\272.mp3"
new file mode 100755
index 0000000..89a4c6b
Binary files /dev/null and "b/assets/audio/\345\270\202\345\234\272.mp3" differ
diff --git "a/assets/audio/\345\270\203.mp3" "b/assets/audio/\345\270\203.mp3"
new file mode 100755
index 0000000..36d4de7
Binary files /dev/null and "b/assets/audio/\345\270\203.mp3" differ
diff --git "a/assets/audio/\345\270\203\345\221\212.mp3" "b/assets/audio/\345\270\203\345\221\212.mp3"
new file mode 100755
index 0000000..7e50eeb
Binary files /dev/null and "b/assets/audio/\345\270\203\345\221\212.mp3" differ
diff --git "a/assets/audio/\345\270\203\345\261\200.mp3" "b/assets/audio/\345\270\203\345\261\200.mp3"
new file mode 100755
index 0000000..d151741
Binary files /dev/null and "b/assets/audio/\345\270\203\345\261\200.mp3" differ
diff --git "a/assets/audio/\345\270\203\347\275\256.mp3" "b/assets/audio/\345\270\203\347\275\256.mp3"
new file mode 100755
index 0000000..4f811df
Binary files /dev/null and "b/assets/audio/\345\270\203\347\275\256.mp3" differ
diff --git "a/assets/audio/\345\270\205.mp3" "b/assets/audio/\345\270\205.mp3"
new file mode 100755
index 0000000..464015f
Binary files /dev/null and "b/assets/audio/\345\270\205.mp3" differ
diff --git "a/assets/audio/\345\270\210\345\202\205.mp3" "b/assets/audio/\345\270\210\345\202\205.mp3"
new file mode 100755
index 0000000..ee8039a
Binary files /dev/null and "b/assets/audio/\345\270\210\345\202\205.mp3" differ
diff --git "a/assets/audio/\345\270\246\351\242\206.mp3" "b/assets/audio/\345\270\246\351\242\206.mp3"
new file mode 100755
index 0000000..ecd2635
Binary files /dev/null and "b/assets/audio/\345\270\246\351\242\206.mp3" differ
diff --git "a/assets/audio/\345\270\270\350\257\206.mp3" "b/assets/audio/\345\270\270\350\257\206.mp3"
new file mode 100755
index 0000000..4ce38a9
Binary files /dev/null and "b/assets/audio/\345\270\270\350\257\206.mp3" differ
diff --git "a/assets/audio/\345\271\205.mp3" "b/assets/audio/\345\271\205.mp3"
new file mode 100755
index 0000000..b7d98e3
Binary files /dev/null and "b/assets/audio/\345\271\205.mp3" differ
diff --git "a/assets/audio/\345\271\262\347\207\245.mp3" "b/assets/audio/\345\271\262\347\207\245.mp3"
new file mode 100755
index 0000000..236785e
Binary files /dev/null and "b/assets/audio/\345\271\262\347\207\245.mp3" differ
diff --git "a/assets/audio/\345\271\262\350\204\206.mp3" "b/assets/audio/\345\271\262\350\204\206.mp3"
new file mode 100755
index 0000000..b43551b
Binary files /dev/null and "b/assets/audio/\345\271\262\350\204\206.mp3" differ
diff --git "a/assets/audio/\345\271\263.mp3" "b/assets/audio/\345\271\263.mp3"
new file mode 100755
index 0000000..00aa6ef
Binary files /dev/null and "b/assets/audio/\345\271\263.mp3" differ
diff --git "a/assets/audio/\345\271\263\345\235\207.mp3" "b/assets/audio/\345\271\263\345\235\207.mp3"
new file mode 100755
index 0000000..8d02bea
Binary files /dev/null and "b/assets/audio/\345\271\263\345\235\207.mp3" differ
diff --git "a/assets/audio/\345\271\263\345\256\211.mp3" "b/assets/audio/\345\271\263\345\256\211.mp3"
new file mode 100755
index 0000000..ec32ab3
Binary files /dev/null and "b/assets/audio/\345\271\263\345\256\211.mp3" differ
diff --git "a/assets/audio/\345\271\263\345\270\270.mp3" "b/assets/audio/\345\271\263\345\270\270.mp3"
new file mode 100755
index 0000000..87a3345
Binary files /dev/null and "b/assets/audio/\345\271\263\345\270\270.mp3" differ
diff --git "a/assets/audio/\345\271\263\346\226\271.mp3" "b/assets/audio/\345\271\263\346\226\271.mp3"
new file mode 100755
index 0000000..fe0d645
Binary files /dev/null and "b/assets/audio/\345\271\263\346\226\271.mp3" differ
diff --git "a/assets/audio/\345\271\263\346\227\266.mp3" "b/assets/audio/\345\271\263\346\227\266.mp3"
new file mode 100755
index 0000000..180e625
Binary files /dev/null and "b/assets/audio/\345\271\263\346\227\266.mp3" differ
diff --git "a/assets/audio/\345\271\263\347\255\211.mp3" "b/assets/audio/\345\271\263\347\255\211.mp3"
new file mode 100755
index 0000000..08e99ba
Binary files /dev/null and "b/assets/audio/\345\271\263\347\255\211.mp3" differ
diff --git "a/assets/audio/\345\271\263\350\241\241.mp3" "b/assets/audio/\345\271\263\350\241\241.mp3"
new file mode 100755
index 0000000..c66a84c
Binary files /dev/null and "b/assets/audio/\345\271\263\350\241\241.mp3" differ
diff --git "a/assets/audio/\345\271\263\351\235\231.mp3" "b/assets/audio/\345\271\263\351\235\231.mp3"
new file mode 100755
index 0000000..e007636
Binary files /dev/null and "b/assets/audio/\345\271\263\351\235\231.mp3" differ
diff --git "a/assets/audio/\345\271\264\344\273\243.mp3" "b/assets/audio/\345\271\264\344\273\243.mp3"
new file mode 100755
index 0000000..a98c10b
Binary files /dev/null and "b/assets/audio/\345\271\264\344\273\243.mp3" differ
diff --git "a/assets/audio/\345\271\264\347\272\252.mp3" "b/assets/audio/\345\271\264\347\272\252.mp3"
new file mode 100755
index 0000000..74375ca
Binary files /dev/null and "b/assets/audio/\345\271\264\347\272\252.mp3" differ
diff --git "a/assets/audio/\345\271\266\345\210\227.mp3" "b/assets/audio/\345\271\266\345\210\227.mp3"
new file mode 100755
index 0000000..a053919
Binary files /dev/null and "b/assets/audio/\345\271\266\345\210\227.mp3" differ
diff --git "a/assets/audio/\345\271\266\351\235\236.mp3" "b/assets/audio/\345\271\266\351\235\236.mp3"
new file mode 100755
index 0000000..8e88297
Binary files /dev/null and "b/assets/audio/\345\271\266\351\235\236.mp3" differ
diff --git "a/assets/audio/\345\271\270\344\272\217.mp3" "b/assets/audio/\345\271\270\344\272\217.mp3"
new file mode 100755
index 0000000..c733c46
Binary files /dev/null and "b/assets/audio/\345\271\270\344\272\217.mp3" differ
diff --git "a/assets/audio/\345\271\270\347\246\217.mp3" "b/assets/audio/\345\271\270\347\246\217.mp3"
new file mode 100755
index 0000000..d002c77
Binary files /dev/null and "b/assets/audio/\345\271\270\347\246\217.mp3" differ
diff --git "a/assets/audio/\345\271\270\350\277\220.mp3" "b/assets/audio/\345\271\270\350\277\220.mp3"
new file mode 100755
index 0000000..7067bca
Binary files /dev/null and "b/assets/audio/\345\271\270\350\277\220.mp3" differ
diff --git "a/assets/audio/\345\271\273\346\203\263.mp3" "b/assets/audio/\345\271\273\346\203\263.mp3"
new file mode 100755
index 0000000..8630b2e
Binary files /dev/null and "b/assets/audio/\345\271\273\346\203\263.mp3" differ
diff --git "a/assets/audio/\345\271\275\351\273\230.mp3" "b/assets/audio/\345\271\275\351\273\230.mp3"
new file mode 100755
index 0000000..82fd20c
Binary files /dev/null and "b/assets/audio/\345\271\275\351\273\230.mp3" differ
diff --git "a/assets/audio/\345\271\277\345\234\272.mp3" "b/assets/audio/\345\271\277\345\234\272.mp3"
new file mode 100755
index 0000000..831851d
Binary files /dev/null and "b/assets/audio/\345\271\277\345\234\272.mp3" differ
diff --git "a/assets/audio/\345\271\277\345\244\247.mp3" "b/assets/audio/\345\271\277\345\244\247.mp3"
new file mode 100755
index 0000000..e462145
Binary files /dev/null and "b/assets/audio/\345\271\277\345\244\247.mp3" differ
diff --git "a/assets/audio/\345\271\277\346\263\233.mp3" "b/assets/audio/\345\271\277\346\263\233.mp3"
new file mode 100755
index 0000000..dad183f
Binary files /dev/null and "b/assets/audio/\345\271\277\346\263\233.mp3" differ
diff --git "a/assets/audio/\345\272\206\347\245\235.mp3" "b/assets/audio/\345\272\206\347\245\235.mp3"
new file mode 100755
index 0000000..74c08ed
Binary files /dev/null and "b/assets/audio/\345\272\206\347\245\235.mp3" differ
diff --git "a/assets/audio/\345\272\212\345\215\225.mp3" "b/assets/audio/\345\272\212\345\215\225.mp3"
new file mode 100755
index 0000000..fdb557f
Binary files /dev/null and "b/assets/audio/\345\272\212\345\215\225.mp3" differ
diff --git "a/assets/audio/\345\272\224\344\273\230.mp3" "b/assets/audio/\345\272\224\344\273\230.mp3"
new file mode 100755
index 0000000..ea6c8bc
Binary files /dev/null and "b/assets/audio/\345\272\224\344\273\230.mp3" differ
diff --git "a/assets/audio/\345\272\224\347\224\250.mp3" "b/assets/audio/\345\272\224\347\224\250.mp3"
new file mode 100755
index 0000000..d190146
Binary files /dev/null and "b/assets/audio/\345\272\224\347\224\250.mp3" differ
diff --git "a/assets/audio/\345\272\224\350\201\230.mp3" "b/assets/audio/\345\272\224\350\201\230.mp3"
new file mode 100755
index 0000000..c210c0f
Binary files /dev/null and "b/assets/audio/\345\272\224\350\201\230.mp3" differ
diff --git "a/assets/audio/\345\272\237\350\257\235.mp3" "b/assets/audio/\345\272\237\350\257\235.mp3"
new file mode 100755
index 0000000..4c04c8b
Binary files /dev/null and "b/assets/audio/\345\272\237\350\257\235.mp3" differ
diff --git "a/assets/audio/\345\272\246\350\277\207.mp3" "b/assets/audio/\345\272\246\350\277\207.mp3"
new file mode 100755
index 0000000..22f3779
Binary files /dev/null and "b/assets/audio/\345\272\246\350\277\207.mp3" differ
diff --git "a/assets/audio/\345\272\247.mp3" "b/assets/audio/\345\272\247.mp3"
new file mode 100755
index 0000000..c4d6f3c
Binary files /dev/null and "b/assets/audio/\345\272\247.mp3" differ
diff --git "a/assets/audio/\345\272\247\344\275\215.mp3" "b/assets/audio/\345\272\247\344\275\215.mp3"
new file mode 100755
index 0000000..edbaed4
Binary files /dev/null and "b/assets/audio/\345\272\247\344\275\215.mp3" differ
diff --git "a/assets/audio/\345\273\266\351\225\277.mp3" "b/assets/audio/\345\273\266\351\225\277.mp3"
new file mode 100755
index 0000000..bd81d51
Binary files /dev/null and "b/assets/audio/\345\273\266\351\225\277.mp3" differ
diff --git "a/assets/audio/\345\273\272\347\253\213.mp3" "b/assets/audio/\345\273\272\347\253\213.mp3"
new file mode 100755
index 0000000..7983412
Binary files /dev/null and "b/assets/audio/\345\273\272\347\253\213.mp3" differ
diff --git "a/assets/audio/\345\273\272\347\255\221.mp3" "b/assets/audio/\345\273\272\347\255\221.mp3"
new file mode 100755
index 0000000..2c89389
Binary files /dev/null and "b/assets/audio/\345\273\272\347\255\221.mp3" differ
diff --git "a/assets/audio/\345\273\272\350\256\276.mp3" "b/assets/audio/\345\273\272\350\256\276.mp3"
new file mode 100755
index 0000000..d3f1cca
Binary files /dev/null and "b/assets/audio/\345\273\272\350\256\276.mp3" differ
diff --git "a/assets/audio/\345\274\200\345\217\221.mp3" "b/assets/audio/\345\274\200\345\217\221.mp3"
new file mode 100755
index 0000000..4266bc9
Binary files /dev/null and "b/assets/audio/\345\274\200\345\217\221.mp3" differ
diff --git "a/assets/audio/\345\274\200\346\224\276.mp3" "b/assets/audio/\345\274\200\346\224\276.mp3"
new file mode 100755
index 0000000..4a5f8d5
Binary files /dev/null and "b/assets/audio/\345\274\200\346\224\276.mp3" differ
diff --git "a/assets/audio/\345\274\200\346\260\264.mp3" "b/assets/audio/\345\274\200\346\260\264.mp3"
new file mode 100755
index 0000000..0fa7ff8
Binary files /dev/null and "b/assets/audio/\345\274\200\346\260\264.mp3" differ
diff --git "a/assets/audio/\345\274\212\347\253\257.mp3" "b/assets/audio/\345\274\212\347\253\257.mp3"
new file mode 100755
index 0000000..7bb59b4
Binary files /dev/null and "b/assets/audio/\345\274\212\347\253\257.mp3" differ
diff --git "a/assets/audio/\345\274\225\350\265\267.mp3" "b/assets/audio/\345\274\225\350\265\267.mp3"
new file mode 100755
index 0000000..47ac284
Binary files /dev/null and "b/assets/audio/\345\274\225\350\265\267.mp3" differ
diff --git "a/assets/audio/\345\274\261.mp3" "b/assets/audio/\345\274\261.mp3"
new file mode 100755
index 0000000..ddc33aa
Binary files /dev/null and "b/assets/audio/\345\274\261.mp3" differ
diff --git "a/assets/audio/\345\274\272\347\203\210.mp3" "b/assets/audio/\345\274\272\347\203\210.mp3"
new file mode 100755
index 0000000..a69d6b8
Binary files /dev/null and "b/assets/audio/\345\274\272\347\203\210.mp3" differ
diff --git "a/assets/audio/\345\274\272\350\260\203.mp3" "b/assets/audio/\345\274\272\350\260\203.mp3"
new file mode 100755
index 0000000..8608549
Binary files /dev/null and "b/assets/audio/\345\274\272\350\260\203.mp3" differ
diff --git "a/assets/audio/\345\275\222\347\272\263.mp3" "b/assets/audio/\345\275\222\347\272\263.mp3"
new file mode 100755
index 0000000..db46b0e
Binary files /dev/null and "b/assets/audio/\345\275\222\347\272\263.mp3" differ
diff --git "a/assets/audio/\345\275\223\344\273\243.mp3" "b/assets/audio/\345\275\223\344\273\243.mp3"
new file mode 100755
index 0000000..a33a763
Binary files /dev/null and "b/assets/audio/\345\275\223\344\273\243.mp3" differ
diff --git "a/assets/audio/\345\275\223\345\210\235.mp3" "b/assets/audio/\345\275\223\345\210\235.mp3"
new file mode 100755
index 0000000..b208a6f
Binary files /dev/null and "b/assets/audio/\345\275\223\345\210\235.mp3" differ
diff --git "a/assets/audio/\345\275\223\345\211\215.mp3" "b/assets/audio/\345\275\223\345\211\215.mp3"
new file mode 100755
index 0000000..1b813b9
Binary files /dev/null and "b/assets/audio/\345\275\223\345\211\215.mp3" differ
diff --git "a/assets/audio/\345\275\223\345\234\260.mp3" "b/assets/audio/\345\275\223\345\234\260.mp3"
new file mode 100755
index 0000000..e688061
Binary files /dev/null and "b/assets/audio/\345\275\223\345\234\260.mp3" differ
diff --git "a/assets/audio/\345\275\223\345\234\272.mp3" "b/assets/audio/\345\275\223\345\234\272.mp3"
new file mode 100755
index 0000000..890f514
Binary files /dev/null and "b/assets/audio/\345\275\223\345\234\272.mp3" differ
diff --git "a/assets/audio/\345\275\223\345\277\203.mp3" "b/assets/audio/\345\275\223\345\277\203.mp3"
new file mode 100755
index 0000000..a00b473
Binary files /dev/null and "b/assets/audio/\345\275\223\345\277\203.mp3" differ
diff --git "a/assets/audio/\345\275\223\351\200\211.mp3" "b/assets/audio/\345\275\223\351\200\211.mp3"
new file mode 100755
index 0000000..c3ffb74
Binary files /dev/null and "b/assets/audio/\345\275\223\351\200\211.mp3" differ
diff --git "a/assets/audio/\345\275\223\351\235\242.mp3" "b/assets/audio/\345\275\223\351\235\242.mp3"
new file mode 100755
index 0000000..46895ed
Binary files /dev/null and "b/assets/audio/\345\275\223\351\235\242.mp3" differ
diff --git "a/assets/audio/\345\275\225\345\217\226.mp3" "b/assets/audio/\345\275\225\345\217\226.mp3"
new file mode 100755
index 0000000..7a8053f
Binary files /dev/null and "b/assets/audio/\345\275\225\345\217\226.mp3" differ
diff --git "a/assets/audio/\345\275\225\351\237\263.mp3" "b/assets/audio/\345\275\225\351\237\263.mp3"
new file mode 100755
index 0000000..949479d
Binary files /dev/null and "b/assets/audio/\345\275\225\351\237\263.mp3" differ
diff --git "a/assets/audio/\345\275\242\345\212\277.mp3" "b/assets/audio/\345\275\242\345\212\277.mp3"
new file mode 100755
index 0000000..0e519eb
Binary files /dev/null and "b/assets/audio/\345\275\242\345\212\277.mp3" differ
diff --git "a/assets/audio/\345\275\242\345\256\271.mp3" "b/assets/audio/\345\275\242\345\256\271.mp3"
new file mode 100755
index 0000000..a79aaa1
Binary files /dev/null and "b/assets/audio/\345\275\242\345\256\271.mp3" differ
diff --git "a/assets/audio/\345\275\242\345\274\217.mp3" "b/assets/audio/\345\275\242\345\274\217.mp3"
new file mode 100755
index 0000000..6baa94a
Binary files /dev/null and "b/assets/audio/\345\275\242\345\274\217.mp3" differ
diff --git "a/assets/audio/\345\275\242\346\210\220.mp3" "b/assets/audio/\345\275\242\346\210\220.mp3"
new file mode 100755
index 0000000..e9b1844
Binary files /dev/null and "b/assets/audio/\345\275\242\346\210\220.mp3" differ
diff --git "a/assets/audio/\345\275\242\347\212\266.mp3" "b/assets/audio/\345\275\242\347\212\266.mp3"
new file mode 100755
index 0000000..7affba7
Binary files /dev/null and "b/assets/audio/\345\275\242\347\212\266.mp3" differ
diff --git "a/assets/audio/\345\275\242\350\261\241.mp3" "b/assets/audio/\345\275\242\350\261\241.mp3"
new file mode 100755
index 0000000..05bcad3
Binary files /dev/null and "b/assets/audio/\345\275\242\350\261\241.mp3" differ
diff --git "a/assets/audio/\345\275\251\347\245\250.mp3" "b/assets/audio/\345\275\251\347\245\250.mp3"
new file mode 100755
index 0000000..ce7ec2c
Binary files /dev/null and "b/assets/audio/\345\275\251\347\245\250.mp3" differ
diff --git "a/assets/audio/\345\275\251\350\231\271.mp3" "b/assets/audio/\345\275\251\350\231\271.mp3"
new file mode 100755
index 0000000..8b2f873
Binary files /dev/null and "b/assets/audio/\345\275\251\350\231\271.mp3" differ
diff --git "a/assets/audio/\345\275\261\345\255\220.mp3" "b/assets/audio/\345\275\261\345\255\220.mp3"
new file mode 100755
index 0000000..03d38ad
Binary files /dev/null and "b/assets/audio/\345\275\261\345\255\220.mp3" differ
diff --git "a/assets/audio/\345\275\273\345\272\225.mp3" "b/assets/audio/\345\275\273\345\272\225.mp3"
new file mode 100755
index 0000000..29a13ac
Binary files /dev/null and "b/assets/audio/\345\275\273\345\272\225.mp3" differ
diff --git "a/assets/audio/\345\275\274\346\255\244.mp3" "b/assets/audio/\345\275\274\346\255\244.mp3"
new file mode 100755
index 0000000..77007a9
Binary files /dev/null and "b/assets/audio/\345\275\274\346\255\244.mp3" differ
diff --git "a/assets/audio/\345\276\200\345\276\200.mp3" "b/assets/audio/\345\276\200\345\276\200.mp3"
new file mode 100755
index 0000000..0168644
Binary files /dev/null and "b/assets/audio/\345\276\200\345\276\200.mp3" differ
diff --git "a/assets/audio/\345\276\200\350\277\224.mp3" "b/assets/audio/\345\276\200\350\277\224.mp3"
new file mode 100755
index 0000000..b03697a
Binary files /dev/null and "b/assets/audio/\345\276\200\350\277\224.mp3" differ
diff --git "a/assets/audio/\345\276\201\346\261\202.mp3" "b/assets/audio/\345\276\201\346\261\202.mp3"
new file mode 100755
index 0000000..c65ca89
Binary files /dev/null and "b/assets/audio/\345\276\201\346\261\202.mp3" differ
diff --git "a/assets/audio/\345\276\205\351\201\207.mp3" "b/assets/audio/\345\276\205\351\201\207.mp3"
new file mode 100755
index 0000000..b583009
Binary files /dev/null and "b/assets/audio/\345\276\205\351\201\207.mp3" differ
diff --git "a/assets/audio/\345\276\210.mp3" "b/assets/audio/\345\276\210.mp3"
new file mode 100755
index 0000000..cf3774e
Binary files /dev/null and "b/assets/audio/\345\276\210.mp3" differ
diff --git "a/assets/audio/\345\276\227\345\212\233.mp3" "b/assets/audio/\345\276\227\345\212\233.mp3"
new file mode 100755
index 0000000..4dfbfa9
Binary files /dev/null and "b/assets/audio/\345\276\227\345\212\233.mp3" differ
diff --git "a/assets/audio/\345\276\227\347\275\252.mp3" "b/assets/audio/\345\276\227\347\275\252.mp3"
new file mode 100755
index 0000000..f0cb54b
Binary files /dev/null and "b/assets/audio/\345\276\227\347\275\252.mp3" differ
diff --git "a/assets/audio/\345\276\256\347\254\221.mp3" "b/assets/audio/\345\276\256\347\254\221.mp3"
new file mode 100755
index 0000000..817f25d
Binary files /dev/null and "b/assets/audio/\345\276\256\347\254\221.mp3" differ
diff --git "a/assets/audio/\345\277\203\346\203\205.mp3" "b/assets/audio/\345\277\203\346\203\205.mp3"
new file mode 100755
index 0000000..6b38e2a
Binary files /dev/null and "b/assets/audio/\345\277\203\346\203\205.mp3" differ
diff --git "a/assets/audio/\345\277\203\347\220\206.mp3" "b/assets/audio/\345\277\203\347\220\206.mp3"
new file mode 100755
index 0000000..795c24d
Binary files /dev/null and "b/assets/audio/\345\277\203\347\220\206.mp3" differ
diff --git "a/assets/audio/\345\277\203\350\204\217.mp3" "b/assets/audio/\345\277\203\350\204\217.mp3"
new file mode 100755
index 0000000..016509f
Binary files /dev/null and "b/assets/audio/\345\277\203\350\204\217.mp3" differ
diff --git "a/assets/audio/\345\277\205\347\204\266.mp3" "b/assets/audio/\345\277\205\347\204\266.mp3"
new file mode 100755
index 0000000..eee7e65
Binary files /dev/null and "b/assets/audio/\345\277\205\347\204\266.mp3" differ
diff --git "a/assets/audio/\345\277\205\350\246\201.mp3" "b/assets/audio/\345\277\205\350\246\201.mp3"
new file mode 100755
index 0000000..bed40d5
Binary files /dev/null and "b/assets/audio/\345\277\205\350\246\201.mp3" differ
diff --git "a/assets/audio/\345\277\265.mp3" "b/assets/audio/\345\277\265.mp3"
new file mode 100755
index 0000000..ac69fa9
Binary files /dev/null and "b/assets/audio/\345\277\265.mp3" differ
diff --git "a/assets/audio/\345\277\275\347\204\266.mp3" "b/assets/audio/\345\277\275\347\204\266.mp3"
new file mode 100755
index 0000000..b407c85
Binary files /dev/null and "b/assets/audio/\345\277\275\347\204\266.mp3" differ
diff --git "a/assets/audio/\345\277\275\350\247\206.mp3" "b/assets/audio/\345\277\275\350\247\206.mp3"
new file mode 100755
index 0000000..265cea4
Binary files /dev/null and "b/assets/audio/\345\277\275\350\247\206.mp3" differ
diff --git "a/assets/audio/\346\200\200\345\255\225.mp3" "b/assets/audio/\346\200\200\345\255\225.mp3"
new file mode 100755
index 0000000..06ccc88
Binary files /dev/null and "b/assets/audio/\346\200\200\345\255\225.mp3" differ
diff --git "a/assets/audio/\346\200\200\345\277\265.mp3" "b/assets/audio/\346\200\200\345\277\265.mp3"
new file mode 100755
index 0000000..a852174
Binary files /dev/null and "b/assets/audio/\346\200\200\345\277\265.mp3" differ
diff --git "a/assets/audio/\346\200\201\345\272\246.mp3" "b/assets/audio/\346\200\201\345\272\246.mp3"
new file mode 100755
index 0000000..b0ddc6c
Binary files /dev/null and "b/assets/audio/\346\200\201\345\272\246.mp3" differ
diff --git "a/assets/audio/\346\200\235\346\203\263.mp3" "b/assets/audio/\346\200\235\346\203\263.mp3"
new file mode 100755
index 0000000..e8a5ccd
Binary files /dev/null and "b/assets/audio/\346\200\235\346\203\263.mp3" differ
diff --git "a/assets/audio/\346\200\235\350\200\203.mp3" "b/assets/audio/\346\200\235\350\200\203.mp3"
new file mode 100755
index 0000000..cbdd297
Binary files /dev/null and "b/assets/audio/\346\200\235\350\200\203.mp3" differ
diff --git "a/assets/audio/\346\200\240\346\205\242.mp3" "b/assets/audio/\346\200\240\346\205\242.mp3"
new file mode 100755
index 0000000..4ccdfab
Binary files /dev/null and "b/assets/audio/\346\200\240\346\205\242.mp3" differ
diff --git "a/assets/audio/\346\200\245\345\277\231.mp3" "b/assets/audio/\346\200\245\345\277\231.mp3"
new file mode 100755
index 0000000..793f004
Binary files /dev/null and "b/assets/audio/\346\200\245\345\277\231.mp3" differ
diff --git "a/assets/audio/\346\200\245\350\257\212.mp3" "b/assets/audio/\346\200\245\350\257\212.mp3"
new file mode 100755
index 0000000..1e30fe3
Binary files /dev/null and "b/assets/audio/\346\200\245\350\257\212.mp3" differ
diff --git "a/assets/audio/\346\200\247\345\210\253.mp3" "b/assets/audio/\346\200\247\345\210\253.mp3"
new file mode 100755
index 0000000..698cb1f
Binary files /dev/null and "b/assets/audio/\346\200\247\345\210\253.mp3" differ
diff --git "a/assets/audio/\346\200\247\346\240\274.mp3" "b/assets/audio/\346\200\247\346\240\274.mp3"
new file mode 100755
index 0000000..755166a
Binary files /dev/null and "b/assets/audio/\346\200\247\346\240\274.mp3" differ
diff --git "a/assets/audio/\346\200\247\350\264\250.mp3" "b/assets/audio/\346\200\247\350\264\250.mp3"
new file mode 100755
index 0000000..4346004
Binary files /dev/null and "b/assets/audio/\346\200\247\350\264\250.mp3" differ
diff --git "a/assets/audio/\346\200\273\344\271\213.mp3" "b/assets/audio/\346\200\273\344\271\213.mp3"
new file mode 100755
index 0000000..46e2036
Binary files /dev/null and "b/assets/audio/\346\200\273\344\271\213.mp3" differ
diff --git "a/assets/audio/\346\200\273\345\205\261.mp3" "b/assets/audio/\346\200\273\345\205\261.mp3"
new file mode 100755
index 0000000..74d084d
Binary files /dev/null and "b/assets/audio/\346\200\273\345\205\261.mp3" differ
diff --git "a/assets/audio/\346\200\273\347\220\206.mp3" "b/assets/audio/\346\200\273\347\220\206.mp3"
new file mode 100755
index 0000000..ed31287
Binary files /dev/null and "b/assets/audio/\346\200\273\347\220\206.mp3" differ
diff --git "a/assets/audio/\346\200\273\347\256\227.mp3" "b/assets/audio/\346\200\273\347\256\227.mp3"
new file mode 100755
index 0000000..74e9e9d
Binary files /dev/null and "b/assets/audio/\346\200\273\347\256\227.mp3" differ
diff --git "a/assets/audio/\346\200\273\347\273\223.mp3" "b/assets/audio/\346\200\273\347\273\223.mp3"
new file mode 100755
index 0000000..75bd68f
Binary files /dev/null and "b/assets/audio/\346\200\273\347\273\223.mp3" differ
diff --git "a/assets/audio/\346\200\273\347\273\237.mp3" "b/assets/audio/\346\200\273\347\273\237.mp3"
new file mode 100755
index 0000000..81558e2
Binary files /dev/null and "b/assets/audio/\346\200\273\347\273\237.mp3" differ
diff --git "a/assets/audio/\346\200\273\350\243\201.mp3" "b/assets/audio/\346\200\273\350\243\201.mp3"
new file mode 100755
index 0000000..d880dbc
Binary files /dev/null and "b/assets/audio/\346\200\273\350\243\201.mp3" differ
diff --git "a/assets/audio/\346\201\213\347\210\261.mp3" "b/assets/audio/\346\201\213\347\210\261.mp3"
new file mode 100755
index 0000000..ee3cad8
Binary files /dev/null and "b/assets/audio/\346\201\213\347\210\261.mp3" differ
diff --git "a/assets/audio/\346\201\242\345\244\215.mp3" "b/assets/audio/\346\201\242\345\244\215.mp3"
new file mode 100755
index 0000000..eed073f
Binary files /dev/null and "b/assets/audio/\346\201\242\345\244\215.mp3" differ
diff --git "a/assets/audio/\346\201\250.mp3" "b/assets/audio/\346\201\250.mp3"
new file mode 100755
index 0000000..136a9a8
Binary files /dev/null and "b/assets/audio/\346\201\250.mp3" differ
diff --git "a/assets/audio/\346\201\251\346\200\250.mp3" "b/assets/audio/\346\201\251\346\200\250.mp3"
new file mode 100755
index 0000000..2598969
Binary files /dev/null and "b/assets/audio/\346\201\251\346\200\250.mp3" differ
diff --git "a/assets/audio/\346\201\255\345\226\234.mp3" "b/assets/audio/\346\201\255\345\226\234.mp3"
new file mode 100755
index 0000000..9e1cf72
Binary files /dev/null and "b/assets/audio/\346\201\255\345\226\234.mp3" differ
diff --git "a/assets/audio/\346\201\266\345\212\243.mp3" "b/assets/audio/\346\201\266\345\212\243.mp3"
new file mode 100755
index 0000000..e60ce5c
Binary files /dev/null and "b/assets/audio/\346\201\266\345\212\243.mp3" differ
diff --git "a/assets/audio/\346\201\266\345\214\226.mp3" "b/assets/audio/\346\201\266\345\214\226.mp3"
new file mode 100755
index 0000000..cd54ece
Binary files /dev/null and "b/assets/audio/\346\201\266\345\214\226.mp3" differ
diff --git "a/assets/audio/\346\201\266\345\277\203.mp3" "b/assets/audio/\346\201\266\345\277\203.mp3"
new file mode 100755
index 0000000..e633e7b
Binary files /dev/null and "b/assets/audio/\346\201\266\345\277\203.mp3" differ
diff --git "a/assets/audio/\346\202\204\346\202\204.mp3" "b/assets/audio/\346\202\204\346\202\204.mp3"
new file mode 100755
index 0000000..4980c57
Binary files /dev/null and "b/assets/audio/\346\202\204\346\202\204.mp3" differ
diff --git "a/assets/audio/\346\202\240\344\271\205.mp3" "b/assets/audio/\346\202\240\344\271\205.mp3"
new file mode 100755
index 0000000..f0ed9a4
Binary files /dev/null and "b/assets/audio/\346\202\240\344\271\205.mp3" differ
diff --git "a/assets/audio/\346\202\262\345\223\200.mp3" "b/assets/audio/\346\202\262\345\223\200.mp3"
new file mode 100755
index 0000000..a0fd320
Binary files /dev/null and "b/assets/audio/\346\202\262\345\223\200.mp3" differ
diff --git "a/assets/audio/\346\202\262\346\203\250.mp3" "b/assets/audio/\346\202\262\346\203\250.mp3"
new file mode 100755
index 0000000..4a25764
Binary files /dev/null and "b/assets/audio/\346\202\262\346\203\250.mp3" differ
diff --git "a/assets/audio/\346\202\262\350\247\202.mp3" "b/assets/audio/\346\202\262\350\247\202.mp3"
new file mode 100755
index 0000000..68c0632
Binary files /dev/null and "b/assets/audio/\346\202\262\350\247\202.mp3" differ
diff --git "a/assets/audio/\346\203\205\345\206\265.mp3" "b/assets/audio/\346\203\205\345\206\265.mp3"
new file mode 100755
index 0000000..6123ada
Binary files /dev/null and "b/assets/audio/\346\203\205\345\206\265.mp3" differ
diff --git "a/assets/audio/\346\203\205\346\231\257.mp3" "b/assets/audio/\346\203\205\346\231\257.mp3"
new file mode 100755
index 0000000..9bb1d93
Binary files /dev/null and "b/assets/audio/\346\203\205\346\231\257.mp3" differ
diff --git "a/assets/audio/\346\203\205\347\273\252.mp3" "b/assets/audio/\346\203\205\347\273\252.mp3"
new file mode 100755
index 0000000..eebe1b2
Binary files /dev/null and "b/assets/audio/\346\203\205\347\273\252.mp3" differ
diff --git "a/assets/audio/\346\203\246\350\256\260.mp3" "b/assets/audio/\346\203\246\350\256\260.mp3"
new file mode 100755
index 0000000..93d4a97
Binary files /dev/null and "b/assets/audio/\346\203\246\350\256\260.mp3" differ
diff --git "a/assets/audio/\346\203\251\347\275\232.mp3" "b/assets/audio/\346\203\251\347\275\232.mp3"
new file mode 100755
index 0000000..5a1dc9a
Binary files /dev/null and "b/assets/audio/\346\203\251\347\275\232.mp3" differ
diff --git "a/assets/audio/\346\203\255\346\204\247.mp3" "b/assets/audio/\346\203\255\346\204\247.mp3"
new file mode 100755
index 0000000..8af678b
Binary files /dev/null and "b/assets/audio/\346\203\255\346\204\247.mp3" differ
diff --git "a/assets/audio/\346\203\263\345\277\265.mp3" "b/assets/audio/\346\203\263\345\277\265.mp3"
new file mode 100755
index 0000000..c8474e1
Binary files /dev/null and "b/assets/audio/\346\203\263\345\277\265.mp3" differ
diff --git "a/assets/audio/\346\203\263\350\261\241.mp3" "b/assets/audio/\346\203\263\350\261\241.mp3"
new file mode 100755
index 0000000..2120bb2
Binary files /dev/null and "b/assets/audio/\346\203\263\350\261\241.mp3" differ
diff --git "a/assets/audio/\346\204\211\345\277\253.mp3" "b/assets/audio/\346\204\211\345\277\253.mp3"
new file mode 100755
index 0000000..6ad9f04
Binary files /dev/null and "b/assets/audio/\346\204\211\345\277\253.mp3" differ
diff --git "a/assets/audio/\346\204\217\344\271\211.mp3" "b/assets/audio/\346\204\217\344\271\211.mp3"
new file mode 100755
index 0000000..6d6eb9e
Binary files /dev/null and "b/assets/audio/\346\204\217\344\271\211.mp3" differ
diff --git "a/assets/audio/\346\204\217\345\244\226.mp3" "b/assets/audio/\346\204\217\345\244\226.mp3"
new file mode 100755
index 0000000..2f554f8
Binary files /dev/null and "b/assets/audio/\346\204\217\345\244\226.mp3" differ
diff --git "a/assets/audio/\346\204\217\350\247\201.mp3" "b/assets/audio/\346\204\217\350\247\201.mp3"
new file mode 100755
index 0000000..d245aaf
Binary files /dev/null and "b/assets/audio/\346\204\217\350\247\201.mp3" differ
diff --git "a/assets/audio/\346\204\237\345\217\227.mp3" "b/assets/audio/\346\204\237\345\217\227.mp3"
new file mode 100755
index 0000000..184be8e
Binary files /dev/null and "b/assets/audio/\346\204\237\345\217\227.mp3" differ
diff --git "a/assets/audio/\346\204\237\346\203\263.mp3" "b/assets/audio/\346\204\237\346\203\263.mp3"
new file mode 100755
index 0000000..4bd57da
Binary files /dev/null and "b/assets/audio/\346\204\237\346\203\263.mp3" differ
diff --git "a/assets/audio/\346\204\237\346\277\200.mp3" "b/assets/audio/\346\204\237\346\277\200.mp3"
new file mode 100755
index 0000000..c065dc7
Binary files /dev/null and "b/assets/audio/\346\204\237\346\277\200.mp3" differ
diff --git "a/assets/audio/\346\204\277\346\234\233.mp3" "b/assets/audio/\346\204\277\346\234\233.mp3"
new file mode 100755
index 0000000..751e51b
Binary files /dev/null and "b/assets/audio/\346\204\277\346\234\233.mp3" differ
diff --git "a/assets/audio/\346\205\210\345\226\204.mp3" "b/assets/audio/\346\205\210\345\226\204.mp3"
new file mode 100755
index 0000000..eda44da
Binary files /dev/null and "b/assets/audio/\346\205\210\345\226\204.mp3" differ
diff --git "a/assets/audio/\346\205\210\347\245\245.mp3" "b/assets/audio/\346\205\210\347\245\245.mp3"
new file mode 100755
index 0000000..fd63dee
Binary files /dev/null and "b/assets/audio/\346\205\210\347\245\245.mp3" differ
diff --git "a/assets/audio/\346\205\214\345\274\240.mp3" "b/assets/audio/\346\205\214\345\274\240.mp3"
new file mode 100755
index 0000000..658f1aa
Binary files /dev/null and "b/assets/audio/\346\205\214\345\274\240.mp3" differ
diff --git "a/assets/audio/\346\205\216\351\207\215.mp3" "b/assets/audio/\346\205\216\351\207\215.mp3"
new file mode 100755
index 0000000..4888655
Binary files /dev/null and "b/assets/audio/\346\205\216\351\207\215.mp3" differ
diff --git "a/assets/audio/\346\206\213.mp3" "b/assets/audio/\346\206\213.mp3"
new file mode 100755
index 0000000..ac34a35
Binary files /dev/null and "b/assets/audio/\346\206\213.mp3" differ
diff --git "a/assets/audio/\346\210\217\345\211\247.mp3" "b/assets/audio/\346\210\217\345\211\247.mp3"
new file mode 100755
index 0000000..754aced
Binary files /dev/null and "b/assets/audio/\346\210\217\345\211\247.mp3" differ
diff --git "a/assets/audio/\346\210\220\344\272\244.mp3" "b/assets/audio/\346\210\220\344\272\244.mp3"
new file mode 100755
index 0000000..e5e2e2b
Binary files /dev/null and "b/assets/audio/\346\210\220\344\272\244.mp3" differ
diff --git "a/assets/audio/\346\210\220\344\272\272.mp3" "b/assets/audio/\346\210\220\344\272\272.mp3"
new file mode 100755
index 0000000..e2a08f8
Binary files /dev/null and "b/assets/audio/\346\210\220\344\272\272.mp3" differ
diff --git "a/assets/audio/\346\210\220\345\210\206.mp3" "b/assets/audio/\346\210\220\345\210\206.mp3"
new file mode 100755
index 0000000..d4bf73a
Binary files /dev/null and "b/assets/audio/\346\210\220\345\210\206.mp3" differ
diff --git "a/assets/audio/\346\210\220\345\221\230.mp3" "b/assets/audio/\346\210\220\345\221\230.mp3"
new file mode 100755
index 0000000..8d339ec
Binary files /dev/null and "b/assets/audio/\346\210\220\345\221\230.mp3" differ
diff --git "a/assets/audio/\346\210\220\345\244\251.mp3" "b/assets/audio/\346\210\220\345\244\251.mp3"
new file mode 100755
index 0000000..1c1d8ea
Binary files /dev/null and "b/assets/audio/\346\210\220\345\244\251.mp3" differ
diff --git "a/assets/audio/\346\210\220\345\260\261.mp3" "b/assets/audio/\346\210\220\345\260\261.mp3"
new file mode 100755
index 0000000..89ee51d
Binary files /dev/null and "b/assets/audio/\346\210\220\345\260\261.mp3" differ
diff --git "a/assets/audio/\346\210\220\345\277\203.mp3" "b/assets/audio/\346\210\220\345\277\203.mp3"
new file mode 100755
index 0000000..67679e2
Binary files /dev/null and "b/assets/audio/\346\210\220\345\277\203.mp3" differ
diff --git "a/assets/audio/\346\210\220\346\225\210.mp3" "b/assets/audio/\346\210\220\346\225\210.mp3"
new file mode 100755
index 0000000..f312710
Binary files /dev/null and "b/assets/audio/\346\210\220\346\225\210.mp3" differ
diff --git "a/assets/audio/\346\210\220\346\234\254.mp3" "b/assets/audio/\346\210\220\346\234\254.mp3"
new file mode 100755
index 0000000..23c6ffd
Binary files /dev/null and "b/assets/audio/\346\210\220\346\234\254.mp3" differ
diff --git "a/assets/audio/\346\210\220\346\236\234.mp3" "b/assets/audio/\346\210\220\346\236\234.mp3"
new file mode 100755
index 0000000..8d7278a
Binary files /dev/null and "b/assets/audio/\346\210\220\346\236\234.mp3" differ
diff --git "a/assets/audio/\346\210\220\347\206\237.mp3" "b/assets/audio/\346\210\220\347\206\237.mp3"
new file mode 100755
index 0000000..f556fd1
Binary files /dev/null and "b/assets/audio/\346\210\220\347\206\237.mp3" differ
diff --git "a/assets/audio/\346\210\220\347\253\213.mp3" "b/assets/audio/\346\210\220\347\253\213.mp3"
new file mode 100755
index 0000000..37f58eb
Binary files /dev/null and "b/assets/audio/\346\210\220\347\253\213.mp3" differ
diff --git "a/assets/audio/\346\210\220\350\257\255.mp3" "b/assets/audio/\346\210\220\350\257\255.mp3"
new file mode 100755
index 0000000..8c7f57b
Binary files /dev/null and "b/assets/audio/\346\210\220\350\257\255.mp3" differ
diff --git "a/assets/audio/\346\210\220\351\225\277.mp3" "b/assets/audio/\346\210\220\351\225\277.mp3"
new file mode 100755
index 0000000..fbae2bf
Binary files /dev/null and "b/assets/audio/\346\210\220\351\225\277.mp3" differ
diff --git "a/assets/audio/\346\210\222.mp3" "b/assets/audio/\346\210\222.mp3"
new file mode 100755
index 0000000..4263576
Binary files /dev/null and "b/assets/audio/\346\210\222.mp3" differ
diff --git "a/assets/audio/\346\210\222\346\214\207.mp3" "b/assets/audio/\346\210\222\346\214\207.mp3"
new file mode 100755
index 0000000..0d89240
Binary files /dev/null and "b/assets/audio/\346\210\222\346\214\207.mp3" differ
diff --git "a/assets/audio/\346\210\226\350\256\270.mp3" "b/assets/audio/\346\210\226\350\256\270.mp3"
new file mode 100755
index 0000000..29582eb
Binary files /dev/null and "b/assets/audio/\346\210\226\350\256\270.mp3" differ
diff --git "a/assets/audio/\346\210\230\344\272\211.mp3" "b/assets/audio/\346\210\230\344\272\211.mp3"
new file mode 100755
index 0000000..fa7ce72
Binary files /dev/null and "b/assets/audio/\346\210\230\344\272\211.mp3" differ
diff --git "a/assets/audio/\346\211\200.mp3" "b/assets/audio/\346\211\200.mp3"
new file mode 100755
index 0000000..4162755
Binary files /dev/null and "b/assets/audio/\346\211\200.mp3" differ
diff --git "a/assets/audio/\346\211\200\346\234\211.mp3" "b/assets/audio/\346\211\200\346\234\211.mp3"
new file mode 100755
index 0000000..b3e78f9
Binary files /dev/null and "b/assets/audio/\346\211\200\346\234\211.mp3" differ
diff --git "a/assets/audio/\346\211\201.mp3" "b/assets/audio/\346\211\201.mp3"
new file mode 100755
index 0000000..fc6467c
Binary files /dev/null and "b/assets/audio/\346\211\201.mp3" differ
diff --git "a/assets/audio/\346\211\207\345\255\220.mp3" "b/assets/audio/\346\211\207\345\255\220.mp3"
new file mode 100755
index 0000000..2a77889
Binary files /dev/null and "b/assets/audio/\346\211\207\345\255\220.mp3" differ
diff --git "a/assets/audio/\346\211\213\345\245\227.mp3" "b/assets/audio/\346\211\213\345\245\227.mp3"
new file mode 100755
index 0000000..a6a74aa
Binary files /dev/null and "b/assets/audio/\346\211\213\345\245\227.mp3" differ
diff --git "a/assets/audio/\346\211\213\345\267\245.mp3" "b/assets/audio/\346\211\213\345\267\245.mp3"
new file mode 100755
index 0000000..c4da001
Binary files /dev/null and "b/assets/audio/\346\211\213\345\267\245.mp3" differ
diff --git "a/assets/audio/\346\211\213\346\214\207.mp3" "b/assets/audio/\346\211\213\346\214\207.mp3"
new file mode 100755
index 0000000..47230a6
Binary files /dev/null and "b/assets/audio/\346\211\213\346\214\207.mp3" differ
diff --git "a/assets/audio/\346\211\213\346\234\257.mp3" "b/assets/audio/\346\211\213\346\234\257.mp3"
new file mode 100755
index 0000000..e64e7b8
Binary files /dev/null and "b/assets/audio/\346\211\213\346\234\257.mp3" differ
diff --git "a/assets/audio/\346\211\213\347\273\255.mp3" "b/assets/audio/\346\211\213\347\273\255.mp3"
new file mode 100755
index 0000000..683027f
Binary files /dev/null and "b/assets/audio/\346\211\213\347\273\255.mp3" differ
diff --git "a/assets/audio/\346\211\215\345\271\262.mp3" "b/assets/audio/\346\211\215\345\271\262.mp3"
new file mode 100755
index 0000000..581cc49
Binary files /dev/null and "b/assets/audio/\346\211\215\345\271\262.mp3" differ
diff --git "a/assets/audio/\346\211\222.mp3" "b/assets/audio/\346\211\222.mp3"
new file mode 100755
index 0000000..a43606b
Binary files /dev/null and "b/assets/audio/\346\211\222.mp3" differ
diff --git "a/assets/audio/\346\211\223\344\273\227.mp3" "b/assets/audio/\346\211\223\344\273\227.mp3"
new file mode 100755
index 0000000..932022b
Binary files /dev/null and "b/assets/audio/\346\211\223\344\273\227.mp3" differ
diff --git "a/assets/audio/\346\211\223\345\207\273.mp3" "b/assets/audio/\346\211\223\345\207\273.mp3"
new file mode 100755
index 0000000..cab41f8
Binary files /dev/null and "b/assets/audio/\346\211\223\345\207\273.mp3" differ
diff --git "a/assets/audio/\346\211\223\345\214\205.mp3" "b/assets/audio/\346\211\223\345\214\205.mp3"
new file mode 100755
index 0000000..7cef4aa
Binary files /dev/null and "b/assets/audio/\346\211\223\345\214\205.mp3" differ
diff --git "a/assets/audio/\346\211\223\345\220\254.mp3" "b/assets/audio/\346\211\223\345\220\254.mp3"
new file mode 100755
index 0000000..53469e9
Binary files /dev/null and "b/assets/audio/\346\211\223\345\220\254.mp3" differ
diff --git "a/assets/audio/\346\211\223\345\256\230\345\217\270.mp3" "b/assets/audio/\346\211\223\345\256\230\345\217\270.mp3"
new file mode 100755
index 0000000..8976f62
Binary files /dev/null and "b/assets/audio/\346\211\223\345\256\230\345\217\270.mp3" differ
diff --git "a/assets/audio/\346\211\223\345\267\245.mp3" "b/assets/audio/\346\211\223\345\267\245.mp3"
new file mode 100755
index 0000000..ce1adfb
Binary files /dev/null and "b/assets/audio/\346\211\223\345\267\245.mp3" differ
diff --git "a/assets/audio/\346\211\223\346\236\266.mp3" "b/assets/audio/\346\211\223\346\236\266.mp3"
new file mode 100755
index 0000000..f9e75d9
Binary files /dev/null and "b/assets/audio/\346\211\223\346\236\266.mp3" differ
diff --git "a/assets/audio/\346\211\223\351\207\217.mp3" "b/assets/audio/\346\211\223\351\207\217.mp3"
new file mode 100755
index 0000000..3ecfd19
Binary files /dev/null and "b/assets/audio/\346\211\223\351\207\217.mp3" differ
diff --git "a/assets/audio/\346\211\224.mp3" "b/assets/audio/\346\211\224.mp3"
new file mode 100755
index 0000000..7417cc7
Binary files /dev/null and "b/assets/audio/\346\211\224.mp3" differ
diff --git "a/assets/audio/\346\211\247\347\205\247.mp3" "b/assets/audio/\346\211\247\347\205\247.mp3"
new file mode 100755
index 0000000..030db41
Binary files /dev/null and "b/assets/audio/\346\211\247\347\205\247.mp3" differ
diff --git "a/assets/audio/\346\211\251\345\244\247.mp3" "b/assets/audio/\346\211\251\345\244\247.mp3"
new file mode 100755
index 0000000..1a2a2e4
Binary files /dev/null and "b/assets/audio/\346\211\251\345\244\247.mp3" differ
diff --git "a/assets/audio/\346\211\256\346\274\224.mp3" "b/assets/audio/\346\211\256\346\274\224.mp3"
new file mode 100755
index 0000000..9079b01
Binary files /dev/null and "b/assets/audio/\346\211\256\346\274\224.mp3" differ
diff --git "a/assets/audio/\346\211\266.mp3" "b/assets/audio/\346\211\266.mp3"
new file mode 100755
index 0000000..47e0325
Binary files /dev/null and "b/assets/audio/\346\211\266.mp3" differ
diff --git "a/assets/audio/\346\211\271.mp3" "b/assets/audio/\346\211\271.mp3"
new file mode 100755
index 0000000..11668b8
Binary files /dev/null and "b/assets/audio/\346\211\271.mp3" differ
diff --git "a/assets/audio/\346\211\271\345\207\206.mp3" "b/assets/audio/\346\211\271\345\207\206.mp3"
new file mode 100755
index 0000000..abaa7df
Binary files /dev/null and "b/assets/audio/\346\211\271\345\207\206.mp3" differ
diff --git "a/assets/audio/\346\211\277\345\212\236.mp3" "b/assets/audio/\346\211\277\345\212\236.mp3"
new file mode 100755
index 0000000..c3255dc
Binary files /dev/null and "b/assets/audio/\346\211\277\345\212\236.mp3" differ
diff --git "a/assets/audio/\346\211\277\345\214\205.mp3" "b/assets/audio/\346\211\277\345\214\205.mp3"
new file mode 100755
index 0000000..53b03be
Binary files /dev/null and "b/assets/audio/\346\211\277\345\214\205.mp3" differ
diff --git "a/assets/audio/\346\211\277\345\217\227.mp3" "b/assets/audio/\346\211\277\345\217\227.mp3"
new file mode 100755
index 0000000..52a42fa
Binary files /dev/null and "b/assets/audio/\346\211\277\345\217\227.mp3" differ
diff --git "a/assets/audio/\346\211\277\346\213\205.mp3" "b/assets/audio/\346\211\277\346\213\205.mp3"
new file mode 100755
index 0000000..e06e9dc
Binary files /dev/null and "b/assets/audio/\346\211\277\346\213\205.mp3" differ
diff --git "a/assets/audio/\346\211\277\350\256\244.mp3" "b/assets/audio/\346\211\277\350\256\244.mp3"
new file mode 100755
index 0000000..a2f285a
Binary files /dev/null and "b/assets/audio/\346\211\277\350\256\244.mp3" differ
diff --git "a/assets/audio/\346\211\277\350\257\272.mp3" "b/assets/audio/\346\211\277\350\257\272.mp3"
new file mode 100755
index 0000000..8c45107
Binary files /dev/null and "b/assets/audio/\346\211\277\350\257\272.mp3" differ
diff --git "a/assets/audio/\346\212\204.mp3" "b/assets/audio/\346\212\204.mp3"
new file mode 100755
index 0000000..cc10659
Binary files /dev/null and "b/assets/audio/\346\212\204.mp3" differ
diff --git "a/assets/audio/\346\212\212\345\205\263.mp3" "b/assets/audio/\346\212\212\345\205\263.mp3"
new file mode 100755
index 0000000..6f0d7ac
Binary files /dev/null and "b/assets/audio/\346\212\212\345\205\263.mp3" differ
diff --git "a/assets/audio/\346\212\212\346\211\213.mp3" "b/assets/audio/\346\212\212\346\211\213.mp3"
new file mode 100755
index 0000000..2ae9573
Binary files /dev/null and "b/assets/audio/\346\212\212\346\211\213.mp3" differ
diff --git "a/assets/audio/\346\212\212\346\217\241.mp3" "b/assets/audio/\346\212\212\346\217\241.mp3"
new file mode 100755
index 0000000..062278d
Binary files /dev/null and "b/assets/audio/\346\212\212\346\217\241.mp3" differ
diff --git "a/assets/audio/\346\212\223.mp3" "b/assets/audio/\346\212\223.mp3"
new file mode 100755
index 0000000..4ecdb67
Binary files /dev/null and "b/assets/audio/\346\212\223.mp3" differ
diff --git "a/assets/audio/\346\212\223\347\264\247.mp3" "b/assets/audio/\346\212\223\347\264\247.mp3"
new file mode 100755
index 0000000..d99eb97
Binary files /dev/null and "b/assets/audio/\346\212\223\347\264\247.mp3" differ
diff --git "a/assets/audio/\346\212\225\345\205\245.mp3" "b/assets/audio/\346\212\225\345\205\245.mp3"
new file mode 100755
index 0000000..1fcdc41
Binary files /dev/null and "b/assets/audio/\346\212\225\345\205\245.mp3" differ
diff --git "a/assets/audio/\346\212\225\350\265\204.mp3" "b/assets/audio/\346\212\225\350\265\204.mp3"
new file mode 100755
index 0000000..567cf99
Binary files /dev/null and "b/assets/audio/\346\212\225\350\265\204.mp3" differ
diff --git "a/assets/audio/\346\212\242.mp3" "b/assets/audio/\346\212\242.mp3"
new file mode 100755
index 0000000..6a9d261
Binary files /dev/null and "b/assets/audio/\346\212\242.mp3" differ
diff --git "a/assets/audio/\346\212\245\344\273\207.mp3" "b/assets/audio/\346\212\245\344\273\207.mp3"
new file mode 100755
index 0000000..c183375
Binary files /dev/null and "b/assets/audio/\346\212\245\344\273\207.mp3" differ
diff --git "a/assets/audio/\346\212\245\345\210\260.mp3" "b/assets/audio/\346\212\245\345\210\260.mp3"
new file mode 100755
index 0000000..c780242
Binary files /dev/null and "b/assets/audio/\346\212\245\345\210\260.mp3" differ
diff --git "a/assets/audio/\346\212\245\345\221\212.mp3" "b/assets/audio/\346\212\245\345\221\212.mp3"
new file mode 100755
index 0000000..0e78c85
Binary files /dev/null and "b/assets/audio/\346\212\245\345\221\212.mp3" differ
diff --git "a/assets/audio/\346\212\245\345\244\215.mp3" "b/assets/audio/\346\212\245\345\244\215.mp3"
new file mode 100755
index 0000000..f946eb0
Binary files /dev/null and "b/assets/audio/\346\212\245\345\244\215.mp3" differ
diff --git "a/assets/audio/\346\212\245\347\244\276.mp3" "b/assets/audio/\346\212\245\347\244\276.mp3"
new file mode 100755
index 0000000..4725f35
Binary files /dev/null and "b/assets/audio/\346\212\245\347\244\276.mp3" differ
diff --git "a/assets/audio/\346\212\245\347\255\224.mp3" "b/assets/audio/\346\212\245\347\255\224.mp3"
new file mode 100755
index 0000000..8e772aa
Binary files /dev/null and "b/assets/audio/\346\212\245\347\255\224.mp3" differ
diff --git "a/assets/audio/\346\212\245\350\255\246.mp3" "b/assets/audio/\346\212\245\350\255\246.mp3"
new file mode 100755
index 0000000..f8a0a53
Binary files /dev/null and "b/assets/audio/\346\212\245\350\255\246.mp3" differ
diff --git "a/assets/audio/\346\212\245\351\201\223.mp3" "b/assets/audio/\346\212\245\351\201\223.mp3"
new file mode 100755
index 0000000..8d67692
Binary files /dev/null and "b/assets/audio/\346\212\245\351\201\223.mp3" differ
diff --git "a/assets/audio/\346\212\245\351\205\254.mp3" "b/assets/audio/\346\212\245\351\205\254.mp3"
new file mode 100755
index 0000000..dd26b6d
Binary files /dev/null and "b/assets/audio/\346\212\245\351\205\254.mp3" differ
diff --git "a/assets/audio/\346\212\245\351\224\200.mp3" "b/assets/audio/\346\212\245\351\224\200.mp3"
new file mode 100755
index 0000000..6062d15
Binary files /dev/null and "b/assets/audio/\346\212\245\351\224\200.mp3" differ
diff --git "a/assets/audio/\346\212\253.mp3" "b/assets/audio/\346\212\253.mp3"
new file mode 100755
index 0000000..ca5efd5
Binary files /dev/null and "b/assets/audio/\346\212\253.mp3" differ
diff --git "a/assets/audio/\346\212\254.mp3" "b/assets/audio/\346\212\254.mp3"
new file mode 100755
index 0000000..0301d32
Binary files /dev/null and "b/assets/audio/\346\212\254.mp3" differ
diff --git "a/assets/audio/\346\212\261\346\200\250.mp3" "b/assets/audio/\346\212\261\346\200\250.mp3"
new file mode 100755
index 0000000..0790452
Binary files /dev/null and "b/assets/audio/\346\212\261\346\200\250.mp3" differ
diff --git "a/assets/audio/\346\212\261\350\264\237.mp3" "b/assets/audio/\346\212\261\350\264\237.mp3"
new file mode 100755
index 0000000..d412c29
Binary files /dev/null and "b/assets/audio/\346\212\261\350\264\237.mp3" differ
diff --git "a/assets/audio/\346\212\265\345\210\266.mp3" "b/assets/audio/\346\212\265\345\210\266.mp3"
new file mode 100755
index 0000000..6e6d0e0
Binary files /dev/null and "b/assets/audio/\346\212\265\345\210\266.mp3" differ
diff --git "a/assets/audio/\346\212\265\346\212\227.mp3" "b/assets/audio/\346\212\265\346\212\227.mp3"
new file mode 100755
index 0000000..cedd44b
Binary files /dev/null and "b/assets/audio/\346\212\265\346\212\227.mp3" differ
diff --git "a/assets/audio/\346\212\265\350\276\276.mp3" "b/assets/audio/\346\212\265\350\276\276.mp3"
new file mode 100755
index 0000000..cc0a097
Binary files /dev/null and "b/assets/audio/\346\212\265\350\276\276.mp3" differ
diff --git "a/assets/audio/\346\212\274\351\207\221.mp3" "b/assets/audio/\346\212\274\351\207\221.mp3"
new file mode 100755
index 0000000..7797300
Binary files /dev/null and "b/assets/audio/\346\212\274\351\207\221.mp3" differ
diff --git "a/assets/audio/\346\212\275\345\261\211.mp3" "b/assets/audio/\346\212\275\345\261\211.mp3"
new file mode 100755
index 0000000..daead45
Binary files /dev/null and "b/assets/audio/\346\212\275\345\261\211.mp3" differ
diff --git "a/assets/audio/\346\212\275\350\261\241.mp3" "b/assets/audio/\346\212\275\350\261\241.mp3"
new file mode 100755
index 0000000..6bc5ead
Binary files /dev/null and "b/assets/audio/\346\212\275\350\261\241.mp3" differ
diff --git "a/assets/audio/\346\213\205\344\273\273.mp3" "b/assets/audio/\346\213\205\344\273\273.mp3"
new file mode 100755
index 0000000..4da9349
Binary files /dev/null and "b/assets/audio/\346\213\205\344\273\273.mp3" differ
diff --git "a/assets/audio/\346\213\205\344\277\235.mp3" "b/assets/audio/\346\213\205\344\277\235.mp3"
new file mode 100755
index 0000000..b3f5518
Binary files /dev/null and "b/assets/audio/\346\213\205\344\277\235.mp3" differ
diff --git "a/assets/audio/\346\213\206.mp3" "b/assets/audio/\346\213\206.mp3"
new file mode 100755
index 0000000..06d2809
Binary files /dev/null and "b/assets/audio/\346\213\206.mp3" differ
diff --git "a/assets/audio/\346\213\215.mp3" "b/assets/audio/\346\213\215.mp3"
new file mode 100755
index 0000000..0b1c813
Binary files /dev/null and "b/assets/audio/\346\213\215.mp3" differ
diff --git "a/assets/audio/\346\213\220\345\274\257.mp3" "b/assets/audio/\346\213\220\345\274\257.mp3"
new file mode 100755
index 0000000..de63e01
Binary files /dev/null and "b/assets/audio/\346\213\220\345\274\257.mp3" differ
diff --git "a/assets/audio/\346\213\233\345\276\205.mp3" "b/assets/audio/\346\213\233\345\276\205.mp3"
new file mode 100755
index 0000000..38d3b6e
Binary files /dev/null and "b/assets/audio/\346\213\233\345\276\205.mp3" differ
diff --git "a/assets/audio/\346\213\233\350\201\230.mp3" "b/assets/audio/\346\213\233\350\201\230.mp3"
new file mode 100755
index 0000000..afb8eb1
Binary files /dev/null and "b/assets/audio/\346\213\233\350\201\230.mp3" differ
diff --git "a/assets/audio/\346\213\234\345\271\264.mp3" "b/assets/audio/\346\213\234\345\271\264.mp3"
new file mode 100755
index 0000000..f528f44
Binary files /dev/null and "b/assets/audio/\346\213\234\345\271\264.mp3" differ
diff --git "a/assets/audio/\346\213\234\346\211\230.mp3" "b/assets/audio/\346\213\234\346\211\230.mp3"
new file mode 100755
index 0000000..1cd0bbd
Binary files /dev/null and "b/assets/audio/\346\213\234\346\211\230.mp3" differ
diff --git "a/assets/audio/\346\213\234\350\256\277.mp3" "b/assets/audio/\346\213\234\350\256\277.mp3"
new file mode 100755
index 0000000..d327bc1
Binary files /dev/null and "b/assets/audio/\346\213\234\350\256\277.mp3" differ
diff --git "a/assets/audio/\346\213\245\346\212\261.mp3" "b/assets/audio/\346\213\245\346\212\261.mp3"
new file mode 100755
index 0000000..d974aaa
Binary files /dev/null and "b/assets/audio/\346\213\245\346\212\261.mp3" differ
diff --git "a/assets/audio/\346\213\245\346\214\244.mp3" "b/assets/audio/\346\213\245\346\214\244.mp3"
new file mode 100755
index 0000000..ac628e4
Binary files /dev/null and "b/assets/audio/\346\213\245\346\214\244.mp3" differ
diff --git "a/assets/audio/\346\213\246.mp3" "b/assets/audio/\346\213\246.mp3"
new file mode 100755
index 0000000..f028399
Binary files /dev/null and "b/assets/audio/\346\213\246.mp3" differ
diff --git "a/assets/audio/\346\213\250.mp3" "b/assets/audio/\346\213\250.mp3"
new file mode 100755
index 0000000..4e4e02b
Binary files /dev/null and "b/assets/audio/\346\213\250.mp3" differ
diff --git "a/assets/audio/\346\213\274\351\237\263.mp3" "b/assets/audio/\346\213\274\351\237\263.mp3"
new file mode 100755
index 0000000..56818ea
Binary files /dev/null and "b/assets/audio/\346\213\274\351\237\263.mp3" differ
diff --git "a/assets/audio/\346\214\201\344\271\205.mp3" "b/assets/audio/\346\214\201\344\271\205.mp3"
new file mode 100755
index 0000000..4eb34c4
Binary files /dev/null and "b/assets/audio/\346\214\201\344\271\205.mp3" differ
diff --git "a/assets/audio/\346\214\201\347\273\255.mp3" "b/assets/audio/\346\214\201\347\273\255.mp3"
new file mode 100755
index 0000000..274e1ec
Binary files /dev/null and "b/assets/audio/\346\214\201\347\273\255.mp3" differ
diff --git "a/assets/audio/\346\214\202\345\217\267.mp3" "b/assets/audio/\346\214\202\345\217\267.mp3"
new file mode 100755
index 0000000..9af7af5
Binary files /dev/null and "b/assets/audio/\346\214\202\345\217\267.mp3" differ
diff --git "a/assets/audio/\346\214\207.mp3" "b/assets/audio/\346\214\207.mp3"
new file mode 100755
index 0000000..1c12c98
Binary files /dev/null and "b/assets/audio/\346\214\207.mp3" differ
diff --git "a/assets/audio/\346\214\207\345\257\274.mp3" "b/assets/audio/\346\214\207\345\257\274.mp3"
new file mode 100755
index 0000000..2bf0f1e
Binary files /dev/null and "b/assets/audio/\346\214\207\345\257\274.mp3" differ
diff --git "a/assets/audio/\346\214\207\346\214\245.mp3" "b/assets/audio/\346\214\207\346\214\245.mp3"
new file mode 100755
index 0000000..42d6bb5
Binary files /dev/null and "b/assets/audio/\346\214\207\346\214\245.mp3" differ
diff --git "a/assets/audio/\346\214\211\346\221\251.mp3" "b/assets/audio/\346\214\211\346\221\251.mp3"
new file mode 100755
index 0000000..87d7384
Binary files /dev/null and "b/assets/audio/\346\214\211\346\221\251.mp3" differ
diff --git "a/assets/audio/\346\214\221\346\210\230.mp3" "b/assets/audio/\346\214\221\346\210\230.mp3"
new file mode 100755
index 0000000..dd46e1a
Binary files /dev/null and "b/assets/audio/\346\214\221\346\210\230.mp3" differ
diff --git "a/assets/audio/\346\214\241.mp3" "b/assets/audio/\346\214\241.mp3"
new file mode 100755
index 0000000..6b012dd
Binary files /dev/null and "b/assets/audio/\346\214\241.mp3" differ
diff --git "a/assets/audio/\346\214\243.mp3" "b/assets/audio/\346\214\243.mp3"
new file mode 100755
index 0000000..fa44ce1
Binary files /dev/null and "b/assets/audio/\346\214\243.mp3" differ
diff --git "a/assets/audio/\346\214\244.mp3" "b/assets/audio/\346\214\244.mp3"
new file mode 100755
index 0000000..198e146
Binary files /dev/null and "b/assets/audio/\346\214\244.mp3" differ
diff --git "a/assets/audio/\346\214\245.mp3" "b/assets/audio/\346\214\245.mp3"
new file mode 100755
index 0000000..e9f81d7
Binary files /dev/null and "b/assets/audio/\346\214\245.mp3" differ
diff --git "a/assets/audio/\346\214\250.mp3" "b/assets/audio/\346\214\250.mp3"
new file mode 100755
index 0000000..9ee7814
Binary files /dev/null and "b/assets/audio/\346\214\250.mp3" differ
diff --git "a/assets/audio/\346\214\253\346\212\230.mp3" "b/assets/audio/\346\214\253\346\212\230.mp3"
new file mode 100755
index 0000000..161d9be
Binary files /dev/null and "b/assets/audio/\346\214\253\346\212\230.mp3" differ
diff --git "a/assets/audio/\346\214\257\345\212\250.mp3" "b/assets/audio/\346\214\257\345\212\250.mp3"
new file mode 100755
index 0000000..d336df5
Binary files /dev/null and "b/assets/audio/\346\214\257\345\212\250.mp3" differ
diff --git "a/assets/audio/\346\214\272.mp3" "b/assets/audio/\346\214\272.mp3"
new file mode 100755
index 0000000..b0d89d6
Binary files /dev/null and "b/assets/audio/\346\214\272.mp3" differ
diff --git "a/assets/audio/\346\215\220.mp3" "b/assets/audio/\346\215\220.mp3"
new file mode 100755
index 0000000..5b70a97
Binary files /dev/null and "b/assets/audio/\346\215\220.mp3" differ
diff --git "a/assets/audio/\346\215\225\346\215\211.mp3" "b/assets/audio/\346\215\225\346\215\211.mp3"
new file mode 100755
index 0000000..01c59da
Binary files /dev/null and "b/assets/audio/\346\215\225\346\215\211.mp3" differ
diff --git "a/assets/audio/\346\215\237\345\244\261.mp3" "b/assets/audio/\346\215\237\345\244\261.mp3"
new file mode 100755
index 0000000..fe55b13
Binary files /dev/null and "b/assets/audio/\346\215\237\345\244\261.mp3" differ
diff --git "a/assets/audio/\346\215\241.mp3" "b/assets/audio/\346\215\241.mp3"
new file mode 100755
index 0000000..457ef78
Binary files /dev/null and "b/assets/audio/\346\215\241.mp3" differ
diff --git "a/assets/audio/\346\215\243\344\271\261.mp3" "b/assets/audio/\346\215\243\344\271\261.mp3"
new file mode 100755
index 0000000..97f7c45
Binary files /dev/null and "b/assets/audio/\346\215\243\344\271\261.mp3" differ
diff --git "a/assets/audio/\346\215\256\350\257\264.mp3" "b/assets/audio/\346\215\256\350\257\264.mp3"
new file mode 100755
index 0000000..c43e904
Binary files /dev/null and "b/assets/audio/\346\215\256\350\257\264.mp3" differ
diff --git "a/assets/audio/\346\216\214\346\217\241.mp3" "b/assets/audio/\346\216\214\346\217\241.mp3"
new file mode 100755
index 0000000..2b7ac88
Binary files /dev/null and "b/assets/audio/\346\216\214\346\217\241.mp3" differ
diff --git "a/assets/audio/\346\216\245\345\276\205.mp3" "b/assets/audio/\346\216\245\345\276\205.mp3"
new file mode 100755
index 0000000..98474f1
Binary files /dev/null and "b/assets/audio/\346\216\245\345\276\205.mp3" differ
diff --git "a/assets/audio/\346\216\245\350\247\246.mp3" "b/assets/audio/\346\216\245\350\247\246.mp3"
new file mode 100755
index 0000000..f4efe0c
Binary files /dev/null and "b/assets/audio/\346\216\245\350\247\246.mp3" differ
diff --git "a/assets/audio/\346\216\245\350\277\221.mp3" "b/assets/audio/\346\216\245\350\277\221.mp3"
new file mode 100755
index 0000000..1467b56
Binary files /dev/null and "b/assets/audio/\346\216\245\350\277\221.mp3" differ
diff --git "a/assets/audio/\346\216\247\345\210\266.mp3" "b/assets/audio/\346\216\247\345\210\266.mp3"
new file mode 100755
index 0000000..f044f53
Binary files /dev/null and "b/assets/audio/\346\216\247\345\210\266.mp3" differ
diff --git "a/assets/audio/\346\216\250.mp3" "b/assets/audio/\346\216\250.mp3"
new file mode 100755
index 0000000..4a9cb32
Binary files /dev/null and "b/assets/audio/\346\216\250.mp3" differ
diff --git "a/assets/audio/\346\216\250\345\271\277.mp3" "b/assets/audio/\346\216\250\345\271\277.mp3"
new file mode 100755
index 0000000..e6b1285
Binary files /dev/null and "b/assets/audio/\346\216\250\345\271\277.mp3" differ
diff --git "a/assets/audio/\346\216\250\350\215\220.mp3" "b/assets/audio/\346\216\250\350\215\220.mp3"
new file mode 100755
index 0000000..71dedec
Binary files /dev/null and "b/assets/audio/\346\216\250\350\215\220.mp3" differ
diff --git "a/assets/audio/\346\216\250\350\276\236.mp3" "b/assets/audio/\346\216\250\350\276\236.mp3"
new file mode 100755
index 0000000..cc94a4c
Binary files /dev/null and "b/assets/audio/\346\216\250\350\276\236.mp3" differ
diff --git "a/assets/audio/\346\216\250\350\277\237.mp3" "b/assets/audio/\346\216\250\350\277\237.mp3"
new file mode 100755
index 0000000..20a1b96
Binary files /dev/null and "b/assets/audio/\346\216\250\350\277\237.mp3" differ
diff --git "a/assets/audio/\346\216\252\346\226\275.mp3" "b/assets/audio/\346\216\252\346\226\275.mp3"
new file mode 100755
index 0000000..7590507
Binary files /dev/null and "b/assets/audio/\346\216\252\346\226\275.mp3" differ
diff --git "a/assets/audio/\346\216\260.mp3" "b/assets/audio/\346\216\260.mp3"
new file mode 100755
index 0000000..97da3bd
Binary files /dev/null and "b/assets/audio/\346\216\260.mp3" differ
diff --git "a/assets/audio/\346\217\217\345\206\231.mp3" "b/assets/audio/\346\217\217\345\206\231.mp3"
new file mode 100755
index 0000000..ec0ce1b
Binary files /dev/null and "b/assets/audio/\346\217\217\345\206\231.mp3" differ
diff --git "a/assets/audio/\346\217\220.mp3" "b/assets/audio/\346\217\220.mp3"
new file mode 100755
index 0000000..52d615e
Binary files /dev/null and "b/assets/audio/\346\217\220.mp3" differ
diff --git "a/assets/audio/\346\217\220\344\276\233.mp3" "b/assets/audio/\346\217\220\344\276\233.mp3"
new file mode 100755
index 0000000..1d0f60b
Binary files /dev/null and "b/assets/audio/\346\217\220\344\276\233.mp3" differ
diff --git "a/assets/audio/\346\217\220\345\200\241.mp3" "b/assets/audio/\346\217\220\345\200\241.mp3"
new file mode 100755
index 0000000..f3f5627
Binary files /dev/null and "b/assets/audio/\346\217\220\345\200\241.mp3" differ
diff --git "a/assets/audio/\346\217\220\345\211\215.mp3" "b/assets/audio/\346\217\220\345\211\215.mp3"
new file mode 100755
index 0000000..0e26fe7
Binary files /dev/null and "b/assets/audio/\346\217\220\345\211\215.mp3" differ
diff --git "a/assets/audio/\346\217\220\347\272\262.mp3" "b/assets/audio/\346\217\220\347\272\262.mp3"
new file mode 100755
index 0000000..2b51477
Binary files /dev/null and "b/assets/audio/\346\217\220\347\272\262.mp3" differ
diff --git "a/assets/audio/\346\217\220\351\206\222.mp3" "b/assets/audio/\346\217\220\351\206\222.mp3"
new file mode 100755
index 0000000..c7ba42f
Binary files /dev/null and "b/assets/audio/\346\217\220\351\206\222.mp3" differ
diff --git "a/assets/audio/\346\217\220\351\227\256.mp3" "b/assets/audio/\346\217\220\351\227\256.mp3"
new file mode 100755
index 0000000..f67eb6e
Binary files /dev/null and "b/assets/audio/\346\217\220\351\227\256.mp3" differ
diff --git "a/assets/audio/\346\217\222.mp3" "b/assets/audio/\346\217\222.mp3"
new file mode 100755
index 0000000..f870d25
Binary files /dev/null and "b/assets/audio/\346\217\222.mp3" differ
diff --git "a/assets/audio/\346\217\222\345\272\247.mp3" "b/assets/audio/\346\217\222\345\272\247.mp3"
new file mode 100755
index 0000000..135bbd8
Binary files /dev/null and "b/assets/audio/\346\217\222\345\272\247.mp3" differ
diff --git "a/assets/audio/\346\217\241\346\211\213.mp3" "b/assets/audio/\346\217\241\346\211\213.mp3"
new file mode 100755
index 0000000..9fcca3b
Binary files /dev/null and "b/assets/audio/\346\217\241\346\211\213.mp3" differ
diff --git "a/assets/audio/\346\220\200.mp3" "b/assets/audio/\346\220\200.mp3"
new file mode 100755
index 0000000..9e01a85
Binary files /dev/null and "b/assets/audio/\346\220\200.mp3" differ
diff --git "a/assets/audio/\346\220\217\346\226\227.mp3" "b/assets/audio/\346\220\217\346\226\227.mp3"
new file mode 100755
index 0000000..a0e6b7f
Binary files /dev/null and "b/assets/audio/\346\220\217\346\226\227.mp3" differ
diff --git "a/assets/audio/\346\220\223.mp3" "b/assets/audio/\346\220\223.mp3"
new file mode 100755
index 0000000..cef2fbd
Binary files /dev/null and "b/assets/audio/\346\220\223.mp3" differ
diff --git "a/assets/audio/\346\220\234\347\264\242.mp3" "b/assets/audio/\346\220\234\347\264\242.mp3"
new file mode 100755
index 0000000..a08f818
Binary files /dev/null and "b/assets/audio/\346\220\234\347\264\242.mp3" differ
diff --git "a/assets/audio/\346\220\236.mp3" "b/assets/audio/\346\220\236.mp3"
new file mode 100755
index 0000000..105614f
Binary files /dev/null and "b/assets/audio/\346\220\236.mp3" differ
diff --git "a/assets/audio/\346\220\255.mp3" "b/assets/audio/\346\220\255.mp3"
new file mode 100755
index 0000000..2257005
Binary files /dev/null and "b/assets/audio/\346\220\255.mp3" differ
diff --git "a/assets/audio/\346\220\255\346\241\243.mp3" "b/assets/audio/\346\220\255\346\241\243.mp3"
new file mode 100755
index 0000000..cfb6e0c
Binary files /dev/null and "b/assets/audio/\346\220\255\346\241\243.mp3" differ
diff --git "a/assets/audio/\346\220\255\351\205\215.mp3" "b/assets/audio/\346\220\255\351\205\215.mp3"
new file mode 100755
index 0000000..855824f
Binary files /dev/null and "b/assets/audio/\346\220\255\351\205\215.mp3" differ
diff --git "a/assets/audio/\346\221\204\345\275\261.mp3" "b/assets/audio/\346\221\204\345\275\261.mp3"
new file mode 100755
index 0000000..46db60f
Binary files /dev/null and "b/assets/audio/\346\221\204\345\275\261.mp3" differ
diff --git "a/assets/audio/\346\221\206.mp3" "b/assets/audio/\346\221\206.mp3"
new file mode 100755
index 0000000..90e9f70
Binary files /dev/null and "b/assets/audio/\346\221\206.mp3" differ
diff --git "a/assets/audio/\346\221\206\350\204\261.mp3" "b/assets/audio/\346\221\206\350\204\261.mp3"
new file mode 100755
index 0000000..6670e3d
Binary files /dev/null and "b/assets/audio/\346\221\206\350\204\261.mp3" differ
diff --git "a/assets/audio/\346\221\207.mp3" "b/assets/audio/\346\221\207.mp3"
new file mode 100755
index 0000000..09c0da3
Binary files /dev/null and "b/assets/audio/\346\221\207.mp3" differ
diff --git "a/assets/audio/\346\221\224\345\200\222.mp3" "b/assets/audio/\346\221\224\345\200\222.mp3"
new file mode 100755
index 0000000..73ef63d
Binary files /dev/null and "b/assets/audio/\346\221\224\345\200\222.mp3" differ
diff --git "a/assets/audio/\346\221\230.mp3" "b/assets/audio/\346\221\230.mp3"
new file mode 100755
index 0000000..7129f90
Binary files /dev/null and "b/assets/audio/\346\221\230.mp3" differ
diff --git "a/assets/audio/\346\221\247\346\256\213.mp3" "b/assets/audio/\346\221\247\346\256\213.mp3"
new file mode 100755
index 0000000..5f435b7
Binary files /dev/null and "b/assets/audio/\346\221\247\346\256\213.mp3" differ
diff --git "a/assets/audio/\346\221\270.mp3" "b/assets/audio/\346\221\270.mp3"
new file mode 100755
index 0000000..f062d61
Binary files /dev/null and "b/assets/audio/\346\221\270.mp3" differ
diff --git "a/assets/audio/\346\222\225.mp3" "b/assets/audio/\346\222\225.mp3"
new file mode 100755
index 0000000..0dbe3c3
Binary files /dev/null and "b/assets/audio/\346\222\225.mp3" differ
diff --git "a/assets/audio/\346\222\236.mp3" "b/assets/audio/\346\222\236.mp3"
new file mode 100755
index 0000000..a11e970
Binary files /dev/null and "b/assets/audio/\346\222\236.mp3" differ
diff --git "a/assets/audio/\346\222\244\351\200\200.mp3" "b/assets/audio/\346\222\244\351\200\200.mp3"
new file mode 100755
index 0000000..b52f33f
Binary files /dev/null and "b/assets/audio/\346\222\244\351\200\200.mp3" differ
diff --git "a/assets/audio/\346\222\244\351\224\200.mp3" "b/assets/audio/\346\222\244\351\224\200.mp3"
new file mode 100755
index 0000000..355fdc6
Binary files /dev/null and "b/assets/audio/\346\222\244\351\224\200.mp3" differ
diff --git "a/assets/audio/\346\222\255\346\224\276.mp3" "b/assets/audio/\346\222\255\346\224\276.mp3"
new file mode 100755
index 0000000..c7deb1f
Binary files /dev/null and "b/assets/audio/\346\222\255\346\224\276.mp3" differ
diff --git "a/assets/audio/\346\222\255\347\247\215.mp3" "b/assets/audio/\346\222\255\347\247\215.mp3"
new file mode 100755
index 0000000..f83aee0
Binary files /dev/null and "b/assets/audio/\346\222\255\347\247\215.mp3" differ
diff --git "a/assets/audio/\346\223\215\344\275\234.mp3" "b/assets/audio/\346\223\215\344\275\234.mp3"
new file mode 100755
index 0000000..e594214
Binary files /dev/null and "b/assets/audio/\346\223\215\344\275\234.mp3" differ
diff --git "a/assets/audio/\346\223\215\345\212\263.mp3" "b/assets/audio/\346\223\215\345\212\263.mp3"
new file mode 100755
index 0000000..93b5dbf
Binary files /dev/null and "b/assets/audio/\346\223\215\345\212\263.mp3" differ
diff --git "a/assets/audio/\346\223\215\345\234\272.mp3" "b/assets/audio/\346\223\215\345\234\272.mp3"
new file mode 100755
index 0000000..c3c462b
Binary files /dev/null and "b/assets/audio/\346\223\215\345\234\272.mp3" differ
diff --git "a/assets/audio/\346\223\215\345\277\203.mp3" "b/assets/audio/\346\223\215\345\277\203.mp3"
new file mode 100755
index 0000000..f60bf46
Binary files /dev/null and "b/assets/audio/\346\223\215\345\277\203.mp3" differ
diff --git "a/assets/audio/\346\223\215\347\272\265.mp3" "b/assets/audio/\346\223\215\347\272\265.mp3"
new file mode 100755
index 0000000..05085e5
Binary files /dev/null and "b/assets/audio/\346\223\215\347\272\265.mp3" differ
diff --git "a/assets/audio/\346\223\215\347\273\203.mp3" "b/assets/audio/\346\223\215\347\273\203.mp3"
new file mode 100755
index 0000000..2cc04d1
Binary files /dev/null and "b/assets/audio/\346\223\215\347\273\203.mp3" differ
diff --git "a/assets/audio/\346\224\257.mp3" "b/assets/audio/\346\224\257.mp3"
new file mode 100755
index 0000000..c5e26b3
Binary files /dev/null and "b/assets/audio/\346\224\257.mp3" differ
diff --git "a/assets/audio/\346\224\257\346\214\201.mp3" "b/assets/audio/\346\224\257\346\214\201.mp3"
new file mode 100755
index 0000000..682591d
Binary files /dev/null and "b/assets/audio/\346\224\257\346\214\201.mp3" differ
diff --git "a/assets/audio/\346\224\257\347\245\250.mp3" "b/assets/audio/\346\224\257\347\245\250.mp3"
new file mode 100755
index 0000000..30eb642
Binary files /dev/null and "b/assets/audio/\346\224\257\347\245\250.mp3" differ
diff --git "a/assets/audio/\346\224\266.mp3" "b/assets/audio/\346\224\266.mp3"
new file mode 100755
index 0000000..537bbf0
Binary files /dev/null and "b/assets/audio/\346\224\266.mp3" differ
diff --git "a/assets/audio/\346\224\266\345\205\245.mp3" "b/assets/audio/\346\224\266\345\205\245.mp3"
new file mode 100755
index 0000000..d0f12e2
Binary files /dev/null and "b/assets/audio/\346\224\266\345\205\245.mp3" differ
diff --git "a/assets/audio/\346\224\266\346\215\256.mp3" "b/assets/audio/\346\224\266\346\215\256.mp3"
new file mode 100755
index 0000000..ec686b6
Binary files /dev/null and "b/assets/audio/\346\224\266\346\215\256.mp3" differ
diff --git "a/assets/audio/\346\224\266\350\216\267.mp3" "b/assets/audio/\346\224\266\350\216\267.mp3"
new file mode 100755
index 0000000..50fac28
Binary files /dev/null and "b/assets/audio/\346\224\266\350\216\267.mp3" differ
diff --git "a/assets/audio/\346\224\271\345\226\204.mp3" "b/assets/audio/\346\224\271\345\226\204.mp3"
new file mode 100755
index 0000000..ea3440b
Binary files /dev/null and "b/assets/audio/\346\224\271\345\226\204.mp3" differ
diff --git "a/assets/audio/\346\224\271\346\255\243.mp3" "b/assets/audio/\346\224\271\346\255\243.mp3"
new file mode 100755
index 0000000..06edb57
Binary files /dev/null and "b/assets/audio/\346\224\271\346\255\243.mp3" differ
diff --git "a/assets/audio/\346\224\271\350\277\233.mp3" "b/assets/audio/\346\224\271\350\277\233.mp3"
new file mode 100755
index 0000000..faaf805
Binary files /dev/null and "b/assets/audio/\346\224\271\350\277\233.mp3" differ
diff --git "a/assets/audio/\346\224\271\351\235\251.mp3" "b/assets/audio/\346\224\271\351\235\251.mp3"
new file mode 100755
index 0000000..32b2f61
Binary files /dev/null and "b/assets/audio/\346\224\271\351\235\251.mp3" differ
diff --git "a/assets/audio/\346\224\277\345\272\234.mp3" "b/assets/audio/\346\224\277\345\272\234.mp3"
new file mode 100755
index 0000000..36f2573
Binary files /dev/null and "b/assets/audio/\346\224\277\345\272\234.mp3" differ
diff --git "a/assets/audio/\346\224\277\346\262\273.mp3" "b/assets/audio/\346\224\277\346\262\273.mp3"
new file mode 100755
index 0000000..4cccd59
Binary files /dev/null and "b/assets/audio/\346\224\277\346\262\273.mp3" differ
diff --git "a/assets/audio/\346\225\210\346\236\234.mp3" "b/assets/audio/\346\225\210\346\236\234.mp3"
new file mode 100755
index 0000000..dd67d26
Binary files /dev/null and "b/assets/audio/\346\225\210\346\236\234.mp3" differ
diff --git "a/assets/audio/\346\225\210\347\216\207.mp3" "b/assets/audio/\346\225\210\347\216\207.mp3"
new file mode 100755
index 0000000..3a02509
Binary files /dev/null and "b/assets/audio/\346\225\210\347\216\207.mp3" differ
diff --git "a/assets/audio/\346\225\214\344\272\272.mp3" "b/assets/audio/\346\225\214\344\272\272.mp3"
new file mode 100755
index 0000000..69ebbd7
Binary files /dev/null and "b/assets/audio/\346\225\214\344\272\272.mp3" differ
diff --git "a/assets/audio/\346\225\214\350\247\206.mp3" "b/assets/audio/\346\225\214\350\247\206.mp3"
new file mode 100755
index 0000000..f409b8d
Binary files /dev/null and "b/assets/audio/\346\225\214\350\247\206.mp3" differ
diff --git "a/assets/audio/\346\225\217\346\204\237.mp3" "b/assets/audio/\346\225\217\346\204\237.mp3"
new file mode 100755
index 0000000..dc42c0b
Binary files /dev/null and "b/assets/audio/\346\225\217\346\204\237.mp3" differ
diff --git "a/assets/audio/\346\225\221.mp3" "b/assets/audio/\346\225\221.mp3"
new file mode 100755
index 0000000..4d00792
Binary files /dev/null and "b/assets/audio/\346\225\221.mp3" differ
diff --git "a/assets/audio/\346\225\231\346\235\220.mp3" "b/assets/audio/\346\225\231\346\235\220.mp3"
new file mode 100755
index 0000000..2cb9101
Binary files /dev/null and "b/assets/audio/\346\225\231\346\235\220.mp3" differ
diff --git "a/assets/audio/\346\225\231\347\273\203.mp3" "b/assets/audio/\346\225\231\347\273\203.mp3"
new file mode 100755
index 0000000..8efed47
Binary files /dev/null and "b/assets/audio/\346\225\231\347\273\203.mp3" differ
diff --git "a/assets/audio/\346\225\231\350\256\255.mp3" "b/assets/audio/\346\225\231\350\256\255.mp3"
new file mode 100755
index 0000000..74c8ad0
Binary files /dev/null and "b/assets/audio/\346\225\231\350\256\255.mp3" differ
diff --git "a/assets/audio/\346\225\236\345\274\200.mp3" "b/assets/audio/\346\225\236\345\274\200.mp3"
new file mode 100755
index 0000000..23886d3
Binary files /dev/null and "b/assets/audio/\346\225\236\345\274\200.mp3" differ
diff --git "a/assets/audio/\346\225\243\346\255\245.mp3" "b/assets/audio/\346\225\243\346\255\245.mp3"
new file mode 100755
index 0000000..e9c4aa0
Binary files /dev/null and "b/assets/audio/\346\225\243\346\255\245.mp3" differ
diff --git "a/assets/audio/\346\225\260.mp3" "b/assets/audio/\346\225\260.mp3"
new file mode 100755
index 0000000..f6fbfd7
Binary files /dev/null and "b/assets/audio/\346\225\260.mp3" differ
diff --git "a/assets/audio/\346\225\260\345\255\227.mp3" "b/assets/audio/\346\225\260\345\255\227.mp3"
new file mode 100755
index 0000000..6858178
Binary files /dev/null and "b/assets/audio/\346\225\260\345\255\227.mp3" differ
diff --git "a/assets/audio/\346\225\260\346\215\256.mp3" "b/assets/audio/\346\225\260\346\215\256.mp3"
new file mode 100755
index 0000000..f1dd701
Binary files /dev/null and "b/assets/audio/\346\225\260\346\215\256.mp3" differ
diff --git "a/assets/audio/\346\225\260\347\240\201.mp3" "b/assets/audio/\346\225\260\347\240\201.mp3"
new file mode 100755
index 0000000..0be18d5
Binary files /dev/null and "b/assets/audio/\346\225\260\347\240\201.mp3" differ
diff --git "a/assets/audio/\346\225\260\351\207\217.mp3" "b/assets/audio/\346\225\260\351\207\217.mp3"
new file mode 100755
index 0000000..b29d72d
Binary files /dev/null and "b/assets/audio/\346\225\260\351\207\217.mp3" differ
diff --git "a/assets/audio/\346\225\262.mp3" "b/assets/audio/\346\225\262.mp3"
new file mode 100755
index 0000000..796ee8e
Binary files /dev/null and "b/assets/audio/\346\225\262.mp3" differ
diff --git "a/assets/audio/\346\225\264\344\270\252.mp3" "b/assets/audio/\346\225\264\344\270\252.mp3"
new file mode 100755
index 0000000..82ab03d
Binary files /dev/null and "b/assets/audio/\346\225\264\344\270\252.mp3" differ
diff --git "a/assets/audio/\346\225\264\344\275\223.mp3" "b/assets/audio/\346\225\264\344\275\223.mp3"
new file mode 100755
index 0000000..040f691
Binary files /dev/null and "b/assets/audio/\346\225\264\344\275\223.mp3" differ
diff --git "a/assets/audio/\346\225\264\347\220\206.mp3" "b/assets/audio/\346\225\264\347\220\206.mp3"
new file mode 100755
index 0000000..455c3c0
Binary files /dev/null and "b/assets/audio/\346\225\264\347\220\206.mp3" differ
diff --git "a/assets/audio/\346\225\264\351\275\220.mp3" "b/assets/audio/\346\225\264\351\275\220.mp3"
new file mode 100755
index 0000000..c5adbb8
Binary files /dev/null and "b/assets/audio/\346\225\264\351\275\220.mp3" differ
diff --git "a/assets/audio/\346\226\207\344\273\266.mp3" "b/assets/audio/\346\226\207\344\273\266.mp3"
new file mode 100755
index 0000000..0513f2b
Binary files /dev/null and "b/assets/audio/\346\226\207\344\273\266.mp3" differ
diff --git "a/assets/audio/\346\226\207\345\205\267.mp3" "b/assets/audio/\346\226\207\345\205\267.mp3"
new file mode 100755
index 0000000..183a777
Binary files /dev/null and "b/assets/audio/\346\226\207\345\205\267.mp3" differ
diff --git "a/assets/audio/\346\226\207\345\255\227.mp3" "b/assets/audio/\346\226\207\345\255\227.mp3"
new file mode 100755
index 0000000..32a7a55
Binary files /dev/null and "b/assets/audio/\346\226\207\345\255\227.mp3" differ
diff --git "a/assets/audio/\346\226\207\345\255\246.mp3" "b/assets/audio/\346\226\207\345\255\246.mp3"
new file mode 100755
index 0000000..1b976ad
Binary files /dev/null and "b/assets/audio/\346\226\207\345\255\246.mp3" differ
diff --git "a/assets/audio/\346\226\207\346\230\216.mp3" "b/assets/audio/\346\226\207\346\230\216.mp3"
new file mode 100755
index 0000000..d830992
Binary files /dev/null and "b/assets/audio/\346\226\207\346\230\216.mp3" differ
diff --git "a/assets/audio/\346\226\207\347\253\240.mp3" "b/assets/audio/\346\226\207\347\253\240.mp3"
new file mode 100755
index 0000000..db3e671
Binary files /dev/null and "b/assets/audio/\346\226\207\347\253\240.mp3" differ
diff --git "a/assets/audio/\346\226\221.mp3" "b/assets/audio/\346\226\221.mp3"
new file mode 100755
index 0000000..0a07d38
Binary files /dev/null and "b/assets/audio/\346\226\221.mp3" differ
diff --git "a/assets/audio/\346\226\227\344\272\211.mp3" "b/assets/audio/\346\226\227\344\272\211.mp3"
new file mode 100755
index 0000000..491562c
Binary files /dev/null and "b/assets/audio/\346\226\227\344\272\211.mp3" differ
diff --git "a/assets/audio/\346\226\234.mp3" "b/assets/audio/\346\226\234.mp3"
new file mode 100755
index 0000000..8c8ea4c
Binary files /dev/null and "b/assets/audio/\346\226\234.mp3" differ
diff --git "a/assets/audio/\346\226\255.mp3" "b/assets/audio/\346\226\255.mp3"
new file mode 100755
index 0000000..394cfa9
Binary files /dev/null and "b/assets/audio/\346\226\255.mp3" differ
diff --git "a/assets/audio/\346\226\255\345\256\232.mp3" "b/assets/audio/\346\226\255\345\256\232.mp3"
new file mode 100755
index 0000000..e987e92
Binary files /dev/null and "b/assets/audio/\346\226\255\345\256\232.mp3" differ
diff --git "a/assets/audio/\346\226\255\347\273\235.mp3" "b/assets/audio/\346\226\255\347\273\235.mp3"
new file mode 100755
index 0000000..0f672c0
Binary files /dev/null and "b/assets/audio/\346\226\255\347\273\235.mp3" differ
diff --git "a/assets/audio/\346\226\271.mp3" "b/assets/audio/\346\226\271.mp3"
new file mode 100755
index 0000000..a6c6729
Binary files /dev/null and "b/assets/audio/\346\226\271.mp3" differ
diff --git "a/assets/audio/\346\226\271\345\274\217.mp3" "b/assets/audio/\346\226\271\345\274\217.mp3"
new file mode 100755
index 0000000..cae9c80
Binary files /dev/null and "b/assets/audio/\346\226\271\345\274\217.mp3" differ
diff --git "a/assets/audio/\346\226\271\346\241\210.mp3" "b/assets/audio/\346\226\271\346\241\210.mp3"
new file mode 100755
index 0000000..7d6c34d
Binary files /dev/null and "b/assets/audio/\346\226\271\346\241\210.mp3" differ
diff --git "a/assets/audio/\346\227\240.mp3" "b/assets/audio/\346\227\240.mp3"
new file mode 100755
index 0000000..f72c95a
Binary files /dev/null and "b/assets/audio/\346\227\240.mp3" differ
diff --git "a/assets/audio/\346\227\240\345\245\210.mp3" "b/assets/audio/\346\227\240\345\245\210.mp3"
new file mode 100755
index 0000000..fc4fe10
Binary files /dev/null and "b/assets/audio/\346\227\240\345\245\210.mp3" differ
diff --git "a/assets/audio/\346\227\240\346\225\260.mp3" "b/assets/audio/\346\227\240\346\225\260.mp3"
new file mode 100755
index 0000000..0b5b5aa
Binary files /dev/null and "b/assets/audio/\346\227\240\346\225\260.mp3" differ
diff --git "a/assets/audio/\346\227\240\350\201\212.mp3" "b/assets/audio/\346\227\240\350\201\212.mp3"
new file mode 100755
index 0000000..9518aa4
Binary files /dev/null and "b/assets/audio/\346\227\240\350\201\212.mp3" differ
diff --git "a/assets/audio/\346\227\240\350\256\272.mp3" "b/assets/audio/\346\227\240\350\256\272.mp3"
new file mode 100755
index 0000000..12503cb
Binary files /dev/null and "b/assets/audio/\346\227\240\350\256\272.mp3" differ
diff --git "a/assets/audio/\346\227\245\345\216\206.mp3" "b/assets/audio/\346\227\245\345\216\206.mp3"
new file mode 100755
index 0000000..e610bac
Binary files /dev/null and "b/assets/audio/\346\227\245\345\216\206.mp3" differ
diff --git "a/assets/audio/\346\227\245\345\255\220.mp3" "b/assets/audio/\346\227\245\345\255\220.mp3"
new file mode 100755
index 0000000..d208baa
Binary files /dev/null and "b/assets/audio/\346\227\245\345\255\220.mp3" differ
diff --git "a/assets/audio/\346\227\245\345\270\270.mp3" "b/assets/audio/\346\227\245\345\270\270.mp3"
new file mode 100755
index 0000000..39dc876
Binary files /dev/null and "b/assets/audio/\346\227\245\345\270\270.mp3" differ
diff --git "a/assets/audio/\346\227\245\346\234\237.mp3" "b/assets/audio/\346\227\245\346\234\237.mp3"
new file mode 100755
index 0000000..8cd3e91
Binary files /dev/null and "b/assets/audio/\346\227\245\346\234\237.mp3" differ
diff --git "a/assets/audio/\346\227\245\347\224\250\345\223\201.mp3" "b/assets/audio/\346\227\245\347\224\250\345\223\201.mp3"
new file mode 100755
index 0000000..bd03f8e
Binary files /dev/null and "b/assets/audio/\346\227\245\347\224\250\345\223\201.mp3" differ
diff --git "a/assets/audio/\346\227\245\347\250\213.mp3" "b/assets/audio/\346\227\245\347\250\213.mp3"
new file mode 100755
index 0000000..cb31535
Binary files /dev/null and "b/assets/audio/\346\227\245\347\250\213.mp3" differ
diff --git "a/assets/audio/\346\227\245\350\256\260.mp3" "b/assets/audio/\346\227\245\350\256\260.mp3"
new file mode 100755
index 0000000..9eb7c25
Binary files /dev/null and "b/assets/audio/\346\227\245\350\256\260.mp3" differ
diff --git "a/assets/audio/\346\227\266\344\273\243.mp3" "b/assets/audio/\346\227\266\344\273\243.mp3"
new file mode 100755
index 0000000..b9601ed
Binary files /dev/null and "b/assets/audio/\346\227\266\344\273\243.mp3" differ
diff --git "a/assets/audio/\346\227\266\345\210\273.mp3" "b/assets/audio/\346\227\266\345\210\273.mp3"
new file mode 100755
index 0000000..339668e
Binary files /dev/null and "b/assets/audio/\346\227\266\345\210\273.mp3" differ
diff --git "a/assets/audio/\346\227\266\345\260\232.mp3" "b/assets/audio/\346\227\266\345\260\232.mp3"
new file mode 100755
index 0000000..e1ce7d6
Binary files /dev/null and "b/assets/audio/\346\227\266\345\260\232.mp3" differ
diff --git "a/assets/audio/\346\227\266\345\267\256.mp3" "b/assets/audio/\346\227\266\345\267\256.mp3"
new file mode 100755
index 0000000..aca9ce5
Binary files /dev/null and "b/assets/audio/\346\227\266\345\267\256.mp3" differ
diff --git "a/assets/audio/\346\227\266\346\234\237.mp3" "b/assets/audio/\346\227\266\346\234\237.mp3"
new file mode 100755
index 0000000..f92371f
Binary files /dev/null and "b/assets/audio/\346\227\266\346\234\237.mp3" differ
diff --git "a/assets/audio/\346\227\266\351\253\246.mp3" "b/assets/audio/\346\227\266\351\253\246.mp3"
new file mode 100755
index 0000000..084a807
Binary files /dev/null and "b/assets/audio/\346\227\266\351\253\246.mp3" differ
diff --git "a/assets/audio/\346\230\202\350\264\265.mp3" "b/assets/audio/\346\230\202\350\264\265.mp3"
new file mode 100755
index 0000000..4089537
Binary files /dev/null and "b/assets/audio/\346\230\202\350\264\265.mp3" differ
diff --git "a/assets/audio/\346\230\206\350\231\253.mp3" "b/assets/audio/\346\230\206\350\231\253.mp3"
new file mode 100755
index 0000000..0c7cf79
Binary files /dev/null and "b/assets/audio/\346\230\206\350\231\253.mp3" differ
diff --git "a/assets/audio/\346\230\214\347\233\233.mp3" "b/assets/audio/\346\230\214\347\233\233.mp3"
new file mode 100755
index 0000000..a4e4b05
Binary files /dev/null and "b/assets/audio/\346\230\214\347\233\233.mp3" differ
diff --git "a/assets/audio/\346\230\216\346\230\237.mp3" "b/assets/audio/\346\230\216\346\230\237.mp3"
new file mode 100755
index 0000000..50cc183
Binary files /dev/null and "b/assets/audio/\346\230\216\346\230\237.mp3" differ
diff --git "a/assets/audio/\346\230\216\346\230\276.mp3" "b/assets/audio/\346\230\216\346\230\276.mp3"
new file mode 100755
index 0000000..5a34b88
Binary files /dev/null and "b/assets/audio/\346\230\216\346\230\276.mp3" differ
diff --git "a/assets/audio/\346\230\216\347\241\256.mp3" "b/assets/audio/\346\230\216\347\241\256.mp3"
new file mode 100755
index 0000000..fa5a37c
Binary files /dev/null and "b/assets/audio/\346\230\216\347\241\256.mp3" differ
diff --git "a/assets/audio/\346\230\257\345\220\246.mp3" "b/assets/audio/\346\230\257\345\220\246.mp3"
new file mode 100755
index 0000000..8de3088
Binary files /dev/null and "b/assets/audio/\346\230\257\345\220\246.mp3" differ
diff --git "a/assets/audio/\346\230\276\345\276\227.mp3" "b/assets/audio/\346\230\276\345\276\227.mp3"
new file mode 100755
index 0000000..17fee49
Binary files /dev/null and "b/assets/audio/\346\230\276\345\276\227.mp3" differ
diff --git "a/assets/audio/\346\230\276\347\204\266.mp3" "b/assets/audio/\346\230\276\347\204\266.mp3"
new file mode 100755
index 0000000..824a421
Binary files /dev/null and "b/assets/audio/\346\230\276\347\204\266.mp3" differ
diff --git "a/assets/audio/\346\230\276\347\244\272.mp3" "b/assets/audio/\346\230\276\347\244\272.mp3"
new file mode 100755
index 0000000..1239ed6
Binary files /dev/null and "b/assets/audio/\346\230\276\347\244\272.mp3" differ
diff --git "a/assets/audio/\346\231\222.mp3" "b/assets/audio/\346\231\222.mp3"
new file mode 100755
index 0000000..e8fd665
Binary files /dev/null and "b/assets/audio/\346\231\222.mp3" differ
diff --git "a/assets/audio/\346\231\225.mp3" "b/assets/audio/\346\231\225.mp3"
new file mode 100755
index 0000000..62f3837
Binary files /dev/null and "b/assets/audio/\346\231\225.mp3" differ
diff --git "a/assets/audio/\346\231\256\351\201\215.mp3" "b/assets/audio/\346\231\256\351\201\215.mp3"
new file mode 100755
index 0000000..5cf867a
Binary files /dev/null and "b/assets/audio/\346\231\256\351\201\215.mp3" differ
diff --git "a/assets/audio/\346\231\272\346\205\247.mp3" "b/assets/audio/\346\231\272\346\205\247.mp3"
new file mode 100755
index 0000000..16a54e8
Binary files /dev/null and "b/assets/audio/\346\231\272\346\205\247.mp3" differ
diff --git "a/assets/audio/\346\232\202\346\227\266.mp3" "b/assets/audio/\346\232\202\346\227\266.mp3"
new file mode 100755
index 0000000..fa7b191
Binary files /dev/null and "b/assets/audio/\346\232\202\346\227\266.mp3" differ
diff --git "a/assets/audio/\346\232\227.mp3" "b/assets/audio/\346\232\227.mp3"
new file mode 100755
index 0000000..3cfb96d
Binary files /dev/null and "b/assets/audio/\346\232\227.mp3" differ
diff --git "a/assets/audio/\346\232\227\347\244\272.mp3" "b/assets/audio/\346\232\227\347\244\272.mp3"
new file mode 100755
index 0000000..ed5f5b1
Binary files /dev/null and "b/assets/audio/\346\232\227\347\244\272.mp3" differ
diff --git "a/assets/audio/\346\232\247\346\230\247.mp3" "b/assets/audio/\346\232\247\346\230\247.mp3"
new file mode 100755
index 0000000..9dcf2fb
Binary files /dev/null and "b/assets/audio/\346\232\247\346\230\247.mp3" differ
diff --git "a/assets/audio/\346\232\264\345\212\233.mp3" "b/assets/audio/\346\232\264\345\212\233.mp3"
new file mode 100755
index 0000000..6e0e09d
Binary files /dev/null and "b/assets/audio/\346\232\264\345\212\233.mp3" differ
diff --git "a/assets/audio/\346\232\264\351\234\262.mp3" "b/assets/audio/\346\232\264\351\234\262.mp3"
new file mode 100755
index 0000000..019a61f
Binary files /dev/null and "b/assets/audio/\346\232\264\351\234\262.mp3" differ
diff --git "a/assets/audio/\346\233\235\345\205\211.mp3" "b/assets/audio/\346\233\235\345\205\211.mp3"
new file mode 100755
index 0000000..c2fa518
Binary files /dev/null and "b/assets/audio/\346\233\235\345\205\211.mp3" differ
diff --git "a/assets/audio/\346\233\276\347\273\217.mp3" "b/assets/audio/\346\233\276\347\273\217.mp3"
new file mode 100755
index 0000000..8b7e559
Binary files /dev/null and "b/assets/audio/\346\233\276\347\273\217.mp3" differ
diff --git "a/assets/audio/\346\234\200\345\210\235.mp3" "b/assets/audio/\346\234\200\345\210\235.mp3"
new file mode 100755
index 0000000..962ff0c
Binary files /dev/null and "b/assets/audio/\346\234\200\345\210\235.mp3" differ
diff --git "a/assets/audio/\346\234\200\345\245\275.mp3" "b/assets/audio/\346\234\200\345\245\275.mp3"
new file mode 100755
index 0000000..f34fc54
Binary files /dev/null and "b/assets/audio/\346\234\200\345\245\275.mp3" differ
diff --git "a/assets/audio/\346\234\211\345\210\251.mp3" "b/assets/audio/\346\234\211\345\210\251.mp3"
new file mode 100755
index 0000000..a9edd84
Binary files /dev/null and "b/assets/audio/\346\234\211\345\210\251.mp3" differ
diff --git "a/assets/audio/\346\234\211\350\266\243.mp3" "b/assets/audio/\346\234\211\350\266\243.mp3"
new file mode 100755
index 0000000..4873476
Binary files /dev/null and "b/assets/audio/\346\234\211\350\266\243.mp3" differ
diff --git "a/assets/audio/\346\234\211\351\227\256\351\242\230/desktop.ini" "b/assets/audio/\346\234\211\351\227\256\351\242\230/desktop.ini"
new file mode 100755
index 0000000..8eacd0a
--- /dev/null
+++ "b/assets/audio/\346\234\211\351\227\256\351\242\230/desktop.ini"
@@ -0,0 +1,3 @@
+[LocalizedFileNames]
+收到.mp3=@收到.mp3,0
+颤抖.mp3=@颤抖.mp3,0
diff --git "a/assets/audio/\346\234\211\351\227\256\351\242\230/\346\224\266\345\210\260.mp3" "b/assets/audio/\346\234\211\351\227\256\351\242\230/\346\224\266\345\210\260.mp3"
new file mode 100755
index 0000000..99214c7
Binary files /dev/null and "b/assets/audio/\346\234\211\351\227\256\351\242\230/\346\224\266\345\210\260.mp3" differ
diff --git "a/assets/audio/\346\234\211\351\227\256\351\242\230/\351\242\244\346\212\226.mp3" "b/assets/audio/\346\234\211\351\227\256\351\242\230/\351\242\244\346\212\226.mp3"
new file mode 100755
index 0000000..d523e40
Binary files /dev/null and "b/assets/audio/\346\234\211\351\227\256\351\242\230/\351\242\244\346\212\226.mp3" differ
diff --git "a/assets/audio/\346\234\215\350\243\205.mp3" "b/assets/audio/\346\234\215\350\243\205.mp3"
new file mode 100755
index 0000000..6a46119
Binary files /dev/null and "b/assets/audio/\346\234\215\350\243\205.mp3" differ
diff --git "a/assets/audio/\346\234\227\350\257\273.mp3" "b/assets/audio/\346\234\227\350\257\273.mp3"
new file mode 100755
index 0000000..d022885
Binary files /dev/null and "b/assets/audio/\346\234\227\350\257\273.mp3" differ
diff --git "a/assets/audio/\346\234\235.mp3" "b/assets/audio/\346\234\235.mp3"
new file mode 100755
index 0000000..e800056
Binary files /dev/null and "b/assets/audio/\346\234\235.mp3" differ
diff --git "a/assets/audio/\346\234\235\344\273\243.mp3" "b/assets/audio/\346\234\235\344\273\243.mp3"
new file mode 100755
index 0000000..c32bfd4
Binary files /dev/null and "b/assets/audio/\346\234\235\344\273\243.mp3" differ
diff --git "a/assets/audio/\346\234\237\345\276\205.mp3" "b/assets/audio/\346\234\237\345\276\205.mp3"
new file mode 100755
index 0000000..a13534b
Binary files /dev/null and "b/assets/audio/\346\234\237\345\276\205.mp3" differ
diff --git "a/assets/audio/\346\234\237\351\227\264.mp3" "b/assets/audio/\346\234\237\351\227\264.mp3"
new file mode 100755
index 0000000..55bd5e6
Binary files /dev/null and "b/assets/audio/\346\234\237\351\227\264.mp3" differ
diff --git "a/assets/audio/\346\234\250\345\244\264.mp3" "b/assets/audio/\346\234\250\345\244\264.mp3"
new file mode 100755
index 0000000..f970c06
Binary files /dev/null and "b/assets/audio/\346\234\250\345\244\264.mp3" differ
diff --git "a/assets/audio/\346\234\252\345\277\205.mp3" "b/assets/audio/\346\234\252\345\277\205.mp3"
new file mode 100755
index 0000000..05ea8d8
Binary files /dev/null and "b/assets/audio/\346\234\252\345\277\205.mp3" differ
diff --git "a/assets/audio/\346\234\252\346\235\245.mp3" "b/assets/audio/\346\234\252\346\235\245.mp3"
new file mode 100755
index 0000000..a7f023f
Binary files /dev/null and "b/assets/audio/\346\234\252\346\235\245.mp3" differ
diff --git "a/assets/audio/\346\234\254\344\272\213.mp3" "b/assets/audio/\346\234\254\344\272\213.mp3"
new file mode 100755
index 0000000..877bd55
Binary files /dev/null and "b/assets/audio/\346\234\254\344\272\213.mp3" differ
diff --git "a/assets/audio/\346\234\254\344\272\272.mp3" "b/assets/audio/\346\234\254\344\272\272.mp3"
new file mode 100755
index 0000000..401efec
Binary files /dev/null and "b/assets/audio/\346\234\254\344\272\272.mp3" differ
diff --git "a/assets/audio/\346\234\254\347\247\221.mp3" "b/assets/audio/\346\234\254\347\247\221.mp3"
new file mode 100755
index 0000000..7df825d
Binary files /dev/null and "b/assets/audio/\346\234\254\347\247\221.mp3" differ
diff --git "a/assets/audio/\346\234\254\350\203\275.mp3" "b/assets/audio/\346\234\254\350\203\275.mp3"
new file mode 100755
index 0000000..f4f8498
Binary files /dev/null and "b/assets/audio/\346\234\254\350\203\275.mp3" differ
diff --git "a/assets/audio/\346\234\254\350\264\250.mp3" "b/assets/audio/\346\234\254\350\264\250.mp3"
new file mode 100755
index 0000000..0fb5f75
Binary files /dev/null and "b/assets/audio/\346\234\254\350\264\250.mp3" differ
diff --git "a/assets/audio/\346\234\254\350\272\253.mp3" "b/assets/audio/\346\234\254\350\272\253.mp3"
new file mode 100755
index 0000000..edf3fb9
Binary files /dev/null and "b/assets/audio/\346\234\254\350\272\253.mp3" differ
diff --git "a/assets/audio/\346\234\254\351\222\261.mp3" "b/assets/audio/\346\234\254\351\222\261.mp3"
new file mode 100755
index 0000000..60d939f
Binary files /dev/null and "b/assets/audio/\346\234\254\351\222\261.mp3" differ
diff --git "a/assets/audio/\346\234\254\351\242\206.mp3" "b/assets/audio/\346\234\254\351\242\206.mp3"
new file mode 100755
index 0000000..c7ea14a
Binary files /dev/null and "b/assets/audio/\346\234\254\351\242\206.mp3" differ
diff --git "a/assets/audio/\346\234\265.mp3" "b/assets/audio/\346\234\265.mp3"
new file mode 100755
index 0000000..566916f
Binary files /dev/null and "b/assets/audio/\346\234\265.mp3" differ
diff --git "a/assets/audio/\346\234\272\345\231\250.mp3" "b/assets/audio/\346\234\272\345\231\250.mp3"
new file mode 100755
index 0000000..ca41e99
Binary files /dev/null and "b/assets/audio/\346\234\272\345\231\250.mp3" differ
diff --git "a/assets/audio/\346\235\200.mp3" "b/assets/audio/\346\235\200.mp3"
new file mode 100755
index 0000000..a129194
Binary files /dev/null and "b/assets/audio/\346\235\200.mp3" differ
diff --git "a/assets/audio/\346\235\202\345\277\227.mp3" "b/assets/audio/\346\235\202\345\277\227.mp3"
new file mode 100755
index 0000000..5f3aeba
Binary files /dev/null and "b/assets/audio/\346\235\202\345\277\227.mp3" differ
diff --git "a/assets/audio/\346\235\203\345\210\251.mp3" "b/assets/audio/\346\235\203\345\210\251.mp3"
new file mode 100755
index 0000000..68ccbb9
Binary files /dev/null and "b/assets/audio/\346\235\203\345\210\251.mp3" differ
diff --git "a/assets/audio/\346\235\203\345\212\233.mp3" "b/assets/audio/\346\235\203\345\212\233.mp3"
new file mode 100755
index 0000000..68ccbb9
Binary files /dev/null and "b/assets/audio/\346\235\203\345\212\233.mp3" differ
diff --git "a/assets/audio/\346\235\234\347\273\235.mp3" "b/assets/audio/\346\235\234\347\273\235.mp3"
new file mode 100755
index 0000000..572e613
Binary files /dev/null and "b/assets/audio/\346\235\234\347\273\235.mp3" differ
diff --git "a/assets/audio/\346\235\241\344\273\266.mp3" "b/assets/audio/\346\235\241\344\273\266.mp3"
new file mode 100755
index 0000000..383b539
Binary files /dev/null and "b/assets/audio/\346\235\241\344\273\266.mp3" differ
diff --git "a/assets/audio/\346\235\245.mp3" "b/assets/audio/\346\235\245.mp3"
new file mode 100755
index 0000000..9b99aa5
Binary files /dev/null and "b/assets/audio/\346\235\245.mp3" differ
diff --git "a/assets/audio/\346\235\257\345\255\220.mp3" "b/assets/audio/\346\235\257\345\255\220.mp3"
new file mode 100755
index 0000000..b5ec34a
Binary files /dev/null and "b/assets/audio/\346\235\257\345\255\220.mp3" differ
diff --git "a/assets/audio/\346\236\201\345\205\266.mp3" "b/assets/audio/\346\236\201\345\205\266.mp3"
new file mode 100755
index 0000000..3a840ea
Binary files /dev/null and "b/assets/audio/\346\236\201\345\205\266.mp3" differ
diff --git "a/assets/audio/\346\236\204\346\210\220.mp3" "b/assets/audio/\346\236\204\346\210\220.mp3"
new file mode 100755
index 0000000..100e4c6
Binary files /dev/null and "b/assets/audio/\346\236\204\346\210\220.mp3" differ
diff --git "a/assets/audio/\346\236\234\345\256\236.mp3" "b/assets/audio/\346\236\234\345\256\236.mp3"
new file mode 100755
index 0000000..1cf1577
Binary files /dev/null and "b/assets/audio/\346\236\234\345\256\236.mp3" differ
diff --git "a/assets/audio/\346\236\234\347\204\266.mp3" "b/assets/audio/\346\236\234\347\204\266.mp3"
new file mode 100755
index 0000000..8b764c7
Binary files /dev/null and "b/assets/audio/\346\236\234\347\204\266.mp3" differ
diff --git "a/assets/audio/\346\236\252.mp3" "b/assets/audio/\346\236\252.mp3"
new file mode 100755
index 0000000..4cd4d0f
Binary files /dev/null and "b/assets/audio/\346\236\252.mp3" differ
diff --git "a/assets/audio/\346\237\220.mp3" "b/assets/audio/\346\237\220.mp3"
new file mode 100755
index 0000000..b58046b
Binary files /dev/null and "b/assets/audio/\346\237\220.mp3" differ
diff --git "a/assets/audio/\346\237\234\345\217\260.mp3" "b/assets/audio/\346\237\234\345\217\260.mp3"
new file mode 100755
index 0000000..e73af2a
Binary files /dev/null and "b/assets/audio/\346\237\234\345\217\260.mp3" differ
diff --git "a/assets/audio/\346\237\245\350\216\267.mp3" "b/assets/audio/\346\237\245\350\216\267.mp3"
new file mode 100755
index 0000000..6e92e76
Binary files /dev/null and "b/assets/audio/\346\237\245\350\216\267.mp3" differ
diff --git "a/assets/audio/\346\237\264\346\262\271.mp3" "b/assets/audio/\346\237\264\346\262\271.mp3"
new file mode 100755
index 0000000..551a9a9
Binary files /dev/null and "b/assets/audio/\346\237\264\346\262\271.mp3" differ
diff --git "a/assets/audio/\346\240\207\345\277\227.mp3" "b/assets/audio/\346\240\207\345\277\227.mp3"
new file mode 100755
index 0000000..582d5f4
Binary files /dev/null and "b/assets/audio/\346\240\207\345\277\227.mp3" differ
diff --git "a/assets/audio/\346\240\207\346\234\254.mp3" "b/assets/audio/\346\240\207\346\234\254.mp3"
new file mode 100755
index 0000000..9d29f91
Binary files /dev/null and "b/assets/audio/\346\240\207\346\234\254.mp3" differ
diff --git "a/assets/audio/\346\240\207\347\202\271.mp3" "b/assets/audio/\346\240\207\347\202\271.mp3"
new file mode 100755
index 0000000..2411fd6
Binary files /dev/null and "b/assets/audio/\346\240\207\347\202\271.mp3" differ
diff --git "a/assets/audio/\346\240\207\350\256\260.mp3" "b/assets/audio/\346\240\207\350\256\260.mp3"
new file mode 100755
index 0000000..fba9d26
Binary files /dev/null and "b/assets/audio/\346\240\207\350\256\260.mp3" differ
diff --git "a/assets/audio/\346\240\207\351\242\230.mp3" "b/assets/audio/\346\240\207\351\242\230.mp3"
new file mode 100755
index 0000000..42c45a0
Binary files /dev/null and "b/assets/audio/\346\240\207\351\242\230.mp3" differ
diff --git "a/assets/audio/\346\240\213.mp3" "b/assets/audio/\346\240\213.mp3"
new file mode 100755
index 0000000..44cf136
Binary files /dev/null and "b/assets/audio/\346\240\213.mp3" differ
diff --git "a/assets/audio/\346\240\267\345\255\220.mp3" "b/assets/audio/\346\240\267\345\255\220.mp3"
new file mode 100755
index 0000000..9a1bfbc
Binary files /dev/null and "b/assets/audio/\346\240\267\345\255\220.mp3" differ
diff --git "a/assets/audio/\346\240\267\345\274\217.mp3" "b/assets/audio/\346\240\267\345\274\217.mp3"
new file mode 100755
index 0000000..9424421
Binary files /dev/null and "b/assets/audio/\346\240\267\345\274\217.mp3" differ
diff --git "a/assets/audio/\346\240\270\345\277\203.mp3" "b/assets/audio/\346\240\270\345\277\203.mp3"
new file mode 100755
index 0000000..91385ab
Binary files /dev/null and "b/assets/audio/\346\240\270\345\277\203.mp3" differ
diff --git "a/assets/audio/\346\240\271.mp3" "b/assets/audio/\346\240\271.mp3"
new file mode 100755
index 0000000..685a547
Binary files /dev/null and "b/assets/audio/\346\240\271.mp3" differ
diff --git "a/assets/audio/\346\240\271\346\234\254.mp3" "b/assets/audio/\346\240\271\346\234\254.mp3"
new file mode 100755
index 0000000..3c80c6e
Binary files /dev/null and "b/assets/audio/\346\240\271\346\234\254.mp3" differ
diff --git "a/assets/audio/\346\240\274\345\244\226.mp3" "b/assets/audio/\346\240\274\345\244\226.mp3"
new file mode 100755
index 0000000..635e746
Binary files /dev/null and "b/assets/audio/\346\240\274\345\244\226.mp3" differ
diff --git "a/assets/audio/\346\241\203.mp3" "b/assets/audio/\346\241\203.mp3"
new file mode 100755
index 0000000..091dc13
Binary files /dev/null and "b/assets/audio/\346\241\203.mp3" differ
diff --git "a/assets/audio/\346\241\210\344\273\266.mp3" "b/assets/audio/\346\241\210\344\273\266.mp3"
new file mode 100755
index 0000000..d9362dd
Binary files /dev/null and "b/assets/audio/\346\241\210\344\273\266.mp3" differ
diff --git "a/assets/audio/\346\241\210\344\276\213.mp3" "b/assets/audio/\346\241\210\344\276\213.mp3"
new file mode 100755
index 0000000..eb5f34a
Binary files /dev/null and "b/assets/audio/\346\241\210\344\276\213.mp3" differ
diff --git "a/assets/audio/\346\241\224\345\255\220.mp3" "b/assets/audio/\346\241\224\345\255\220.mp3"
new file mode 100755
index 0000000..e3f63f5
Binary files /dev/null and "b/assets/audio/\346\241\224\345\255\220.mp3" differ
diff --git "a/assets/audio/\346\241\243\346\241\210.mp3" "b/assets/audio/\346\241\243\346\241\210.mp3"
new file mode 100755
index 0000000..f63080f
Binary files /dev/null and "b/assets/audio/\346\241\243\346\241\210.mp3" differ
diff --git "a/assets/audio/\346\241\243\346\254\241.mp3" "b/assets/audio/\346\241\243\346\254\241.mp3"
new file mode 100755
index 0000000..7847bc0
Binary files /dev/null and "b/assets/audio/\346\241\243\346\254\241.mp3" differ
diff --git "a/assets/audio/\346\241\245.mp3" "b/assets/audio/\346\241\245.mp3"
new file mode 100755
index 0000000..46c2273
Binary files /dev/null and "b/assets/audio/\346\241\245.mp3" differ
diff --git "a/assets/audio/\346\242\246\346\203\263.mp3" "b/assets/audio/\346\242\246\346\203\263.mp3"
new file mode 100755
index 0000000..31fad7d
Binary files /dev/null and "b/assets/audio/\346\242\246\346\203\263.mp3" differ
diff --git "a/assets/audio/\346\242\250.mp3" "b/assets/audio/\346\242\250.mp3"
new file mode 100755
index 0000000..06b563f
Binary files /dev/null and "b/assets/audio/\346\242\250.mp3" differ
diff --git "a/assets/audio/\346\242\263\345\255\220.mp3" "b/assets/audio/\346\242\263\345\255\220.mp3"
new file mode 100755
index 0000000..d08b845
Binary files /dev/null and "b/assets/audio/\346\242\263\345\255\220.mp3" differ
diff --git "a/assets/audio/\346\243\256\346\236\227.mp3" "b/assets/audio/\346\243\256\346\236\227.mp3"
new file mode 100755
index 0000000..36e6bb1
Binary files /dev/null and "b/assets/audio/\346\243\256\346\236\227.mp3" differ
diff --git "a/assets/audio/\346\244\215\347\211\251.mp3" "b/assets/audio/\346\244\215\347\211\251.mp3"
new file mode 100755
index 0000000..405bc56
Binary files /dev/null and "b/assets/audio/\346\244\215\347\211\251.mp3" differ
diff --git "a/assets/audio/\346\246\202\345\277\265.mp3" "b/assets/audio/\346\246\202\345\277\265.mp3"
new file mode 100755
index 0000000..897cd63
Binary files /dev/null and "b/assets/audio/\346\246\202\345\277\265.mp3" differ
diff --git "a/assets/audio/\346\246\202\346\213\254.mp3" "b/assets/audio/\346\246\202\346\213\254.mp3"
new file mode 100755
index 0000000..ac4f9d5
Binary files /dev/null and "b/assets/audio/\346\246\202\346\213\254.mp3" differ
diff --git "a/assets/audio/\346\246\234\346\240\267.mp3" "b/assets/audio/\346\246\234\346\240\267.mp3"
new file mode 100755
index 0000000..b0b3271
Binary files /dev/null and "b/assets/audio/\346\246\234\346\240\267.mp3" differ
diff --git "a/assets/audio/\346\250\241\344\273\277.mp3" "b/assets/audio/\346\250\241\344\273\277.mp3"
new file mode 100755
index 0000000..ec5779b
Binary files /dev/null and "b/assets/audio/\346\250\241\344\273\277.mp3" differ
diff --git "a/assets/audio/\346\250\241\347\211\271.mp3" "b/assets/audio/\346\250\241\347\211\271.mp3"
new file mode 100755
index 0000000..a4c9738
Binary files /dev/null and "b/assets/audio/\346\250\241\347\211\271.mp3" differ
diff --git "a/assets/audio/\346\250\241\347\263\212.mp3" "b/assets/audio/\346\250\241\347\263\212.mp3"
new file mode 100755
index 0000000..9a4a06d
Binary files /dev/null and "b/assets/audio/\346\250\241\347\263\212.mp3" differ
diff --git "a/assets/audio/\346\251\231.mp3" "b/assets/audio/\346\251\231.mp3"
new file mode 100755
index 0000000..339dec9
Binary files /dev/null and "b/assets/audio/\346\251\231.mp3" differ
diff --git "a/assets/audio/\346\251\241\347\232\256.mp3" "b/assets/audio/\346\251\241\347\232\256.mp3"
new file mode 100755
index 0000000..a78e0e8
Binary files /dev/null and "b/assets/audio/\346\251\241\347\232\256.mp3" differ
diff --git "a/assets/audio/\346\254\240.mp3" "b/assets/audio/\346\254\240.mp3"
new file mode 100755
index 0000000..7b3a2e0
Binary files /dev/null and "b/assets/audio/\346\254\240.mp3" differ
diff --git "a/assets/audio/\346\254\241\345\223\201.mp3" "b/assets/audio/\346\254\241\345\223\201.mp3"
new file mode 100755
index 0000000..406c60a
Binary files /dev/null and "b/assets/audio/\346\254\241\345\223\201.mp3" differ
diff --git "a/assets/audio/\346\254\241\345\272\217.mp3" "b/assets/audio/\346\254\241\345\272\217.mp3"
new file mode 100755
index 0000000..033fae0
Binary files /dev/null and "b/assets/audio/\346\254\241\345\272\217.mp3" differ
diff --git "a/assets/audio/\346\254\241\350\246\201.mp3" "b/assets/audio/\346\254\241\350\246\201.mp3"
new file mode 100755
index 0000000..ff099ce
Binary files /dev/null and "b/assets/audio/\346\254\241\350\246\201.mp3" differ
diff --git "a/assets/audio/\346\254\243\350\265\217.mp3" "b/assets/audio/\346\254\243\350\265\217.mp3"
new file mode 100755
index 0000000..f35ecff
Binary files /dev/null and "b/assets/audio/\346\254\243\350\265\217.mp3" differ
diff --git "a/assets/audio/\346\254\247\346\264\262.mp3" "b/assets/audio/\346\254\247\346\264\262.mp3"
new file mode 100755
index 0000000..3ae1047
Binary files /dev/null and "b/assets/audio/\346\254\247\346\264\262.mp3" differ
diff --git "a/assets/audio/\346\255\207.mp3" "b/assets/audio/\346\255\207.mp3"
new file mode 100755
index 0000000..30ef8c8
Binary files /dev/null and "b/assets/audio/\346\255\207.mp3" differ
diff --git "a/assets/audio/\346\255\243.mp3" "b/assets/audio/\346\255\243.mp3"
new file mode 100755
index 0000000..3bee4c6
Binary files /dev/null and "b/assets/audio/\346\255\243.mp3" differ
diff --git "a/assets/audio/\346\255\243\345\245\275.mp3" "b/assets/audio/\346\255\243\345\245\275.mp3"
new file mode 100755
index 0000000..7e85431
Binary files /dev/null and "b/assets/audio/\346\255\243\345\245\275.mp3" differ
diff --git "a/assets/audio/\346\255\243\345\270\270.mp3" "b/assets/audio/\346\255\243\345\270\270.mp3"
new file mode 100755
index 0000000..1a34152
Binary files /dev/null and "b/assets/audio/\346\255\243\345\270\270.mp3" differ
diff --git "a/assets/audio/\346\255\243\345\274\217.mp3" "b/assets/audio/\346\255\243\345\274\217.mp3"
new file mode 100755
index 0000000..89f0a86
Binary files /dev/null and "b/assets/audio/\346\255\243\345\274\217.mp3" differ
diff --git "a/assets/audio/\346\255\243\347\241\256.mp3" "b/assets/audio/\346\255\243\347\241\256.mp3"
new file mode 100755
index 0000000..3b5025b
Binary files /dev/null and "b/assets/audio/\346\255\243\347\241\256.mp3" differ
diff --git "a/assets/audio/\346\255\244\345\244\226.mp3" "b/assets/audio/\346\255\244\345\244\226.mp3"
new file mode 100755
index 0000000..248f3e6
Binary files /dev/null and "b/assets/audio/\346\255\244\345\244\226.mp3" differ
diff --git "a/assets/audio/\346\255\245\344\274\220.mp3" "b/assets/audio/\346\255\245\344\274\220.mp3"
new file mode 100755
index 0000000..28e52fe
Binary files /dev/null and "b/assets/audio/\346\255\245\344\274\220.mp3" differ
diff --git "a/assets/audio/\346\255\245\351\252\244.mp3" "b/assets/audio/\346\255\245\351\252\244.mp3"
new file mode 100755
index 0000000..9978b6a
Binary files /dev/null and "b/assets/audio/\346\255\245\351\252\244.mp3" differ
diff --git "a/assets/audio/\346\255\246\346\234\257.mp3" "b/assets/audio/\346\255\246\346\234\257.mp3"
new file mode 100755
index 0000000..c65fc51
Binary files /dev/null and "b/assets/audio/\346\255\246\346\234\257.mp3" differ
diff --git "a/assets/audio/\346\255\252.mp3" "b/assets/audio/\346\255\252.mp3"
new file mode 100755
index 0000000..7c9868d
Binary files /dev/null and "b/assets/audio/\346\255\252.mp3" differ
diff --git "a/assets/audio/\346\255\271\345\276\222.mp3" "b/assets/audio/\346\255\271\345\276\222.mp3"
new file mode 100755
index 0000000..b7b434a
Binary files /dev/null and "b/assets/audio/\346\255\271\345\276\222.mp3" differ
diff --git "a/assets/audio/\346\255\273.mp3" "b/assets/audio/\346\255\273.mp3"
new file mode 100755
index 0000000..d050c4b
Binary files /dev/null and "b/assets/audio/\346\255\273.mp3" differ
diff --git "a/assets/audio/\346\256\213\345\277\215.mp3" "b/assets/audio/\346\256\213\345\277\215.mp3"
new file mode 100755
index 0000000..2d7d3b7
Binary files /dev/null and "b/assets/audio/\346\256\213\345\277\215.mp3" differ
diff --git "a/assets/audio/\346\256\213\347\226\276.mp3" "b/assets/audio/\346\256\213\347\226\276.mp3"
new file mode 100755
index 0000000..058ae52
Binary files /dev/null and "b/assets/audio/\346\256\213\347\226\276.mp3" differ
diff --git "a/assets/audio/\346\256\213\351\205\267.mp3" "b/assets/audio/\346\256\213\351\205\267.mp3"
new file mode 100755
index 0000000..35ab01e
Binary files /dev/null and "b/assets/audio/\346\256\213\351\205\267.mp3" differ
diff --git "a/assets/audio/\346\257\222\345\223\201.mp3" "b/assets/audio/\346\257\222\345\223\201.mp3"
new file mode 100755
index 0000000..f9963d2
Binary files /dev/null and "b/assets/audio/\346\257\222\345\223\201.mp3" differ
diff --git "a/assets/audio/\346\257\224\344\276\213.mp3" "b/assets/audio/\346\257\224\344\276\213.mp3"
new file mode 100755
index 0000000..9df622f
Binary files /dev/null and "b/assets/audio/\346\257\224\344\276\213.mp3" differ
diff --git "a/assets/audio/\346\257\224\345\226\273.mp3" "b/assets/audio/\346\257\224\345\226\273.mp3"
new file mode 100755
index 0000000..14210b3
Binary files /dev/null and "b/assets/audio/\346\257\224\345\226\273.mp3" differ
diff --git "a/assets/audio/\346\257\224\346\226\271.mp3" "b/assets/audio/\346\257\224\346\226\271.mp3"
new file mode 100755
index 0000000..b61a49c
Binary files /dev/null and "b/assets/audio/\346\257\224\346\226\271.mp3" differ
diff --git "a/assets/audio/\346\257\224\351\207\215.mp3" "b/assets/audio/\346\257\224\351\207\215.mp3"
new file mode 100755
index 0000000..5fcc7b8
Binary files /dev/null and "b/assets/audio/\346\257\224\351\207\215.mp3" differ
diff --git "a/assets/audio/\346\257\225\347\253\237.mp3" "b/assets/audio/\346\257\225\347\253\237.mp3"
new file mode 100755
index 0000000..205eae4
Binary files /dev/null and "b/assets/audio/\346\257\225\347\253\237.mp3" differ
diff --git "a/assets/audio/\346\257\233\347\227\205.mp3" "b/assets/audio/\346\257\233\347\227\205.mp3"
new file mode 100755
index 0000000..fa11e59
Binary files /dev/null and "b/assets/audio/\346\257\233\347\227\205.mp3" differ
diff --git "a/assets/audio/\346\260\224\345\200\231.mp3" "b/assets/audio/\346\260\224\345\200\231.mp3"
new file mode 100755
index 0000000..3b31a12
Binary files /dev/null and "b/assets/audio/\346\260\224\345\200\231.mp3" differ
diff --git "a/assets/audio/\346\260\224\346\260\233.mp3" "b/assets/audio/\346\260\224\346\260\233.mp3"
new file mode 100755
index 0000000..6170cdb
Binary files /dev/null and "b/assets/audio/\346\260\224\346\260\233.mp3" differ
diff --git "a/assets/audio/\346\260\270\350\277\234.mp3" "b/assets/audio/\346\260\270\350\277\234.mp3"
new file mode 100755
index 0000000..e3ee053
Binary files /dev/null and "b/assets/audio/\346\260\270\350\277\234.mp3" differ
diff --git "a/assets/audio/\346\261\207\347\216\207.mp3" "b/assets/audio/\346\261\207\347\216\207.mp3"
new file mode 100755
index 0000000..0a4e553
Binary files /dev/null and "b/assets/audio/\346\261\207\347\216\207.mp3" differ
diff --git "a/assets/audio/\346\261\211\350\257\255.mp3" "b/assets/audio/\346\261\211\350\257\255.mp3"
new file mode 100755
index 0000000..71de3f6
Binary files /dev/null and "b/assets/audio/\346\261\211\350\257\255.mp3" differ
diff --git "a/assets/audio/\346\261\240\345\241\230.mp3" "b/assets/audio/\346\261\240\345\241\230.mp3"
new file mode 100755
index 0000000..a900f2e
Binary files /dev/null and "b/assets/audio/\346\261\240\345\241\230.mp3" differ
diff --git "a/assets/audio/\346\261\241\346\237\223.mp3" "b/assets/audio/\346\261\241\346\237\223.mp3"
new file mode 100755
index 0000000..437551e
Binary files /dev/null and "b/assets/audio/\346\261\241\346\237\223.mp3" differ
diff --git "a/assets/audio/\346\261\244.mp3" "b/assets/audio/\346\261\244.mp3"
new file mode 100755
index 0000000..3b1acea
Binary files /dev/null and "b/assets/audio/\346\261\244.mp3" differ
diff --git "a/assets/audio/\346\261\275\346\262\271.mp3" "b/assets/audio/\346\261\275\346\262\271.mp3"
new file mode 100755
index 0000000..2265e58
Binary files /dev/null and "b/assets/audio/\346\261\275\346\262\271.mp3" differ
diff --git "a/assets/audio/\346\262\211\346\200\235.mp3" "b/assets/audio/\346\262\211\346\200\235.mp3"
new file mode 100755
index 0000000..767300a
Binary files /dev/null and "b/assets/audio/\346\262\211\346\200\235.mp3" differ
diff --git "a/assets/audio/\346\262\211\346\267\200.mp3" "b/assets/audio/\346\262\211\346\267\200.mp3"
new file mode 100755
index 0000000..a75f32e
Binary files /dev/null and "b/assets/audio/\346\262\211\346\267\200.mp3" differ
diff --git "a/assets/audio/\346\262\211\347\235\200.mp3" "b/assets/audio/\346\262\211\347\235\200.mp3"
new file mode 100755
index 0000000..1a7ff8a
Binary files /dev/null and "b/assets/audio/\346\262\211\347\235\200.mp3" differ
diff --git "a/assets/audio/\346\262\211\351\207\215.mp3" "b/assets/audio/\346\262\211\351\207\215.mp3"
new file mode 100755
index 0000000..c86b22f
Binary files /dev/null and "b/assets/audio/\346\262\211\351\207\215.mp3" differ
diff --git "a/assets/audio/\346\262\211\351\227\267.mp3" "b/assets/audio/\346\262\211\351\227\267.mp3"
new file mode 100755
index 0000000..c9f1099
Binary files /dev/null and "b/assets/audio/\346\262\211\351\227\267.mp3" differ
diff --git "a/assets/audio/\346\262\211\351\273\230.mp3" "b/assets/audio/\346\262\211\351\273\230.mp3"
new file mode 100755
index 0000000..c4581e8
Binary files /dev/null and "b/assets/audio/\346\262\211\351\273\230.mp3" differ
diff --git "a/assets/audio/\346\262\231\345\217\221.mp3" "b/assets/audio/\346\262\231\345\217\221.mp3"
new file mode 100755
index 0000000..2f1250a
Binary files /dev/null and "b/assets/audio/\346\262\231\345\217\221.mp3" differ
diff --git "a/assets/audio/\346\262\231\346\273\251.mp3" "b/assets/audio/\346\262\231\346\273\251.mp3"
new file mode 100755
index 0000000..92d88e4
Binary files /dev/null and "b/assets/audio/\346\262\231\346\273\251.mp3" differ
diff --git "a/assets/audio/\346\262\231\346\274\240.mp3" "b/assets/audio/\346\262\231\346\274\240.mp3"
new file mode 100755
index 0000000..7d59e78
Binary files /dev/null and "b/assets/audio/\346\262\231\346\274\240.mp3" differ
diff --git "a/assets/audio/\346\262\237\351\200\232.mp3" "b/assets/audio/\346\262\237\351\200\232.mp3"
new file mode 100755
index 0000000..1aaf7ba
Binary files /dev/null and "b/assets/audio/\346\262\237\351\200\232.mp3" differ
diff --git "a/assets/audio/\346\262\241\346\234\211.mp3" "b/assets/audio/\346\262\241\346\234\211.mp3"
new file mode 100755
index 0000000..62e7b7b
Binary files /dev/null and "b/assets/audio/\346\262\241\346\234\211.mp3" differ
diff --git "a/assets/audio/\346\262\271\347\202\270.mp3" "b/assets/audio/\346\262\271\347\202\270.mp3"
new file mode 100755
index 0000000..ccafea5
Binary files /dev/null and "b/assets/audio/\346\262\271\347\202\270.mp3" differ
diff --git "a/assets/audio/\346\262\273\347\226\227.mp3" "b/assets/audio/\346\262\273\347\226\227.mp3"
new file mode 100755
index 0000000..164729e
Binary files /dev/null and "b/assets/audio/\346\262\273\347\226\227.mp3" differ
diff --git "a/assets/audio/\346\263\225\344\272\272.mp3" "b/assets/audio/\346\263\225\344\272\272.mp3"
new file mode 100755
index 0000000..70fa79d
Binary files /dev/null and "b/assets/audio/\346\263\225\344\272\272.mp3" differ
diff --git "a/assets/audio/\346\263\225\351\231\242.mp3" "b/assets/audio/\346\263\225\351\231\242.mp3"
new file mode 100755
index 0000000..1f74b8a
Binary files /dev/null and "b/assets/audio/\346\263\225\351\231\242.mp3" differ
diff --git "a/assets/audio/\346\263\242\346\265\252.mp3" "b/assets/audio/\346\263\242\346\265\252.mp3"
new file mode 100755
index 0000000..3cc074a
Binary files /dev/null and "b/assets/audio/\346\263\242\346\265\252.mp3" differ
diff --git "a/assets/audio/\346\263\242\346\266\233.mp3" "b/assets/audio/\346\263\242\346\266\233.mp3"
new file mode 100755
index 0000000..4336381
Binary files /dev/null and "b/assets/audio/\346\263\242\346\266\233.mp3" differ
diff --git "a/assets/audio/\346\263\250\345\206\214.mp3" "b/assets/audio/\346\263\250\345\206\214.mp3"
new file mode 100755
index 0000000..9202a8f
Binary files /dev/null and "b/assets/audio/\346\263\250\345\206\214.mp3" differ
diff --git "a/assets/audio/\346\264\222.mp3" "b/assets/audio/\346\264\222.mp3"
new file mode 100755
index 0000000..f7e003a
Binary files /dev/null and "b/assets/audio/\346\264\222.mp3" differ
diff --git "a/assets/audio/\346\264\236.mp3" "b/assets/audio/\346\264\236.mp3"
new file mode 100755
index 0000000..0c7fad5
Binary files /dev/null and "b/assets/audio/\346\264\236.mp3" differ
diff --git "a/assets/audio/\346\264\273\350\267\203.mp3" "b/assets/audio/\346\264\273\350\267\203.mp3"
new file mode 100755
index 0000000..1f7048b
Binary files /dev/null and "b/assets/audio/\346\264\273\350\267\203.mp3" differ
diff --git "a/assets/audio/\346\264\276.mp3" "b/assets/audio/\346\264\276.mp3"
new file mode 100755
index 0000000..197fcbc
Binary files /dev/null and "b/assets/audio/\346\264\276.mp3" differ
diff --git "a/assets/audio/\346\265\201\344\274\240.mp3" "b/assets/audio/\346\265\201\344\274\240.mp3"
new file mode 100755
index 0000000..8ce577b
Binary files /dev/null and "b/assets/audio/\346\265\201\344\274\240.mp3" differ
diff --git "a/assets/audio/\346\265\201\346\263\252.mp3" "b/assets/audio/\346\265\201\346\263\252.mp3"
new file mode 100755
index 0000000..33069ff
Binary files /dev/null and "b/assets/audio/\346\265\201\346\263\252.mp3" differ
diff --git "a/assets/audio/\346\265\205.mp3" "b/assets/audio/\346\265\205.mp3"
new file mode 100755
index 0000000..ebeff07
Binary files /dev/null and "b/assets/audio/\346\265\205.mp3" differ
diff --git "a/assets/audio/\346\265\207.mp3" "b/assets/audio/\346\265\207.mp3"
new file mode 100755
index 0000000..1a5fc38
Binary files /dev/null and "b/assets/audio/\346\265\207.mp3" differ
diff --git "a/assets/audio/\346\265\213\351\207\217.mp3" "b/assets/audio/\346\265\213\351\207\217.mp3"
new file mode 100755
index 0000000..27473e0
Binary files /dev/null and "b/assets/audio/\346\265\213\351\207\217.mp3" differ
diff --git "a/assets/audio/\346\265\213\351\252\214.mp3" "b/assets/audio/\346\265\213\351\252\214.mp3"
new file mode 100755
index 0000000..b1729f3
Binary files /dev/null and "b/assets/audio/\346\265\213\351\252\214.mp3" differ
diff --git "a/assets/audio/\346\265\217\350\247\210.mp3" "b/assets/audio/\346\265\217\350\247\210.mp3"
new file mode 100755
index 0000000..d7e5f63
Binary files /dev/null and "b/assets/audio/\346\265\217\350\247\210.mp3" differ
diff --git "a/assets/audio/\346\265\223.mp3" "b/assets/audio/\346\265\223.mp3"
new file mode 100755
index 0000000..ae6c96d
Binary files /dev/null and "b/assets/audio/\346\265\223.mp3" differ
diff --git "a/assets/audio/\346\265\267\345\205\263.mp3" "b/assets/audio/\346\265\267\345\205\263.mp3"
new file mode 100755
index 0000000..beb64b2
Binary files /dev/null and "b/assets/audio/\346\265\267\345\205\263.mp3" differ
diff --git "a/assets/audio/\346\265\267\351\262\234.mp3" "b/assets/audio/\346\265\267\351\262\234.mp3"
new file mode 100755
index 0000000..9824d82
Binary files /dev/null and "b/assets/audio/\346\265\267\351\262\234.mp3" differ
diff --git "a/assets/audio/\346\266\210\345\214\226.mp3" "b/assets/audio/\346\266\210\345\214\226.mp3"
new file mode 100755
index 0000000..50e9699
Binary files /dev/null and "b/assets/audio/\346\266\210\345\214\226.mp3" differ
diff --git "a/assets/audio/\346\266\210\345\244\261.mp3" "b/assets/audio/\346\266\210\345\244\261.mp3"
new file mode 100755
index 0000000..f788241
Binary files /dev/null and "b/assets/audio/\346\266\210\345\244\261.mp3" differ
diff --git "a/assets/audio/\346\266\210\346\201\257.mp3" "b/assets/audio/\346\266\210\346\201\257.mp3"
new file mode 100755
index 0000000..335c169
Binary files /dev/null and "b/assets/audio/\346\266\210\346\201\257.mp3" differ
diff --git "a/assets/audio/\346\266\210\346\236\201.mp3" "b/assets/audio/\346\266\210\346\236\201.mp3"
new file mode 100755
index 0000000..375fb18
Binary files /dev/null and "b/assets/audio/\346\266\210\346\236\201.mp3" differ
diff --git "a/assets/audio/\346\266\210\350\264\271.mp3" "b/assets/audio/\346\266\210\350\264\271.mp3"
new file mode 100755
index 0000000..46360ef
Binary files /dev/null and "b/assets/audio/\346\266\210\350\264\271.mp3" differ
diff --git "a/assets/audio/\346\266\250.mp3" "b/assets/audio/\346\266\250.mp3"
new file mode 100755
index 0000000..32a4a95
Binary files /dev/null and "b/assets/audio/\346\266\250.mp3" differ
diff --git "a/assets/audio/\346\267\230\346\260\224.mp3" "b/assets/audio/\346\267\230\346\260\224.mp3"
new file mode 100755
index 0000000..95f26dd
Binary files /dev/null and "b/assets/audio/\346\267\230\346\260\224.mp3" differ
diff --git "a/assets/audio/\346\267\241.mp3" "b/assets/audio/\346\267\241.mp3"
new file mode 100755
index 0000000..9a5a60a
Binary files /dev/null and "b/assets/audio/\346\267\241.mp3" differ
diff --git "a/assets/audio/\346\267\241\345\255\243.mp3" "b/assets/audio/\346\267\241\345\255\243.mp3"
new file mode 100755
index 0000000..1e77e25
Binary files /dev/null and "b/assets/audio/\346\267\241\345\255\243.mp3" differ
diff --git "a/assets/audio/\346\267\241\346\260\264.mp3" "b/assets/audio/\346\267\241\346\260\264.mp3"
new file mode 100755
index 0000000..6e8604c
Binary files /dev/null and "b/assets/audio/\346\267\241\346\260\264.mp3" differ
diff --git "a/assets/audio/\346\267\261.mp3" "b/assets/audio/\346\267\261.mp3"
new file mode 100755
index 0000000..74789c8
Binary files /dev/null and "b/assets/audio/\346\267\261.mp3" differ
diff --git "a/assets/audio/\346\267\261\345\210\273.mp3" "b/assets/audio/\346\267\261\345\210\273.mp3"
new file mode 100755
index 0000000..a0d9927
Binary files /dev/null and "b/assets/audio/\346\267\261\345\210\273.mp3" differ
diff --git "a/assets/audio/\346\270\205\346\267\241.mp3" "b/assets/audio/\346\270\205\346\267\241.mp3"
new file mode 100755
index 0000000..b8d9883
Binary files /dev/null and "b/assets/audio/\346\270\205\346\267\241.mp3" differ
diff --git "a/assets/audio/\346\270\251\345\272\246.mp3" "b/assets/audio/\346\270\251\345\272\246.mp3"
new file mode 100755
index 0000000..db15621
Binary files /dev/null and "b/assets/audio/\346\270\251\345\272\246.mp3" differ
diff --git "a/assets/audio/\346\270\251\346\232\226.mp3" "b/assets/audio/\346\270\251\346\232\226.mp3"
new file mode 100755
index 0000000..6779834
Binary files /dev/null and "b/assets/audio/\346\270\251\346\232\226.mp3" differ
diff --git "a/assets/audio/\346\270\251\346\237\224.mp3" "b/assets/audio/\346\270\251\346\237\224.mp3"
new file mode 100755
index 0000000..c0f338d
Binary files /dev/null and "b/assets/audio/\346\270\251\346\237\224.mp3" differ
diff --git "a/assets/audio/\346\270\270\350\247\210.mp3" "b/assets/audio/\346\270\270\350\247\210.mp3"
new file mode 100755
index 0000000..da83627
Binary files /dev/null and "b/assets/audio/\346\270\270\350\247\210.mp3" differ
diff --git "a/assets/audio/\346\271\277\346\266\246.mp3" "b/assets/audio/\346\271\277\346\266\246.mp3"
new file mode 100755
index 0000000..158a780
Binary files /dev/null and "b/assets/audio/\346\271\277\346\266\246.mp3" differ
diff --git "a/assets/audio/\346\273\221.mp3" "b/assets/audio/\346\273\221.mp3"
new file mode 100755
index 0000000..36a708c
Binary files /dev/null and "b/assets/audio/\346\273\221.mp3" differ
diff --git "a/assets/audio/\346\273\232.mp3" "b/assets/audio/\346\273\232.mp3"
new file mode 100755
index 0000000..bc7b96f
Binary files /dev/null and "b/assets/audio/\346\273\232.mp3" differ
diff --git "a/assets/audio/\346\273\241\350\266\263.mp3" "b/assets/audio/\346\273\241\350\266\263.mp3"
new file mode 100755
index 0000000..10c45de
Binary files /dev/null and "b/assets/audio/\346\273\241\350\266\263.mp3" differ
diff --git "a/assets/audio/\346\273\264.mp3" "b/assets/audio/\346\273\264.mp3"
new file mode 100755
index 0000000..c084739
Binary files /dev/null and "b/assets/audio/\346\273\264.mp3" differ
diff --git "a/assets/audio/\346\274\217.mp3" "b/assets/audio/\346\274\217.mp3"
new file mode 100755
index 0000000..df606dd
Binary files /dev/null and "b/assets/audio/\346\274\217.mp3" differ
diff --git "a/assets/audio/\346\274\224\345\207\272.mp3" "b/assets/audio/\346\274\224\345\207\272.mp3"
new file mode 100755
index 0000000..1a4c7f7
Binary files /dev/null and "b/assets/audio/\346\274\224\345\207\272.mp3" differ
diff --git "a/assets/audio/\346\274\224\345\221\230.mp3" "b/assets/audio/\346\274\224\345\221\230.mp3"
new file mode 100755
index 0000000..c1eb0e4
Binary files /dev/null and "b/assets/audio/\346\274\224\345\221\230.mp3" differ
diff --git "a/assets/audio/\346\274\224\350\256\262.mp3" "b/assets/audio/\346\274\224\350\256\262.mp3"
new file mode 100755
index 0000000..fae8a3a
Binary files /dev/null and "b/assets/audio/\346\274\224\350\256\262.mp3" differ
diff --git "a/assets/audio/\346\275\256\346\265\201.mp3" "b/assets/audio/\346\275\256\346\265\201.mp3"
new file mode 100755
index 0000000..822e04e
Binary files /dev/null and "b/assets/audio/\346\275\256\346\265\201.mp3" differ
diff --git "a/assets/audio/\346\275\256\346\271\277.mp3" "b/assets/audio/\346\275\256\346\271\277.mp3"
new file mode 100755
index 0000000..1a5c784
Binary files /dev/null and "b/assets/audio/\346\275\256\346\271\277.mp3" differ
diff --git "a/assets/audio/\346\276\204\346\270\205.mp3" "b/assets/audio/\346\276\204\346\270\205.mp3"
new file mode 100755
index 0000000..2ffd3a7
Binary files /dev/null and "b/assets/audio/\346\276\204\346\270\205.mp3" differ
diff --git "a/assets/audio/\346\277\200\347\203\210.mp3" "b/assets/audio/\346\277\200\347\203\210.mp3"
new file mode 100755
index 0000000..1604bd5
Binary files /dev/null and "b/assets/audio/\346\277\200\347\203\210.mp3" differ
diff --git "a/assets/audio/\346\277\222\344\270\264.mp3" "b/assets/audio/\346\277\222\344\270\264.mp3"
new file mode 100755
index 0000000..c5d55ba
Binary files /dev/null and "b/assets/audio/\346\277\222\344\270\264.mp3" differ
diff --git "a/assets/audio/\347\201\253\346\237\264.mp3" "b/assets/audio/\347\201\253\346\237\264.mp3"
new file mode 100755
index 0000000..964bac8
Binary files /dev/null and "b/assets/audio/\347\201\253\346\237\264.mp3" differ
diff --git "a/assets/audio/\347\201\257\347\254\274.mp3" "b/assets/audio/\347\201\257\347\254\274.mp3"
new file mode 100755
index 0000000..f65dded
Binary files /dev/null and "b/assets/audio/\347\201\257\347\254\274.mp3" differ
diff --git "a/assets/audio/\347\201\260.mp3" "b/assets/audio/\347\201\260.mp3"
new file mode 100755
index 0000000..543bd4b
Binary files /dev/null and "b/assets/audio/\347\201\260.mp3" differ
diff --git "a/assets/audio/\347\201\260\345\260\230.mp3" "b/assets/audio/\347\201\260\345\260\230.mp3"
new file mode 100755
index 0000000..559f283
Binary files /dev/null and "b/assets/audio/\347\201\260\345\260\230.mp3" differ
diff --git "a/assets/audio/\347\201\260\345\277\203.mp3" "b/assets/audio/\347\201\260\345\277\203.mp3"
new file mode 100755
index 0000000..39aa279
Binary files /dev/null and "b/assets/audio/\347\201\260\345\277\203.mp3" differ
diff --git "a/assets/audio/\347\201\265\346\264\273.mp3" "b/assets/audio/\347\201\265\346\264\273.mp3"
new file mode 100755
index 0000000..aa8b797
Binary files /dev/null and "b/assets/audio/\347\201\265\346\264\273.mp3" differ
diff --git "a/assets/audio/\347\201\276\345\256\263.mp3" "b/assets/audio/\347\201\276\345\256\263.mp3"
new file mode 100755
index 0000000..928bbb5
Binary files /dev/null and "b/assets/audio/\347\201\276\345\256\263.mp3" differ
diff --git "a/assets/audio/\347\201\277\347\203\202.mp3" "b/assets/audio/\347\201\277\347\203\202.mp3"
new file mode 100755
index 0000000..a1717c5
Binary files /dev/null and "b/assets/audio/\347\201\277\347\203\202.mp3" differ
diff --git "a/assets/audio/\347\202\212\347\203\237.mp3" "b/assets/audio/\347\202\212\347\203\237.mp3"
new file mode 100755
index 0000000..7e89fbe
Binary files /dev/null and "b/assets/audio/\347\202\212\347\203\237.mp3" differ
diff --git "a/assets/audio/\347\202\222.mp3" "b/assets/audio/\347\202\222.mp3"
new file mode 100755
index 0000000..16bee86
Binary files /dev/null and "b/assets/audio/\347\202\222.mp3" differ
diff --git "a/assets/audio/\347\202\271.mp3" "b/assets/audio/\347\202\271.mp3"
new file mode 100755
index 0000000..ad4a3bd
Binary files /dev/null and "b/assets/audio/\347\202\271.mp3" differ
diff --git "a/assets/audio/\347\202\271\345\277\203.mp3" "b/assets/audio/\347\202\271\345\277\203.mp3"
new file mode 100755
index 0000000..f2e99d8
Binary files /dev/null and "b/assets/audio/\347\202\271\345\277\203.mp3" differ
diff --git "a/assets/audio/\347\202\271\347\274\200.mp3" "b/assets/audio/\347\202\271\347\274\200.mp3"
new file mode 100755
index 0000000..c83f8f1
Binary files /dev/null and "b/assets/audio/\347\202\271\347\274\200.mp3" differ
diff --git "a/assets/audio/\347\203\202.mp3" "b/assets/audio/\347\203\202.mp3"
new file mode 100755
index 0000000..f5de122
Binary files /dev/null and "b/assets/audio/\347\203\202.mp3" differ
diff --git "a/assets/audio/\347\203\253.mp3" "b/assets/audio/\347\203\253.mp3"
new file mode 100755
index 0000000..968b04f
Binary files /dev/null and "b/assets/audio/\347\203\253.mp3" differ
diff --git "a/assets/audio/\347\203\255\345\277\203.mp3" "b/assets/audio/\347\203\255\345\277\203.mp3"
new file mode 100755
index 0000000..589a9d2
Binary files /dev/null and "b/assets/audio/\347\203\255\345\277\203.mp3" differ
diff --git "a/assets/audio/\347\203\255\347\203\210.mp3" "b/assets/audio/\347\203\255\347\203\210.mp3"
new file mode 100755
index 0000000..dfcace8
Binary files /dev/null and "b/assets/audio/\347\203\255\347\203\210.mp3" differ
diff --git "a/assets/audio/\347\203\255\347\210\261.mp3" "b/assets/audio/\347\203\255\347\210\261.mp3"
new file mode 100755
index 0000000..a63fc18
Binary files /dev/null and "b/assets/audio/\347\203\255\347\210\261.mp3" differ
diff --git "a/assets/audio/\347\203\255\351\227\271.mp3" "b/assets/audio/\347\203\255\351\227\271.mp3"
new file mode 100755
index 0000000..48175a4
Binary files /dev/null and "b/assets/audio/\347\203\255\351\227\271.mp3" differ
diff --git "a/assets/audio/\347\204\266\350\200\214.mp3" "b/assets/audio/\347\204\266\350\200\214.mp3"
new file mode 100755
index 0000000..4c98021
Binary files /dev/null and "b/assets/audio/\347\204\266\350\200\214.mp3" differ
diff --git "a/assets/audio/\347\205\244\347\202\255.mp3" "b/assets/audio/\347\205\244\347\202\255.mp3"
new file mode 100755
index 0000000..2f1c718
Binary files /dev/null and "b/assets/audio/\347\205\244\347\202\255.mp3" differ
diff --git "a/assets/audio/\347\205\247.mp3" "b/assets/audio/\347\205\247.mp3"
new file mode 100755
index 0000000..da964fc
Binary files /dev/null and "b/assets/audio/\347\205\247.mp3" differ
diff --git "a/assets/audio/\347\205\247\345\270\270.mp3" "b/assets/audio/\347\205\247\345\270\270.mp3"
new file mode 100755
index 0000000..b372caf
Binary files /dev/null and "b/assets/audio/\347\205\247\345\270\270.mp3" differ
diff --git "a/assets/audio/\347\205\256.mp3" "b/assets/audio/\347\205\256.mp3"
new file mode 100755
index 0000000..8bcb3c4
Binary files /dev/null and "b/assets/audio/\347\205\256.mp3" differ
diff --git "a/assets/audio/\347\206\237\346\202\211.mp3" "b/assets/audio/\347\206\237\346\202\211.mp3"
new file mode 100755
index 0000000..e728abf
Binary files /dev/null and "b/assets/audio/\347\206\237\346\202\211.mp3" differ
diff --git "a/assets/audio/\347\206\237\347\273\203.mp3" "b/assets/audio/\347\206\237\347\273\203.mp3"
new file mode 100755
index 0000000..65f89fa
Binary files /dev/null and "b/assets/audio/\347\206\237\347\273\203.mp3" differ
diff --git "a/assets/audio/\347\206\254.mp3" "b/assets/audio/\347\206\254.mp3"
new file mode 100755
index 0000000..5197197
Binary files /dev/null and "b/assets/audio/\347\206\254.mp3" differ
diff --git "a/assets/audio/\347\206\254\345\244\234.mp3" "b/assets/audio/\347\206\254\345\244\234.mp3"
new file mode 100755
index 0000000..8c91f0c
Binary files /dev/null and "b/assets/audio/\347\206\254\345\244\234.mp3" differ
diff --git "a/assets/audio/\347\207\203\347\203\247.mp3" "b/assets/audio/\347\207\203\347\203\247.mp3"
new file mode 100755
index 0000000..ad38bfc
Binary files /dev/null and "b/assets/audio/\347\207\203\347\203\247.mp3" differ
diff --git "a/assets/audio/\347\210\206\345\217\221.mp3" "b/assets/audio/\347\210\206\345\217\221.mp3"
new file mode 100755
index 0000000..43b4620
Binary files /dev/null and "b/assets/audio/\347\210\206\345\217\221.mp3" differ
diff --git "a/assets/audio/\347\210\206\347\202\270.mp3" "b/assets/audio/\347\210\206\347\202\270.mp3"
new file mode 100755
index 0000000..8700e63
Binary files /dev/null and "b/assets/audio/\347\210\206\347\202\270.mp3" differ
diff --git "a/assets/audio/\347\210\261.mp3" "b/assets/audio/\347\210\261.mp3"
new file mode 100755
index 0000000..e07bf03
Binary files /dev/null and "b/assets/audio/\347\210\261.mp3" differ
diff --git "a/assets/audio/\347\210\261\345\277\203.mp3" "b/assets/audio/\347\210\261\345\277\203.mp3"
new file mode 100755
index 0000000..288447f
Binary files /dev/null and "b/assets/audio/\347\210\261\345\277\203.mp3" differ
diff --git "a/assets/audio/\347\210\261\346\203\234.mp3" "b/assets/audio/\347\210\261\346\203\234.mp3"
new file mode 100755
index 0000000..2324a48
Binary files /dev/null and "b/assets/audio/\347\210\261\346\203\234.mp3" differ
diff --git "a/assets/audio/\347\210\261\346\210\264.mp3" "b/assets/audio/\347\210\261\346\210\264.mp3"
new file mode 100755
index 0000000..d213171
Binary files /dev/null and "b/assets/audio/\347\210\261\346\210\264.mp3" differ
diff --git "a/assets/audio/\347\210\261\346\212\244.mp3" "b/assets/audio/\347\210\261\346\212\244.mp3"
new file mode 100755
index 0000000..6c20f2c
Binary files /dev/null and "b/assets/audio/\347\210\261\346\212\244.mp3" differ
diff --git "a/assets/audio/\347\211\207.mp3" "b/assets/audio/\347\211\207.mp3"
new file mode 100755
index 0000000..bd217bb
Binary files /dev/null and "b/assets/audio/\347\211\207.mp3" differ
diff --git "a/assets/audio/\347\211\207\351\235\242.mp3" "b/assets/audio/\347\211\207\351\235\242.mp3"
new file mode 100755
index 0000000..9c781e4
Binary files /dev/null and "b/assets/audio/\347\211\207\351\235\242.mp3" differ
diff --git "a/assets/audio/\347\211\210\346\234\254.mp3" "b/assets/audio/\347\211\210\346\234\254.mp3"
new file mode 100755
index 0000000..a2412f8
Binary files /dev/null and "b/assets/audio/\347\211\210\346\234\254.mp3" differ
diff --git "a/assets/audio/\347\211\231\350\206\217.mp3" "b/assets/audio/\347\211\231\350\206\217.mp3"
new file mode 100755
index 0000000..30edb8a
Binary files /dev/null and "b/assets/audio/\347\211\231\350\206\217.mp3" differ
diff --git "a/assets/audio/\347\211\231\351\275\277.mp3" "b/assets/audio/\347\211\231\351\275\277.mp3"
new file mode 100755
index 0000000..a0c8122
Binary files /dev/null and "b/assets/audio/\347\211\231\351\275\277.mp3" differ
diff --git "a/assets/audio/\347\211\251\347\220\206.mp3" "b/assets/audio/\347\211\251\347\220\206.mp3"
new file mode 100755
index 0000000..e869942
Binary files /dev/null and "b/assets/audio/\347\211\251\347\220\206.mp3" differ
diff --git "a/assets/audio/\347\211\251\350\264\250.mp3" "b/assets/audio/\347\211\251\350\264\250.mp3"
new file mode 100755
index 0000000..368dfde
Binary files /dev/null and "b/assets/audio/\347\211\251\350\264\250.mp3" differ
diff --git "a/assets/audio/\347\211\271\345\276\201.mp3" "b/assets/audio/\347\211\271\345\276\201.mp3"
new file mode 100755
index 0000000..b700dfa
Binary files /dev/null and "b/assets/audio/\347\211\271\345\276\201.mp3" differ
diff --git "a/assets/audio/\347\211\271\346\256\212.mp3" "b/assets/audio/\347\211\271\346\256\212.mp3"
new file mode 100755
index 0000000..b421a95
Binary files /dev/null and "b/assets/audio/\347\211\271\346\256\212.mp3" differ
diff --git "a/assets/audio/\347\211\271\347\202\271.mp3" "b/assets/audio/\347\211\271\347\202\271.mp3"
new file mode 100755
index 0000000..dcbce9c
Binary files /dev/null and "b/assets/audio/\347\211\271\347\202\271.mp3" differ
diff --git "a/assets/audio/\347\211\271\350\211\262.mp3" "b/assets/audio/\347\211\271\350\211\262.mp3"
new file mode 100755
index 0000000..68e5d9c
Binary files /dev/null and "b/assets/audio/\347\211\271\350\211\262.mp3" differ
diff --git "a/assets/audio/\347\212\266\345\206\265.mp3" "b/assets/audio/\347\212\266\345\206\265.mp3"
new file mode 100755
index 0000000..1ff2b85
Binary files /dev/null and "b/assets/audio/\347\212\266\345\206\265.mp3" differ
diff --git "a/assets/audio/\347\212\266\346\200\201.mp3" "b/assets/audio/\347\212\266\346\200\201.mp3"
new file mode 100755
index 0000000..1cfa01e
Binary files /dev/null and "b/assets/audio/\347\212\266\346\200\201.mp3" differ
diff --git "a/assets/audio/\347\212\271\350\261\253.mp3" "b/assets/audio/\347\212\271\350\261\253.mp3"
new file mode 100755
index 0000000..e4068bc
Binary files /dev/null and "b/assets/audio/\347\212\271\350\261\253.mp3" differ
diff --git "a/assets/audio/\347\213\227.mp3" "b/assets/audio/\347\213\227.mp3"
new file mode 100755
index 0000000..3ab3c84
Binary files /dev/null and "b/assets/audio/\347\213\227.mp3" differ
diff --git "a/assets/audio/\347\213\241\347\214\276.mp3" "b/assets/audio/\347\213\241\347\214\276.mp3"
new file mode 100755
index 0000000..bd10d74
Binary files /dev/null and "b/assets/audio/\347\213\241\347\214\276.mp3" differ
diff --git "a/assets/audio/\347\213\254\347\211\271.mp3" "b/assets/audio/\347\213\254\347\211\271.mp3"
new file mode 100755
index 0000000..c4993fb
Binary files /dev/null and "b/assets/audio/\347\213\254\347\211\271.mp3" differ
diff --git "a/assets/audio/\347\213\254\347\253\213.mp3" "b/assets/audio/\347\213\254\347\253\213.mp3"
new file mode 100755
index 0000000..f9dc812
Binary files /dev/null and "b/assets/audio/\347\213\254\347\253\213.mp3" differ
diff --git "a/assets/audio/\347\213\254\350\243\201.mp3" "b/assets/audio/\347\213\254\350\243\201.mp3"
new file mode 100755
index 0000000..580b4b0
Binary files /dev/null and "b/assets/audio/\347\213\254\350\243\201.mp3" differ
diff --git "a/assets/audio/\347\213\256\345\255\220.mp3" "b/assets/audio/\347\213\256\345\255\220.mp3"
new file mode 100755
index 0000000..7dafbed
Binary files /dev/null and "b/assets/audio/\347\213\256\345\255\220.mp3" differ
diff --git "a/assets/audio/\347\214\252.mp3" "b/assets/audio/\347\214\252.mp3"
new file mode 100755
index 0000000..dedd043
Binary files /dev/null and "b/assets/audio/\347\214\252.mp3" differ
diff --git "a/assets/audio/\347\214\253.mp3" "b/assets/audio/\347\214\253.mp3"
new file mode 100755
index 0000000..eeb8d4b
Binary files /dev/null and "b/assets/audio/\347\214\253.mp3" differ
diff --git "a/assets/audio/\347\214\264\345\255\220.mp3" "b/assets/audio/\347\214\264\345\255\220.mp3"
new file mode 100755
index 0000000..7572abf
Binary files /dev/null and "b/assets/audio/\347\214\264\345\255\220.mp3" differ
diff --git "a/assets/audio/\347\216\211\347\261\263.mp3" "b/assets/audio/\347\216\211\347\261\263.mp3"
new file mode 100755
index 0000000..ad1f0fc
Binary files /dev/null and "b/assets/audio/\347\216\211\347\261\263.mp3" differ
diff --git "a/assets/audio/\347\216\213\345\255\220.mp3" "b/assets/audio/\347\216\213\345\255\220.mp3"
new file mode 100755
index 0000000..dadaf75
Binary files /dev/null and "b/assets/audio/\347\216\213\345\255\220.mp3" differ
diff --git "a/assets/audio/\347\216\251\345\205\267.mp3" "b/assets/audio/\347\216\251\345\205\267.mp3"
new file mode 100755
index 0000000..fac7c88
Binary files /dev/null and "b/assets/audio/\347\216\251\345\205\267.mp3" differ
diff --git "a/assets/audio/\347\216\260\344\273\243.mp3" "b/assets/audio/\347\216\260\344\273\243.mp3"
new file mode 100755
index 0000000..59e6537
Binary files /dev/null and "b/assets/audio/\347\216\260\344\273\243.mp3" differ
diff --git "a/assets/audio/\347\216\260\345\256\236.mp3" "b/assets/audio/\347\216\260\345\256\236.mp3"
new file mode 100755
index 0000000..099df5c
Binary files /dev/null and "b/assets/audio/\347\216\260\345\256\236.mp3" differ
diff --git "a/assets/audio/\347\216\260\350\261\241.mp3" "b/assets/audio/\347\216\260\350\261\241.mp3"
new file mode 100755
index 0000000..1e58a30
Binary files /dev/null and "b/assets/audio/\347\216\260\350\261\241.mp3" differ
diff --git "a/assets/audio/\347\216\260\351\207\221.mp3" "b/assets/audio/\347\216\260\351\207\221.mp3"
new file mode 100755
index 0000000..0c51118
Binary files /dev/null and "b/assets/audio/\347\216\260\351\207\221.mp3" differ
diff --git "a/assets/audio/\347\216\273\347\222\203.mp3" "b/assets/audio/\347\216\273\347\222\203.mp3"
new file mode 100755
index 0000000..cd76ee3
Binary files /dev/null and "b/assets/audio/\347\216\273\347\222\203.mp3" differ
diff --git "a/assets/audio/\347\217\215\346\203\234.mp3" "b/assets/audio/\347\217\215\346\203\234.mp3"
new file mode 100755
index 0000000..06254fa
Binary files /dev/null and "b/assets/audio/\347\217\215\346\203\234.mp3" differ
diff --git "a/assets/audio/\347\220\203\350\277\267.mp3" "b/assets/audio/\347\220\203\350\277\267.mp3"
new file mode 100755
index 0000000..fc5e9cd
Binary files /dev/null and "b/assets/audio/\347\220\203\350\277\267.mp3" differ
diff --git "a/assets/audio/\347\220\206\347\224\261.mp3" "b/assets/audio/\347\220\206\347\224\261.mp3"
new file mode 100755
index 0000000..c3dc5fd
Binary files /dev/null and "b/assets/audio/\347\220\206\347\224\261.mp3" differ
diff --git "a/assets/audio/\347\220\206\350\256\272.mp3" "b/assets/audio/\347\220\206\350\256\272.mp3"
new file mode 100755
index 0000000..a8df3f5
Binary files /dev/null and "b/assets/audio/\347\220\206\350\256\272.mp3" differ
diff --git "a/assets/audio/\347\224\232\350\207\263.mp3" "b/assets/audio/\347\224\232\350\207\263.mp3"
new file mode 100755
index 0000000..cf45e9c
Binary files /dev/null and "b/assets/audio/\347\224\232\350\207\263.mp3" differ
diff --git "a/assets/audio/\347\224\237\344\272\247.mp3" "b/assets/audio/\347\224\237\344\272\247.mp3"
new file mode 100755
index 0000000..4ce2ae6
Binary files /dev/null and "b/assets/audio/\347\224\237\344\272\247.mp3" differ
diff --git "a/assets/audio/\347\224\237\345\212\250.mp3" "b/assets/audio/\347\224\237\345\212\250.mp3"
new file mode 100755
index 0000000..46c14fb
Binary files /dev/null and "b/assets/audio/\347\224\237\345\212\250.mp3" differ
diff --git "a/assets/audio/\347\224\237\345\221\275.mp3" "b/assets/audio/\347\224\237\345\221\275.mp3"
new file mode 100755
index 0000000..26b38cf
Binary files /dev/null and "b/assets/audio/\347\224\237\345\221\275.mp3" differ
diff --git "a/assets/audio/\347\224\237\346\204\217.mp3" "b/assets/audio/\347\224\237\346\204\217.mp3"
new file mode 100755
index 0000000..9ac1470
Binary files /dev/null and "b/assets/audio/\347\224\237\346\204\217.mp3" differ
diff --git "a/assets/audio/\347\224\237\346\264\273.mp3" "b/assets/audio/\347\224\237\346\264\273.mp3"
new file mode 100755
index 0000000..d18b0f8
Binary files /dev/null and "b/assets/audio/\347\224\237\346\264\273.mp3" differ
diff --git "a/assets/audio/\347\224\237\351\225\277.mp3" "b/assets/audio/\347\224\237\351\225\277.mp3"
new file mode 100755
index 0000000..b4e46d9
Binary files /dev/null and "b/assets/audio/\347\224\237\351\225\277.mp3" differ
diff --git "a/assets/audio/\347\224\250\345\212\237.mp3" "b/assets/audio/\347\224\250\345\212\237.mp3"
new file mode 100755
index 0000000..d252141
Binary files /dev/null and "b/assets/audio/\347\224\250\345\212\237.mp3" differ
diff --git "a/assets/audio/\347\224\250\351\200\224.mp3" "b/assets/audio/\347\224\250\351\200\224.mp3"
new file mode 100755
index 0000000..bd650c4
Binary files /dev/null and "b/assets/audio/\347\224\250\351\200\224.mp3" differ
diff --git "a/assets/audio/\347\224\251.mp3" "b/assets/audio/\347\224\251.mp3"
new file mode 100755
index 0000000..4f60003
Binary files /dev/null and "b/assets/audio/\347\224\251.mp3" differ
diff --git "a/assets/audio/\347\224\255.mp3" "b/assets/audio/\347\224\255.mp3"
new file mode 100755
index 0000000..622efcf
Binary files /dev/null and "b/assets/audio/\347\224\255.mp3" differ
diff --git "a/assets/audio/\347\224\261.mp3" "b/assets/audio/\347\224\261.mp3"
new file mode 100755
index 0000000..477fb38
Binary files /dev/null and "b/assets/audio/\347\224\261.mp3" differ
diff --git "a/assets/audio/\347\224\261\344\272\216.mp3" "b/assets/audio/\347\224\261\344\272\216.mp3"
new file mode 100755
index 0000000..fa41cd6
Binary files /dev/null and "b/assets/audio/\347\224\261\344\272\216.mp3" differ
diff --git "a/assets/audio/\347\224\262.mp3" "b/assets/audio/\347\224\262.mp3"
new file mode 100755
index 0000000..e5316e2
Binary files /dev/null and "b/assets/audio/\347\224\262.mp3" differ
diff --git "a/assets/audio/\347\224\265\345\217\260.mp3" "b/assets/audio/\347\224\265\345\217\260.mp3"
new file mode 100755
index 0000000..9ba11b6
Binary files /dev/null and "b/assets/audio/\347\224\265\345\217\260.mp3" differ
diff --git "a/assets/audio/\347\224\265\345\275\261.mp3" "b/assets/audio/\347\224\265\345\275\261.mp3"
new file mode 100755
index 0000000..282929c
Binary files /dev/null and "b/assets/audio/\347\224\265\345\275\261.mp3" differ
diff --git "a/assets/audio/\347\224\265\346\261\240.mp3" "b/assets/audio/\347\224\265\346\261\240.mp3"
new file mode 100755
index 0000000..6ada60e
Binary files /dev/null and "b/assets/audio/\347\224\265\346\261\240.mp3" differ
diff --git "a/assets/audio/\347\224\265\346\272\220.mp3" "b/assets/audio/\347\224\265\346\272\220.mp3"
new file mode 100755
index 0000000..ceb8e3a
Binary files /dev/null and "b/assets/audio/\347\224\265\346\272\220.mp3" differ
diff --git "a/assets/audio/\347\224\265\350\204\221.mp3" "b/assets/audio/\347\224\265\350\204\221.mp3"
new file mode 100755
index 0000000..647eb5a
Binary files /dev/null and "b/assets/audio/\347\224\265\350\204\221.mp3" differ
diff --git "a/assets/audio/\347\224\265\350\247\206.mp3" "b/assets/audio/\347\224\265\350\247\206.mp3"
new file mode 100755
index 0000000..b1a928f
Binary files /dev/null and "b/assets/audio/\347\224\265\350\247\206.mp3" differ
diff --git "a/assets/audio/\347\225\205\351\200\232.mp3" "b/assets/audio/\347\225\205\351\200\232.mp3"
new file mode 100755
index 0000000..af33925
Binary files /dev/null and "b/assets/audio/\347\225\205\351\200\232.mp3" differ
diff --git "a/assets/audio/\347\225\205\351\224\200.mp3" "b/assets/audio/\347\225\205\351\224\200.mp3"
new file mode 100755
index 0000000..4802847
Binary files /dev/null and "b/assets/audio/\347\225\205\351\224\200.mp3" differ
diff --git "a/assets/audio/\347\225\252.mp3" "b/assets/audio/\347\225\252.mp3"
new file mode 100755
index 0000000..20335be
Binary files /dev/null and "b/assets/audio/\347\225\252.mp3" differ
diff --git "a/assets/audio/\347\226\221\351\227\256.mp3" "b/assets/audio/\347\226\221\351\227\256.mp3"
new file mode 100755
index 0000000..5cda063
Binary files /dev/null and "b/assets/audio/\347\226\221\351\227\256.mp3" differ
diff --git "a/assets/audio/\347\226\244.mp3" "b/assets/audio/\347\226\244.mp3"
new file mode 100755
index 0000000..82450dd
Binary files /dev/null and "b/assets/audio/\347\226\244.mp3" differ
diff --git "a/assets/audio/\347\226\257\347\213\202.mp3" "b/assets/audio/\347\226\257\347\213\202.mp3"
new file mode 100755
index 0000000..22ff9d0
Binary files /dev/null and "b/assets/audio/\347\226\257\347\213\202.mp3" differ
diff --git "a/assets/audio/\347\226\262\345\212\263.mp3" "b/assets/audio/\347\226\262\345\212\263.mp3"
new file mode 100755
index 0000000..f308152
Binary files /dev/null and "b/assets/audio/\347\226\262\345\212\263.mp3" differ
diff --git "a/assets/audio/\347\226\274\347\210\261.mp3" "b/assets/audio/\347\226\274\347\210\261.mp3"
new file mode 100755
index 0000000..c7fcafd
Binary files /dev/null and "b/assets/audio/\347\226\274\347\210\261.mp3" differ
diff --git "a/assets/audio/\347\227\205\346\257\222.mp3" "b/assets/audio/\347\227\205\346\257\222.mp3"
new file mode 100755
index 0000000..3886923
Binary files /dev/null and "b/assets/audio/\347\227\205\346\257\222.mp3" differ
diff --git "a/assets/audio/\347\227\222.mp3" "b/assets/audio/\347\227\222.mp3"
new file mode 100755
index 0000000..03c1b46
Binary files /dev/null and "b/assets/audio/\347\227\222.mp3" differ
diff --git "a/assets/audio/\347\227\233\345\277\253.mp3" "b/assets/audio/\347\227\233\345\277\253.mp3"
new file mode 100755
index 0000000..006b1f3
Binary files /dev/null and "b/assets/audio/\347\227\233\345\277\253.mp3" differ
diff --git "a/assets/audio/\347\227\233\350\213\246.mp3" "b/assets/audio/\347\227\233\350\213\246.mp3"
new file mode 100755
index 0000000..210d53a
Binary files /dev/null and "b/assets/audio/\347\227\233\350\213\246.mp3" differ
diff --git "a/assets/audio/\347\231\214\347\227\207.mp3" "b/assets/audio/\347\231\214\347\227\207.mp3"
new file mode 100755
index 0000000..4789999
Binary files /dev/null and "b/assets/audio/\347\231\214\347\227\207.mp3" differ
diff --git "a/assets/audio/\347\231\273\345\275\225.mp3" "b/assets/audio/\347\231\273\345\275\225.mp3"
new file mode 100755
index 0000000..4ba01b9
Binary files /dev/null and "b/assets/audio/\347\231\273\345\275\225.mp3" differ
diff --git "a/assets/audio/\347\231\273\350\256\260.mp3" "b/assets/audio/\347\231\273\350\256\260.mp3"
new file mode 100755
index 0000000..21f9b73
Binary files /dev/null and "b/assets/audio/\347\231\273\350\256\260.mp3" differ
diff --git "a/assets/audio/\347\231\273\351\231\206.mp3" "b/assets/audio/\347\231\273\351\231\206.mp3"
new file mode 100755
index 0000000..8287ee5
Binary files /dev/null and "b/assets/audio/\347\231\273\351\231\206.mp3" differ
diff --git "a/assets/audio/\347\232\204.mp3" "b/assets/audio/\347\232\204.mp3"
new file mode 100755
index 0000000..22d6c69
Binary files /dev/null and "b/assets/audio/\347\232\204.mp3" differ
diff --git "a/assets/audio/\347\232\204\347\241\256.mp3" "b/assets/audio/\347\232\204\347\241\256.mp3"
new file mode 100755
index 0000000..3aaf703
Binary files /dev/null and "b/assets/audio/\347\232\204\347\241\256.mp3" differ
diff --git "a/assets/audio/\347\233\206.mp3" "b/assets/audio/\347\233\206.mp3"
new file mode 100755
index 0000000..418f8c5
Binary files /dev/null and "b/assets/audio/\347\233\206.mp3" differ
diff --git "a/assets/audio/\347\233\220.mp3" "b/assets/audio/\347\233\220.mp3"
new file mode 100755
index 0000000..f749dc3
Binary files /dev/null and "b/assets/audio/\347\233\220.mp3" differ
diff --git "a/assets/audio/\347\233\226.mp3" "b/assets/audio/\347\233\226.mp3"
new file mode 100755
index 0000000..5d8e9d0
Binary files /dev/null and "b/assets/audio/\347\233\226.mp3" differ
diff --git "a/assets/audio/\347\233\227\347\252\203.mp3" "b/assets/audio/\347\233\227\347\252\203.mp3"
new file mode 100755
index 0000000..4728fe8
Binary files /dev/null and "b/assets/audio/\347\233\227\347\252\203.mp3" differ
diff --git "a/assets/audio/\347\233\233.mp3" "b/assets/audio/\347\233\233.mp3"
new file mode 100755
index 0000000..b1f8b82
Binary files /dev/null and "b/assets/audio/\347\233\233.mp3" differ
diff --git "a/assets/audio/\347\233\256\345\211\215.mp3" "b/assets/audio/\347\233\256\345\211\215.mp3"
new file mode 100755
index 0000000..11ad7f6
Binary files /dev/null and "b/assets/audio/\347\233\256\345\211\215.mp3" differ
diff --git "a/assets/audio/\347\233\256\345\275\225.mp3" "b/assets/audio/\347\233\256\345\275\225.mp3"
new file mode 100755
index 0000000..ae2f841
Binary files /dev/null and "b/assets/audio/\347\233\256\345\275\225.mp3" differ
diff --git "a/assets/audio/\347\233\256\346\240\207.mp3" "b/assets/audio/\347\233\256\346\240\207.mp3"
new file mode 100755
index 0000000..77e7784
Binary files /dev/null and "b/assets/audio/\347\233\256\346\240\207.mp3" differ
diff --git "a/assets/audio/\347\233\257.mp3" "b/assets/audio/\347\233\257.mp3"
new file mode 100755
index 0000000..999dfbe
Binary files /dev/null and "b/assets/audio/\347\233\257.mp3" differ
diff --git "a/assets/audio/\347\233\264.mp3" "b/assets/audio/\347\233\264.mp3"
new file mode 100755
index 0000000..1e2c51a
Binary files /dev/null and "b/assets/audio/\347\233\264.mp3" differ
diff --git "a/assets/audio/\347\233\264\346\216\245.mp3" "b/assets/audio/\347\233\264\346\216\245.mp3"
new file mode 100755
index 0000000..ca54da1
Binary files /dev/null and "b/assets/audio/\347\233\264\346\216\245.mp3" differ
diff --git "a/assets/audio/\347\233\270\344\274\274.mp3" "b/assets/audio/\347\233\270\344\274\274.mp3"
new file mode 100755
index 0000000..9738cfa
Binary files /dev/null and "b/assets/audio/\347\233\270\344\274\274.mp3" differ
diff --git "a/assets/audio/\347\233\270\345\205\263.mp3" "b/assets/audio/\347\233\270\345\205\263.mp3"
new file mode 100755
index 0000000..eb8c150
Binary files /dev/null and "b/assets/audio/\347\233\270\345\205\263.mp3" differ
diff --git "a/assets/audio/\347\233\270\345\217\215.mp3" "b/assets/audio/\347\233\270\345\217\215.mp3"
new file mode 100755
index 0000000..9b71eda
Binary files /dev/null and "b/assets/audio/\347\233\270\345\217\215.mp3" differ
diff --git "a/assets/audio/\347\233\270\345\220\214.mp3" "b/assets/audio/\347\233\270\345\220\214.mp3"
new file mode 100755
index 0000000..4254fcd
Binary files /dev/null and "b/assets/audio/\347\233\270\345\220\214.mp3" differ
diff --git "a/assets/audio/\347\233\270\345\244\204.mp3" "b/assets/audio/\347\233\270\345\244\204.mp3"
new file mode 100755
index 0000000..d88228f
Binary files /dev/null and "b/assets/audio/\347\233\270\345\244\204.mp3" differ
diff --git "a/assets/audio/\347\233\270\345\257\271.mp3" "b/assets/audio/\347\233\270\345\257\271.mp3"
new file mode 100755
index 0000000..bcac867
Binary files /dev/null and "b/assets/audio/\347\233\270\345\257\271.mp3" differ
diff --git "a/assets/audio/\347\233\270\345\275\223.mp3" "b/assets/audio/\347\233\270\345\275\223.mp3"
new file mode 100755
index 0000000..9caf4bf
Binary files /dev/null and "b/assets/audio/\347\233\270\345\275\223.mp3" differ
diff --git "a/assets/audio/\347\233\274\346\234\233.mp3" "b/assets/audio/\347\233\274\346\234\233.mp3"
new file mode 100755
index 0000000..991e415
Binary files /dev/null and "b/assets/audio/\347\233\274\346\234\233.mp3" differ
diff --git "a/assets/audio/\347\234\201.mp3" "b/assets/audio/\347\234\201.mp3"
new file mode 100755
index 0000000..fc61e4b
Binary files /dev/null and "b/assets/audio/\347\234\201.mp3" differ
diff --git "a/assets/audio/\347\234\201\347\225\245.mp3" "b/assets/audio/\347\234\201\347\225\245.mp3"
new file mode 100755
index 0000000..5ae9389
Binary files /dev/null and "b/assets/audio/\347\234\201\347\225\245.mp3" differ
diff --git "a/assets/audio/\347\234\211\346\257\233.mp3" "b/assets/audio/\347\234\211\346\257\233.mp3"
new file mode 100755
index 0000000..44b2d65
Binary files /dev/null and "b/assets/audio/\347\234\211\346\257\233.mp3" differ
diff --git "a/assets/audio/\347\234\213\344\270\215\350\265\267.mp3" "b/assets/audio/\347\234\213\344\270\215\350\265\267.mp3"
new file mode 100755
index 0000000..f98115e
Binary files /dev/null and "b/assets/audio/\347\234\213\344\270\215\350\265\267.mp3" differ
diff --git "a/assets/audio/\347\234\213\346\234\233.mp3" "b/assets/audio/\347\234\213\346\234\233.mp3"
new file mode 100755
index 0000000..43048f7
Binary files /dev/null and "b/assets/audio/\347\234\213\346\234\233.mp3" differ
diff --git "a/assets/audio/\347\234\237\345\256\236.mp3" "b/assets/audio/\347\234\237\345\256\236.mp3"
new file mode 100755
index 0000000..f9242d0
Binary files /dev/null and "b/assets/audio/\347\234\237\345\256\236.mp3" differ
diff --git "a/assets/audio/\347\234\237\346\255\243.mp3" "b/assets/audio/\347\234\237\346\255\243.mp3"
new file mode 100755
index 0000000..50fca40
Binary files /dev/null and "b/assets/audio/\347\234\237\346\255\243.mp3" differ
diff --git "a/assets/audio/\347\234\274\351\225\234.mp3" "b/assets/audio/\347\234\274\351\225\234.mp3"
new file mode 100755
index 0000000..6ea35c4
Binary files /dev/null and "b/assets/audio/\347\234\274\351\225\234.mp3" differ
diff --git "a/assets/audio/\347\235\200\345\207\211.mp3" "b/assets/audio/\347\235\200\345\207\211.mp3"
new file mode 100755
index 0000000..a081c8c
Binary files /dev/null and "b/assets/audio/\347\235\200\345\207\211.mp3" differ
diff --git "a/assets/audio/\347\235\200\347\201\253.mp3" "b/assets/audio/\347\235\200\347\201\253.mp3"
new file mode 100755
index 0000000..3321b5f
Binary files /dev/null and "b/assets/audio/\347\235\200\347\201\253.mp3" differ
diff --git "a/assets/audio/\347\235\201.mp3" "b/assets/audio/\347\235\201.mp3"
new file mode 100755
index 0000000..1298b84
Binary files /dev/null and "b/assets/audio/\347\235\201.mp3" differ
diff --git "a/assets/audio/\347\235\243\344\277\203.mp3" "b/assets/audio/\347\235\243\344\277\203.mp3"
new file mode 100755
index 0000000..0d9bc62
Binary files /dev/null and "b/assets/audio/\347\235\243\344\277\203.mp3" differ
diff --git "a/assets/audio/\347\236\216.mp3" "b/assets/audio/\347\236\216.mp3"
new file mode 100755
index 0000000..99945bb
Binary files /dev/null and "b/assets/audio/\347\236\216.mp3" differ
diff --git "a/assets/audio/\347\236\247.mp3" "b/assets/audio/\347\236\247.mp3"
new file mode 100755
index 0000000..06b3b2c
Binary files /dev/null and "b/assets/audio/\347\236\247.mp3" differ
diff --git "a/assets/audio/\347\236\252.mp3" "b/assets/audio/\347\236\252.mp3"
new file mode 100755
index 0000000..cc4587d
Binary files /dev/null and "b/assets/audio/\347\236\252.mp3" differ
diff --git "a/assets/audio/\347\237\233\347\233\276.mp3" "b/assets/audio/\347\237\233\347\233\276.mp3"
new file mode 100755
index 0000000..c1d5c4d
Binary files /dev/null and "b/assets/audio/\347\237\233\347\233\276.mp3" differ
diff --git "a/assets/audio/\347\237\245\350\257\206.mp3" "b/assets/audio/\347\237\245\350\257\206.mp3"
new file mode 100755
index 0000000..c53c56f
Binary files /dev/null and "b/assets/audio/\347\237\245\350\257\206.mp3" differ
diff --git "a/assets/audio/\347\237\255\344\277\203.mp3" "b/assets/audio/\347\237\255\344\277\203.mp3"
new file mode 100755
index 0000000..5eddae0
Binary files /dev/null and "b/assets/audio/\347\237\255\344\277\203.mp3" differ
diff --git "a/assets/audio/\347\237\263\345\244\264.mp3" "b/assets/audio/\347\237\263\345\244\264.mp3"
new file mode 100755
index 0000000..13c35fc
Binary files /dev/null and "b/assets/audio/\347\237\263\345\244\264.mp3" differ
diff --git "a/assets/audio/\347\240\215.mp3" "b/assets/audio/\347\240\215.mp3"
new file mode 100755
index 0000000..fdefacd
Binary files /dev/null and "b/assets/audio/\347\240\215.mp3" differ
diff --git "a/assets/audio/\347\240\224\347\251\266.mp3" "b/assets/audio/\347\240\224\347\251\266.mp3"
new file mode 100755
index 0000000..334e482
Binary files /dev/null and "b/assets/audio/\347\240\224\347\251\266.mp3" differ
diff --git "a/assets/audio/\347\240\264.mp3" "b/assets/audio/\347\240\264.mp3"
new file mode 100755
index 0000000..27cd6fa
Binary files /dev/null and "b/assets/audio/\347\240\264.mp3" differ
diff --git "a/assets/audio/\347\240\264\344\272\247.mp3" "b/assets/audio/\347\240\264\344\272\247.mp3"
new file mode 100755
index 0000000..4a3d88d
Binary files /dev/null and "b/assets/audio/\347\240\264\344\272\247.mp3" differ
diff --git "a/assets/audio/\347\240\264\345\235\217.mp3" "b/assets/audio/\347\240\264\345\235\217.mp3"
new file mode 100755
index 0000000..1f32e89
Binary files /dev/null and "b/assets/audio/\347\240\264\345\235\217.mp3" differ
diff --git "a/assets/audio/\347\241\225\345\243\253.mp3" "b/assets/audio/\347\241\225\345\243\253.mp3"
new file mode 100755
index 0000000..1dec8d6
Binary files /dev/null and "b/assets/audio/\347\241\225\345\243\253.mp3" differ
diff --git "a/assets/audio/\347\241\254.mp3" "b/assets/audio/\347\241\254.mp3"
new file mode 100755
index 0000000..036fbfd
Binary files /dev/null and "b/assets/audio/\347\241\254.mp3" differ
diff --git "a/assets/audio/\347\241\254\344\273\266.mp3" "b/assets/audio/\347\241\254\344\273\266.mp3"
new file mode 100755
index 0000000..03e8b83
Binary files /dev/null and "b/assets/audio/\347\241\254\344\273\266.mp3" differ
diff --git "a/assets/audio/\347\241\256\345\256\232.mp3" "b/assets/audio/\347\241\256\345\256\232.mp3"
new file mode 100755
index 0000000..079b918
Binary files /dev/null and "b/assets/audio/\347\241\256\345\256\232.mp3" differ
diff --git "a/assets/audio/\347\241\256\345\256\236.mp3" "b/assets/audio/\347\241\256\345\256\236.mp3"
new file mode 100755
index 0000000..be09899
Binary files /dev/null and "b/assets/audio/\347\241\256\345\256\236.mp3" differ
diff --git "a/assets/audio/\347\241\256\350\256\244.mp3" "b/assets/audio/\347\241\256\350\256\244.mp3"
new file mode 100755
index 0000000..e6de30f
Binary files /dev/null and "b/assets/audio/\347\241\256\350\256\244.mp3" differ
diff --git "a/assets/audio/\347\242\216.mp3" "b/assets/audio/\347\242\216.mp3"
new file mode 100755
index 0000000..e378833
Binary files /dev/null and "b/assets/audio/\347\242\216.mp3" differ
diff --git "a/assets/audio/\347\242\260.mp3" "b/assets/audio/\347\242\260.mp3"
new file mode 100755
index 0000000..16256b5
Binary files /dev/null and "b/assets/audio/\347\242\260.mp3" differ
diff --git "a/assets/audio/\347\243\201\345\270\246.mp3" "b/assets/audio/\347\243\201\345\270\246.mp3"
new file mode 100755
index 0000000..f68c6ad
Binary files /dev/null and "b/assets/audio/\347\243\201\345\270\246.mp3" differ
diff --git "a/assets/audio/\347\243\205.mp3" "b/assets/audio/\347\243\205.mp3"
new file mode 100755
index 0000000..066ef0b
Binary files /dev/null and "b/assets/audio/\347\243\205.mp3" differ
diff --git "a/assets/audio/\347\243\213\345\225\206.mp3" "b/assets/audio/\347\243\213\345\225\206.mp3"
new file mode 100755
index 0000000..b25eec2
Binary files /dev/null and "b/assets/audio/\347\243\213\345\225\206.mp3" differ
diff --git "a/assets/audio/\347\244\276\344\274\232.mp3" "b/assets/audio/\347\244\276\344\274\232.mp3"
new file mode 100755
index 0000000..826dd61
Binary files /dev/null and "b/assets/audio/\347\244\276\344\274\232.mp3" differ
diff --git "a/assets/audio/\347\245\235\347\246\217.mp3" "b/assets/audio/\347\245\235\347\246\217.mp3"
new file mode 100755
index 0000000..bcb13eb
Binary files /dev/null and "b/assets/audio/\347\245\235\347\246\217.mp3" differ
diff --git "a/assets/audio/\347\245\235\350\264\272.mp3" "b/assets/audio/\347\245\235\350\264\272.mp3"
new file mode 100755
index 0000000..7b0d5a4
Binary files /dev/null and "b/assets/audio/\347\245\235\350\264\272.mp3" differ
diff --git "a/assets/audio/\347\245\236\344\273\231.mp3" "b/assets/audio/\347\245\236\344\273\231.mp3"
new file mode 100755
index 0000000..0328576
Binary files /dev/null and "b/assets/audio/\347\245\236\344\273\231.mp3" differ
diff --git "a/assets/audio/\347\245\236\347\247\230.mp3" "b/assets/audio/\347\245\236\347\247\230.mp3"
new file mode 100755
index 0000000..5e95b96
Binary files /dev/null and "b/assets/audio/\347\245\236\347\247\230.mp3" differ
diff --git "a/assets/audio/\347\245\236\350\257\235.mp3" "b/assets/audio/\347\245\236\350\257\235.mp3"
new file mode 100755
index 0000000..749ad79
Binary files /dev/null and "b/assets/audio/\347\245\236\350\257\235.mp3" differ
diff --git "a/assets/audio/\347\246\273\345\251\232.mp3" "b/assets/audio/\347\246\273\345\251\232.mp3"
new file mode 100755
index 0000000..4b787c4
Binary files /dev/null and "b/assets/audio/\347\246\273\345\251\232.mp3" differ
diff --git "a/assets/audio/\347\247\201\344\272\272.mp3" "b/assets/audio/\347\247\201\344\272\272.mp3"
new file mode 100755
index 0000000..5e11c1f
Binary files /dev/null and "b/assets/audio/\347\247\201\344\272\272.mp3" differ
diff --git "a/assets/audio/\347\247\215\347\261\273.mp3" "b/assets/audio/\347\247\215\347\261\273.mp3"
new file mode 100755
index 0000000..0bbd6ed
Binary files /dev/null and "b/assets/audio/\347\247\215\347\261\273.mp3" differ
diff --git "a/assets/audio/\347\247\230\344\271\246.mp3" "b/assets/audio/\347\247\230\344\271\246.mp3"
new file mode 100755
index 0000000..7758eb3
Binary files /dev/null and "b/assets/audio/\347\247\230\344\271\246.mp3" differ
diff --git "a/assets/audio/\347\247\230\345\257\206.mp3" "b/assets/audio/\347\247\230\345\257\206.mp3"
new file mode 100755
index 0000000..7272fbf
Binary files /dev/null and "b/assets/audio/\347\247\230\345\257\206.mp3" differ
diff --git "a/assets/audio/\347\247\237.mp3" "b/assets/audio/\347\247\237.mp3"
new file mode 100755
index 0000000..e4e3f86
Binary files /dev/null and "b/assets/audio/\347\247\237.mp3" differ
diff --git "a/assets/audio/\347\247\244.mp3" "b/assets/audio/\347\247\244.mp3"
new file mode 100755
index 0000000..883d159
Binary files /dev/null and "b/assets/audio/\347\247\244.mp3" differ
diff --git "a/assets/audio/\347\247\251\345\272\217.mp3" "b/assets/audio/\347\247\251\345\272\217.mp3"
new file mode 100755
index 0000000..679b2aa
Binary files /dev/null and "b/assets/audio/\347\247\251\345\272\217.mp3" differ
diff --git "a/assets/audio/\347\247\260.mp3" "b/assets/audio/\347\247\260.mp3"
new file mode 100755
index 0000000..24b8e87
Binary files /dev/null and "b/assets/audio/\347\247\260.mp3" differ
diff --git "a/assets/audio/\347\247\260\345\217\267.mp3" "b/assets/audio/\347\247\260\345\217\267.mp3"
new file mode 100755
index 0000000..2e57527
Binary files /dev/null and "b/assets/audio/\347\247\260\345\217\267.mp3" differ
diff --git "a/assets/audio/\347\247\260\345\221\274.mp3" "b/assets/audio/\347\247\260\345\221\274.mp3"
new file mode 100755
index 0000000..6efcee2
Binary files /dev/null and "b/assets/audio/\347\247\260\345\221\274.mp3" differ
diff --git "a/assets/audio/\347\247\260\350\265\236.mp3" "b/assets/audio/\347\247\260\350\265\236.mp3"
new file mode 100755
index 0000000..6d8c6c2
Binary files /dev/null and "b/assets/audio/\347\247\260\350\265\236.mp3" differ
diff --git "a/assets/audio/\347\247\273\345\212\250.mp3" "b/assets/audio/\347\247\273\345\212\250.mp3"
new file mode 100755
index 0000000..bb52976
Binary files /dev/null and "b/assets/audio/\347\247\273\345\212\250.mp3" differ
diff --git "a/assets/audio/\347\247\273\346\260\221.mp3" "b/assets/audio/\347\247\273\346\260\221.mp3"
new file mode 100755
index 0000000..5d6a56a
Binary files /dev/null and "b/assets/audio/\347\247\273\346\260\221.mp3" differ
diff --git "a/assets/audio/\347\250\213\345\272\217.mp3" "b/assets/audio/\347\250\213\345\272\217.mp3"
new file mode 100755
index 0000000..1c107ac
Binary files /dev/null and "b/assets/audio/\347\250\213\345\272\217.mp3" differ
diff --git "a/assets/audio/\347\250\213\345\272\246.mp3" "b/assets/audio/\347\250\213\345\272\246.mp3"
new file mode 100755
index 0000000..13ac126
Binary files /dev/null and "b/assets/audio/\347\250\213\345\272\246.mp3" differ
diff --git "a/assets/audio/\347\250\215\345\276\256.mp3" "b/assets/audio/\347\250\215\345\276\256.mp3"
new file mode 100755
index 0000000..838356e
Binary files /dev/null and "b/assets/audio/\347\250\215\345\276\256.mp3" differ
diff --git "a/assets/audio/\347\250\216.mp3" "b/assets/audio/\347\250\216.mp3"
new file mode 100755
index 0000000..b280564
Binary files /dev/null and "b/assets/audio/\347\250\216.mp3" differ
diff --git "a/assets/audio/\347\250\240\345\257\206.mp3" "b/assets/audio/\347\250\240\345\257\206.mp3"
new file mode 100755
index 0000000..ca3b464
Binary files /dev/null and "b/assets/audio/\347\250\240\345\257\206.mp3" differ
diff --git "a/assets/audio/\347\250\263\345\256\232.mp3" "b/assets/audio/\347\250\263\345\256\232.mp3"
new file mode 100755
index 0000000..d11bceb
Binary files /dev/null and "b/assets/audio/\347\250\263\345\256\232.mp3" differ
diff --git "a/assets/audio/\347\250\273\350\260\267.mp3" "b/assets/audio/\347\250\273\350\260\267.mp3"
new file mode 100755
index 0000000..6481a13
Binary files /dev/null and "b/assets/audio/\347\250\273\350\260\267.mp3" differ
diff --git "a/assets/audio/\347\251\267.mp3" "b/assets/audio/\347\251\267.mp3"
new file mode 100755
index 0000000..673a2e2
Binary files /dev/null and "b/assets/audio/\347\251\267.mp3" differ
diff --git "a/assets/audio/\347\251\272\351\227\262.mp3" "b/assets/audio/\347\251\272\351\227\262.mp3"
new file mode 100755
index 0000000..7c5672c
Binary files /dev/null and "b/assets/audio/\347\251\272\351\227\262.mp3" differ
diff --git "a/assets/audio/\347\251\272\351\227\264.mp3" "b/assets/audio/\347\251\272\351\227\264.mp3"
new file mode 100755
index 0000000..7258ce0
Binary files /dev/null and "b/assets/audio/\347\251\272\351\227\264.mp3" differ
diff --git "a/assets/audio/\347\251\277\350\266\212.mp3" "b/assets/audio/\347\251\277\350\266\212.mp3"
new file mode 100755
index 0000000..4b0e7f8
Binary files /dev/null and "b/assets/audio/\347\251\277\350\266\212.mp3" differ
diff --git "a/assets/audio/\347\252\201\345\207\272.mp3" "b/assets/audio/\347\252\201\345\207\272.mp3"
new file mode 100755
index 0000000..c516e2b
Binary files /dev/null and "b/assets/audio/\347\252\201\345\207\272.mp3" differ
diff --git "a/assets/audio/\347\252\204.mp3" "b/assets/audio/\347\252\204.mp3"
new file mode 100755
index 0000000..eed3956
Binary files /dev/null and "b/assets/audio/\347\252\204.mp3" differ
diff --git "a/assets/audio/\347\252\227\345\270\230.mp3" "b/assets/audio/\347\252\227\345\270\230.mp3"
new file mode 100755
index 0000000..c3bbaa4
Binary files /dev/null and "b/assets/audio/\347\252\227\345\270\230.mp3" differ
diff --git "a/assets/audio/\347\252\234.mp3" "b/assets/audio/\347\252\234.mp3"
new file mode 100755
index 0000000..cd09018
Binary files /dev/null and "b/assets/audio/\347\252\234.mp3" differ
diff --git "a/assets/audio/\347\253\213\345\210\273.mp3" "b/assets/audio/\347\253\213\345\210\273.mp3"
new file mode 100755
index 0000000..351549e
Binary files /dev/null and "b/assets/audio/\347\253\213\345\210\273.mp3" differ
diff --git "a/assets/audio/\347\253\213\345\215\263.mp3" "b/assets/audio/\347\253\213\345\215\263.mp3"
new file mode 100755
index 0000000..61f5ef5
Binary files /dev/null and "b/assets/audio/\347\253\213\345\215\263.mp3" differ
diff --git "a/assets/audio/\347\253\257.mp3" "b/assets/audio/\347\253\257.mp3"
new file mode 100755
index 0000000..839ee74
Binary files /dev/null and "b/assets/audio/\347\253\257.mp3" differ
diff --git "a/assets/audio/\347\253\257\346\255\243.mp3" "b/assets/audio/\347\253\257\346\255\243.mp3"
new file mode 100755
index 0000000..12ce50f
Binary files /dev/null and "b/assets/audio/\347\253\257\346\255\243.mp3" differ
diff --git "a/assets/audio/\347\253\271\345\255\220.mp3" "b/assets/audio/\347\253\271\345\255\220.mp3"
new file mode 100755
index 0000000..481273d
Binary files /dev/null and "b/assets/audio/\347\253\271\345\255\220.mp3" differ
diff --git "a/assets/audio/\347\254\221\350\257\235.mp3" "b/assets/audio/\347\254\221\350\257\235.mp3"
new file mode 100755
index 0000000..3550c43
Binary files /dev/null and "b/assets/audio/\347\254\221\350\257\235.mp3" differ
diff --git "a/assets/audio/\347\254\250\346\213\231.mp3" "b/assets/audio/\347\254\250\346\213\231.mp3"
new file mode 100755
index 0000000..56d59bd
Binary files /dev/null and "b/assets/audio/\347\254\250\346\213\231.mp3" differ
diff --git "a/assets/audio/\347\255\211\344\272\216.mp3" "b/assets/audio/\347\255\211\344\272\216.mp3"
new file mode 100755
index 0000000..3e5da8a
Binary files /dev/null and "b/assets/audio/\347\255\211\344\272\216.mp3" differ
diff --git "a/assets/audio/\347\255\211\345\200\231.mp3" "b/assets/audio/\347\255\211\345\200\231.mp3"
new file mode 100755
index 0000000..d8da482
Binary files /dev/null and "b/assets/audio/\347\255\211\345\200\231.mp3" differ
diff --git "a/assets/audio/\347\255\211\345\276\205.mp3" "b/assets/audio/\347\255\211\345\276\205.mp3"
new file mode 100755
index 0000000..e470b2e
Binary files /dev/null and "b/assets/audio/\347\255\211\345\276\205.mp3" differ
diff --git "a/assets/audio/\347\255\211\347\272\247.mp3" "b/assets/audio/\347\255\211\347\272\247.mp3"
new file mode 100755
index 0000000..612b8c2
Binary files /dev/null and "b/assets/audio/\347\255\211\347\272\247.mp3" differ
diff --git "a/assets/audio/\347\255\224\345\244\215.mp3" "b/assets/audio/\347\255\224\345\244\215.mp3"
new file mode 100755
index 0000000..78017f5
Binary files /dev/null and "b/assets/audio/\347\255\224\345\244\215.mp3" differ
diff --git "a/assets/audio/\347\255\224\345\272\224.mp3" "b/assets/audio/\347\255\224\345\272\224.mp3"
new file mode 100755
index 0000000..c6cd6f7
Binary files /dev/null and "b/assets/audio/\347\255\224\345\272\224.mp3" differ
diff --git "a/assets/audio/\347\255\224\350\276\251.mp3" "b/assets/audio/\347\255\224\350\276\251.mp3"
new file mode 100755
index 0000000..02715a5
Binary files /dev/null and "b/assets/audio/\347\255\224\350\276\251.mp3" differ
diff --git "a/assets/audio/\347\255\226\345\210\222.mp3" "b/assets/audio/\347\255\226\345\210\222.mp3"
new file mode 100755
index 0000000..9ee56ca
Binary files /dev/null and "b/assets/audio/\347\255\226\345\210\222.mp3" differ
diff --git "a/assets/audio/\347\255\226\347\225\245.mp3" "b/assets/audio/\347\255\226\347\225\245.mp3"
new file mode 100755
index 0000000..b2dd145
Binary files /dev/null and "b/assets/audio/\347\255\226\347\225\245.mp3" differ
diff --git "a/assets/audio/\347\255\271\345\244\207.mp3" "b/assets/audio/\347\255\271\345\244\207.mp3"
new file mode 100755
index 0000000..d0aff9c
Binary files /dev/null and "b/assets/audio/\347\255\271\345\244\207.mp3" differ
diff --git "a/assets/audio/\347\255\276.mp3" "b/assets/audio/\347\255\276.mp3"
new file mode 100755
index 0000000..bb37ca1
Binary files /dev/null and "b/assets/audio/\347\255\276.mp3" differ
diff --git "a/assets/audio/\347\255\276\350\257\201.mp3" "b/assets/audio/\347\255\276\350\257\201.mp3"
new file mode 100755
index 0000000..d266997
Binary files /dev/null and "b/assets/audio/\347\255\276\350\257\201.mp3" differ
diff --git "a/assets/audio/\347\256\200\345\216\206.mp3" "b/assets/audio/\347\256\200\345\216\206.mp3"
new file mode 100755
index 0000000..0f3095e
Binary files /dev/null and "b/assets/audio/\347\256\200\345\216\206.mp3" differ
diff --git "a/assets/audio/\347\256\200\347\233\264.mp3" "b/assets/audio/\347\256\200\347\233\264.mp3"
new file mode 100755
index 0000000..5836221
Binary files /dev/null and "b/assets/audio/\347\256\200\347\233\264.mp3" differ
diff --git "a/assets/audio/\347\256\241\345\255\220.mp3" "b/assets/audio/\347\256\241\345\255\220.mp3"
new file mode 100755
index 0000000..a2fe5f2
Binary files /dev/null and "b/assets/audio/\347\256\241\345\255\220.mp3" differ
diff --git "a/assets/audio/\347\257\207.mp3" "b/assets/audio/\347\257\207.mp3"
new file mode 100755
index 0000000..3205ef8
Binary files /dev/null and "b/assets/audio/\347\257\207.mp3" differ
diff --git "a/assets/audio/\347\261\263\351\245\255.mp3" "b/assets/audio/\347\261\263\351\245\255.mp3"
new file mode 100755
index 0000000..136c570
Binary files /dev/null and "b/assets/audio/\347\261\263\351\245\255.mp3" differ
diff --git "a/assets/audio/\347\261\273\345\236\213.mp3" "b/assets/audio/\347\261\273\345\236\213.mp3"
new file mode 100755
index 0000000..93fa4fc
Binary files /dev/null and "b/assets/audio/\347\261\273\345\236\213.mp3" differ
diff --git "a/assets/audio/\347\262\227\347\263\231.mp3" "b/assets/audio/\347\262\227\347\263\231.mp3"
new file mode 100755
index 0000000..e149be2
Binary files /dev/null and "b/assets/audio/\347\262\227\347\263\231.mp3" differ
diff --git "a/assets/audio/\347\262\227\351\262\201.mp3" "b/assets/audio/\347\262\227\351\262\201.mp3"
new file mode 100755
index 0000000..758042d
Binary files /dev/null and "b/assets/audio/\347\262\227\351\262\201.mp3" differ
diff --git "a/assets/audio/\347\262\230\350\264\264.mp3" "b/assets/audio/\347\262\230\350\264\264.mp3"
new file mode 100755
index 0000000..db31bc7
Binary files /dev/null and "b/assets/audio/\347\262\230\350\264\264.mp3" differ
diff --git "a/assets/audio/\347\262\256\351\243\237.mp3" "b/assets/audio/\347\262\256\351\243\237.mp3"
new file mode 100755
index 0000000..a2770ec
Binary files /dev/null and "b/assets/audio/\347\262\256\351\243\237.mp3" differ
diff --git "a/assets/audio/\347\262\276\345\212\233.mp3" "b/assets/audio/\347\262\276\345\212\233.mp3"
new file mode 100755
index 0000000..bbf53ed
Binary files /dev/null and "b/assets/audio/\347\262\276\345\212\233.mp3" differ
diff --git "a/assets/audio/\347\262\276\347\245\236.mp3" "b/assets/audio/\347\262\276\347\245\236.mp3"
new file mode 100755
index 0000000..1aca39d
Binary files /dev/null and "b/assets/audio/\347\262\276\347\245\236.mp3" differ
diff --git "a/assets/audio/\347\263\212\346\266\202.mp3" "b/assets/audio/\347\263\212\346\266\202.mp3"
new file mode 100755
index 0000000..7bbd8b0
Binary files /dev/null and "b/assets/audio/\347\263\212\346\266\202.mp3" differ
diff --git "a/assets/audio/\347\263\226.mp3" "b/assets/audio/\347\263\226.mp3"
new file mode 100755
index 0000000..2d53a52
Binary files /dev/null and "b/assets/audio/\347\263\226.mp3" differ
diff --git "a/assets/audio/\347\263\237\347\263\225.mp3" "b/assets/audio/\347\263\237\347\263\225.mp3"
new file mode 100755
index 0000000..3c611c2
Binary files /dev/null and "b/assets/audio/\347\263\237\347\263\225.mp3" differ
diff --git "a/assets/audio/\347\263\273.mp3" "b/assets/audio/\347\263\273.mp3"
new file mode 100755
index 0000000..f259957
Binary files /dev/null and "b/assets/audio/\347\263\273.mp3" differ
diff --git "a/assets/audio/\347\263\273\347\273\237.mp3" "b/assets/audio/\347\263\273\347\273\237.mp3"
new file mode 100755
index 0000000..f0dfedd
Binary files /dev/null and "b/assets/audio/\347\263\273\347\273\237.mp3" differ
diff --git "a/assets/audio/\347\264\247\346\200\245.mp3" "b/assets/audio/\347\264\247\346\200\245.mp3"
new file mode 100755
index 0000000..ad9d095
Binary files /dev/null and "b/assets/audio/\347\264\247\346\200\245.mp3" differ
diff --git "a/assets/audio/\347\264\253.mp3" "b/assets/audio/\347\264\253.mp3"
new file mode 100755
index 0000000..cce474b
Binary files /dev/null and "b/assets/audio/\347\264\253.mp3" differ
diff --git "a/assets/audio/\347\271\201\345\215\216.mp3" "b/assets/audio/\347\271\201\345\215\216.mp3"
new file mode 100755
index 0000000..e46d3ac
Binary files /dev/null and "b/assets/audio/\347\271\201\345\215\216.mp3" differ
diff --git "a/assets/audio/\347\271\201\345\277\231.mp3" "b/assets/audio/\347\271\201\345\277\231.mp3"
new file mode 100755
index 0000000..0e2af6a
Binary files /dev/null and "b/assets/audio/\347\271\201\345\277\231.mp3" differ
diff --git "a/assets/audio/\347\271\201\346\256\226.mp3" "b/assets/audio/\347\271\201\346\256\226.mp3"
new file mode 100755
index 0000000..9699b78
Binary files /dev/null and "b/assets/audio/\347\271\201\346\256\226.mp3" differ
diff --git "a/assets/audio/\347\271\201\350\215\243.mp3" "b/assets/audio/\347\271\201\350\215\243.mp3"
new file mode 100755
index 0000000..5f1fe6f
Binary files /dev/null and "b/assets/audio/\347\271\201\350\215\243.mp3" differ
diff --git "a/assets/audio/\347\272\246\344\274\232.mp3" "b/assets/audio/\347\272\246\344\274\232.mp3"
new file mode 100755
index 0000000..dfed77e
Binary files /dev/null and "b/assets/audio/\347\272\246\344\274\232.mp3" differ
diff --git "a/assets/audio/\347\272\252\345\275\225.mp3" "b/assets/audio/\347\272\252\345\275\225.mp3"
new file mode 100755
index 0000000..b1dfd79
Binary files /dev/null and "b/assets/audio/\347\272\252\345\275\225.mp3" differ
diff --git "a/assets/audio/\347\272\252\345\276\213.mp3" "b/assets/audio/\347\272\252\345\276\213.mp3"
new file mode 100755
index 0000000..5a55ee3
Binary files /dev/null and "b/assets/audio/\347\272\252\345\276\213.mp3" differ
diff --git "a/assets/audio/\347\272\252\345\277\265.mp3" "b/assets/audio/\347\272\252\345\277\265.mp3"
new file mode 100755
index 0000000..37aa571
Binary files /dev/null and "b/assets/audio/\347\272\252\345\277\265.mp3" differ
diff --git "a/assets/audio/\347\272\257\346\264\201.mp3" "b/assets/audio/\347\272\257\346\264\201.mp3"
new file mode 100755
index 0000000..443afbb
Binary files /dev/null and "b/assets/audio/\347\272\257\346\264\201.mp3" differ
diff --git "a/assets/audio/\347\272\257\347\262\271.mp3" "b/assets/audio/\347\272\257\347\262\271.mp3"
new file mode 100755
index 0000000..b349ba6
Binary files /dev/null and "b/assets/audio/\347\272\257\347\262\271.mp3" differ
diff --git "a/assets/audio/\347\272\267\347\272\267.mp3" "b/assets/audio/\347\272\267\347\272\267.mp3"
new file mode 100755
index 0000000..46bf2f4
Binary files /dev/null and "b/assets/audio/\347\272\267\347\272\267.mp3" differ
diff --git "a/assets/audio/\347\273\204.mp3" "b/assets/audio/\347\273\204.mp3"
new file mode 100755
index 0000000..04af4ef
Binary files /dev/null and "b/assets/audio/\347\273\204.mp3" differ
diff --git "a/assets/audio/\347\273\204\345\220\210.mp3" "b/assets/audio/\347\273\204\345\220\210.mp3"
new file mode 100755
index 0000000..139187d
Binary files /dev/null and "b/assets/audio/\347\273\204\345\220\210.mp3" differ
diff --git "a/assets/audio/\347\273\204\346\210\220.mp3" "b/assets/audio/\347\273\204\346\210\220.mp3"
new file mode 100755
index 0000000..e4d3899
Binary files /dev/null and "b/assets/audio/\347\273\204\346\210\220.mp3" differ
diff --git "a/assets/audio/\347\273\204\347\273\207.mp3" "b/assets/audio/\347\273\204\347\273\207.mp3"
new file mode 100755
index 0000000..2b9faa0
Binary files /dev/null and "b/assets/audio/\347\273\204\347\273\207.mp3" differ
diff --git "a/assets/audio/\347\273\206\350\212\202.mp3" "b/assets/audio/\347\273\206\350\212\202.mp3"
new file mode 100755
index 0000000..932ba17
Binary files /dev/null and "b/assets/audio/\347\273\206\350\212\202.mp3" differ
diff --git "a/assets/audio/\347\273\217\345\205\270.mp3" "b/assets/audio/\347\273\217\345\205\270.mp3"
new file mode 100755
index 0000000..2d63e38
Binary files /dev/null and "b/assets/audio/\347\273\217\345\205\270.mp3" differ
diff --git "a/assets/audio/\347\273\217\345\225\206.mp3" "b/assets/audio/\347\273\217\345\225\206.mp3"
new file mode 100755
index 0000000..45be60e
Binary files /dev/null and "b/assets/audio/\347\273\217\345\225\206.mp3" differ
diff --git "a/assets/audio/\347\273\217\350\220\245.mp3" "b/assets/audio/\347\273\217\350\220\245.mp3"
new file mode 100755
index 0000000..d1e49b8
Binary files /dev/null and "b/assets/audio/\347\273\217\350\220\245.mp3" differ
diff --git "a/assets/audio/\347\273\221\346\236\266.mp3" "b/assets/audio/\347\273\221\346\236\266.mp3"
new file mode 100755
index 0000000..da9208a
Binary files /dev/null and "b/assets/audio/\347\273\221\346\236\266.mp3" differ
diff --git "a/assets/audio/\347\273\223\345\220\210.mp3" "b/assets/audio/\347\273\223\345\220\210.mp3"
new file mode 100755
index 0000000..6255677
Binary files /dev/null and "b/assets/audio/\347\273\223\345\220\210.mp3" differ
diff --git "a/assets/audio/\347\273\223\345\256\236.mp3" "b/assets/audio/\347\273\223\345\256\236.mp3"
new file mode 100755
index 0000000..bee5eb9
Binary files /dev/null and "b/assets/audio/\347\273\223\345\256\236.mp3" differ
diff --git "a/assets/audio/\347\273\223\346\236\204.mp3" "b/assets/audio/\347\273\223\346\236\204.mp3"
new file mode 100755
index 0000000..768a9ec
Binary files /dev/null and "b/assets/audio/\347\273\223\346\236\204.mp3" differ
diff --git "a/assets/audio/\347\273\223\350\256\272.mp3" "b/assets/audio/\347\273\223\350\256\272.mp3"
new file mode 100755
index 0000000..0008b89
Binary files /dev/null and "b/assets/audio/\347\273\223\350\256\272.mp3" differ
diff --git "a/assets/audio/\347\273\223\350\264\246.mp3" "b/assets/audio/\347\273\223\350\264\246.mp3"
new file mode 100755
index 0000000..d2df96f
Binary files /dev/null and "b/assets/audio/\347\273\223\350\264\246.mp3" differ
diff --git "a/assets/audio/\347\273\225.mp3" "b/assets/audio/\347\273\225.mp3"
new file mode 100755
index 0000000..cd187d8
Binary files /dev/null and "b/assets/audio/\347\273\225.mp3" differ
diff --git "a/assets/audio/\347\273\235\345\257\271.mp3" "b/assets/audio/\347\273\235\345\257\271.mp3"
new file mode 100755
index 0000000..fb3562d
Binary files /dev/null and "b/assets/audio/\347\273\235\345\257\271.mp3" differ
diff --git "a/assets/audio/\347\273\237\344\270\200.mp3" "b/assets/audio/\347\273\237\344\270\200.mp3"
new file mode 100755
index 0000000..5b11abd
Binary files /dev/null and "b/assets/audio/\347\273\237\344\270\200.mp3" differ
diff --git "a/assets/audio/\347\273\263\345\255\220.mp3" "b/assets/audio/\347\273\263\345\255\220.mp3"
new file mode 100755
index 0000000..5347db7
Binary files /dev/null and "b/assets/audio/\347\273\263\345\255\220.mp3" differ
diff --git "a/assets/audio/\347\273\264\344\277\256.mp3" "b/assets/audio/\347\273\264\344\277\256.mp3"
new file mode 100755
index 0000000..c001283
Binary files /dev/null and "b/assets/audio/\347\273\264\344\277\256.mp3" differ
diff --git "a/assets/audio/\347\273\274\345\220\210.mp3" "b/assets/audio/\347\273\274\345\220\210.mp3"
new file mode 100755
index 0000000..8f1c63f
Binary files /dev/null and "b/assets/audio/\347\273\274\345\220\210.mp3" differ
diff --git "a/assets/audio/\347\274\223\350\247\243.mp3" "b/assets/audio/\347\274\223\350\247\243.mp3"
new file mode 100755
index 0000000..af20f7d
Binary files /dev/null and "b/assets/audio/\347\274\223\350\247\243.mp3" differ
diff --git "a/assets/audio/\347\274\226\347\273\207.mp3" "b/assets/audio/\347\274\226\347\273\207.mp3"
new file mode 100755
index 0000000..3db543c
Binary files /dev/null and "b/assets/audio/\347\274\226\347\273\207.mp3" differ
diff --git "a/assets/audio/\347\274\226\350\276\221.mp3" "b/assets/audio/\347\274\226\350\276\221.mp3"
new file mode 100755
index 0000000..c0f5b25
Binary files /dev/null and "b/assets/audio/\347\274\226\350\276\221.mp3" differ
diff --git "a/assets/audio/\347\274\240\347\273\225.mp3" "b/assets/audio/\347\274\240\347\273\225.mp3"
new file mode 100755
index 0000000..f8b063b
Binary files /dev/null and "b/assets/audio/\347\274\240\347\273\225.mp3" differ
diff --git "a/assets/audio/\347\274\251\347\237\255.mp3" "b/assets/audio/\347\274\251\347\237\255.mp3"
new file mode 100755
index 0000000..4e8748b
Binary files /dev/null and "b/assets/audio/\347\274\251\347\237\255.mp3" differ
diff --git "a/assets/audio/\347\274\272\344\271\217.mp3" "b/assets/audio/\347\274\272\344\271\217.mp3"
new file mode 100755
index 0000000..ea30414
Binary files /dev/null and "b/assets/audio/\347\274\272\344\271\217.mp3" differ
diff --git "a/assets/audio/\347\274\272\345\260\221.mp3" "b/assets/audio/\347\274\272\345\260\221.mp3"
new file mode 100755
index 0000000..a66468f
Binary files /dev/null and "b/assets/audio/\347\274\272\345\260\221.mp3" differ
diff --git "a/assets/audio/\347\274\272\347\202\271.mp3" "b/assets/audio/\347\274\272\347\202\271.mp3"
new file mode 100755
index 0000000..7b2a771
Binary files /dev/null and "b/assets/audio/\347\274\272\347\202\271.mp3" differ
diff --git "a/assets/audio/\347\275\221\347\220\203.mp3" "b/assets/audio/\347\275\221\347\220\203.mp3"
new file mode 100755
index 0000000..20d0666
Binary files /dev/null and "b/assets/audio/\347\275\221\347\220\203.mp3" differ
diff --git "a/assets/audio/\347\275\221\347\253\231.mp3" "b/assets/audio/\347\275\221\347\253\231.mp3"
new file mode 100755
index 0000000..7854daa
Binary files /dev/null and "b/assets/audio/\347\275\221\347\253\231.mp3" differ
diff --git "a/assets/audio/\347\275\221\347\273\234.mp3" "b/assets/audio/\347\275\221\347\273\234.mp3"
new file mode 100755
index 0000000..f142c73
Binary files /dev/null and "b/assets/audio/\347\275\221\347\273\234.mp3" differ
diff --git "a/assets/audio/\347\275\232\346\254\276.mp3" "b/assets/audio/\347\275\232\346\254\276.mp3"
new file mode 100755
index 0000000..e04ce7a
Binary files /dev/null and "b/assets/audio/\347\275\232\346\254\276.mp3" differ
diff --git "a/assets/audio/\347\275\242\345\267\245.mp3" "b/assets/audio/\347\275\242\345\267\245.mp3"
new file mode 100755
index 0000000..b5f8f77
Binary files /dev/null and "b/assets/audio/\347\275\242\345\267\245.mp3" differ
diff --git "a/assets/audio/\347\276\216\346\234\257.mp3" "b/assets/audio/\347\276\216\346\234\257.mp3"
new file mode 100755
index 0000000..d8f780b
Binary files /dev/null and "b/assets/audio/\347\276\216\346\234\257.mp3" differ
diff --git "a/assets/audio/\347\276\241\346\205\225.mp3" "b/assets/audio/\347\276\241\346\205\225.mp3"
new file mode 100755
index 0000000..2fdcaa7
Binary files /dev/null and "b/assets/audio/\347\276\241\346\205\225.mp3" differ
diff --git "a/assets/audio/\347\276\244.mp3" "b/assets/audio/\347\276\244.mp3"
new file mode 100755
index 0000000..f4e7532
Binary files /dev/null and "b/assets/audio/\347\276\244.mp3" differ
diff --git "a/assets/audio/\347\277\205\350\206\200.mp3" "b/assets/audio/\347\277\205\350\206\200.mp3"
new file mode 100755
index 0000000..77d291d
Binary files /dev/null and "b/assets/audio/\347\277\205\350\206\200.mp3" differ
diff --git "a/assets/audio/\347\277\273.mp3" "b/assets/audio/\347\277\273.mp3"
new file mode 100755
index 0000000..f2f6136
Binary files /dev/null and "b/assets/audio/\347\277\273.mp3" differ
diff --git "a/assets/audio/\350\200\201\345\251\206.mp3" "b/assets/audio/\350\200\201\345\251\206.mp3"
new file mode 100755
index 0000000..ecf5102
Binary files /dev/null and "b/assets/audio/\350\200\201\345\251\206.mp3" differ
diff --git "a/assets/audio/\350\200\201\345\256\236.mp3" "b/assets/audio/\350\200\201\345\256\236.mp3"
new file mode 100755
index 0000000..8e4a6f0
Binary files /dev/null and "b/assets/audio/\350\200\201\345\256\236.mp3" differ
diff --git "a/assets/audio/\350\200\201\345\270\210.mp3" "b/assets/audio/\350\200\201\345\270\210.mp3"
new file mode 100755
index 0000000..dcc27d4
Binary files /dev/null and "b/assets/audio/\350\200\201\345\270\210.mp3" differ
diff --git "a/assets/audio/\350\200\201\346\235\277.mp3" "b/assets/audio/\350\200\201\346\235\277.mp3"
new file mode 100755
index 0000000..5f1b709
Binary files /dev/null and "b/assets/audio/\350\200\201\346\235\277.mp3" differ
diff --git "a/assets/audio/\350\200\201\351\274\240.mp3" "b/assets/audio/\350\200\201\351\274\240.mp3"
new file mode 100755
index 0000000..7878c6d
Binary files /dev/null and "b/assets/audio/\350\200\201\351\274\240.mp3" differ
diff --git "a/assets/audio/\350\200\214\345\267\262.mp3" "b/assets/audio/\350\200\214\345\267\262.mp3"
new file mode 100755
index 0000000..41718db
Binary files /dev/null and "b/assets/audio/\350\200\214\345\267\262.mp3" differ
diff --git "a/assets/audio/\350\200\263\347\216\257.mp3" "b/assets/audio/\350\200\263\347\216\257.mp3"
new file mode 100755
index 0000000..6aed1bb
Binary files /dev/null and "b/assets/audio/\350\200\263\347\216\257.mp3" differ
diff --git "a/assets/audio/\350\200\275\350\257\257.mp3" "b/assets/audio/\350\200\275\350\257\257.mp3"
new file mode 100755
index 0000000..623c60f
Binary files /dev/null and "b/assets/audio/\350\200\275\350\257\257.mp3" differ
diff --git "a/assets/audio/\350\201\214\344\270\232.mp3" "b/assets/audio/\350\201\214\344\270\232.mp3"
new file mode 100755
index 0000000..459d5db
Binary files /dev/null and "b/assets/audio/\350\201\214\344\270\232.mp3" differ
diff --git "a/assets/audio/\350\201\224\345\220\210.mp3" "b/assets/audio/\350\201\224\345\220\210.mp3"
new file mode 100755
index 0000000..bdcacc2
Binary files /dev/null and "b/assets/audio/\350\201\224\345\220\210.mp3" differ
diff --git "a/assets/audio/\350\202\214\350\202\211.mp3" "b/assets/audio/\350\202\214\350\202\211.mp3"
new file mode 100755
index 0000000..e893edd
Binary files /dev/null and "b/assets/audio/\350\202\214\350\202\211.mp3" differ
diff --git "a/assets/audio/\350\202\241\347\245\250.mp3" "b/assets/audio/\350\202\241\347\245\250.mp3"
new file mode 100755
index 0000000..7fedb46
Binary files /dev/null and "b/assets/audio/\350\202\241\347\245\250.mp3" differ
diff --git "a/assets/audio/\350\202\245\347\232\202.mp3" "b/assets/audio/\350\202\245\347\232\202.mp3"
new file mode 100755
index 0000000..2d707ef
Binary files /dev/null and "b/assets/audio/\350\202\245\347\232\202.mp3" differ
diff --git "a/assets/audio/\350\202\251\350\206\200.mp3" "b/assets/audio/\350\202\251\350\206\200.mp3"
new file mode 100755
index 0000000..945bda6
Binary files /dev/null and "b/assets/audio/\350\202\251\350\206\200.mp3" differ
diff --git "a/assets/audio/\350\203\203.mp3" "b/assets/audio/\350\203\203.mp3"
new file mode 100755
index 0000000..e54d78e
Binary files /dev/null and "b/assets/audio/\350\203\203.mp3" differ
diff --git "a/assets/audio/\350\203\203\345\217\243.mp3" "b/assets/audio/\350\203\203\345\217\243.mp3"
new file mode 100755
index 0000000..0921c72
Binary files /dev/null and "b/assets/audio/\350\203\203\345\217\243.mp3" differ
diff --git "a/assets/audio/\350\203\206\346\200\257.mp3" "b/assets/audio/\350\203\206\346\200\257.mp3"
new file mode 100755
index 0000000..dccbd1e
Binary files /dev/null and "b/assets/audio/\350\203\206\346\200\257.mp3" differ
diff --git "a/assets/audio/\350\203\214.mp3" "b/assets/audio/\350\203\214.mp3"
new file mode 100755
index 0000000..cc8c3b2
Binary files /dev/null and "b/assets/audio/\350\203\214.mp3" differ
diff --git "a/assets/audio/\350\203\214\345\217\233.mp3" "b/assets/audio/\350\203\214\345\217\233.mp3"
new file mode 100755
index 0000000..f6c4c20
Binary files /dev/null and "b/assets/audio/\350\203\214\345\217\233.mp3" differ
diff --git "a/assets/audio/\350\203\214\346\231\257.mp3" "b/assets/audio/\350\203\214\346\231\257.mp3"
new file mode 100755
index 0000000..f814d67
Binary files /dev/null and "b/assets/audio/\350\203\214\346\231\257.mp3" differ
diff --git "a/assets/audio/\350\203\214\350\257\265.mp3" "b/assets/audio/\350\203\214\350\257\265.mp3"
new file mode 100755
index 0000000..c446ac2
Binary files /dev/null and "b/assets/audio/\350\203\214\350\257\265.mp3" differ
diff --git "a/assets/audio/\350\203\234\345\210\251.mp3" "b/assets/audio/\350\203\234\345\210\251.mp3"
new file mode 100755
index 0000000..8dd4da4
Binary files /dev/null and "b/assets/audio/\350\203\234\345\210\251.mp3" differ
diff --git "a/assets/audio/\350\203\241\345\220\214.mp3" "b/assets/audio/\350\203\241\345\220\214.mp3"
new file mode 100755
index 0000000..39451fe
Binary files /dev/null and "b/assets/audio/\350\203\241\345\220\214.mp3" differ
diff --git "a/assets/audio/\350\203\241\350\257\264.mp3" "b/assets/audio/\350\203\241\350\257\264.mp3"
new file mode 100755
index 0000000..b8bb209
Binary files /dev/null and "b/assets/audio/\350\203\241\350\257\264.mp3" differ
diff --git "a/assets/audio/\350\203\266\346\260\264.mp3" "b/assets/audio/\350\203\266\346\260\264.mp3"
new file mode 100755
index 0000000..e217c7a
Binary files /dev/null and "b/assets/audio/\350\203\266\346\260\264.mp3" differ
diff --git "a/assets/audio/\350\203\270.mp3" "b/assets/audio/\350\203\270.mp3"
new file mode 100755
index 0000000..59e0ed6
Binary files /dev/null and "b/assets/audio/\350\203\270.mp3" differ
diff --git "a/assets/audio/\350\203\275\345\271\262.mp3" "b/assets/audio/\350\203\275\345\271\262.mp3"
new file mode 100755
index 0000000..e4d5463
Binary files /dev/null and "b/assets/audio/\350\203\275\345\271\262.mp3" differ
diff --git "a/assets/audio/\350\203\275\346\272\220.mp3" "b/assets/audio/\350\203\275\346\272\220.mp3"
new file mode 100755
index 0000000..57f64f4
Binary files /dev/null and "b/assets/audio/\350\203\275\346\272\220.mp3" differ
diff --git "a/assets/audio/\350\204\206\345\274\261.mp3" "b/assets/audio/\350\204\206\345\274\261.mp3"
new file mode 100755
index 0000000..1fad9a8
Binary files /dev/null and "b/assets/audio/\350\204\206\345\274\261.mp3" differ
diff --git "a/assets/audio/\350\204\217.mp3" "b/assets/audio/\350\204\217.mp3"
new file mode 100755
index 0000000..c4dfe19
Binary files /dev/null and "b/assets/audio/\350\204\217.mp3" differ
diff --git "a/assets/audio/\350\204\221\350\242\213.mp3" "b/assets/audio/\350\204\221\350\242\213.mp3"
new file mode 100755
index 0000000..47fab25
Binary files /dev/null and "b/assets/audio/\350\204\221\350\242\213.mp3" differ
diff --git "a/assets/audio/\350\204\226\345\255\220.mp3" "b/assets/audio/\350\204\226\345\255\220.mp3"
new file mode 100755
index 0000000..5e06b1f
Binary files /dev/null and "b/assets/audio/\350\204\226\345\255\220.mp3" differ
diff --git "a/assets/audio/\350\204\261.mp3" "b/assets/audio/\350\204\261.mp3"
new file mode 100755
index 0000000..3c11858
Binary files /dev/null and "b/assets/audio/\350\204\261.mp3" differ
diff --git "a/assets/audio/\350\205\260.mp3" "b/assets/audio/\350\205\260.mp3"
new file mode 100755
index 0000000..bf60930
Binary files /dev/null and "b/assets/audio/\350\205\260.mp3" differ
diff --git "a/assets/audio/\350\207\202.mp3" "b/assets/audio/\350\207\202.mp3"
new file mode 100755
index 0000000..5fc4554
Binary files /dev/null and "b/assets/audio/\350\207\202.mp3" differ
diff --git "a/assets/audio/\350\207\252\344\273\216.mp3" "b/assets/audio/\350\207\252\344\273\216.mp3"
new file mode 100755
index 0000000..0f29a4c
Binary files /dev/null and "b/assets/audio/\350\207\252\344\273\216.mp3" differ
diff --git "a/assets/audio/\350\207\252\344\277\241.mp3" "b/assets/audio/\350\207\252\344\277\241.mp3"
new file mode 100755
index 0000000..3159e76
Binary files /dev/null and "b/assets/audio/\350\207\252\344\277\241.mp3" differ
diff --git "a/assets/audio/\350\207\252\345\212\250.mp3" "b/assets/audio/\350\207\252\345\212\250.mp3"
new file mode 100755
index 0000000..0771224
Binary files /dev/null and "b/assets/audio/\350\207\252\345\212\250.mp3" differ
diff --git "a/assets/audio/\350\207\252\346\204\277.mp3" "b/assets/audio/\350\207\252\346\204\277.mp3"
new file mode 100755
index 0000000..6bd7383
Binary files /dev/null and "b/assets/audio/\350\207\252\346\204\277.mp3" differ
diff --git "a/assets/audio/\350\207\252\347\204\266.mp3" "b/assets/audio/\350\207\252\347\204\266.mp3"
new file mode 100755
index 0000000..ec533b9
Binary files /dev/null and "b/assets/audio/\350\207\252\347\204\266.mp3" differ
diff --git "a/assets/audio/\350\207\252\347\224\261.mp3" "b/assets/audio/\350\207\252\347\224\261.mp3"
new file mode 100755
index 0000000..8d1fbba
Binary files /dev/null and "b/assets/audio/\350\207\252\347\224\261.mp3" differ
diff --git "a/assets/audio/\350\207\252\347\247\201.mp3" "b/assets/audio/\350\207\252\347\247\201.mp3"
new file mode 100755
index 0000000..125aee5
Binary files /dev/null and "b/assets/audio/\350\207\252\347\247\201.mp3" differ
diff --git "a/assets/audio/\350\207\252\350\247\211.mp3" "b/assets/audio/\350\207\252\350\247\211.mp3"
new file mode 100755
index 0000000..1c0aa8f
Binary files /dev/null and "b/assets/audio/\350\207\252\350\247\211.mp3" differ
diff --git "a/assets/audio/\350\207\252\350\261\252.mp3" "b/assets/audio/\350\207\252\350\261\252.mp3"
new file mode 100755
index 0000000..1c643cf
Binary files /dev/null and "b/assets/audio/\350\207\252\350\261\252.mp3" differ
diff --git "a/assets/audio/\350\207\255.mp3" "b/assets/audio/\350\207\255.mp3"
new file mode 100755
index 0000000..8b5e455
Binary files /dev/null and "b/assets/audio/\350\207\255.mp3" differ
diff --git "a/assets/audio/\350\207\263\344\272\216.mp3" "b/assets/audio/\350\207\263\344\272\216.mp3"
new file mode 100755
index 0000000..bc2f665
Binary files /dev/null and "b/assets/audio/\350\207\263\344\272\216.mp3" differ
diff --git "a/assets/audio/\350\207\263\344\273\212.mp3" "b/assets/audio/\350\207\263\344\273\212.mp3"
new file mode 100755
index 0000000..eff14b2
Binary files /dev/null and "b/assets/audio/\350\207\263\344\273\212.mp3" differ
diff --git "a/assets/audio/\350\207\263\345\260\221.mp3" "b/assets/audio/\350\207\263\345\260\221.mp3"
new file mode 100755
index 0000000..2bc477d
Binary files /dev/null and "b/assets/audio/\350\207\263\345\260\221.mp3" differ
diff --git "a/assets/audio/\350\210\205\350\210\205.mp3" "b/assets/audio/\350\210\205\350\210\205.mp3"
new file mode 100755
index 0000000..db7d6c0
Binary files /dev/null and "b/assets/audio/\350\210\205\350\210\205.mp3" differ
diff --git "a/assets/audio/\350\210\222\351\200\202.mp3" "b/assets/audio/\350\210\222\351\200\202.mp3"
new file mode 100755
index 0000000..4dd2ee2
Binary files /dev/null and "b/assets/audio/\350\210\222\351\200\202.mp3" differ
diff --git "a/assets/audio/\350\210\261.mp3" "b/assets/audio/\350\210\261.mp3"
new file mode 100755
index 0000000..f48254c
Binary files /dev/null and "b/assets/audio/\350\210\261.mp3" differ
diff --git "a/assets/audio/\350\210\271\350\210\266.mp3" "b/assets/audio/\350\210\271\350\210\266.mp3"
new file mode 100755
index 0000000..262d40d
Binary files /dev/null and "b/assets/audio/\350\210\271\350\210\266.mp3" differ
diff --git "a/assets/audio/\350\211\257\345\245\275.mp3" "b/assets/audio/\350\211\257\345\245\275.mp3"
new file mode 100755
index 0000000..d507e6d
Binary files /dev/null and "b/assets/audio/\350\211\257\345\245\275.mp3" differ
diff --git "a/assets/audio/\350\211\260\345\267\250.mp3" "b/assets/audio/\350\211\260\345\267\250.mp3"
new file mode 100755
index 0000000..2a04de2
Binary files /dev/null and "b/assets/audio/\350\211\260\345\267\250.mp3" differ
diff --git "a/assets/audio/\350\211\260\350\213\246.mp3" "b/assets/audio/\350\211\260\350\213\246.mp3"
new file mode 100755
index 0000000..803c2fa
Binary files /dev/null and "b/assets/audio/\350\211\260\350\213\246.mp3" differ
diff --git "a/assets/audio/\350\211\262\345\275\251.mp3" "b/assets/audio/\350\211\262\345\275\251.mp3"
new file mode 100755
index 0000000..2d833ce
Binary files /dev/null and "b/assets/audio/\350\211\262\345\275\251.mp3" differ
diff --git "a/assets/audio/\350\211\272\346\234\257.mp3" "b/assets/audio/\350\211\272\346\234\257.mp3"
new file mode 100755
index 0000000..1d44de2
Binary files /dev/null and "b/assets/audio/\350\211\272\346\234\257.mp3" differ
diff --git "a/assets/audio/\350\212\202\347\234\201.mp3" "b/assets/audio/\350\212\202\347\234\201.mp3"
new file mode 100755
index 0000000..c828d47
Binary files /dev/null and "b/assets/audio/\350\212\202\347\234\201.mp3" differ
diff --git "a/assets/audio/\350\212\261\347\224\237.mp3" "b/assets/audio/\350\212\261\347\224\237.mp3"
new file mode 100755
index 0000000..322a9d7
Binary files /dev/null and "b/assets/audio/\350\212\261\347\224\237.mp3" differ
diff --git "a/assets/audio/\350\213\215\347\231\275.mp3" "b/assets/audio/\350\213\215\347\231\275.mp3"
new file mode 100755
index 0000000..d661c93
Binary files /dev/null and "b/assets/audio/\350\213\215\347\231\275.mp3" differ
diff --git "a/assets/audio/\350\213\227\346\235\241.mp3" "b/assets/audio/\350\213\227\346\235\241.mp3"
new file mode 100755
index 0000000..9b14916
Binary files /dev/null and "b/assets/audio/\350\213\227\346\235\241.mp3" differ
diff --git "a/assets/audio/\350\213\261\344\277\212.mp3" "b/assets/audio/\350\213\261\344\277\212.mp3"
new file mode 100755
index 0000000..fd79982
Binary files /dev/null and "b/assets/audio/\350\213\261\344\277\212.mp3" differ
diff --git "a/assets/audio/\350\213\261\351\233\204.mp3" "b/assets/audio/\350\213\261\351\233\204.mp3"
new file mode 100755
index 0000000..7dd4ee8
Binary files /dev/null and "b/assets/audio/\350\213\261\351\233\204.mp3" differ
diff --git "a/assets/audio/\350\214\203\345\233\264.mp3" "b/assets/audio/\350\214\203\345\233\264.mp3"
new file mode 100755
index 0000000..fb2c8af
Binary files /dev/null and "b/assets/audio/\350\214\203\345\233\264.mp3" differ
diff --git "a/assets/audio/\350\214\266.mp3" "b/assets/audio/\350\214\266.mp3"
new file mode 100755
index 0000000..5af987e
Binary files /dev/null and "b/assets/audio/\350\214\266.mp3" differ
diff --git "a/assets/audio/\350\215\211\346\241\210.mp3" "b/assets/audio/\350\215\211\346\241\210.mp3"
new file mode 100755
index 0000000..842dac7
Binary files /dev/null and "b/assets/audio/\350\215\211\346\241\210.mp3" differ
diff --git "a/assets/audio/\350\215\211\347\216\207.mp3" "b/assets/audio/\350\215\211\347\216\207.mp3"
new file mode 100755
index 0000000..a54f2c0
Binary files /dev/null and "b/assets/audio/\350\215\211\347\216\207.mp3" differ
diff --git "a/assets/audio/\350\217\234.mp3" "b/assets/audio/\350\217\234.mp3"
new file mode 100755
index 0000000..6adba22
Binary files /dev/null and "b/assets/audio/\350\217\234.mp3" differ
diff --git "a/assets/audio/\350\220\245\344\270\232.mp3" "b/assets/audio/\350\220\245\344\270\232.mp3"
new file mode 100755
index 0000000..491d043
Binary files /dev/null and "b/assets/audio/\350\220\245\344\270\232.mp3" differ
diff --git "a/assets/audio/\350\220\245\345\205\273.mp3" "b/assets/audio/\350\220\245\345\205\273.mp3"
new file mode 100755
index 0000000..b7e4683
Binary files /dev/null and "b/assets/audio/\350\220\245\345\205\273.mp3" differ
diff --git "a/assets/audio/\350\220\275\345\220\216.mp3" "b/assets/audio/\350\220\275\345\220\216.mp3"
new file mode 100755
index 0000000..aebc026
Binary files /dev/null and "b/assets/audio/\350\220\275\345\220\216.mp3" differ
diff --git "a/assets/audio/\350\221\227\345\220\215.mp3" "b/assets/audio/\350\221\227\345\220\215.mp3"
new file mode 100755
index 0000000..987e116
Binary files /dev/null and "b/assets/audio/\350\221\227\345\220\215.mp3" differ
diff --git "a/assets/audio/\350\221\241\350\220\204.mp3" "b/assets/audio/\350\221\241\350\220\204.mp3"
new file mode 100755
index 0000000..851a438
Binary files /dev/null and "b/assets/audio/\350\221\241\350\220\204.mp3" differ
diff --git "a/assets/audio/\350\224\254\350\217\234.mp3" "b/assets/audio/\350\224\254\350\217\234.mp3"
new file mode 100755
index 0000000..4594785
Binary files /dev/null and "b/assets/audio/\350\224\254\350\217\234.mp3" differ
diff --git "a/assets/audio/\350\226\204.mp3" "b/assets/audio/\350\226\204.mp3"
new file mode 100755
index 0000000..474cc8a
Binary files /dev/null and "b/assets/audio/\350\226\204.mp3" differ
diff --git "a/assets/audio/\350\226\204\345\274\261.mp3" "b/assets/audio/\350\226\204\345\274\261.mp3"
new file mode 100755
index 0000000..c6ce370
Binary files /dev/null and "b/assets/audio/\350\226\204\345\274\261.mp3" differ
diff --git "a/assets/audio/\350\231\232\345\277\203.mp3" "b/assets/audio/\350\231\232\345\277\203.mp3"
new file mode 100755
index 0000000..8018f6e
Binary files /dev/null and "b/assets/audio/\350\231\232\345\277\203.mp3" differ
diff --git "a/assets/audio/\350\233\207.mp3" "b/assets/audio/\350\233\207.mp3"
new file mode 100755
index 0000000..d669816
Binary files /dev/null and "b/assets/audio/\350\233\207.mp3" differ
diff --git "a/assets/audio/\350\233\213\347\231\275\350\264\250.mp3" "b/assets/audio/\350\233\213\347\231\275\350\264\250.mp3"
new file mode 100755
index 0000000..75a954c
Binary files /dev/null and "b/assets/audio/\350\233\213\347\231\275\350\264\250.mp3" differ
diff --git "a/assets/audio/\350\234\234\350\234\202.mp3" "b/assets/audio/\350\234\234\350\234\202.mp3"
new file mode 100755
index 0000000..0265196
Binary files /dev/null and "b/assets/audio/\350\234\234\350\234\202.mp3" differ
diff --git "a/assets/audio/\350\235\264\350\235\266.mp3" "b/assets/audio/\350\235\264\350\235\266.mp3"
new file mode 100755
index 0000000..e03b534
Binary files /dev/null and "b/assets/audio/\350\235\264\350\235\266.mp3" differ
diff --git "a/assets/audio/\350\241\200.mp3" "b/assets/audio/\350\241\200.mp3"
new file mode 100755
index 0000000..7ac7476
Binary files /dev/null and "b/assets/audio/\350\241\200.mp3" differ
diff --git "a/assets/audio/\350\241\214.mp3" "b/assets/audio/\350\241\214.mp3"
new file mode 100755
index 0000000..9ef3bd3
Binary files /dev/null and "b/assets/audio/\350\241\214.mp3" differ
diff --git "a/assets/audio/\350\241\214\344\270\232.mp3" "b/assets/audio/\350\241\214\344\270\232.mp3"
new file mode 100755
index 0000000..84de5a6
Binary files /dev/null and "b/assets/audio/\350\241\214\344\270\232.mp3" differ
diff --git "a/assets/audio/\350\241\214\344\270\272.mp3" "b/assets/audio/\350\241\214\344\270\272.mp3"
new file mode 100755
index 0000000..fc4325d
Binary files /dev/null and "b/assets/audio/\350\241\214\344\270\272.mp3" differ
diff --git "a/assets/audio/\350\241\214\344\272\272.mp3" "b/assets/audio/\350\241\214\344\272\272.mp3"
new file mode 100755
index 0000000..c45dd11
Binary files /dev/null and "b/assets/audio/\350\241\214\344\272\272.mp3" differ
diff --git "a/assets/audio/\350\241\214\345\212\250.mp3" "b/assets/audio/\350\241\214\345\212\250.mp3"
new file mode 100755
index 0000000..1251f52
Binary files /dev/null and "b/assets/audio/\350\241\214\345\212\250.mp3" differ
diff --git "a/assets/audio/\350\241\245\345\201\277.mp3" "b/assets/audio/\350\241\245\345\201\277.mp3"
new file mode 100755
index 0000000..d34e8a1
Binary files /dev/null and "b/assets/audio/\350\241\245\345\201\277.mp3" differ
diff --git "a/assets/audio/\350\241\245\345\205\205.mp3" "b/assets/audio/\350\241\245\345\205\205.mp3"
new file mode 100755
index 0000000..0e0869b
Binary files /dev/null and "b/assets/audio/\350\241\245\345\205\205.mp3" differ
diff --git "a/assets/audio/\350\241\245\346\225\221.mp3" "b/assets/audio/\350\241\245\346\225\221.mp3"
new file mode 100755
index 0000000..33489f2
Binary files /dev/null and "b/assets/audio/\350\241\245\346\225\221.mp3" differ
diff --git "a/assets/audio/\350\241\245\350\264\264.mp3" "b/assets/audio/\350\241\245\350\264\264.mp3"
new file mode 100755
index 0000000..2abef50
Binary files /dev/null and "b/assets/audio/\350\241\245\350\264\264.mp3" differ
diff --git "a/assets/audio/\350\241\250\345\206\263.mp3" "b/assets/audio/\350\241\250\345\206\263.mp3"
new file mode 100755
index 0000000..825eac5
Binary files /dev/null and "b/assets/audio/\350\241\250\345\206\263.mp3" differ
diff --git "a/assets/audio/\350\241\250\345\275\260.mp3" "b/assets/audio/\350\241\250\345\275\260.mp3"
new file mode 100755
index 0000000..b8b5d35
Binary files /dev/null and "b/assets/audio/\350\241\250\345\275\260.mp3" differ
diff --git "a/assets/audio/\350\241\250\346\200\201.mp3" "b/assets/audio/\350\241\250\346\200\201.mp3"
new file mode 100755
index 0000000..450860e
Binary files /dev/null and "b/assets/audio/\350\241\250\346\200\201.mp3" differ
diff --git "a/assets/audio/\350\241\250\346\203\205.mp3" "b/assets/audio/\350\241\250\346\203\205.mp3"
new file mode 100755
index 0000000..c6195bb
Binary files /dev/null and "b/assets/audio/\350\241\250\346\203\205.mp3" differ
diff --git "a/assets/audio/\350\241\250\346\230\216.mp3" "b/assets/audio/\350\241\250\346\230\216.mp3"
new file mode 100755
index 0000000..d3438ac
Binary files /dev/null and "b/assets/audio/\350\241\250\346\230\216.mp3" differ
diff --git "a/assets/audio/\350\241\250\347\216\260.mp3" "b/assets/audio/\350\241\250\347\216\260.mp3"
new file mode 100755
index 0000000..439d8d1
Binary files /dev/null and "b/assets/audio/\350\241\250\347\216\260.mp3" differ
diff --git "a/assets/audio/\350\241\250\350\276\276.mp3" "b/assets/audio/\350\241\250\350\276\276.mp3"
new file mode 100755
index 0000000..7909420
Binary files /dev/null and "b/assets/audio/\350\241\250\350\276\276.mp3" differ
diff --git "a/assets/audio/\350\241\250\351\235\242.mp3" "b/assets/audio/\350\241\250\351\235\242.mp3"
new file mode 100755
index 0000000..df0a8d1
Binary files /dev/null and "b/assets/audio/\350\241\250\351\235\242.mp3" differ
diff --git "a/assets/audio/\350\241\254\346\211\230.mp3" "b/assets/audio/\350\241\254\346\211\230.mp3"
new file mode 100755
index 0000000..c7b3237
Binary files /dev/null and "b/assets/audio/\350\241\254\346\211\230.mp3" differ
diff --git "a/assets/audio/\350\242\234\345\255\220.mp3" "b/assets/audio/\350\242\234\345\255\220.mp3"
new file mode 100755
index 0000000..781ef3d
Binary files /dev/null and "b/assets/audio/\350\242\234\345\255\220.mp3" differ
diff --git "a/assets/audio/\350\242\253\345\212\250.mp3" "b/assets/audio/\350\242\253\345\212\250.mp3"
new file mode 100755
index 0000000..a580d52
Binary files /dev/null and "b/assets/audio/\350\242\253\345\212\250.mp3" differ
diff --git "a/assets/audio/\350\242\253\345\221\212.mp3" "b/assets/audio/\350\242\253\345\221\212.mp3"
new file mode 100755
index 0000000..c91c136
Binary files /dev/null and "b/assets/audio/\350\242\253\345\221\212.mp3" differ
diff --git "a/assets/audio/\350\242\253\345\255\220.mp3" "b/assets/audio/\350\242\253\345\255\220.mp3"
new file mode 100755
index 0000000..52a144c
Binary files /dev/null and "b/assets/audio/\350\242\253\345\255\220.mp3" differ
diff --git "a/assets/audio/\350\243\201\345\210\244.mp3" "b/assets/audio/\350\243\201\345\210\244.mp3"
new file mode 100755
index 0000000..d09ab25
Binary files /dev/null and "b/assets/audio/\350\243\201\345\210\244.mp3" differ
diff --git "a/assets/audio/\350\243\201\345\221\230.mp3" "b/assets/audio/\350\243\201\345\221\230.mp3"
new file mode 100755
index 0000000..2f36bde
Binary files /dev/null and "b/assets/audio/\350\243\201\345\221\230.mp3" differ
diff --git "a/assets/audio/\350\243\201\347\274\235.mp3" "b/assets/audio/\350\243\201\347\274\235.mp3"
new file mode 100755
index 0000000..85981ed
Binary files /dev/null and "b/assets/audio/\350\243\201\347\274\235.mp3" differ
diff --git "a/assets/audio/\350\243\205.mp3" "b/assets/audio/\350\243\205.mp3"
new file mode 100755
index 0000000..e7abd57
Binary files /dev/null and "b/assets/audio/\350\243\205.mp3" differ
diff --git "a/assets/audio/\350\243\205\344\277\256.mp3" "b/assets/audio/\350\243\205\344\277\256.mp3"
new file mode 100755
index 0000000..b1fdca7
Binary files /dev/null and "b/assets/audio/\350\243\205\344\277\256.mp3" differ
diff --git "a/assets/audio/\350\243\205\351\245\260.mp3" "b/assets/audio/\350\243\205\351\245\260.mp3"
new file mode 100755
index 0000000..c117ee0
Binary files /dev/null and "b/assets/audio/\350\243\205\351\245\260.mp3" differ
diff --git "a/assets/audio/\350\246\201\344\270\215.mp3" "b/assets/audio/\350\246\201\344\270\215.mp3"
new file mode 100755
index 0000000..1716392
Binary files /dev/null and "b/assets/audio/\350\246\201\344\270\215.mp3" differ
diff --git "a/assets/audio/\350\246\201\346\230\257.mp3" "b/assets/audio/\350\246\201\346\230\257.mp3"
new file mode 100755
index 0000000..51d7e74
Binary files /dev/null and "b/assets/audio/\350\246\201\346\230\257.mp3" differ
diff --git "a/assets/audio/\350\247\202\345\257\237.mp3" "b/assets/audio/\350\247\202\345\257\237.mp3"
new file mode 100755
index 0000000..b46355e
Binary files /dev/null and "b/assets/audio/\350\247\202\345\257\237.mp3" differ
diff --git "a/assets/audio/\350\247\202\345\277\265.mp3" "b/assets/audio/\350\247\202\345\277\265.mp3"
new file mode 100755
index 0000000..204e818
Binary files /dev/null and "b/assets/audio/\350\247\202\345\277\265.mp3" differ
diff --git "a/assets/audio/\350\247\202\347\202\271.mp3" "b/assets/audio/\350\247\202\347\202\271.mp3"
new file mode 100755
index 0000000..0cf838a
Binary files /dev/null and "b/assets/audio/\350\247\202\347\202\271.mp3" differ
diff --git "a/assets/audio/\350\247\204\345\210\231.mp3" "b/assets/audio/\350\247\204\345\210\231.mp3"
new file mode 100755
index 0000000..50a2d9b
Binary files /dev/null and "b/assets/audio/\350\247\204\345\210\231.mp3" differ
diff --git "a/assets/audio/\350\247\204\345\276\213.mp3" "b/assets/audio/\350\247\204\345\276\213.mp3"
new file mode 100755
index 0000000..afb5701
Binary files /dev/null and "b/assets/audio/\350\247\204\345\276\213.mp3" differ
diff --git "a/assets/audio/\350\247\204\346\250\241.mp3" "b/assets/audio/\350\247\204\346\250\241.mp3"
new file mode 100755
index 0000000..195be7d
Binary files /dev/null and "b/assets/audio/\350\247\204\346\250\241.mp3" differ
diff --git "a/assets/audio/\350\247\204\347\237\251.mp3" "b/assets/audio/\350\247\204\347\237\251.mp3"
new file mode 100755
index 0000000..d3a1d15
Binary files /dev/null and "b/assets/audio/\350\247\204\347\237\251.mp3" differ
diff --git "a/assets/audio/\350\247\222\345\272\246.mp3" "b/assets/audio/\350\247\222\345\272\246.mp3"
new file mode 100755
index 0000000..8c1c139
Binary files /dev/null and "b/assets/audio/\350\247\222\345\272\246.mp3" differ
diff --git "a/assets/audio/\350\247\222\350\211\262.mp3" "b/assets/audio/\350\247\222\350\211\262.mp3"
new file mode 100755
index 0000000..10b97c9
Binary files /dev/null and "b/assets/audio/\350\247\222\350\211\262.mp3" differ
diff --git "a/assets/audio/\350\247\246\347\212\257.mp3" "b/assets/audio/\350\247\246\347\212\257.mp3"
new file mode 100755
index 0000000..4e5323d
Binary files /dev/null and "b/assets/audio/\350\247\246\347\212\257.mp3" differ
diff --git "a/assets/audio/\350\256\241\347\256\227.mp3" "b/assets/audio/\350\256\241\347\256\227.mp3"
new file mode 100755
index 0000000..87fa2d5
Binary files /dev/null and "b/assets/audio/\350\256\241\347\256\227.mp3" differ
diff --git "a/assets/audio/\350\256\250\345\216\214.mp3" "b/assets/audio/\350\256\250\345\216\214.mp3"
new file mode 100755
index 0000000..dee8063
Binary files /dev/null and "b/assets/audio/\350\256\250\345\216\214.mp3" differ
diff --git "a/assets/audio/\350\256\250\350\256\272.mp3" "b/assets/audio/\350\256\250\350\256\272.mp3"
new file mode 100755
index 0000000..178d59c
Binary files /dev/null and "b/assets/audio/\350\256\250\350\256\272.mp3" differ
diff --git "a/assets/audio/\350\256\255\347\273\203.mp3" "b/assets/audio/\350\256\255\347\273\203.mp3"
new file mode 100755
index 0000000..6a9ec74
Binary files /dev/null and "b/assets/audio/\350\256\255\347\273\203.mp3" differ
diff --git "a/assets/audio/\350\256\256\350\256\272.mp3" "b/assets/audio/\350\256\256\350\256\272.mp3"
new file mode 100755
index 0000000..6c0d1ae
Binary files /dev/null and "b/assets/audio/\350\256\256\350\256\272.mp3" differ
diff --git "a/assets/audio/\350\256\260\345\275\225.mp3" "b/assets/audio/\350\256\260\345\275\225.mp3"
new file mode 100755
index 0000000..05b13d8
Binary files /dev/null and "b/assets/audio/\350\256\260\345\275\225.mp3" differ
diff --git "a/assets/audio/\350\256\260\345\277\206.mp3" "b/assets/audio/\350\256\260\345\277\206.mp3"
new file mode 100755
index 0000000..dbd8e1d
Binary files /dev/null and "b/assets/audio/\350\256\260\345\277\206.mp3" differ
diff --git "a/assets/audio/\350\256\262\345\272\247.mp3" "b/assets/audio/\350\256\262\345\272\247.mp3"
new file mode 100755
index 0000000..a18f28b
Binary files /dev/null and "b/assets/audio/\350\256\262\345\272\247.mp3" differ
diff --git "a/assets/audio/\350\256\262\347\251\266.mp3" "b/assets/audio/\350\256\262\347\251\266.mp3"
new file mode 100755
index 0000000..f25aff9
Binary files /dev/null and "b/assets/audio/\350\256\262\347\251\266.mp3" differ
diff --git "a/assets/audio/\350\256\270\345\244\232.mp3" "b/assets/audio/\350\256\270\345\244\232.mp3"
new file mode 100755
index 0000000..bfe6089
Binary files /dev/null and "b/assets/audio/\350\256\270\345\244\232.mp3" differ
diff --git "a/assets/audio/\350\256\272\346\226\207.mp3" "b/assets/audio/\350\256\272\346\226\207.mp3"
new file mode 100755
index 0000000..a580f3e
Binary files /dev/null and "b/assets/audio/\350\256\272\346\226\207.mp3" differ
diff --git "a/assets/audio/\350\256\275\345\210\272.mp3" "b/assets/audio/\350\256\275\345\210\272.mp3"
new file mode 100755
index 0000000..a9cc396
Binary files /dev/null and "b/assets/audio/\350\256\275\345\210\272.mp3" differ
diff --git "a/assets/audio/\350\256\276\345\244\207.mp3" "b/assets/audio/\350\256\276\345\244\207.mp3"
new file mode 100755
index 0000000..c34c96a
Binary files /dev/null and "b/assets/audio/\350\256\276\345\244\207.mp3" differ
diff --git "a/assets/audio/\350\256\276\346\226\275.mp3" "b/assets/audio/\350\256\276\346\226\275.mp3"
new file mode 100755
index 0000000..ea7e4df
Binary files /dev/null and "b/assets/audio/\350\256\276\346\226\275.mp3" differ
diff --git "a/assets/audio/\350\256\276\350\256\241.mp3" "b/assets/audio/\350\256\276\350\256\241.mp3"
new file mode 100755
index 0000000..2f9ba5b
Binary files /dev/null and "b/assets/audio/\350\256\276\350\256\241.mp3" differ
diff --git "a/assets/audio/\350\257\201\344\273\266.mp3" "b/assets/audio/\350\257\201\344\273\266.mp3"
new file mode 100755
index 0000000..601bab0
Binary files /dev/null and "b/assets/audio/\350\257\201\344\273\266.mp3" differ
diff --git "a/assets/audio/\350\257\201\346\215\256.mp3" "b/assets/audio/\350\257\201\346\215\256.mp3"
new file mode 100755
index 0000000..14308fa
Binary files /dev/null and "b/assets/audio/\350\257\201\346\215\256.mp3" differ
diff --git "a/assets/audio/\350\257\201\346\230\216.mp3" "b/assets/audio/\350\257\201\346\230\216.mp3"
new file mode 100755
index 0000000..5082126
Binary files /dev/null and "b/assets/audio/\350\257\201\346\230\216.mp3" differ
diff --git "a/assets/audio/\350\257\204\344\273\267.mp3" "b/assets/audio/\350\257\204\344\273\267.mp3"
new file mode 100755
index 0000000..0048e39
Binary files /dev/null and "b/assets/audio/\350\257\204\344\273\267.mp3" differ
diff --git "a/assets/audio/\350\257\212\346\226\255.mp3" "b/assets/audio/\350\257\212\346\226\255.mp3"
new file mode 100755
index 0000000..6eb3076
Binary files /dev/null and "b/assets/audio/\350\257\212\346\226\255.mp3" differ
diff --git "a/assets/audio/\350\257\215\346\261\207.mp3" "b/assets/audio/\350\257\215\346\261\207.mp3"
new file mode 100755
index 0000000..c5ceadb
Binary files /dev/null and "b/assets/audio/\350\257\215\346\261\207.mp3" differ
diff --git "a/assets/audio/\350\257\225\345\215\267.mp3" "b/assets/audio/\350\257\225\345\215\267.mp3"
new file mode 100755
index 0000000..d132555
Binary files /dev/null and "b/assets/audio/\350\257\225\345\215\267.mp3" differ
diff --git "a/assets/audio/\350\257\227.mp3" "b/assets/audio/\350\257\227.mp3"
new file mode 100755
index 0000000..e618064
Binary files /dev/null and "b/assets/audio/\350\257\227.mp3" differ
diff --git "a/assets/audio/\350\257\232\346\201\263.mp3" "b/assets/audio/\350\257\232\346\201\263.mp3"
new file mode 100755
index 0000000..317a44e
Binary files /dev/null and "b/assets/audio/\350\257\232\346\201\263.mp3" differ
diff --git "a/assets/audio/\350\257\232\346\214\232.mp3" "b/assets/audio/\350\257\232\346\214\232.mp3"
new file mode 100755
index 0000000..365633e
Binary files /dev/null and "b/assets/audio/\350\257\232\346\214\232.mp3" differ
diff --git "a/assets/audio/\350\257\235\351\242\230.mp3" "b/assets/audio/\350\257\235\351\242\230.mp3"
new file mode 100755
index 0000000..861c11a
Binary files /dev/null and "b/assets/audio/\350\257\235\351\242\230.mp3" differ
diff --git "a/assets/audio/\350\257\236\347\224\237.mp3" "b/assets/audio/\350\257\236\347\224\237.mp3"
new file mode 100755
index 0000000..9744c3b
Binary files /dev/null and "b/assets/audio/\350\257\236\347\224\237.mp3" differ
diff --git "a/assets/audio/\350\257\236\350\276\260.mp3" "b/assets/audio/\350\257\236\350\276\260.mp3"
new file mode 100755
index 0000000..0797b56
Binary files /dev/null and "b/assets/audio/\350\257\236\350\276\260.mp3" differ
diff --git "a/assets/audio/\350\257\242\351\227\256.mp3" "b/assets/audio/\350\257\242\351\227\256.mp3"
new file mode 100755
index 0000000..5d1204b
Binary files /dev/null and "b/assets/audio/\350\257\242\351\227\256.mp3" differ
diff --git "a/assets/audio/\350\257\246\347\273\206.mp3" "b/assets/audio/\350\257\246\347\273\206.mp3"
new file mode 100755
index 0000000..d222d4e
Binary files /dev/null and "b/assets/audio/\350\257\246\347\273\206.mp3" differ
diff --git "a/assets/audio/\350\257\247\345\274\202.mp3" "b/assets/audio/\350\257\247\345\274\202.mp3"
new file mode 100755
index 0000000..21b0fbb
Binary files /dev/null and "b/assets/audio/\350\257\247\345\274\202.mp3" differ
diff --git "a/assets/audio/\350\257\255\346\260\224.mp3" "b/assets/audio/\350\257\255\346\260\224.mp3"
new file mode 100755
index 0000000..f71b219
Binary files /dev/null and "b/assets/audio/\350\257\255\346\260\224.mp3" differ
diff --git "a/assets/audio/\350\257\255\346\263\225.mp3" "b/assets/audio/\350\257\255\346\263\225.mp3"
new file mode 100755
index 0000000..ea37967
Binary files /dev/null and "b/assets/audio/\350\257\255\346\263\225.mp3" differ
diff --git "a/assets/audio/\350\257\255\350\250\200.mp3" "b/assets/audio/\350\257\255\350\250\200.mp3"
new file mode 100755
index 0000000..e76b441
Binary files /dev/null and "b/assets/audio/\350\257\255\350\250\200.mp3" differ
diff --git "a/assets/audio/\350\257\257\344\274\232.mp3" "b/assets/audio/\350\257\257\344\274\232.mp3"
new file mode 100755
index 0000000..3fe05f8
Binary files /dev/null and "b/assets/audio/\350\257\257\344\274\232.mp3" differ
diff --git "a/assets/audio/\350\257\264\346\230\216.mp3" "b/assets/audio/\350\257\264\346\230\216.mp3"
new file mode 100755
index 0000000..e6988ab
Binary files /dev/null and "b/assets/audio/\350\257\264\346\230\216.mp3" differ
diff --git "a/assets/audio/\350\257\264\346\234\215.mp3" "b/assets/audio/\350\257\264\346\234\215.mp3"
new file mode 100755
index 0000000..2c0ab50
Binary files /dev/null and "b/assets/audio/\350\257\264\346\234\215.mp3" differ
diff --git "a/assets/audio/\350\257\267\346\261\202.mp3" "b/assets/audio/\350\257\267\346\261\202.mp3"
new file mode 100755
index 0000000..1f28f62
Binary files /dev/null and "b/assets/audio/\350\257\267\346\261\202.mp3" differ
diff --git "a/assets/audio/\350\257\273.mp3" "b/assets/audio/\350\257\273.mp3"
new file mode 100755
index 0000000..021bd57
Binary files /dev/null and "b/assets/audio/\350\257\273.mp3" differ
diff --git "a/assets/audio/\350\257\276\347\250\213.mp3" "b/assets/audio/\350\257\276\347\250\213.mp3"
new file mode 100755
index 0000000..a02c32b
Binary files /dev/null and "b/assets/audio/\350\257\276\347\250\213.mp3" differ
diff --git "a/assets/audio/\350\260\203\345\212\250.mp3" "b/assets/audio/\350\260\203\345\212\250.mp3"
new file mode 100755
index 0000000..7beb19b
Binary files /dev/null and "b/assets/audio/\350\260\203\345\212\250.mp3" differ
diff --git "a/assets/audio/\350\260\203\346\225\264.mp3" "b/assets/audio/\350\260\203\346\225\264.mp3"
new file mode 100755
index 0000000..ae4ef04
Binary files /dev/null and "b/assets/audio/\350\260\203\346\225\264.mp3" differ
diff --git "a/assets/audio/\350\260\203\347\232\256.mp3" "b/assets/audio/\350\260\203\347\232\256.mp3"
new file mode 100755
index 0000000..4a2d550
Binary files /dev/null and "b/assets/audio/\350\260\203\347\232\256.mp3" differ
diff --git "a/assets/audio/\350\260\210.mp3" "b/assets/audio/\350\260\210.mp3"
new file mode 100755
index 0000000..bad9cd0
Binary files /dev/null and "b/assets/audio/\350\260\210.mp3" differ
diff --git "a/assets/audio/\350\260\210\345\210\244.mp3" "b/assets/audio/\350\260\210\345\210\244.mp3"
new file mode 100755
index 0000000..18622e5
Binary files /dev/null and "b/assets/audio/\350\260\210\345\210\244.mp3" differ
diff --git "a/assets/audio/\350\260\246\350\231\232.mp3" "b/assets/audio/\350\260\246\350\231\232.mp3"
new file mode 100755
index 0000000..ccbdd8b
Binary files /dev/null and "b/assets/audio/\350\260\246\350\231\232.mp3" differ
diff --git "a/assets/audio/\350\260\250\346\205\216.mp3" "b/assets/audio/\350\260\250\346\205\216.mp3"
new file mode 100755
index 0000000..2b88b1b
Binary files /dev/null and "b/assets/audio/\350\260\250\346\205\216.mp3" differ
diff --git "a/assets/audio/\350\261\206\350\205\220.mp3" "b/assets/audio/\350\261\206\350\205\220.mp3"
new file mode 100755
index 0000000..0110cc1
Binary files /dev/null and "b/assets/audio/\350\261\206\350\205\220.mp3" differ
diff --git "a/assets/audio/\350\261\241\345\276\201.mp3" "b/assets/audio/\350\261\241\345\276\201.mp3"
new file mode 100755
index 0000000..dbfa052
Binary files /dev/null and "b/assets/audio/\350\261\241\345\276\201.mp3" differ
diff --git "a/assets/audio/\350\261\241\346\243\213.mp3" "b/assets/audio/\350\261\241\346\243\213.mp3"
new file mode 100755
index 0000000..1a9c86b
Binary files /dev/null and "b/assets/audio/\350\261\241\346\243\213.mp3" differ
diff --git "a/assets/audio/\350\261\252\345\215\216.mp3" "b/assets/audio/\350\261\252\345\215\216.mp3"
new file mode 100755
index 0000000..092dc97
Binary files /dev/null and "b/assets/audio/\350\261\252\345\215\216.mp3" differ
diff --git "a/assets/audio/\350\264\235\345\243\263.mp3" "b/assets/audio/\350\264\235\345\243\263.mp3"
new file mode 100755
index 0000000..c45da8f
Binary files /dev/null and "b/assets/audio/\350\264\235\345\243\263.mp3" differ
diff --git "a/assets/audio/\350\264\241\347\214\256.mp3" "b/assets/audio/\350\264\241\347\214\256.mp3"
new file mode 100755
index 0000000..341e346
Binary files /dev/null and "b/assets/audio/\350\264\241\347\214\256.mp3" differ
diff --git "a/assets/audio/\350\264\242\344\272\247.mp3" "b/assets/audio/\350\264\242\344\272\247.mp3"
new file mode 100755
index 0000000..8cadbdf
Binary files /dev/null and "b/assets/audio/\350\264\242\344\272\247.mp3" differ
diff --git "a/assets/audio/\350\264\242\345\212\241.mp3" "b/assets/audio/\350\264\242\345\212\241.mp3"
new file mode 100755
index 0000000..f2bbb3c
Binary files /dev/null and "b/assets/audio/\350\264\242\345\212\241.mp3" differ
diff --git "a/assets/audio/\350\264\242\345\257\214.mp3" "b/assets/audio/\350\264\242\345\257\214.mp3"
new file mode 100755
index 0000000..13b964d
Binary files /dev/null and "b/assets/audio/\350\264\242\345\257\214.mp3" differ
diff --git "a/assets/audio/\350\264\242\346\224\277.mp3" "b/assets/audio/\350\264\242\346\224\277.mp3"
new file mode 100755
index 0000000..6eaf28e
Binary files /dev/null and "b/assets/audio/\350\264\242\346\224\277.mp3" differ
diff --git "a/assets/audio/\350\264\243\344\273\273.mp3" "b/assets/audio/\350\264\243\344\273\273.mp3"
new file mode 100755
index 0000000..4a89185
Binary files /dev/null and "b/assets/audio/\350\264\243\344\273\273.mp3" differ
diff --git "a/assets/audio/\350\264\243\345\244\207.mp3" "b/assets/audio/\350\264\243\345\244\207.mp3"
new file mode 100755
index 0000000..1778d4f
Binary files /dev/null and "b/assets/audio/\350\264\243\345\244\207.mp3" differ
diff --git "a/assets/audio/\350\264\245\345\235\217.mp3" "b/assets/audio/\350\264\245\345\235\217.mp3"
new file mode 100755
index 0000000..bad47af
Binary files /dev/null and "b/assets/audio/\350\264\245\345\235\217.mp3" differ
diff --git "a/assets/audio/\350\264\246\346\210\267.mp3" "b/assets/audio/\350\264\246\346\210\267.mp3"
new file mode 100755
index 0000000..259820d
Binary files /dev/null and "b/assets/audio/\350\264\246\346\210\267.mp3" differ
diff --git "a/assets/audio/\350\264\250\351\207\217.mp3" "b/assets/audio/\350\264\250\351\207\217.mp3"
new file mode 100755
index 0000000..6264c81
Binary files /dev/null and "b/assets/audio/\350\264\250\351\207\217.mp3" differ
diff --git "a/assets/audio/\350\264\254\344\271\211.mp3" "b/assets/audio/\350\264\254\344\271\211.mp3"
new file mode 100755
index 0000000..eebd2af
Binary files /dev/null and "b/assets/audio/\350\264\254\344\271\211.mp3" differ
diff --git "a/assets/audio/\350\264\254\344\275\216.mp3" "b/assets/audio/\350\264\254\344\275\216.mp3"
new file mode 100755
index 0000000..a52c201
Binary files /dev/null and "b/assets/audio/\350\264\254\344\275\216.mp3" differ
diff --git "a/assets/audio/\350\264\267\346\254\276.mp3" "b/assets/audio/\350\264\267\346\254\276.mp3"
new file mode 100755
index 0000000..8070eed
Binary files /dev/null and "b/assets/audio/\350\264\267\346\254\276.mp3" differ
diff --git "a/assets/audio/\350\264\270\346\230\223.mp3" "b/assets/audio/\350\264\270\346\230\223.mp3"
new file mode 100755
index 0000000..d543b96
Binary files /dev/null and "b/assets/audio/\350\264\270\346\230\223.mp3" differ
diff --git "a/assets/audio/\350\265\204\346\226\231.mp3" "b/assets/audio/\350\265\204\346\226\231.mp3"
new file mode 100755
index 0000000..fbb67f7
Binary files /dev/null and "b/assets/audio/\350\265\204\346\226\231.mp3" differ
diff --git "a/assets/audio/\350\265\204\346\240\274.mp3" "b/assets/audio/\350\265\204\346\240\274.mp3"
new file mode 100755
index 0000000..754b4f7
Binary files /dev/null and "b/assets/audio/\350\265\204\346\240\274.mp3" differ
diff --git "a/assets/audio/\350\265\204\346\272\220.mp3" "b/assets/audio/\350\265\204\346\272\220.mp3"
new file mode 100755
index 0000000..1fc3189
Binary files /dev/null and "b/assets/audio/\350\265\204\346\272\220.mp3" differ
diff --git "a/assets/audio/\350\265\204\351\207\221.mp3" "b/assets/audio/\350\265\204\351\207\221.mp3"
new file mode 100755
index 0000000..34c0b7e
Binary files /dev/null and "b/assets/audio/\350\265\204\351\207\221.mp3" differ
diff --git "a/assets/audio/\350\265\214\345\215\232.mp3" "b/assets/audio/\350\265\214\345\215\232.mp3"
new file mode 100755
index 0000000..a46e8a0
Binary files /dev/null and "b/assets/audio/\350\265\214\345\215\232.mp3" differ
diff --git "a/assets/audio/\350\265\224\345\201\277.mp3" "b/assets/audio/\350\265\224\345\201\277.mp3"
new file mode 100755
index 0000000..37d680c
Binary files /dev/null and "b/assets/audio/\350\265\224\345\201\277.mp3" differ
diff --git "a/assets/audio/\350\265\232.mp3" "b/assets/audio/\350\265\232.mp3"
new file mode 100755
index 0000000..c079b00
Binary files /dev/null and "b/assets/audio/\350\265\232.mp3" differ
diff --git "a/assets/audio/\350\265\236\346\210\220.mp3" "b/assets/audio/\350\265\236\346\210\220.mp3"
new file mode 100755
index 0000000..f11c578
Binary files /dev/null and "b/assets/audio/\350\265\236\346\210\220.mp3" differ
diff --git "a/assets/audio/\350\265\236\347\276\216.mp3" "b/assets/audio/\350\265\236\347\276\216.mp3"
new file mode 100755
index 0000000..4bd987a
Binary files /dev/null and "b/assets/audio/\350\265\236\347\276\216.mp3" differ
diff --git "a/assets/audio/\350\265\242.mp3" "b/assets/audio/\350\265\242.mp3"
new file mode 100755
index 0000000..47421e5
Binary files /dev/null and "b/assets/audio/\350\265\242.mp3" differ
diff --git "a/assets/audio/\350\265\244\345\255\227.mp3" "b/assets/audio/\350\265\244\345\255\227.mp3"
new file mode 100755
index 0000000..dba33ff
Binary files /dev/null and "b/assets/audio/\350\265\244\345\255\227.mp3" differ
diff --git "a/assets/audio/\350\265\244\351\201\223.mp3" "b/assets/audio/\350\265\244\351\201\223.mp3"
new file mode 100755
index 0000000..28b7e0b
Binary files /dev/null and "b/assets/audio/\350\265\244\351\201\223.mp3" differ
diff --git "a/assets/audio/\350\265\266\345\277\253.mp3" "b/assets/audio/\350\265\266\345\277\253.mp3"
new file mode 100755
index 0000000..7393b02
Binary files /dev/null and "b/assets/audio/\350\265\266\345\277\253.mp3" differ
diff --git "a/assets/audio/\350\265\266\347\264\247.mp3" "b/assets/audio/\350\265\266\347\264\247.mp3"
new file mode 100755
index 0000000..7668454
Binary files /dev/null and "b/assets/audio/\350\265\266\347\264\247.mp3" differ
diff --git "a/assets/audio/\350\266\201.mp3" "b/assets/audio/\350\266\201.mp3"
new file mode 100755
index 0000000..d8b20c2
Binary files /dev/null and "b/assets/audio/\350\266\201.mp3" differ
diff --git "a/assets/audio/\350\266\205\347\272\247.mp3" "b/assets/audio/\350\266\205\347\272\247.mp3"
new file mode 100755
index 0000000..f30e6f5
Binary files /dev/null and "b/assets/audio/\350\266\205\347\272\247.mp3" differ
diff --git "a/assets/audio/\350\266\205\350\266\212.mp3" "b/assets/audio/\350\266\205\350\266\212.mp3"
new file mode 100755
index 0000000..4833cea
Binary files /dev/null and "b/assets/audio/\350\266\205\350\266\212.mp3" differ
diff --git "a/assets/audio/\350\266\213\345\212\277.mp3" "b/assets/audio/\350\266\213\345\212\277.mp3"
new file mode 100755
index 0000000..17f1d80
Binary files /dev/null and "b/assets/audio/\350\266\213\345\212\277.mp3" differ
diff --git "a/assets/audio/\350\266\237.mp3" "b/assets/audio/\350\266\237.mp3"
new file mode 100755
index 0000000..7e1c2aa
Binary files /dev/null and "b/assets/audio/\350\266\237.mp3" differ
diff --git "a/assets/audio/\350\267\214.mp3" "b/assets/audio/\350\267\214.mp3"
new file mode 100755
index 0000000..ebb5bc6
Binary files /dev/null and "b/assets/audio/\350\267\214.mp3" differ
diff --git "a/assets/audio/\350\270\251.mp3" "b/assets/audio/\350\270\251.mp3"
new file mode 100755
index 0000000..8cfca2f
Binary files /dev/null and "b/assets/audio/\350\270\251.mp3" differ
diff --git "a/assets/audio/\350\271\246.mp3" "b/assets/audio/\350\271\246.mp3"
new file mode 100755
index 0000000..8bab392
Binary files /dev/null and "b/assets/audio/\350\271\246.mp3" differ
diff --git "a/assets/audio/\350\271\254.mp3" "b/assets/audio/\350\271\254.mp3"
new file mode 100755
index 0000000..9fd4c64
Binary files /dev/null and "b/assets/audio/\350\271\254.mp3" differ
diff --git "a/assets/audio/\350\271\262.mp3" "b/assets/audio/\350\271\262.mp3"
new file mode 100755
index 0000000..3393613
Binary files /dev/null and "b/assets/audio/\350\271\262.mp3" differ
diff --git "a/assets/audio/\350\272\253\344\273\275.mp3" "b/assets/audio/\350\272\253\344\273\275.mp3"
new file mode 100755
index 0000000..e2602d5
Binary files /dev/null and "b/assets/audio/\350\272\253\344\273\275.mp3" differ
diff --git "a/assets/audio/\350\272\253\346\235\220.mp3" "b/assets/audio/\350\272\253\346\235\220.mp3"
new file mode 100755
index 0000000..cf42522
Binary files /dev/null and "b/assets/audio/\350\272\253\346\235\220.mp3" differ
diff --git "a/assets/audio/\350\272\262\350\227\217.mp3" "b/assets/audio/\350\272\262\350\227\217.mp3"
new file mode 100755
index 0000000..0b938a0
Binary files /dev/null and "b/assets/audio/\350\272\262\350\227\217.mp3" differ
diff --git "a/assets/audio/\350\272\272.mp3" "b/assets/audio/\350\272\272.mp3"
new file mode 100755
index 0000000..b41c0ae
Binary files /dev/null and "b/assets/audio/\350\272\272.mp3" differ
diff --git "a/assets/audio/\350\275\246\345\216\242.mp3" "b/assets/audio/\350\275\246\345\216\242.mp3"
new file mode 100755
index 0000000..d1c015e
Binary files /dev/null and "b/assets/audio/\350\275\246\345\216\242.mp3" differ
diff --git "a/assets/audio/\350\275\246\345\272\223.mp3" "b/assets/audio/\350\275\246\345\272\223.mp3"
new file mode 100755
index 0000000..4677d25
Binary files /dev/null and "b/assets/audio/\350\275\246\345\272\223.mp3" differ
diff --git "a/assets/audio/\350\275\254.mp3" "b/assets/audio/\350\275\254.mp3"
new file mode 100755
index 0000000..c53f6e9
Binary files /dev/null and "b/assets/audio/\350\275\254.mp3" differ
diff --git "a/assets/audio/\350\275\254\345\217\230.mp3" "b/assets/audio/\350\275\254\345\217\230.mp3"
new file mode 100755
index 0000000..870b14f
Binary files /dev/null and "b/assets/audio/\350\275\254\345\217\230.mp3" differ
diff --git "a/assets/audio/\350\275\254\345\221\212.mp3" "b/assets/audio/\350\275\254\345\221\212.mp3"
new file mode 100755
index 0000000..e6bdc86
Binary files /dev/null and "b/assets/audio/\350\275\254\345\221\212.mp3" differ
diff --git "a/assets/audio/\350\275\256\346\265\201.mp3" "b/assets/audio/\350\275\256\346\265\201.mp3"
new file mode 100755
index 0000000..4146ab7
Binary files /dev/null and "b/assets/audio/\350\275\256\346\265\201.mp3" differ
diff --git "a/assets/audio/\350\275\257.mp3" "b/assets/audio/\350\275\257.mp3"
new file mode 100755
index 0000000..7e09f5f
Binary files /dev/null and "b/assets/audio/\350\275\257.mp3" differ
diff --git "a/assets/audio/\350\275\257\344\273\266.mp3" "b/assets/audio/\350\275\257\344\273\266.mp3"
new file mode 100755
index 0000000..1e9b81a
Binary files /dev/null and "b/assets/audio/\350\275\257\344\273\266.mp3" differ
diff --git "a/assets/audio/\350\275\273.mp3" "b/assets/audio/\350\275\273.mp3"
new file mode 100755
index 0000000..bec813f
Binary files /dev/null and "b/assets/audio/\350\275\273.mp3" differ
diff --git "a/assets/audio/\350\275\273\346\230\223.mp3" "b/assets/audio/\350\275\273\346\230\223.mp3"
new file mode 100755
index 0000000..0dec8f2
Binary files /dev/null and "b/assets/audio/\350\275\273\346\230\223.mp3" differ
diff --git "a/assets/audio/\350\275\273\346\235\276.mp3" "b/assets/audio/\350\275\273\346\235\276.mp3"
new file mode 100755
index 0000000..0f412bc
Binary files /dev/null and "b/assets/audio/\350\275\273\346\235\276.mp3" differ
diff --git "a/assets/audio/\350\275\273\350\247\206.mp3" "b/assets/audio/\350\275\273\350\247\206.mp3"
new file mode 100755
index 0000000..bbc8527
Binary files /dev/null and "b/assets/audio/\350\275\273\350\247\206.mp3" differ
diff --git "a/assets/audio/\350\276\205\345\257\274.mp3" "b/assets/audio/\350\276\205\345\257\274.mp3"
new file mode 100755
index 0000000..de872df
Binary files /dev/null and "b/assets/audio/\350\276\205\345\257\274.mp3" differ
diff --git "a/assets/audio/\350\276\223.mp3" "b/assets/audio/\350\276\223.mp3"
new file mode 100755
index 0000000..ce86d12
Binary files /dev/null and "b/assets/audio/\350\276\223.mp3" differ
diff --git "a/assets/audio/\350\276\223\345\205\245.mp3" "b/assets/audio/\350\276\223\345\205\245.mp3"
new file mode 100755
index 0000000..86e6241
Binary files /dev/null and "b/assets/audio/\350\276\223\345\205\245.mp3" differ
diff --git "a/assets/audio/\350\276\233\350\213\246.mp3" "b/assets/audio/\350\276\233\350\213\246.mp3"
new file mode 100755
index 0000000..3c52cc3
Binary files /dev/null and "b/assets/audio/\350\276\233\350\213\246.mp3" differ
diff --git "a/assets/audio/\350\276\236\350\201\214.mp3" "b/assets/audio/\350\276\236\350\201\214.mp3"
new file mode 100755
index 0000000..8a9d38a
Binary files /dev/null and "b/assets/audio/\350\276\236\350\201\214.mp3" differ
diff --git "a/assets/audio/\350\276\243\346\244\222.mp3" "b/assets/audio/\350\276\243\346\244\222.mp3"
new file mode 100755
index 0000000..145ed7c
Binary files /dev/null and "b/assets/audio/\350\276\243\346\244\222.mp3" differ
diff --git "a/assets/audio/\350\276\250\350\256\244.mp3" "b/assets/audio/\350\276\250\350\256\244.mp3"
new file mode 100755
index 0000000..35a1b2d
Binary files /dev/null and "b/assets/audio/\350\276\250\350\256\244.mp3" differ
diff --git "a/assets/audio/\350\276\251\346\212\244.mp3" "b/assets/audio/\350\276\251\346\212\244.mp3"
new file mode 100755
index 0000000..e21935d
Binary files /dev/null and "b/assets/audio/\350\276\251\346\212\244.mp3" differ
diff --git "a/assets/audio/\350\276\251\350\247\243.mp3" "b/assets/audio/\350\276\251\350\247\243.mp3"
new file mode 100755
index 0000000..239fadc
Binary files /dev/null and "b/assets/audio/\350\276\251\350\247\243.mp3" differ
diff --git "a/assets/audio/\350\276\251\350\256\272.mp3" "b/assets/audio/\350\276\251\350\256\272.mp3"
new file mode 100755
index 0000000..ed0e176
Binary files /dev/null and "b/assets/audio/\350\276\251\350\256\272.mp3" differ
diff --git "a/assets/audio/\350\276\251\350\257\201.mp3" "b/assets/audio/\350\276\251\350\257\201.mp3"
new file mode 100755
index 0000000..cd70404
Binary files /dev/null and "b/assets/audio/\350\276\251\350\257\201.mp3" differ
diff --git "a/assets/audio/\350\276\253\345\255\220.mp3" "b/assets/audio/\350\276\253\345\255\220.mp3"
new file mode 100755
index 0000000..a4f4fdd
Binary files /dev/null and "b/assets/audio/\350\276\253\345\255\220.mp3" differ
diff --git "a/assets/audio/\350\276\271\345\242\203.mp3" "b/assets/audio/\350\276\271\345\242\203.mp3"
new file mode 100755
index 0000000..bc2c004
Binary files /dev/null and "b/assets/audio/\350\276\271\345\242\203.mp3" differ
diff --git "a/assets/audio/\350\276\271\347\225\214.mp3" "b/assets/audio/\350\276\271\347\225\214.mp3"
new file mode 100755
index 0000000..9b4a531
Binary files /dev/null and "b/assets/audio/\350\276\271\347\225\214.mp3" differ
diff --git "a/assets/audio/\350\276\271\347\226\206.mp3" "b/assets/audio/\350\276\271\347\226\206.mp3"
new file mode 100755
index 0000000..9a75779
Binary files /dev/null and "b/assets/audio/\350\276\271\347\226\206.mp3" differ
diff --git "a/assets/audio/\350\276\271\347\274\230.mp3" "b/assets/audio/\350\276\271\347\274\230.mp3"
new file mode 100755
index 0000000..a69ab8f
Binary files /dev/null and "b/assets/audio/\350\276\271\347\274\230.mp3" differ
diff --git "a/assets/audio/\350\276\276\345\210\260.mp3" "b/assets/audio/\350\276\276\345\210\260.mp3"
new file mode 100755
index 0000000..d96aeb6
Binary files /dev/null and "b/assets/audio/\350\276\276\345\210\260.mp3" differ
diff --git "a/assets/audio/\350\276\276\346\210\220.mp3" "b/assets/audio/\350\276\276\346\210\220.mp3"
new file mode 100755
index 0000000..f9c395d
Binary files /dev/null and "b/assets/audio/\350\276\276\346\210\220.mp3" differ
diff --git "a/assets/audio/\350\277\205\351\200\237.mp3" "b/assets/audio/\350\277\205\351\200\237.mp3"
new file mode 100755
index 0000000..cffb2ce
Binary files /dev/null and "b/assets/audio/\350\277\205\351\200\237.mp3" differ
diff --git "a/assets/audio/\350\277\207\345\210\206.mp3" "b/assets/audio/\350\277\207\345\210\206.mp3"
new file mode 100755
index 0000000..f65c42b
Binary files /dev/null and "b/assets/audio/\350\277\207\345\210\206.mp3" differ
diff --git "a/assets/audio/\350\277\207\346\225\217.mp3" "b/assets/audio/\350\277\207\346\225\217.mp3"
new file mode 100755
index 0000000..6f7047b
Binary files /dev/null and "b/assets/audio/\350\277\207\346\225\217.mp3" differ
diff --git "a/assets/audio/\350\277\207\346\234\237.mp3" "b/assets/audio/\350\277\207\346\234\237.mp3"
new file mode 100755
index 0000000..0319e07
Binary files /dev/null and "b/assets/audio/\350\277\207\346\234\237.mp3" differ
diff --git "a/assets/audio/\350\277\216\346\216\245.mp3" "b/assets/audio/\350\277\216\346\216\245.mp3"
new file mode 100755
index 0000000..fcb5a67
Binary files /dev/null and "b/assets/audio/\350\277\216\346\216\245.mp3" differ
diff --git "a/assets/audio/\350\277\220\346\260\224.mp3" "b/assets/audio/\350\277\220\346\260\224.mp3"
new file mode 100755
index 0000000..e53a15d
Binary files /dev/null and "b/assets/audio/\350\277\220\346\260\224.mp3" differ
diff --git "a/assets/audio/\350\277\220\347\224\250.mp3" "b/assets/audio/\350\277\220\347\224\250.mp3"
new file mode 100755
index 0000000..c0f8966
Binary files /dev/null and "b/assets/audio/\350\277\220\347\224\250.mp3" differ
diff --git "a/assets/audio/\350\277\220\350\276\223.mp3" "b/assets/audio/\350\277\220\350\276\223.mp3"
new file mode 100755
index 0000000..4e8b7bc
Binary files /dev/null and "b/assets/audio/\350\277\220\350\276\223.mp3" differ
diff --git "a/assets/audio/\350\277\221\344\273\243.mp3" "b/assets/audio/\350\277\221\344\273\243.mp3"
new file mode 100755
index 0000000..43378e1
Binary files /dev/null and "b/assets/audio/\350\277\221\344\273\243.mp3" differ
diff --git "a/assets/audio/\350\277\233\345\217\243.mp3" "b/assets/audio/\350\277\233\345\217\243.mp3"
new file mode 100755
index 0000000..c377a39
Binary files /dev/null and "b/assets/audio/\350\277\233\345\217\243.mp3" differ
diff --git "a/assets/audio/\350\277\233\346\255\245.mp3" "b/assets/audio/\350\277\233\346\255\245.mp3"
new file mode 100755
index 0000000..0dc5005
Binary files /dev/null and "b/assets/audio/\350\277\233\346\255\245.mp3" differ
diff --git "a/assets/audio/\350\277\235\345\217\215.mp3" "b/assets/audio/\350\277\235\345\217\215.mp3"
new file mode 100755
index 0000000..ef318f6
Binary files /dev/null and "b/assets/audio/\350\277\235\345\217\215.mp3" differ
diff --git "a/assets/audio/\350\277\236\345\277\231.mp3" "b/assets/audio/\350\277\236\345\277\231.mp3"
new file mode 100755
index 0000000..e05a202
Binary files /dev/null and "b/assets/audio/\350\277\236\345\277\231.mp3" differ
diff --git "a/assets/audio/\350\277\236\347\273\255.mp3" "b/assets/audio/\350\277\236\347\273\255.mp3"
new file mode 100755
index 0000000..931ad45
Binary files /dev/null and "b/assets/audio/\350\277\236\347\273\255.mp3" differ
diff --git "a/assets/audio/\350\277\237\346\227\251.mp3" "b/assets/audio/\350\277\237\346\227\251.mp3"
new file mode 100755
index 0000000..645f9c3
Binary files /dev/null and "b/assets/audio/\350\277\237\346\227\251.mp3" differ
diff --git "a/assets/audio/\350\277\237\347\226\221.mp3" "b/assets/audio/\350\277\237\347\226\221.mp3"
new file mode 100755
index 0000000..668a4af
Binary files /dev/null and "b/assets/audio/\350\277\237\347\226\221.mp3" differ
diff --git "a/assets/audio/\350\277\237\347\274\223.mp3" "b/assets/audio/\350\277\237\347\274\223.mp3"
new file mode 100755
index 0000000..d2c29d7
Binary files /dev/null and "b/assets/audio/\350\277\237\347\274\223.mp3" differ
diff --git "a/assets/audio/\350\277\237\351\222\235.mp3" "b/assets/audio/\350\277\237\351\222\235.mp3"
new file mode 100755
index 0000000..d47a823
Binary files /dev/null and "b/assets/audio/\350\277\237\351\222\235.mp3" differ
diff --git "a/assets/audio/\350\277\253\345\210\207.mp3" "b/assets/audio/\350\277\253\345\210\207.mp3"
new file mode 100755
index 0000000..356e6d0
Binary files /dev/null and "b/assets/audio/\350\277\253\345\210\207.mp3" differ
diff --git "a/assets/audio/\350\277\270\345\217\221.mp3" "b/assets/audio/\350\277\270\345\217\221.mp3"
new file mode 100755
index 0000000..cb5ae51
Binary files /dev/null and "b/assets/audio/\350\277\270\345\217\221.mp3" differ
diff --git "a/assets/audio/\350\277\275.mp3" "b/assets/audio/\350\277\275.mp3"
new file mode 100755
index 0000000..abb5dd4
Binary files /dev/null and "b/assets/audio/\350\277\275.mp3" differ
diff --git "a/assets/audio/\350\277\275\346\261\202.mp3" "b/assets/audio/\350\277\275\346\261\202.mp3"
new file mode 100755
index 0000000..ff4db79
Binary files /dev/null and "b/assets/audio/\350\277\275\346\261\202.mp3" differ
diff --git "a/assets/audio/\351\200\200.mp3" "b/assets/audio/\351\200\200.mp3"
new file mode 100755
index 0000000..580f907
Binary files /dev/null and "b/assets/audio/\351\200\200.mp3" differ
diff --git "a/assets/audio/\351\200\200\344\274\221.mp3" "b/assets/audio/\351\200\200\344\274\221.mp3"
new file mode 100755
index 0000000..56e9d43
Binary files /dev/null and "b/assets/audio/\351\200\200\344\274\221.mp3" differ
diff --git "a/assets/audio/\351\200\200\346\255\245.mp3" "b/assets/audio/\351\200\200\346\255\245.mp3"
new file mode 100755
index 0000000..1725e69
Binary files /dev/null and "b/assets/audio/\351\200\200\346\255\245.mp3" differ
diff --git "a/assets/audio/\351\200\202\345\220\210.mp3" "b/assets/audio/\351\200\202\345\220\210.mp3"
new file mode 100755
index 0000000..a5fa1a4
Binary files /dev/null and "b/assets/audio/\351\200\202\345\220\210.mp3" differ
diff --git "a/assets/audio/\351\200\202\345\272\224.mp3" "b/assets/audio/\351\200\202\345\272\224.mp3"
new file mode 100755
index 0000000..de3b319
Binary files /dev/null and "b/assets/audio/\351\200\202\345\272\224.mp3" differ
diff --git "a/assets/audio/\351\200\203.mp3" "b/assets/audio/\351\200\203.mp3"
new file mode 100755
index 0000000..9ce1d87
Binary files /dev/null and "b/assets/audio/\351\200\203.mp3" differ
diff --git "a/assets/audio/\351\200\203\351\201\277.mp3" "b/assets/audio/\351\200\203\351\201\277.mp3"
new file mode 100755
index 0000000..b26b5bd
Binary files /dev/null and "b/assets/audio/\351\200\203\351\201\277.mp3" differ
diff --git "a/assets/audio/\351\200\217\346\230\216.mp3" "b/assets/audio/\351\200\217\346\230\216.mp3"
new file mode 100755
index 0000000..636d80d
Binary files /dev/null and "b/assets/audio/\351\200\217\346\230\216.mp3" differ
diff --git "a/assets/audio/\351\200\220\346\255\245.mp3" "b/assets/audio/\351\200\220\346\255\245.mp3"
new file mode 100755
index 0000000..ec115d8
Binary files /dev/null and "b/assets/audio/\351\200\220\346\255\245.mp3" differ
diff --git "a/assets/audio/\351\200\220\346\270\220.mp3" "b/assets/audio/\351\200\220\346\270\220.mp3"
new file mode 100755
index 0000000..0068e57
Binary files /dev/null and "b/assets/audio/\351\200\220\346\270\220.mp3" differ
diff --git "a/assets/audio/\351\200\222.mp3" "b/assets/audio/\351\200\222.mp3"
new file mode 100755
index 0000000..4b3cd5b
Binary files /dev/null and "b/assets/audio/\351\200\222.mp3" differ
diff --git "a/assets/audio/\351\200\222\345\242\236.mp3" "b/assets/audio/\351\200\222\345\242\236.mp3"
new file mode 100755
index 0000000..6d7b64c
Binary files /dev/null and "b/assets/audio/\351\200\222\345\242\236.mp3" differ
diff --git "a/assets/audio/\351\200\227.mp3" "b/assets/audio/\351\200\227.mp3"
new file mode 100755
index 0000000..3e92ebf
Binary files /dev/null and "b/assets/audio/\351\200\227.mp3" differ
diff --git "a/assets/audio/\351\200\232\345\270\270.mp3" "b/assets/audio/\351\200\232\345\270\270.mp3"
new file mode 100755
index 0000000..74470ea
Binary files /dev/null and "b/assets/audio/\351\200\232\345\270\270.mp3" differ
diff --git "a/assets/audio/\351\200\232\347\237\245.mp3" "b/assets/audio/\351\200\232\347\237\245.mp3"
new file mode 100755
index 0000000..0b36461
Binary files /dev/null and "b/assets/audio/\351\200\232\347\237\245.mp3" differ
diff --git "a/assets/audio/\351\200\232\350\277\207.mp3" "b/assets/audio/\351\200\232\350\277\207.mp3"
new file mode 100755
index 0000000..e25a83e
Binary files /dev/null and "b/assets/audio/\351\200\232\350\277\207.mp3" differ
diff --git "a/assets/audio/\351\200\237\345\272\246.mp3" "b/assets/audio/\351\200\237\345\272\246.mp3"
new file mode 100755
index 0000000..a7a03c4
Binary files /dev/null and "b/assets/audio/\351\200\237\345\272\246.mp3" differ
diff --git "a/assets/audio/\351\200\240\346\210\220.mp3" "b/assets/audio/\351\200\240\346\210\220.mp3"
new file mode 100755
index 0000000..40accb3
Binary files /dev/null and "b/assets/audio/\351\200\240\346\210\220.mp3" differ
diff --git "a/assets/audio/\351\200\256\346\215\225.mp3" "b/assets/audio/\351\200\256\346\215\225.mp3"
new file mode 100755
index 0000000..57d3cbd
Binary files /dev/null and "b/assets/audio/\351\200\256\346\215\225.mp3" differ
diff --git "a/assets/audio/\351\200\273\350\276\221.mp3" "b/assets/audio/\351\200\273\350\276\221.mp3"
new file mode 100755
index 0000000..bdd8595
Binary files /dev/null and "b/assets/audio/\351\200\273\350\276\221.mp3" differ
diff --git "a/assets/audio/\351\200\274\350\277\253.mp3" "b/assets/audio/\351\200\274\350\277\253.mp3"
new file mode 100755
index 0000000..27fd4ca
Binary files /dev/null and "b/assets/audio/\351\200\274\350\277\253.mp3" differ
diff --git "a/assets/audio/\351\201\215\345\270\203.mp3" "b/assets/audio/\351\201\215\345\270\203.mp3"
new file mode 100755
index 0000000..5e7ee2d
Binary files /dev/null and "b/assets/audio/\351\201\215\345\270\203.mp3" differ
diff --git "a/assets/audio/\351\201\217\345\210\266.mp3" "b/assets/audio/\351\201\217\345\210\266.mp3"
new file mode 100755
index 0000000..fa2a76f
Binary files /dev/null and "b/assets/audio/\351\201\217\345\210\266.mp3" differ
diff --git "a/assets/audio/\351\201\223\345\276\267.mp3" "b/assets/audio/\351\201\223\345\276\267.mp3"
new file mode 100755
index 0000000..f3c0074
Binary files /dev/null and "b/assets/audio/\351\201\223\345\276\267.mp3" differ
diff --git "a/assets/audio/\351\201\223\347\220\206.mp3" "b/assets/audio/\351\201\223\347\220\206.mp3"
new file mode 100755
index 0000000..6bd809f
Binary files /dev/null and "b/assets/audio/\351\201\223\347\220\206.mp3" differ
diff --git "a/assets/audio/\351\201\227\346\206\276.mp3" "b/assets/audio/\351\201\227\346\206\276.mp3"
new file mode 100755
index 0000000..e8623bd
Binary files /dev/null and "b/assets/audio/\351\201\227\346\206\276.mp3" differ
diff --git "a/assets/audio/\351\201\265\345\256\210.mp3" "b/assets/audio/\351\201\265\345\256\210.mp3"
new file mode 100755
index 0000000..d04c111
Binary files /dev/null and "b/assets/audio/\351\201\265\345\256\210.mp3" differ
diff --git "a/assets/audio/\351\201\277\345\205\215.mp3" "b/assets/audio/\351\201\277\345\205\215.mp3"
new file mode 100755
index 0000000..3421567
Binary files /dev/null and "b/assets/audio/\351\201\277\345\205\215.mp3" differ
diff --git "a/assets/audio/\351\202\200\350\257\267.mp3" "b/assets/audio/\351\202\200\350\257\267.mp3"
new file mode 100755
index 0000000..db751ea
Binary files /dev/null and "b/assets/audio/\351\202\200\350\257\267.mp3" differ
diff --git "a/assets/audio/\351\202\256\345\261\200.mp3" "b/assets/audio/\351\202\256\345\261\200.mp3"
new file mode 100755
index 0000000..a9bf78f
Binary files /dev/null and "b/assets/audio/\351\202\256\345\261\200.mp3" differ
diff --git "a/assets/audio/\351\203\250\351\227\250.mp3" "b/assets/audio/\351\203\250\351\227\250.mp3"
new file mode 100755
index 0000000..e4b0656
Binary files /dev/null and "b/assets/audio/\351\203\250\351\227\250.mp3" differ
diff --git "a/assets/audio/\351\203\275.mp3" "b/assets/audio/\351\203\275.mp3"
new file mode 100755
index 0000000..01e9da4
Binary files /dev/null and "b/assets/audio/\351\203\275.mp3" differ
diff --git "a/assets/audio/\351\204\231\350\247\206.mp3" "b/assets/audio/\351\204\231\350\247\206.mp3"
new file mode 100755
index 0000000..d93fd2e
Binary files /dev/null and "b/assets/audio/\351\204\231\350\247\206.mp3" differ
diff --git "a/assets/audio/\351\205\215\345\220\210.mp3" "b/assets/audio/\351\205\215\345\220\210.mp3"
new file mode 100755
index 0000000..d8fee7f
Binary files /dev/null and "b/assets/audio/\351\205\215\345\220\210.mp3" differ
diff --git "a/assets/audio/\351\205\222\345\220\247.mp3" "b/assets/audio/\351\205\222\345\220\247.mp3"
new file mode 100755
index 0000000..b60d4f3
Binary files /dev/null and "b/assets/audio/\351\205\222\345\220\247.mp3" differ
diff --git "a/assets/audio/\351\205\261\346\262\271.mp3" "b/assets/audio/\351\205\261\346\262\271.mp3"
new file mode 100755
index 0000000..87e1a0c
Binary files /dev/null and "b/assets/audio/\351\205\261\346\262\271.mp3" differ
diff --git "a/assets/audio/\351\205\270.mp3" "b/assets/audio/\351\205\270.mp3"
new file mode 100755
index 0000000..17240f9
Binary files /dev/null and "b/assets/audio/\351\205\270.mp3" differ
diff --git "a/assets/audio/\351\206\211.mp3" "b/assets/audio/\351\206\211.mp3"
new file mode 100755
index 0000000..2f7f116
Binary files /dev/null and "b/assets/audio/\351\206\211.mp3" differ
diff --git "a/assets/audio/\351\206\213.mp3" "b/assets/audio/\351\206\213.mp3"
new file mode 100755
index 0000000..2a70c41
Binary files /dev/null and "b/assets/audio/\351\206\213.mp3" differ
diff --git "a/assets/audio/\351\206\222.mp3" "b/assets/audio/\351\206\222.mp3"
new file mode 100755
index 0000000..ce6f31a
Binary files /dev/null and "b/assets/audio/\351\206\222.mp3" differ
diff --git "a/assets/audio/\351\207\207\345\217\226.mp3" "b/assets/audio/\351\207\207\345\217\226.mp3"
new file mode 100755
index 0000000..f1303f3
Binary files /dev/null and "b/assets/audio/\351\207\207\345\217\226.mp3" differ
diff --git "a/assets/audio/\351\207\207\347\272\263.mp3" "b/assets/audio/\351\207\207\347\272\263.mp3"
new file mode 100755
index 0000000..d2e19bd
Binary files /dev/null and "b/assets/audio/\351\207\207\347\272\263.mp3" differ
diff --git "a/assets/audio/\351\207\207\350\256\277.mp3" "b/assets/audio/\351\207\207\350\256\277.mp3"
new file mode 100755
index 0000000..85b883f
Binary files /dev/null and "b/assets/audio/\351\207\207\350\256\277.mp3" differ
diff --git "a/assets/audio/\351\207\207\350\264\255.mp3" "b/assets/audio/\351\207\207\350\264\255.mp3"
new file mode 100755
index 0000000..78e7907
Binary files /dev/null and "b/assets/audio/\351\207\207\350\264\255.mp3" differ
diff --git "a/assets/audio/\351\207\207\351\233\206.mp3" "b/assets/audio/\351\207\207\351\233\206.mp3"
new file mode 100755
index 0000000..8bae37a
Binary files /dev/null and "b/assets/audio/\351\207\207\351\233\206.mp3" differ
diff --git "a/assets/audio/\351\207\215.mp3" "b/assets/audio/\351\207\215.mp3"
new file mode 100755
index 0000000..4bea916
Binary files /dev/null and "b/assets/audio/\351\207\215.mp3" differ
diff --git "a/assets/audio/\351\207\215\345\217\240.mp3" "b/assets/audio/\351\207\215\345\217\240.mp3"
new file mode 100755
index 0000000..b9a34c5
Binary files /dev/null and "b/assets/audio/\351\207\215\345\217\240.mp3" differ
diff --git "a/assets/audio/\351\207\215\345\244\215.mp3" "b/assets/audio/\351\207\215\345\244\215.mp3"
new file mode 100755
index 0000000..7a68074
Binary files /dev/null and "b/assets/audio/\351\207\215\345\244\215.mp3" differ
diff --git "a/assets/audio/\351\207\215\345\244\247.mp3" "b/assets/audio/\351\207\215\345\244\247.mp3"
new file mode 100755
index 0000000..2ff5d53
Binary files /dev/null and "b/assets/audio/\351\207\215\345\244\247.mp3" differ
diff --git "a/assets/audio/\351\207\215\347\202\271.mp3" "b/assets/audio/\351\207\215\347\202\271.mp3"
new file mode 100755
index 0000000..b388870
Binary files /dev/null and "b/assets/audio/\351\207\215\347\202\271.mp3" differ
diff --git "a/assets/audio/\351\207\215\350\247\206.mp3" "b/assets/audio/\351\207\215\350\247\206.mp3"
new file mode 100755
index 0000000..e5fe031
Binary files /dev/null and "b/assets/audio/\351\207\215\350\247\206.mp3" differ
diff --git "a/assets/audio/\351\207\215\351\207\217.mp3" "b/assets/audio/\351\207\215\351\207\217.mp3"
new file mode 100755
index 0000000..8f5143c
Binary files /dev/null and "b/assets/audio/\351\207\215\351\207\217.mp3" differ
diff --git "a/assets/audio/\351\207\221\345\261\236.mp3" "b/assets/audio/\351\207\221\345\261\236.mp3"
new file mode 100755
index 0000000..847c917
Binary files /dev/null and "b/assets/audio/\351\207\221\345\261\236.mp3" differ
diff --git "a/assets/audio/\351\222\210\345\257\271.mp3" "b/assets/audio/\351\222\210\345\257\271.mp3"
new file mode 100755
index 0000000..5f0e470
Binary files /dev/null and "b/assets/audio/\351\222\210\345\257\271.mp3" differ
diff --git "a/assets/audio/\351\222\223.mp3" "b/assets/audio/\351\222\223.mp3"
new file mode 100755
index 0000000..8d18255
Binary files /dev/null and "b/assets/audio/\351\222\223.mp3" differ
diff --git "a/assets/audio/\351\222\236\347\245\250.mp3" "b/assets/audio/\351\222\236\347\245\250.mp3"
new file mode 100755
index 0000000..5d96bf9
Binary files /dev/null and "b/assets/audio/\351\222\236\347\245\250.mp3" differ
diff --git "a/assets/audio/\351\222\242\351\223\201.mp3" "b/assets/audio/\351\222\242\351\223\201.mp3"
new file mode 100755
index 0000000..bcfdf20
Binary files /dev/null and "b/assets/audio/\351\222\242\351\223\201.mp3" differ
diff --git "a/assets/audio/\351\222\245\345\214\231.mp3" "b/assets/audio/\351\222\245\345\214\231.mp3"
new file mode 100755
index 0000000..6df281f
Binary files /dev/null and "b/assets/audio/\351\222\245\345\214\231.mp3" differ
diff --git "a/assets/audio/\351\223\203.mp3" "b/assets/audio/\351\223\203.mp3"
new file mode 100755
index 0000000..38320e2
Binary files /dev/null and "b/assets/audio/\351\223\203.mp3" differ
diff --git "a/assets/audio/\351\223\266.mp3" "b/assets/audio/\351\223\266.mp3"
new file mode 100755
index 0000000..ea2b31e
Binary files /dev/null and "b/assets/audio/\351\223\266.mp3" differ
diff --git "a/assets/audio/\351\224\200\345\224\256.mp3" "b/assets/audio/\351\224\200\345\224\256.mp3"
new file mode 100755
index 0000000..11616f3
Binary files /dev/null and "b/assets/audio/\351\224\200\345\224\256.mp3" differ
diff --git "a/assets/audio/\351\224\201.mp3" "b/assets/audio/\351\224\201.mp3"
new file mode 100755
index 0000000..8473f63
Binary files /dev/null and "b/assets/audio/\351\224\201.mp3" differ
diff --git "a/assets/audio/\351\224\205.mp3" "b/assets/audio/\351\224\205.mp3"
new file mode 100755
index 0000000..6bfe1f5
Binary files /dev/null and "b/assets/audio/\351\224\205.mp3" differ
diff --git "a/assets/audio/\351\224\244.mp3" "b/assets/audio/\351\224\244.mp3"
new file mode 100755
index 0000000..80653cc
Binary files /dev/null and "b/assets/audio/\351\224\244.mp3" differ
diff --git "a/assets/audio/\351\224\256\347\233\230.mp3" "b/assets/audio/\351\224\256\347\233\230.mp3"
new file mode 100755
index 0000000..7eedce7
Binary files /dev/null and "b/assets/audio/\351\224\256\347\233\230.mp3" differ
diff --git "a/assets/audio/\351\225\277\350\276\210.mp3" "b/assets/audio/\351\225\277\350\276\210.mp3"
new file mode 100755
index 0000000..4728c71
Binary files /dev/null and "b/assets/audio/\351\225\277\350\276\210.mp3" differ
diff --git "a/assets/audio/\351\225\277\351\200\224.mp3" "b/assets/audio/\351\225\277\351\200\224.mp3"
new file mode 100755
index 0000000..26aae20
Binary files /dev/null and "b/assets/audio/\351\225\277\351\200\224.mp3" differ
diff --git "a/assets/audio/\351\227\252\347\224\265.mp3" "b/assets/audio/\351\227\252\347\224\265.mp3"
new file mode 100755
index 0000000..cf195b8
Binary files /dev/null and "b/assets/audio/\351\227\252\347\224\265.mp3" differ
diff --git "a/assets/audio/\351\227\255\345\241\236.mp3" "b/assets/audio/\351\227\255\345\241\236.mp3"
new file mode 100755
index 0000000..46374d2
Binary files /dev/null and "b/assets/audio/\351\227\255\345\241\236.mp3" differ
diff --git "a/assets/audio/\351\227\256\345\200\231.mp3" "b/assets/audio/\351\227\256\345\200\231.mp3"
new file mode 100755
index 0000000..9aae814
Binary files /dev/null and "b/assets/audio/\351\227\256\345\200\231.mp3" differ
diff --git "a/assets/audio/\351\227\257.mp3" "b/assets/audio/\351\227\257.mp3"
new file mode 100755
index 0000000..dbc0be1
Binary files /dev/null and "b/assets/audio/\351\227\257.mp3" differ
diff --git "a/assets/audio/\351\227\273.mp3" "b/assets/audio/\351\227\273.mp3"
new file mode 100755
index 0000000..a6bdb3e
Binary files /dev/null and "b/assets/audio/\351\227\273.mp3" differ
diff --git "a/assets/audio/\351\230\205\350\257\273.mp3" "b/assets/audio/\351\230\205\350\257\273.mp3"
new file mode 100755
index 0000000..a986a01
Binary files /dev/null and "b/assets/audio/\351\230\205\350\257\273.mp3" differ
diff --git "a/assets/audio/\351\230\220\350\277\260.mp3" "b/assets/audio/\351\230\220\350\277\260.mp3"
new file mode 100755
index 0000000..594f551
Binary files /dev/null and "b/assets/audio/\351\230\220\350\277\260.mp3" differ
diff --git "a/assets/audio/\351\230\237\344\274\215.mp3" "b/assets/audio/\351\230\237\344\274\215.mp3"
new file mode 100755
index 0000000..2c69667
Binary files /dev/null and "b/assets/audio/\351\230\237\344\274\215.mp3" differ
diff --git "a/assets/audio/\351\230\263\345\205\211.mp3" "b/assets/audio/\351\230\263\345\205\211.mp3"
new file mode 100755
index 0000000..9d68d32
Binary files /dev/null and "b/assets/audio/\351\230\263\345\205\211.mp3" differ
diff --git "a/assets/audio/\351\230\263\345\217\260.mp3" "b/assets/audio/\351\230\263\345\217\260.mp3"
new file mode 100755
index 0000000..afc0575
Binary files /dev/null and "b/assets/audio/\351\230\263\345\217\260.mp3" differ
diff --git "a/assets/audio/\351\230\265.mp3" "b/assets/audio/\351\230\265.mp3"
new file mode 100755
index 0000000..5090517
Binary files /dev/null and "b/assets/audio/\351\230\265.mp3" differ
diff --git "a/assets/audio/\351\230\266\346\256\265.mp3" "b/assets/audio/\351\230\266\346\256\265.mp3"
new file mode 100755
index 0000000..e8b2c46
Binary files /dev/null and "b/assets/audio/\351\230\266\346\256\265.mp3" differ
diff --git "a/assets/audio/\351\230\273\346\255\242.mp3" "b/assets/audio/\351\230\273\346\255\242.mp3"
new file mode 100755
index 0000000..43acdeb
Binary files /dev/null and "b/assets/audio/\351\230\273\346\255\242.mp3" differ
diff --git "a/assets/audio/\351\231\206\345\234\260.mp3" "b/assets/audio/\351\231\206\345\234\260.mp3"
new file mode 100755
index 0000000..3bb53c1
Binary files /dev/null and "b/assets/audio/\351\231\206\345\234\260.mp3" differ
diff --git "a/assets/audio/\351\231\206\347\273\255.mp3" "b/assets/audio/\351\231\206\347\273\255.mp3"
new file mode 100755
index 0000000..8c7c080
Binary files /dev/null and "b/assets/audio/\351\231\206\347\273\255.mp3" differ
diff --git "a/assets/audio/\351\231\210\345\210\227.mp3" "b/assets/audio/\351\231\210\345\210\227.mp3"
new file mode 100755
index 0000000..038f5ab
Binary files /dev/null and "b/assets/audio/\351\231\210\345\210\227.mp3" differ
diff --git "a/assets/audio/\351\231\210\346\227\247.mp3" "b/assets/audio/\351\231\210\346\227\247.mp3"
new file mode 100755
index 0000000..a291e93
Binary files /dev/null and "b/assets/audio/\351\231\210\346\227\247.mp3" differ
diff --git "a/assets/audio/\351\231\210\350\277\260.mp3" "b/assets/audio/\351\231\210\350\277\260.mp3"
new file mode 100755
index 0000000..df45813
Binary files /dev/null and "b/assets/audio/\351\231\210\350\277\260.mp3" differ
diff --git "a/assets/audio/\351\231\214\347\224\237.mp3" "b/assets/audio/\351\231\214\347\224\237.mp3"
new file mode 100755
index 0000000..ab988a6
Binary files /dev/null and "b/assets/audio/\351\231\214\347\224\237.mp3" differ
diff --git "a/assets/audio/\351\231\220\345\210\266.mp3" "b/assets/audio/\351\231\220\345\210\266.mp3"
new file mode 100755
index 0000000..876c9bb
Binary files /dev/null and "b/assets/audio/\351\231\220\345\210\266.mp3" differ
diff --git "a/assets/audio/\351\231\241\345\263\255.mp3" "b/assets/audio/\351\231\241\345\263\255.mp3"
new file mode 100755
index 0000000..e7c4ed8
Binary files /dev/null and "b/assets/audio/\351\231\241\345\263\255.mp3" differ
diff --git "a/assets/audio/\351\231\244.mp3" "b/assets/audio/\351\231\244.mp3"
new file mode 100755
index 0000000..ac743ac
Binary files /dev/null and "b/assets/audio/\351\231\244.mp3" differ
diff --git "a/assets/audio/\351\231\244\345\244\225.mp3" "b/assets/audio/\351\231\244\345\244\225.mp3"
new file mode 100755
index 0000000..c4645f1
Binary files /dev/null and "b/assets/audio/\351\231\244\345\244\225.mp3" differ
diff --git "a/assets/audio/\351\231\244\351\235\236.mp3" "b/assets/audio/\351\231\244\351\235\236.mp3"
new file mode 100755
index 0000000..7bdc4d1
Binary files /dev/null and "b/assets/audio/\351\231\244\351\235\236.mp3" differ
diff --git "a/assets/audio/\351\232\217\344\276\277.mp3" "b/assets/audio/\351\232\217\344\276\277.mp3"
new file mode 100755
index 0000000..7e1e6f2
Binary files /dev/null and "b/assets/audio/\351\232\217\344\276\277.mp3" differ
diff --git "a/assets/audio/\351\232\217\346\211\213.mp3" "b/assets/audio/\351\232\217\346\211\213.mp3"
new file mode 100755
index 0000000..1486578
Binary files /dev/null and "b/assets/audio/\351\232\217\346\211\213.mp3" differ
diff --git "a/assets/audio/\351\232\217\346\227\266.mp3" "b/assets/audio/\351\232\217\346\227\266.mp3"
new file mode 100755
index 0000000..6cfb198
Binary files /dev/null and "b/assets/audio/\351\232\217\346\227\266.mp3" differ
diff --git "a/assets/audio/\351\232\217\347\235\200.mp3" "b/assets/audio/\351\232\217\347\235\200.mp3"
new file mode 100755
index 0000000..6d7f29b
Binary files /dev/null and "b/assets/audio/\351\232\217\347\235\200.mp3" differ
diff --git "a/assets/audio/\351\232\217\350\272\253.mp3" "b/assets/audio/\351\232\217\350\272\253.mp3"
new file mode 100755
index 0000000..3cbdda7
Binary files /dev/null and "b/assets/audio/\351\232\217\350\272\253.mp3" differ
diff --git "a/assets/audio/\351\232\224\345\243\201.mp3" "b/assets/audio/\351\232\224\345\243\201.mp3"
new file mode 100755
index 0000000..a24aef0
Binary files /dev/null and "b/assets/audio/\351\232\224\345\243\201.mp3" differ
diff --git "a/assets/audio/\351\232\276\345\205\215.mp3" "b/assets/audio/\351\232\276\345\205\215.mp3"
new file mode 100755
index 0000000..dcffe66
Binary files /dev/null and "b/assets/audio/\351\232\276\345\205\215.mp3" differ
diff --git "a/assets/audio/\351\232\276\346\200\252.mp3" "b/assets/audio/\351\232\276\346\200\252.mp3"
new file mode 100755
index 0000000..566483a
Binary files /dev/null and "b/assets/audio/\351\232\276\346\200\252.mp3" differ
diff --git "a/assets/audio/\351\233\206\344\270\255.mp3" "b/assets/audio/\351\233\206\344\270\255.mp3"
new file mode 100755
index 0000000..4bbe93f
Binary files /dev/null and "b/assets/audio/\351\233\206\344\270\255.mp3" differ
diff --git "a/assets/audio/\351\233\206\344\275\223.mp3" "b/assets/audio/\351\233\206\344\275\223.mp3"
new file mode 100755
index 0000000..0e6faff
Binary files /dev/null and "b/assets/audio/\351\233\206\344\275\223.mp3" differ
diff --git "a/assets/audio/\351\233\206\345\220\210.mp3" "b/assets/audio/\351\233\206\345\220\210.mp3"
new file mode 100755
index 0000000..6ca1480
Binary files /dev/null and "b/assets/audio/\351\233\206\345\220\210.mp3" differ
diff --git "a/assets/audio/\351\233\214\351\233\204.mp3" "b/assets/audio/\351\233\214\351\233\204.mp3"
new file mode 100755
index 0000000..38b981a
Binary files /dev/null and "b/assets/audio/\351\233\214\351\233\204.mp3" differ
diff --git "a/assets/audio/\351\233\225\345\210\273.mp3" "b/assets/audio/\351\233\225\345\210\273.mp3"
new file mode 100755
index 0000000..452ad85
Binary files /dev/null and "b/assets/audio/\351\233\225\345\210\273.mp3" differ
diff --git "a/assets/audio/\351\233\225\345\241\221.mp3" "b/assets/audio/\351\233\225\345\241\221.mp3"
new file mode 100755
index 0000000..58f92f6
Binary files /dev/null and "b/assets/audio/\351\233\225\345\241\221.mp3" differ
diff --git "a/assets/audio/\351\233\266\344\273\266.mp3" "b/assets/audio/\351\233\266\344\273\266.mp3"
new file mode 100755
index 0000000..706e6aa
Binary files /dev/null and "b/assets/audio/\351\233\266\344\273\266.mp3" differ
diff --git "a/assets/audio/\351\233\266\351\243\237.mp3" "b/assets/audio/\351\233\266\351\243\237.mp3"
new file mode 100755
index 0000000..6d3dd0d
Binary files /dev/null and "b/assets/audio/\351\233\266\351\243\237.mp3" differ
diff --git "a/assets/audio/\351\233\267.mp3" "b/assets/audio/\351\233\267.mp3"
new file mode 100755
index 0000000..1753d12
Binary files /dev/null and "b/assets/audio/\351\233\267.mp3" differ
diff --git "a/assets/audio/\351\233\276.mp3" "b/assets/audio/\351\233\276.mp3"
new file mode 100755
index 0000000..caa86e4
Binary files /dev/null and "b/assets/audio/\351\233\276.mp3" differ
diff --git "a/assets/audio/\351\234\270\351\201\223.mp3" "b/assets/audio/\351\234\270\351\201\223.mp3"
new file mode 100755
index 0000000..95b2443
Binary files /dev/null and "b/assets/audio/\351\234\270\351\201\223.mp3" differ
diff --git "a/assets/audio/\351\235\222.mp3" "b/assets/audio/\351\235\222.mp3"
new file mode 100755
index 0000000..e5ad466
Binary files /dev/null and "b/assets/audio/\351\235\222.mp3" differ
diff --git "a/assets/audio/\351\235\222\346\230\245.mp3" "b/assets/audio/\351\235\222\346\230\245.mp3"
new file mode 100755
index 0000000..7b18c11
Binary files /dev/null and "b/assets/audio/\351\235\222\346\230\245.mp3" differ
diff --git "a/assets/audio/\351\235\236.mp3" "b/assets/audio/\351\235\236.mp3"
new file mode 100755
index 0000000..49953c6
Binary files /dev/null and "b/assets/audio/\351\235\236.mp3" differ
diff --git "a/assets/audio/\351\235\240.mp3" "b/assets/audio/\351\235\240.mp3"
new file mode 100755
index 0000000..622740d
Binary files /dev/null and "b/assets/audio/\351\235\240.mp3" differ
diff --git "a/assets/audio/\351\235\242\344\270\264.mp3" "b/assets/audio/\351\235\242\344\270\264.mp3"
new file mode 100755
index 0000000..416a746
Binary files /dev/null and "b/assets/audio/\351\235\242\344\270\264.mp3" differ
diff --git "a/assets/audio/\351\235\242\345\257\271.mp3" "b/assets/audio/\351\235\242\345\257\271.mp3"
new file mode 100755
index 0000000..a06ddc9
Binary files /dev/null and "b/assets/audio/\351\235\242\345\257\271.mp3" differ
diff --git "a/assets/audio/\351\235\242\347\247\257.mp3" "b/assets/audio/\351\235\242\347\247\257.mp3"
new file mode 100755
index 0000000..cff7798
Binary files /dev/null and "b/assets/audio/\351\235\242\347\247\257.mp3" differ
diff --git "a/assets/audio/\351\236\255\347\202\256.mp3" "b/assets/audio/\351\236\255\347\202\256.mp3"
new file mode 100755
index 0000000..b0ef9ee
Binary files /dev/null and "b/assets/audio/\351\236\255\347\202\256.mp3" differ
diff --git "a/assets/audio/\351\236\255\347\255\226.mp3" "b/assets/audio/\351\236\255\347\255\226.mp3"
new file mode 100755
index 0000000..9a0612c
Binary files /dev/null and "b/assets/audio/\351\236\255\347\255\226.mp3" differ
diff --git "a/assets/audio/\351\241\265.mp3" "b/assets/audio/\351\241\265.mp3"
new file mode 100755
index 0000000..7d05c0d
Binary files /dev/null and "b/assets/audio/\351\241\265.mp3" differ
diff --git "a/assets/audio/\351\241\266.mp3" "b/assets/audio/\351\241\266.mp3"
new file mode 100755
index 0000000..dd5814a
Binary files /dev/null and "b/assets/audio/\351\241\266.mp3" differ
diff --git "a/assets/audio/\351\241\271.mp3" "b/assets/audio/\351\241\271.mp3"
new file mode 100755
index 0000000..eacdb97
Binary files /dev/null and "b/assets/audio/\351\241\271.mp3" differ
diff --git "a/assets/audio/\351\241\271\347\233\256.mp3" "b/assets/audio/\351\241\271\347\233\256.mp3"
new file mode 100755
index 0000000..b510ccf
Binary files /dev/null and "b/assets/audio/\351\241\271\347\233\256.mp3" differ
diff --git "a/assets/audio/\351\241\271\351\223\276.mp3" "b/assets/audio/\351\241\271\351\223\276.mp3"
new file mode 100755
index 0000000..718cc00
Binary files /dev/null and "b/assets/audio/\351\241\271\351\223\276.mp3" differ
diff --git "a/assets/audio/\351\241\272\344\276\277.mp3" "b/assets/audio/\351\241\272\344\276\277.mp3"
new file mode 100755
index 0000000..675aa92
Binary files /dev/null and "b/assets/audio/\351\241\272\344\276\277.mp3" differ
diff --git "a/assets/audio/\351\241\272\345\210\251.mp3" "b/assets/audio/\351\241\272\345\210\251.mp3"
new file mode 100755
index 0000000..4816599
Binary files /dev/null and "b/assets/audio/\351\241\272\345\210\251.mp3" differ
diff --git "a/assets/audio/\351\241\272\345\272\217.mp3" "b/assets/audio/\351\241\272\345\272\217.mp3"
new file mode 100755
index 0000000..9e89bdb
Binary files /dev/null and "b/assets/audio/\351\241\272\345\272\217.mp3" differ
diff --git "a/assets/audio/\351\241\277.mp3" "b/assets/audio/\351\241\277.mp3"
new file mode 100755
index 0000000..d0279bc
Binary files /dev/null and "b/assets/audio/\351\241\277.mp3" differ
diff --git "a/assets/audio/\351\241\277\346\227\266.mp3" "b/assets/audio/\351\241\277\346\227\266.mp3"
new file mode 100755
index 0000000..d5e3544
Binary files /dev/null and "b/assets/audio/\351\241\277\346\227\266.mp3" differ
diff --git "a/assets/audio/\351\242\201\345\270\203.mp3" "b/assets/audio/\351\242\201\345\270\203.mp3"
new file mode 100755
index 0000000..0db33b5
Binary files /dev/null and "b/assets/audio/\351\242\201\345\270\203.mp3" differ
diff --git "a/assets/audio/\351\242\204\344\271\240.mp3" "b/assets/audio/\351\242\204\344\271\240.mp3"
new file mode 100755
index 0000000..3909a6e
Binary files /dev/null and "b/assets/audio/\351\242\204\344\271\240.mp3" differ
diff --git "a/assets/audio/\351\242\204\346\212\245.mp3" "b/assets/audio/\351\242\204\346\212\245.mp3"
new file mode 100755
index 0000000..e7e8f33
Binary files /dev/null and "b/assets/audio/\351\242\204\346\212\245.mp3" differ
diff --git "a/assets/audio/\351\242\204\350\256\242.mp3" "b/assets/audio/\351\242\204\350\256\242.mp3"
new file mode 100755
index 0000000..27ed63a
Binary files /dev/null and "b/assets/audio/\351\242\204\350\256\242.mp3" differ
diff --git "a/assets/audio/\351\242\204\351\230\262.mp3" "b/assets/audio/\351\242\204\351\230\262.mp3"
new file mode 100755
index 0000000..adcb88e
Binary files /dev/null and "b/assets/audio/\351\242\204\351\230\262.mp3" differ
diff --git "a/assets/audio/\351\242\206\345\237\237.mp3" "b/assets/audio/\351\242\206\345\237\237.mp3"
new file mode 100755
index 0000000..2432441
Binary files /dev/null and "b/assets/audio/\351\242\206\345\237\237.mp3" differ
diff --git "a/assets/audio/\351\242\206\345\257\274.mp3" "b/assets/audio/\351\242\206\345\257\274.mp3"
new file mode 100755
index 0000000..5828e64
Binary files /dev/null and "b/assets/audio/\351\242\206\345\257\274.mp3" differ
diff --git "a/assets/audio/\351\242\221\351\201\223.mp3" "b/assets/audio/\351\242\221\351\201\223.mp3"
new file mode 100755
index 0000000..f06bc23
Binary files /dev/null and "b/assets/audio/\351\242\221\351\201\223.mp3" differ
diff --git "a/assets/audio/\351\242\227.mp3" "b/assets/audio/\351\242\227.mp3"
new file mode 100755
index 0000000..384ae4a
Binary files /dev/null and "b/assets/audio/\351\242\227.mp3" differ
diff --git "a/assets/audio/\351\242\230\347\233\256.mp3" "b/assets/audio/\351\242\230\347\233\256.mp3"
new file mode 100755
index 0000000..339ca2f
Binary files /dev/null and "b/assets/audio/\351\242\230\347\233\256.mp3" differ
diff --git "a/assets/audio/\351\242\235\345\244\226.mp3" "b/assets/audio/\351\242\235\345\244\226.mp3"
new file mode 100755
index 0000000..3ebf662
Binary files /dev/null and "b/assets/audio/\351\242\235\345\244\226.mp3" differ
diff --git "a/assets/audio/\351\242\240\345\200\222.mp3" "b/assets/audio/\351\242\240\345\200\222.mp3"
new file mode 100755
index 0000000..b9129ce
Binary files /dev/null and "b/assets/audio/\351\242\240\345\200\222.mp3" differ
diff --git "a/assets/audio/\351\242\240\347\260\270.mp3" "b/assets/audio/\351\242\240\347\260\270.mp3"
new file mode 100755
index 0000000..83ccafc
Binary files /dev/null and "b/assets/audio/\351\242\240\347\260\270.mp3" differ
diff --git "a/assets/audio/\351\243\216\344\277\227.mp3" "b/assets/audio/\351\243\216\344\277\227.mp3"
new file mode 100755
index 0000000..e93b5fb
Binary files /dev/null and "b/assets/audio/\351\243\216\344\277\227.mp3" differ
diff --git "a/assets/audio/\351\243\216\346\231\257.mp3" "b/assets/audio/\351\243\216\346\231\257.mp3"
new file mode 100755
index 0000000..0f4bdbd
Binary files /dev/null and "b/assets/audio/\351\243\216\346\231\257.mp3" differ
diff --git "a/assets/audio/\351\243\216\346\240\274.mp3" "b/assets/audio/\351\243\216\346\240\274.mp3"
new file mode 100755
index 0000000..e67a371
Binary files /dev/null and "b/assets/audio/\351\243\216\346\240\274.mp3" differ
diff --git "a/assets/audio/\351\243\216\351\231\251.mp3" "b/assets/audio/\351\243\216\351\231\251.mp3"
new file mode 100755
index 0000000..0ad9352
Binary files /dev/null and "b/assets/audio/\351\243\216\351\231\251.mp3" differ
diff --git "a/assets/audio/\351\243\230.mp3" "b/assets/audio/\351\243\230.mp3"
new file mode 100755
index 0000000..b8ed295
Binary files /dev/null and "b/assets/audio/\351\243\230.mp3" differ
diff --git "a/assets/audio/\351\243\236\346\234\272.mp3" "b/assets/audio/\351\243\236\346\234\272.mp3"
new file mode 100755
index 0000000..41dd389
Binary files /dev/null and "b/assets/audio/\351\243\236\346\234\272.mp3" differ
diff --git "a/assets/audio/\351\243\237\347\211\251.mp3" "b/assets/audio/\351\243\237\347\211\251.mp3"
new file mode 100755
index 0000000..308f84f
Binary files /dev/null and "b/assets/audio/\351\243\237\347\211\251.mp3" differ
diff --git "a/assets/audio/\351\245\255\345\272\227.mp3" "b/assets/audio/\351\245\255\345\272\227.mp3"
new file mode 100755
index 0000000..f75d662
Binary files /dev/null and "b/assets/audio/\351\245\255\345\272\227.mp3" differ
diff --git "a/assets/audio/\351\245\261\345\222\214.mp3" "b/assets/audio/\351\245\261\345\222\214.mp3"
new file mode 100755
index 0000000..16b27a6
Binary files /dev/null and "b/assets/audio/\351\245\261\345\222\214.mp3" differ
diff --git "a/assets/audio/\351\246\213.mp3" "b/assets/audio/\351\246\213.mp3"
new file mode 100755
index 0000000..81c5716
Binary files /dev/null and "b/assets/audio/\351\246\213.mp3" differ
diff --git "a/assets/audio/\351\246\222\345\244\264.mp3" "b/assets/audio/\351\246\222\345\244\264.mp3"
new file mode 100755
index 0000000..a5515b7
Binary files /dev/null and "b/assets/audio/\351\246\222\345\244\264.mp3" differ
diff --git "a/assets/audio/\351\246\226.mp3" "b/assets/audio/\351\246\226.mp3"
new file mode 100755
index 0000000..49ad4c3
Binary files /dev/null and "b/assets/audio/\351\246\226.mp3" differ
diff --git "a/assets/audio/\351\246\226\345\205\210.mp3" "b/assets/audio/\351\246\226\345\205\210.mp3"
new file mode 100755
index 0000000..9cdc2bd
Binary files /dev/null and "b/assets/audio/\351\246\226\345\205\210.mp3" differ
diff --git "a/assets/audio/\351\246\226\351\203\275.mp3" "b/assets/audio/\351\246\226\351\203\275.mp3"
new file mode 100755
index 0000000..131241e
Binary files /dev/null and "b/assets/audio/\351\246\226\351\203\275.mp3" differ
diff --git "a/assets/audio/\351\246\231.mp3" "b/assets/audio/\351\246\231.mp3"
new file mode 100755
index 0000000..b8e1d29
Binary files /dev/null and "b/assets/audio/\351\246\231.mp3" differ
diff --git "a/assets/audio/\351\246\231\350\202\240.mp3" "b/assets/audio/\351\246\231\350\202\240.mp3"
new file mode 100755
index 0000000..0e9b989
Binary files /dev/null and "b/assets/audio/\351\246\231\350\202\240.mp3" differ
diff --git "a/assets/audio/\351\251\276\351\251\266.mp3" "b/assets/audio/\351\251\276\351\251\266.mp3"
new file mode 100755
index 0000000..1204c33
Binary files /dev/null and "b/assets/audio/\351\251\276\351\251\266.mp3" differ
diff --git "a/assets/audio/\351\252\202.mp3" "b/assets/audio/\351\252\202.mp3"
new file mode 100755
index 0000000..6f81ac5
Binary files /dev/null and "b/assets/audio/\351\252\202.mp3" differ
diff --git "a/assets/audio/\351\252\227.mp3" "b/assets/audio/\351\252\227.mp3"
new file mode 100755
index 0000000..8f0ec43
Binary files /dev/null and "b/assets/audio/\351\252\227.mp3" differ
diff --git "a/assets/audio/\351\252\250\345\244\264.mp3" "b/assets/audio/\351\252\250\345\244\264.mp3"
new file mode 100755
index 0000000..05aec5f
Binary files /dev/null and "b/assets/audio/\351\252\250\345\244\264.mp3" differ
diff --git "a/assets/audio/\351\253\230\345\205\264.mp3" "b/assets/audio/\351\253\230\345\205\264.mp3"
new file mode 100755
index 0000000..3bc5003
Binary files /dev/null and "b/assets/audio/\351\253\230\345\205\264.mp3" differ
diff --git "a/assets/audio/\351\253\230\346\241\243.mp3" "b/assets/audio/\351\253\230\346\241\243.mp3"
new file mode 100755
index 0000000..eb6aa37
Binary files /dev/null and "b/assets/audio/\351\253\230\346\241\243.mp3" differ
diff --git "a/assets/audio/\351\253\230\347\272\247.mp3" "b/assets/audio/\351\253\230\347\272\247.mp3"
new file mode 100755
index 0000000..85f2ca2
Binary files /dev/null and "b/assets/audio/\351\253\230\347\272\247.mp3" differ
diff --git "a/assets/audio/\351\255\205\345\212\233.mp3" "b/assets/audio/\351\255\205\345\212\233.mp3"
new file mode 100755
index 0000000..86e1da6
Binary files /dev/null and "b/assets/audio/\351\255\205\345\212\233.mp3" differ
diff --git "a/assets/audio/\351\262\234\350\211\263.mp3" "b/assets/audio/\351\262\234\350\211\263.mp3"
new file mode 100755
index 0000000..0217e26
Binary files /dev/null and "b/assets/audio/\351\262\234\350\211\263.mp3" differ
diff --git "a/assets/audio/\351\273\204\351\207\221.mp3" "b/assets/audio/\351\273\204\351\207\221.mp3"
new file mode 100755
index 0000000..7ee3188
Binary files /dev/null and "b/assets/audio/\351\273\204\351\207\221.mp3" differ
diff --git "a/assets/audio/\351\274\223\346\216\214.mp3" "b/assets/audio/\351\274\223\346\216\214.mp3"
new file mode 100755
index 0000000..a7e59fe
Binary files /dev/null and "b/assets/audio/\351\274\223\346\216\214.mp3" differ
diff --git "a/assets/audio/\351\274\223\350\210\236.mp3" "b/assets/audio/\351\274\223\350\210\236.mp3"
new file mode 100755
index 0000000..3890504
Binary files /dev/null and "b/assets/audio/\351\274\223\350\210\236.mp3" differ
diff --git "a/assets/audio/\351\274\240\346\240\207.mp3" "b/assets/audio/\351\274\240\346\240\207.mp3"
new file mode 100755
index 0000000..d2c4548
Binary files /dev/null and "b/assets/audio/\351\274\240\346\240\207.mp3" differ
diff --git "a/assets/audio/\351\274\273\346\266\225.mp3" "b/assets/audio/\351\274\273\346\266\225.mp3"
new file mode 100755
index 0000000..598ce61
Binary files /dev/null and "b/assets/audio/\351\274\273\346\266\225.mp3" differ
diff --git "a/assets/audio/\351\276\231.mp3" "b/assets/audio/\351\276\231.mp3"
new file mode 100755
index 0000000..f9b362e
Binary files /dev/null and "b/assets/audio/\351\276\231.mp3" differ
diff --git a/assets/images/risingtone_logo.png b/assets/images/risingtone_logo.png
new file mode 100644
index 0000000..2ac7c6c
Binary files /dev/null and b/assets/images/risingtone_logo.png differ
diff --git a/assets/orderedWordList.json b/assets/orderedWordList.json
new file mode 100644
index 0000000..f097390
--- /dev/null
+++ b/assets/orderedWordList.json
@@ -0,0 +1 @@
+{"14":[{"characters":"涓鍐","pinyin":"y墨 z脿i","tone":"14","id":1,"definition":"1. repeatedly\r\n"},{"characters":"涓鍒","pinyin":"y墨 qi猫","tone":"14","id":2,"definition":"1. everything\r\n2. every\r\n3. all\r\n"},{"characters":"涓寰","pinyin":"y墨 l菧","tone":"14","id":3,"definition":"1. same\r\n2. uniformly\r\n3. all\r\n4. without exception\r\n"},{"characters":"涓鏃","pinyin":"y墨 d脿n","tone":"14","id":4,"definition":"1. in case (sth happens)\r\n2. if\r\n3. once (sth happens, then...)\r\n4. when\r\n5. in a short time\r\n6. in one day\r\n"},{"characters":"涓鑷","pinyin":"y墨 zh矛","tone":"14","id":5,"definition":"1. unanimous\r\n2. identical (views or opinions)\r\n"},{"characters":"涓撲笟","pinyin":"zhu膩n y猫","tone":"14","id":30,"definition":"1. specialty\r\n2. specialized field\r\n3. main field of study (at university)\r\n4. major\r\n5. CL:闁|闂╗men2],鍊媩涓猍ge4]\r\n6. professional\r\n"},{"characters":"涓粙","pinyin":"zh艒ng ji猫","tone":"14","id":50,"definition":"1. to act as intermediary\r\n2. to link\r\n3. intermediate\r\n4. inter-\r\n5. agency\r\n6. agent\r\n"},{"characters":"涔︽灦","pinyin":"sh奴 ji脿","tone":"14","id":74,"definition":"1. bookshelf\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浜夎","pinyin":"zh膿ng l霉n","tone":"14","id":78,"definition":"1. to argue\r\n2. to debate\r\n3. to contend\r\n4. argument\r\n5. contention\r\n6. controversy\r\n7. debate\r\n8. CL:娆ci4],鍫磡鍦篬chang3]\r\n"},{"characters":"浜ゆ崲","pinyin":"ji膩o hu脿n","tone":"14","id":87,"definition":"1. to exchange\r\n2. to swap\r\n3. to switch (telecom)\r\n4. commutative (math)\r\n5. to commute\r\n"},{"characters":"浜ら檯","pinyin":"ji膩o j矛","tone":"14","id":88,"definition":"1. communication\r\n2. social intercourse\r\n"},{"characters":"浜插垏","pinyin":"q墨n qi猫","tone":"14","id":94,"definition":"1. amiable\r\n2. cordial\r\n3. close and dear\r\n4. familiar\r\n"},{"characters":"浜茬埍","pinyin":"q墨n 脿i","tone":"14","id":96,"definition":"1. dear\r\n2. beloved\r\n3. darling\r\n"},{"characters":"浜茶嚜","pinyin":"q墨n z矛","tone":"14","id":97,"definition":"1. personally\r\n2. in person\r\n3. oneself\r\n"},{"characters":"浠撲績","pinyin":"c膩ng c霉","tone":"14","id":113,"definition":"1. all of a sudden\r\n2. hurriedly\r\n"},{"characters":"浠撳簱","pinyin":"c膩ng k霉","tone":"14","id":114,"definition":"1. depot\r\n2. storehouse\r\n3. warehouse\r\n"},{"characters":"浼樺娍","pinyin":"y艒u sh矛","tone":"14","id":129,"definition":"1. superiority\r\n2. dominance\r\n3. advantage\r\n"},{"characters":"浼樻儬","pinyin":"y艒u hu矛","tone":"14","id":130,"definition":"1. preferential\r\n2. favorable\r\n"},{"characters":"浼樼","pinyin":"y艒u xi霉","tone":"14","id":132,"definition":"1. outstanding\r\n2. excellent\r\n"},{"characters":"浼ゅ","pinyin":"sh膩ng h脿i","tone":"14","id":145,"definition":"1. to injure\r\n2. to harm\r\n"},{"characters":"鍏勫紵","pinyin":"xi艒ng d矛","tone":"14","id":222,"definition":"1. brothers\r\n2. younger brother\r\n3. CL:鍊媩涓猍ge4]\r\n4. I, me (humble term used by men in public speech)\r\n5. brotherly\r\n6. fraternal\r\n"},{"characters":"鍏呭垎","pinyin":"ch艒ng f猫n","tone":"14","id":223,"definition":"1. ample\r\n2. sufficient\r\n3. adequate\r\n4. full\r\n5. fully\r\n6. to the full\r\n"},{"characters":"鍏呮矝","pinyin":"ch艒ng p猫i","tone":"14","id":226,"definition":"1. abundant\r\n2. plentiful\r\n3. vigorous\r\n"},{"characters":"鍏瘬","pinyin":"g艒ng y霉","tone":"14","id":245,"definition":"1. apartment building\r\n2. block of flats\r\n3. CL:濂梉tao4]\r\n"},{"characters":"鍏竷","pinyin":"g艒ng b霉","tone":"14","id":246,"definition":"1. to announce\r\n2. to make public\r\n3. to publish\r\n"},{"characters":"鍏抽棴","pinyin":"gu膩n b矛","tone":"14","id":250,"definition":"1. to close\r\n2. to shut\r\n"},{"characters":"鍏村","pinyin":"x墨ng f猫n","tone":"14","id":251,"definition":"1. excited\r\n2. excitement\r\n"},{"characters":"鍐涗簨","pinyin":"j奴n sh矛","tone":"14","id":267,"definition":"1. military affairs\r\n2. military matters\r\n3. military\r\n"},{"characters":"鍐插姩","pinyin":"ch艒ng d貌ng","tone":"14","id":275,"definition":"1. to have an urge\r\n2. to be impetuous\r\n3. impulse\r\n4. urge\r\n"},{"characters":"鍑哄崠","pinyin":"ch奴 m脿i","tone":"14","id":289,"definition":"1. to offer for sale\r\n2. to sell\r\n3. to sell out or betray\r\n"},{"characters":"鍑虹ず","pinyin":"ch奴 sh矛","tone":"14","id":294,"definition":"1. to show\r\n2. to take out and show to others\r\n3. to display\r\n"},{"characters":"鍑鸿壊","pinyin":"ch奴 s猫","tone":"14","id":296,"definition":"1. remarkable\r\n2. outstanding\r\n"},{"characters":"鍑鸿矾","pinyin":"ch奴 l霉","tone":"14","id":297,"definition":"1. a way out (of a difficulty etc)\r\n"},{"characters":"鍒嗗竷","pinyin":"f膿n b霉","tone":"14","id":300,"definition":"1. distributed\r\n2. to distribute\r\n"},{"characters":"鍒嗛厤","pinyin":"f膿n p猫i","tone":"14","id":303,"definition":"1. to distribute\r\n2. to assign\r\n3. to allocate\r\n4. to partition (a hard drive)\r\n"},{"characters":"鍒濇","pinyin":"ch奴 b霉","tone":"14","id":313,"definition":"1. initial\r\n2. preliminary\r\n3. tentative\r\n"},{"characters":"鍖呭簢","pinyin":"b膩o b矛","tone":"14","id":358,"definition":"1. to shield\r\n2. to harbor\r\n3. to cover up\r\n"},{"characters":"鍖呮嫭","pinyin":"b膩o ku貌","tone":"14","id":359,"definition":"1. to comprise\r\n2. to include\r\n3. to involve\r\n4. to incorporate\r\n5. to consist of\r\n"},{"characters":"鍗冧竾","pinyin":"qi膩n w脿n","tone":"14","id":370,"definition":"1. ten million\r\n2. countless\r\n3. many\r\n4. one must by all means\r\n"},{"characters":"鍗卞","pinyin":"w膿i h脿i","tone":"14","id":383,"definition":"1. to jeopardize\r\n2. to harm\r\n3. to endanger\r\n4. harmful effect\r\n5. damage\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍘嬪姏","pinyin":"y膩 l矛","tone":"14","id":386,"definition":"1. pressure\r\n"},{"characters":"鍙備笌","pinyin":"c膩n y霉","tone":"14","id":395,"definition":"1. to participate (in sth)\r\n"},{"characters":"鍙傜収","pinyin":"c膩n zh脿o","tone":"14","id":396,"definition":"1. to consult a reference\r\n2. to refer to (another document)\r\n"},{"characters":"鍙戝姩","pinyin":"f膩 d貌ng","tone":"14","id":410,"definition":"1. to start\r\n2. to launch\r\n3. to unleash\r\n4. to mobilize\r\n5. to arouse\r\n"},{"characters":"鍙戝皠","pinyin":"f膩 sh猫","tone":"14","id":412,"definition":"1. to shoot (a projectile)\r\n2. to fire (a rocket)\r\n3. to launch\r\n4. to emit (a particle)\r\n5. to discharge\r\n6. emanation\r\n7. emission\r\n"},{"characters":"鍙戝竷","pinyin":"f膩 b霉","tone":"14","id":413,"definition":"1. to release\r\n2. to issue\r\n3. to announce\r\n4. to distribute\r\n5. also written 鐧煎竷|鍙戝竷[fa1 bu4]\r\n6. to release\r\n7. to issue\r\n8. to announce\r\n9. to distribute\r\n"},{"characters":"鍙戠エ","pinyin":"f膩 pi脿o","tone":"14","id":420,"definition":"1. invoice\r\n2. receipt or bill for purchase\r\n"},{"characters":"鍙戣偛","pinyin":"f膩 y霉","tone":"14","id":421,"definition":"1. to develop\r\n2. to mature\r\n3. growth\r\n4. development\r\n5. (sexually) mature\r\n"},{"characters":"鍙戣獡","pinyin":"f膩 sh矛","tone":"14","id":426,"definition":"1. to vow\r\n2. to pledge\r\n3. to swear\r\n"},{"characters":"鍚冨姏","pinyin":"ch墨 l矛","tone":"14","id":454,"definition":"1. to entail strenuous effort\r\n2. to toil at a task\r\n3. strenuous\r\n4. laborious\r\n5. strain\r\n"},{"characters":"鍛ㄥ埌","pinyin":"zh艒u d脿o","tone":"14","id":491,"definition":"1. thoughtful\r\n2. considerate\r\n3. attentive\r\n4. thorough\r\n5. also pr. [zhou1 dao5]\r\n"},{"characters":"鍟嗕笟","pinyin":"sh膩ng y猫","tone":"14","id":513,"definition":"1. business\r\n2. trade\r\n3. commerce\r\n"},{"characters":"鍟嗗姟","pinyin":"sh膩ng w霉","tone":"14","id":514,"definition":"1. commercial affairs\r\n2. commercial\r\n3. commerce\r\n4. business\r\n"},{"characters":"鍥犵礌","pinyin":"y墨n s霉","tone":"14","id":529,"definition":"1. element\r\n2. factor\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍫ゅ潩","pinyin":"d墨 b脿","tone":"14","id":567,"definition":"1. dam\r\n"},{"characters":"澹拌皟","pinyin":"sh膿ng di脿o","tone":"14","id":573,"definition":"1. tone\r\n2. note\r\n3. a tone (on a Chinese syllable)\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"澶变笟","pinyin":"sh墨 y猫","tone":"14","id":604,"definition":"1. unemployment\r\n2. to lose one's job\r\n"},{"characters":"澶卞幓","pinyin":"sh墨 q霉","tone":"14","id":605,"definition":"1. to lose\r\n"},{"characters":"澶辨湜","pinyin":"sh墨 w脿ng","tone":"14","id":606,"definition":"1. disappointed\r\n2. to lose hope\r\n3. to despair\r\n"},{"characters":"澶辫触","pinyin":"sh墨 b脿i","tone":"14","id":608,"definition":"1. to be defeated\r\n2. to lose\r\n3. to fail (e.g. experiments)\r\n4. failure\r\n5. defeat\r\n6. CL:娆ci4]\r\n"},{"characters":"濮垮娍","pinyin":"z墨 sh矛","tone":"14","id":633,"definition":"1. posture\r\n2. position\r\n"},{"characters":"瀹夋叞","pinyin":"膩n w猫i","tone":"14","id":652,"definition":"1. to comfort\r\n2. to console\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹夌疆","pinyin":"膩n zh矛","tone":"14","id":653,"definition":"1. to find a place for\r\n2. to help settle down\r\n3. to arrange for\r\n4. to get into bed\r\n5. placement\r\n"},{"characters":"瀹e竷","pinyin":"xu膩n b霉","tone":"14","id":680,"definition":"1. to declare\r\n2. to announce\r\n3. to proclaim\r\n"},{"characters":"瀹跺姟","pinyin":"ji膩 w霉","tone":"14","id":684,"definition":"1. household duties\r\n2. housework\r\n"},{"characters":"灏婃暚","pinyin":"z奴n j矛ng","tone":"14","id":711,"definition":"1. to respect\r\n2. to revere\r\n"},{"characters":"灏婇噸","pinyin":"z奴n zh貌ng","tone":"14","id":712,"definition":"1. to esteem\r\n2. to respect\r\n3. to honor\r\n4. to value\r\n5. eminent\r\n6. serious\r\n7. proper\r\n"},{"characters":"宕╂簝","pinyin":"b膿ng ku矛","tone":"14","id":737,"definition":"1. to collapse\r\n2. to crumble\r\n3. to fall apart\r\n"},{"characters":"宸ヤ笟","pinyin":"g艒ng y猫","tone":"14","id":739,"definition":"1. industry\r\n"},{"characters":"宸ヤ綔","pinyin":"g艒ng zu貌","tone":"14","id":741,"definition":"1. to work\r\n2. (of a machine) to operate\r\n3. job\r\n4. work\r\n5. task\r\n6. CL:鍊媩涓猍ge4],浠絒fen4],闋厊椤筟xiang4]\r\n"},{"characters":"宸ュ叿","pinyin":"g艒ng j霉","tone":"14","id":742,"definition":"1. tool\r\n2. instrument\r\n3. utensil\r\n4. means (to achieve a goal etc)\r\n"},{"characters":"宸窛","pinyin":"ch膩 j霉","tone":"14","id":748,"definition":"1. disparity\r\n2. gap\r\n"},{"characters":"骞茬嚗","pinyin":"g膩n z脿o","tone":"14","id":760,"definition":"1. to dry (of weather, paint, cement etc)\r\n2. desiccation\r\n3. dull\r\n4. uninteresting\r\n5. arid\r\n"},{"characters":"骞茶剢","pinyin":"g膩n cu矛","tone":"14","id":761,"definition":"1. straightforward\r\n2. clear-cut\r\n3. blunt (e.g. statement)\r\n4. you might as well\r\n5. simply\r\n"},{"characters":"骞介粯","pinyin":"y艒u m貌","tone":"14","id":779,"definition":"1. (loanword) humor\r\n2. humorous\r\n"},{"characters":"寮鏀","pinyin":"k膩i f脿ng","tone":"14","id":797,"definition":"1. to bloom\r\n2. to open\r\n3. to be open (to the public)\r\n4. to open up (to the outside)\r\n5. to be open-minded\r\n6. unrestrained by convention\r\n7. unconstrained in one's sexuality\r\n"},{"characters":"褰掔撼","pinyin":"gu墨 n脿","tone":"14","id":804,"definition":"1. to sum up\r\n2. to summarize\r\n3. to conclude from facts\r\n4. induction (method of deduction in logic)\r\n"},{"characters":"褰撲唬","pinyin":"d膩ng d脿i","tone":"14","id":805,"definition":"1. the present age\r\n2. the contemporary era\r\n"},{"characters":"褰撳湴","pinyin":"d膩ng d矛","tone":"14","id":808,"definition":"1. local\r\n"},{"characters":"褰撻潰","pinyin":"d膩ng mi脿n","tone":"14","id":812,"definition":"1. to sb's face\r\n2. in sb's presence\r\n"},{"characters":"寰瑧","pinyin":"w膿i xi脿o","tone":"14","id":833,"definition":"1. smile\r\n2. CL:鍊媩涓猍ge4],绲瞸涓漑si1]\r\n3. to smile\r\n"},{"characters":"蹇冭剰","pinyin":"x墨n z脿ng","tone":"14","id":836,"definition":"1. heart\r\n2. CL:椤唡棰梉ke1],鍊媩涓猍ge4]\r\n"},{"characters":"蹇借","pinyin":"h奴 sh矛","tone":"14","id":841,"definition":"1. to neglect\r\n2. to ignore\r\n"},{"characters":"鎭㈠","pinyin":"hu墨 f霉","tone":"14","id":861,"definition":"1. to reinstate\r\n2. to resume\r\n3. to restore\r\n4. to recover\r\n5. to regain\r\n6. to rehabilitate\r\n"},{"characters":"鎭╂","pinyin":"膿n yu脿n","tone":"14","id":863,"definition":"1. gratitude and grudges\r\n2. resentment\r\n3. grudges\r\n4. grievances\r\n"},{"characters":"鎶借薄","pinyin":"ch艒u xi脿ng","tone":"14","id":973,"definition":"1. abstract\r\n2. abstraction\r\n3. CL:绋畖绉峓zhong3]\r\n"},{"characters":"鎷呬换","pinyin":"d膩n r猫n","tone":"14","id":974,"definition":"1. to hold a governmental office or post\r\n2. to assume office of\r\n3. to take charge of\r\n4. to serve as\r\n"},{"characters":"鎷涘緟","pinyin":"zh膩o d脿i","tone":"14","id":979,"definition":"1. to receive (guests)\r\n2. to entertain\r\n3. reception\r\n"},{"characters":"鎷涜仒","pinyin":"zh膩o p矛n","tone":"14","id":980,"definition":"1. to invite applications for a job\r\n2. to recruit\r\n"},{"characters":"鎷ユ姳","pinyin":"y艒ng b脿o","tone":"14","id":984,"definition":"1. to embrace\r\n2. to hug\r\n"},{"characters":"鎺ュ緟","pinyin":"ji膿 d脿i","tone":"14","id":1012,"definition":"1. to receive (a visitor)\r\n2. to admit (allow sb to enter)\r\n"},{"characters":"鎺ヨЕ","pinyin":"ji膿 ch霉","tone":"14","id":1013,"definition":"1. to touch\r\n2. to contact\r\n3. access\r\n4. in touch with\r\n"},{"characters":"鎺ヨ繎","pinyin":"ji膿 j矛n","tone":"14","id":1014,"definition":"1. to approach\r\n2. to get close to\r\n"},{"characters":"鎺ㄨ崘","pinyin":"tu墨 ji脿n","tone":"14","id":1018,"definition":"1. to recommend\r\n2. recommendation\r\n"},{"characters":"鎻掑骇","pinyin":"ch膩 zu貌","tone":"14","id":1032,"definition":"1. socket\r\n2. outlet\r\n"},{"characters":"鎼。","pinyin":"d膩 d脿ng","tone":"14","id":1040,"definition":"1. to cooperate\r\n2. partner\r\n"},{"characters":"鎼厤","pinyin":"d膩 p猫i","tone":"14","id":1041,"definition":"1. to pair up\r\n2. to match\r\n3. to arrange in pairs\r\n4. to add sth into a group\r\n"},{"characters":"鎾斁","pinyin":"b艒 f脿ng","tone":"14","id":1054,"definition":"1. to broadcast\r\n2. to transmit\r\n"},{"characters":"鎿嶄綔","pinyin":"c膩o zu貌","tone":"14","id":1056,"definition":"1. to work\r\n2. to operate\r\n3. to manipulate\r\n"},{"characters":"鎿嶇旱","pinyin":"c膩o z貌ng","tone":"14","id":1060,"definition":"1. to operate\r\n2. to control\r\n3. to rig\r\n4. to manipulate\r\n"},{"characters":"鎿嶇粌","pinyin":"c膩o li脿n","tone":"14","id":1061,"definition":"1. drill\r\n2. practice\r\n"},{"characters":"鏀エ","pinyin":"zh墨 pi脿o","tone":"14","id":1064,"definition":"1. check (bank)\r\n2. cheque\r\n3. CL:鏈琜ben3]\r\n"},{"characters":"鏀跺叆","pinyin":"sh艒u r霉","tone":"14","id":1066,"definition":"1. to take in\r\n2. income\r\n3. revenue\r\n4. CL:绛唡绗擺bi3],鍊媩涓猍ge4]\r\n"},{"characters":"鏀舵嵁","pinyin":"sh艒u j霉","tone":"14","id":1068,"definition":"1. receipt\r\n2. CL:寮祙寮燵zhang1]\r\n"},{"characters":"鏀惰幏","pinyin":"sh艒u hu貌","tone":"14","id":1069,"definition":"1. variant of 鏀剁┇|鏀惰幏[shou1 huo4]\r\n2. to harvest\r\n3. to reap\r\n4. to gain\r\n5. crop\r\n6. harvest\r\n7. profit\r\n8. gain\r\n9. bonus\r\n10. reward\r\n"},{"characters":"鏂瑰紡","pinyin":"f膩ng sh矛","tone":"14","id":1110,"definition":"1. way\r\n2. manner\r\n3. style\r\n4. mode\r\n5. pattern\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏂规","pinyin":"f膩ng 脿n","tone":"14","id":1111,"definition":"1. plan\r\n2. program (for action etc)\r\n3. proposal\r\n4. proposed bill\r\n5. CL:鍊媩涓猍ge4],濂梉tao4]\r\n"},{"characters":"鏄岀洓","pinyin":"ch膩ng sh猫ng","tone":"14","id":1132,"definition":"1. prosperous\r\n"},{"characters":"鏈熷緟","pinyin":"q墨 d脿i","tone":"14","id":1160,"definition":"1. to look forward to\r\n2. to await\r\n3. expectation\r\n"},{"characters":"鏈哄櫒","pinyin":"j墨 q矛","tone":"14","id":1174,"definition":"1. machine\r\n2. CL:鑷簗鍙癧tai2],閮╗bu4],鍊媩涓猍ge4]\r\n"},{"characters":"鏍囧織","pinyin":"bi膩o zh矛","tone":"14","id":1192,"definition":"1. sign\r\n2. mark\r\n3. symbol\r\n4. to symbolize\r\n5. to indicate\r\n6. to mark\r\n"},{"characters":"鏍囪","pinyin":"bi膩o j矛","tone":"14","id":1195,"definition":"1. sign\r\n2. mark\r\n3. symbol\r\n4. to mark up\r\n"},{"characters":"娌欐紶","pinyin":"sh膩 m貌","tone":"14","id":1270,"definition":"1. desert\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娉㈡氮","pinyin":"b艒 l脿ng","tone":"14","id":1277,"definition":"1. wave\r\n"},{"characters":"娑堝寲","pinyin":"xi膩o hu脿","tone":"14","id":1294,"definition":"1. to digest\r\n2. digestion\r\n3. digestive\r\n"},{"characters":"娑堣垂","pinyin":"xi膩o f猫i","tone":"14","id":1298,"definition":"1. to consume\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娣卞埢","pinyin":"sh膿n k猫","tone":"14","id":1305,"definition":"1. profound\r\n2. deep\r\n3. deep-going\r\n"},{"characters":"娓呮贰","pinyin":"q墨ng d脿n","tone":"14","id":1306,"definition":"1. light (of food, not greasy or strongly flavored)\r\n2. insipid\r\n3. slack (sales)\r\n"},{"characters":"娓╁害","pinyin":"w膿n d霉","tone":"14","id":1307,"definition":"1. temperature\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"婀挎鼎","pinyin":"sh墨 r霉n","tone":"14","id":1311,"definition":"1. moist\r\n"},{"characters":"婵鐑","pinyin":"j墨 li猫","tone":"14","id":1323,"definition":"1. intense\r\n2. acute\r\n3. fierce\r\n"},{"characters":"鐏惧","pinyin":"z膩i h脿i","tone":"14","id":1331,"definition":"1. calamity\r\n2. disaster\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐢熷姩","pinyin":"sh膿ng d貌ng","tone":"14","id":1398,"definition":"1. vivid\r\n2. lively\r\n"},{"characters":"鐢熷懡","pinyin":"sh膿ng m矛ng","tone":"14","id":1399,"definition":"1. life\r\n2. living\r\n3. biological\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐢熸剰","pinyin":"sh膿ng y矛","tone":"14","id":1400,"definition":"1. life force\r\n2. vitality\r\n3. business\r\n4. CL:绛唡绗擺bi3]\r\n"},{"characters":"鐧诲綍","pinyin":"d膿ng l霉","tone":"14","id":1429,"definition":"1. to register\r\n2. to log in\r\n"},{"characters":"鐧昏","pinyin":"d膿ng j矛","tone":"14","id":1430,"definition":"1. to register (one's name)\r\n"},{"characters":"鐧婚檰","pinyin":"d膿ng l霉","tone":"14","id":1431,"definition":"1. to land\r\n2. to come ashore\r\n3. to make landfall (of typhoon etc)\r\n4. to log in\r\n"},{"characters":"鐩镐技","pinyin":"xi膩ng s矛","tone":"14","id":1445,"definition":"1. to resemble\r\n2. similar\r\n3. like\r\n4. resemblance\r\n5. similarity\r\n"},{"characters":"鐩稿","pinyin":"xi膩ng du矛","tone":"14","id":1450,"definition":"1. relatively\r\n2. opposite\r\n3. to resist\r\n4. to oppose\r\n5. relative\r\n6. vis-a-vis\r\n7. counterpart\r\n"},{"characters":"鐪熸","pinyin":"zh膿n zh猫ng","tone":"14","id":1459,"definition":"1. genuine\r\n2. real\r\n3. true\r\n4. genuinely\r\n"},{"characters":"鐫d績","pinyin":"d奴 c霉","tone":"14","id":1464,"definition":"1. to supervise and urge completion of a task\r\n2. to urge on\r\n"},{"characters":"绉板彿","pinyin":"ch膿ng h脿o","tone":"14","id":1503,"definition":"1. name\r\n2. term of address\r\n3. title\r\n"},{"characters":"绉拌禐","pinyin":"ch膿ng z脿n","tone":"14","id":1505,"definition":"1. to praise\r\n2. to acclaim\r\n3. to commend\r\n4. to compliment\r\n"},{"characters":"绌胯秺","pinyin":"chu膩n yu猫","tone":"14","id":1518,"definition":"1. to pass through\r\n2. to cross\r\n3. to overcome\r\n"},{"characters":"绔","pinyin":"du膩n zh猫ng","tone":"14","id":1526,"definition":"1. upright\r\n2. regular\r\n3. proper\r\n4. correct\r\n"},{"characters":"绛捐瘉","pinyin":"qi膩n zh猫ng","tone":"14","id":1541,"definition":"1. visa\r\n2. certificate\r\n3. to certify\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绮惧姏","pinyin":"j墨ng l矛","tone":"14","id":1552,"definition":"1. energy\r\n"},{"characters":"绾︿細","pinyin":"yu膿 hu矛","tone":"14","id":1565,"definition":"1. appointment\r\n2. engagement\r\n3. date\r\n4. CL:娆ci4],鍊媩涓猍ge4]\r\n5. to arrange to meet\r\n"},{"characters":"鑲岃倝","pinyin":"j墨 r貌u","tone":"14","id":1620,"definition":"1. muscle\r\n2. flesh\r\n"},{"characters":"鑸掗","pinyin":"sh奴 sh矛","tone":"14","id":1659,"definition":"1. cozy\r\n2. snug\r\n"},{"characters":"鑹板法","pinyin":"ji膩n j霉","tone":"14","id":1663,"definition":"1. arduous\r\n2. terrible (task)\r\n3. very difficult\r\n4. formidable\r\n"},{"characters":"鑻变繆","pinyin":"y墨ng j霉n","tone":"14","id":1671,"definition":"1. handsome\r\n"},{"characters":"钄彍","pinyin":"sh奴 c脿i","tone":"14","id":1683,"definition":"1. vegetables\r\n2. produce\r\n3. CL:绋畖绉峓zhong3]\r\n"},{"characters":"瑁呴グ","pinyin":"zhu膩ng sh矛","tone":"14","id":1719,"definition":"1. to decorate\r\n2. decoration\r\n3. decorative\r\n4. ornamental\r\n"},{"characters":"瑙傚康","pinyin":"gu膩n ni脿n","tone":"14","id":1723,"definition":"1. notion\r\n2. thought\r\n3. concept\r\n4. sense\r\n5. views\r\n6. ideology\r\n7. general impressions\r\n"},{"characters":"瑙勫緥","pinyin":"gu墨 l菧","tone":"14","id":1726,"definition":"1. rule (e.g. of science)\r\n2. law of behavior\r\n3. regular pattern\r\n4. rhythm\r\n5. discipline\r\n"},{"characters":"璧勬枡","pinyin":"z墨 li脿o","tone":"14","id":1798,"definition":"1. material\r\n2. resources\r\n3. data\r\n4. information\r\n5. profile (Internet)\r\n6. CL:浠絒fen4],鍊媩涓猍ge4]\r\n"},{"characters":"瓒呰秺","pinyin":"ch膩o yu猫","tone":"14","id":1814,"definition":"1. to surpass\r\n2. to exceed\r\n3. to transcend\r\n"},{"characters":"瓒嬪娍","pinyin":"q奴 sh矛","tone":"14","id":1815,"definition":"1. trend\r\n2. tendency\r\n"},{"characters":"韬唤","pinyin":"sh膿n f猫n","tone":"14","id":1822,"definition":"1. identity\r\n2. status\r\n3. capacity\r\n4. dignity\r\n5. position\r\n6. rank\r\n"},{"characters":"杞﹀簱","pinyin":"ch膿 k霉","tone":"14","id":1827,"definition":"1. garage\r\n"},{"characters":"杞绘槗","pinyin":"q墨ng y矛","tone":"14","id":1835,"definition":"1. easily\r\n2. lightly\r\n3. rashly\r\n"},{"characters":"杞昏","pinyin":"q墨ng sh矛","tone":"14","id":1837,"definition":"1. contempt\r\n2. contemptuous\r\n3. to despise\r\n4. to scorn\r\n5. scornful\r\n"},{"characters":"杈撳叆","pinyin":"sh奴 r霉","tone":"14","id":1840,"definition":"1. to import\r\n2. to input\r\n"},{"characters":"杈瑰","pinyin":"bi膩n j矛ng","tone":"14","id":1850,"definition":"1. frontier\r\n2. border\r\n"},{"characters":"杈圭晫","pinyin":"bi膩n ji猫","tone":"14","id":1851,"definition":"1. boundary\r\n2. border\r\n"},{"characters":"閫氳繃","pinyin":"t艒ng gu貌","tone":"14","id":1893,"definition":"1. by means of\r\n2. through\r\n3. via\r\n4. to pass through\r\n5. to get through\r\n6. to adopt\r\n7. to pass (a bill or inspection etc)\r\n8. to switch over\r\n"},{"characters":"閫艰揩","pinyin":"b墨 p貌","tone":"14","id":1898,"definition":"1. to force\r\n2. to compel\r\n3. to coerce\r\n"},{"characters":"閽堝","pinyin":"zh膿n du矛","tone":"14","id":1931,"definition":"1. to be directed against\r\n2. to be aimed at\r\n3. to counter\r\n4. in the light of\r\n5. in connection with\r\n"},{"characters":"閽炵エ","pinyin":"ch膩o pi脿o","tone":"14","id":1933,"definition":"1. paper money\r\n2. a bill (e.g. 100 yuan)\r\n3. CL:寮祙寮燵zhang1],绱畖鎵嶽za1]\r\n"},{"characters":"閿鍞","pinyin":"xi膩o sh貌u","tone":"14","id":1938,"definition":"1. to sell\r\n2. to market\r\n3. sales (representative, agreement etc)\r\n"},{"characters":"闃舵","pinyin":"ji膿 du脿n","tone":"14","id":1956,"definition":"1. stage\r\n2. section\r\n3. phase\r\n4. period\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"闆曞埢","pinyin":"di膩o k猫","tone":"14","id":1981,"definition":"1. to carve\r\n2. to engrave\r\n3. carving\r\n"},{"characters":"闆曞","pinyin":"di膩o s霉","tone":"14","id":1982,"definition":"1. a statue\r\n2. a Buddhist image\r\n3. sculpture\r\n4. to carve\r\n"},{"characters":"闉偖","pinyin":"bi膩n p脿o","tone":"14","id":1995,"definition":"1. firecrackers\r\n2. string of small firecrackers\r\n3. CL:鏋歔mei2]\r\n"},{"characters":"闉瓥","pinyin":"bi膩n c猫","tone":"14","id":1996,"definition":"1. to spur on\r\n2. to urge on\r\n3. to encourage sb (e.g. to make progress)\r\n"},{"characters":"棰佸竷","pinyin":"b膩n b霉","tone":"14","id":2007,"definition":"1. to issue\r\n2. to proclaim\r\n3. to enact (laws, decrees etc)\r\n"},{"characters":"楂樺叴","pinyin":"g膩o x矛ng","tone":"14","id":2041,"definition":"1. happy\r\n2. glad\r\n3. willing (to do sth)\r\n4. in a cheerful mood\r\n"},{"characters":"楂樻。","pinyin":"g膩o d脿ng","tone":"14","id":2042,"definition":"1. superior quality\r\n2. high grade\r\n3. top grade\r\n"},{"characters":"椴滆壋","pinyin":"xi膩n y脿n","tone":"14","id":2045,"definition":"1. bright-colored\r\n2. gaily-colored\r\n"}],"1":[{"characters":"涓","pinyin":"d墨ng","tone":"1","id":6,"definition":"1. surname Ding\r\n2. fourth of the ten Heavenly Stems 鍗佸ぉ骞瞇shi2 tian1 gan1]\r\n3. fourth in order\r\n4. letter \"D\" or roman \"IV\" in list \"A, B, C\", or \"I, II, III\" etc\r\n5. ancient Chinese compass point: 195掳\r\n6. butyl\r\n7. cubes (of food)\r\n"},{"characters":"涔","pinyin":"zh墨","tone":"1","id":65,"definition":"1. (possessive particle, literary equivalent of 鐨刐de5])\r\n2. him\r\n3. her\r\n4. it\r\n"},{"characters":"涔","pinyin":"gu膩i","tone":"1","id":69,"definition":"1. (of a child) obedient, well-behaved\r\n2. clever\r\n3. shrewd\r\n4. alert\r\n5. perverse\r\n6. contrary to reason\r\n7. irregular\r\n8. abnormal\r\n"},{"characters":"浼","pinyin":"sh膿n","tone":"1","id":150,"definition":"1. to stretch\r\n2. to extend\r\n"},{"characters":"鍋","pinyin":"t艒u","tone":"1","id":211,"definition":"1. to steal\r\n2. to pilfer\r\n3. to snatch\r\n4. thief\r\n5. stealthily\r\n"},{"characters":"鍌","pinyin":"cu墨","tone":"1","id":217,"definition":"1. to urge\r\n2. to press\r\n3. to prompt\r\n4. to rush sb\r\n5. to hasten sth\r\n6. to expedite\r\n"},{"characters":"鍏","pinyin":"d艒u","tone":"1","id":239,"definition":"1. pocket\r\n2. bag\r\n3. to wrap up or hold in a bag\r\n4. to move in a circle\r\n5. to canvas or solicit\r\n6. to take responsibility for\r\n7. to disclose in detail\r\n8. combat armor (old)\r\n9. old variant of 鍏淸dou1]\r\n"},{"characters":"鍐","pinyin":"ch艒ng","tone":"1","id":273,"definition":"1. (of water) to dash against\r\n2. to mix with water\r\n3. to infuse\r\n4. to rinse\r\n5. to flush\r\n6. to develop (a film)\r\n7. to rise in the air\r\n8. to clash\r\n9. to collide with\r\n10. thoroughfare\r\n11. to go straight ahead\r\n12. to rush\r\n13. to clash\r\n14. powerful\r\n15. vigorous\r\n16. pungent\r\n17. towards\r\n18. in view of\r\n"},{"characters":"鍗","pinyin":"sh膿ng","tone":"1","id":371,"definition":"1. to ascend\r\n2. to rise to the rank of\r\n3. to promote\r\n4. to hoist\r\n5. liter\r\n6. measure for dry grain equal to one-tenth dou 鏂梉dou3]\r\n7. variant of 鍗嘯sheng1]\r\n8. to ascend\r\n9. to rise in rank\r\n10. variant of 鍗嘯sheng1]\r\n"},{"characters":"鍙","pinyin":"di膩o","tone":"1","id":451,"definition":"1. to hold with one's mouth (as a smoker with a cigarette or a dog with a bone)\r\n"},{"characters":"鍚","pinyin":"ch墨","tone":"1","id":452,"definition":"1. to eat\r\n2. to consume\r\n3. to eat at (a cafeteria etc)\r\n4. to eradicate\r\n5. to destroy\r\n6. to absorb\r\n7. to suffer\r\n8. to stammer (Taiwan pr. for this sense is [ji2])\r\n9. variant of 鍚僛chi1]\r\n"},{"characters":"鍚","pinyin":"d奴n","tone":"1","id":475,"definition":"1. ton (loanword)\r\n2. Taiwan pr. [dun4]\r\n"},{"characters":"鍚","pinyin":"chu墨","tone":"1","id":482,"definition":"1. to blow\r\n2. to play a wind instrument\r\n3. to blast\r\n4. to puff\r\n5. to boast\r\n6. to brag\r\n7. to end in failure\r\n8. to fall through\r\n"},{"characters":"鍛","pinyin":"d膩i","tone":"1","id":487,"definition":"1. foolish\r\n2. stupid\r\n3. expressionless\r\n4. blank\r\n5. to stay\r\n"},{"characters":"鍝","pinyin":"H膩","tone":"1","id":504,"definition":"1. abbr. for 鍝堣柀鍏嬫柉鍧鍝堣惃鍏嬫柉鍧Ha1 sa4 ke4 si1 tan3], Kazakhstan\r\n2. abbr. for 鍝堢埦婵眧鍝堝皵婊╗Ha1 er3 bin1], Harbin\r\n3. laughter\r\n4. yawn\r\n5. a Pekinese\r\n6. a pug\r\n7. (dialect) to scold\r\n"},{"characters":"鍝","pinyin":"膩i","tone":"1","id":506,"definition":"1. hey!\r\n2. (interjection used to attract attention or to express surprise or disapprobation)\r\n"},{"characters":"鍞","pinyin":"膩i","tone":"1","id":511,"definition":"1. interjection or grunt of agreement or recognition (e.g. yes, it's me!)\r\n2. to sigh\r\n3. alas\r\n4. oh dear\r\n"},{"characters":"鍠","pinyin":"h膿","tone":"1","id":521,"definition":"1. to drink\r\n2. My goodness!\r\n3. to shout loudly\r\n"},{"characters":"鍦","pinyin":"qu膩n","tone":"1","id":537,"definition":"1. to confine\r\n2. to lock up\r\n3. to pen in\r\n4. pen (pig)\r\n5. a fold\r\n6. circle\r\n7. ring\r\n8. loop\r\n9. classifier for loops, orbits, laps of race etc\r\n10. CL:鍊媩涓猍ge4]\r\n11. to surround\r\n12. to circle\r\n"},{"characters":"鍫","pinyin":"du墨","tone":"1","id":564,"definition":"1. to pile up\r\n2. to heap up\r\n3. a mass\r\n4. pile\r\n5. heap\r\n6. stack\r\n7. large amount\r\n"},{"characters":"澶","pinyin":"du艒","tone":"1","id":585,"definition":"1. many\r\n2. much\r\n3. often\r\n4. a lot of\r\n5. numerous\r\n6. more\r\n7. in excess\r\n8. how (to what extent)\r\n9. multi-\r\n10. Taiwan pr. [duo2] when it means \"how\"\r\n"},{"characters":"澶","pinyin":"ku膩","tone":"1","id":609,"definition":"1. see 澶稿厠[kua1 ke4]\r\n2. to boast\r\n3. to exaggerate\r\n4. to praise\r\n"},{"characters":"瀹","pinyin":"gu膩n","tone":"1","id":660,"definition":"1. surname Guan\r\n2. government official\r\n3. governmental\r\n4. official\r\n5. public\r\n6. organ of the body\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹","pinyin":"Ji膩","tone":"1","id":682,"definition":"1. see 鍌紮|瀹朵紮[jia1 huo5]\r\n2. surname Jia\r\n3. home\r\n4. family\r\n5. (polite) my (sister, uncle etc)\r\n6. classifier for families or businesses\r\n7. refers to the philosophical schools of pre-Han China\r\n8. noun suffix for a specialist in some activity, such as a musician or revolutionary, corresponding to English -ist, -er, -ary or -ian\r\n9. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹","pinyin":"ku膩n","tone":"1","id":686,"definition":"1. surname Kuan\r\n2. lenient\r\n3. wide\r\n4. broad\r\n"},{"characters":"鎲","pinyin":"bi膿","tone":"1","id":893,"definition":"1. to choke\r\n2. to stifle\r\n3. to restrain\r\n4. to hold back\r\n5. to hold in (urine)\r\n6. to hold (one's breath)\r\n"},{"characters":"鎵","pinyin":"b膩","tone":"1","id":923,"definition":"1. to peel\r\n2. to skin\r\n3. to tear\r\n4. to pull down\r\n5. to cling to (sth on which one is climbing)\r\n6. to dig\r\n7. to rake up\r\n8. to steal\r\n9. to braise\r\n10. to crawl\r\n"},{"characters":"鎵","pinyin":"r膿ng","tone":"1","id":932,"definition":"1. to throw\r\n2. to throw away\r\n"},{"characters":"鎵","pinyin":"p墨","tone":"1","id":937,"definition":"1. to ascertain\r\n2. to act on\r\n3. to criticize\r\n4. to pass on\r\n5. classifier for batches, lots, military flights\r\n6. tier (for the ranking of universities and colleges)\r\n"},{"characters":"鎶","pinyin":"ch膩o","tone":"1","id":945,"definition":"1. to make a copy\r\n2. to plagiarize\r\n3. to search and seize\r\n4. to raid\r\n5. to grab\r\n6. to go off with\r\n7. to take a shortcut\r\n8. to make a turning move\r\n9. to fold one's arms\r\n"},{"characters":"鎶","pinyin":"zhu膩","tone":"1","id":949,"definition":"1. to grab\r\n2. to catch\r\n3. to arrest\r\n4. to snatch\r\n5. to scratch\r\n"},{"characters":"鎶","pinyin":"p墨","tone":"1","id":964,"definition":"1. to drape over one's shoulders\r\n2. to open\r\n3. to unroll\r\n4. to split open\r\n5. to spread out\r\n"},{"characters":"鎷","pinyin":"ch膩i","tone":"1","id":976,"definition":"1. to tear open\r\n2. to tear down\r\n3. to tear apart\r\n4. to open\r\n"},{"characters":"鎷","pinyin":"p膩i","tone":"1","id":977,"definition":"1. to pat\r\n2. to clap\r\n3. to slap\r\n4. to swat\r\n5. to take (a photo)\r\n6. to shoot (a film)\r\n7. racket (sports)\r\n8. beat (music)\r\n"},{"characters":"鎷","pinyin":"b艒","tone":"1","id":987,"definition":"1. to push aside with the hand, foot, a stick etc\r\n2. to dial\r\n3. to allocate\r\n4. to set aside (money)\r\n5. to poke (the fire)\r\n6. to pluck (a string instrument)\r\n7. to turn round\r\n8. classifier: group, batch\r\n"},{"characters":"鎸","pinyin":"zh膿ng","tone":"1","id":998,"definition":"1. see 鎺欐墡|鎸f墡[zheng1 zha2]\r\n2. to struggle to get free\r\n3. to strive to acquire\r\n4. to make (money)\r\n"},{"characters":"鎸","pinyin":"hu墨","tone":"1","id":1000,"definition":"1. to wave\r\n2. to brandish\r\n3. to command\r\n4. to conduct\r\n5. to scatter\r\n6. to disperse\r\n"},{"characters":"鎸","pinyin":"膩i","tone":"1","id":1001,"definition":"1. in order\r\n2. in sequence\r\n3. close to\r\n4. adjacent to\r\n5. to suffer\r\n6. to endure\r\n7. to pull through (hard times)\r\n8. to delay\r\n9. to stall\r\n10. to play for time\r\n11. to dawdle\r\n"},{"characters":"鎹","pinyin":"ju膩n","tone":"1","id":1005,"definition":"1. to contribute\r\n2. to donate\r\n3. contribution\r\n4. tax\r\n5. to abandon\r\n"},{"characters":"鎺","pinyin":"tu墨","tone":"1","id":1016,"definition":"1. to push\r\n2. to cut\r\n3. to refuse\r\n4. to reject\r\n5. to decline\r\n6. to shirk (responsibility)\r\n7. to put off\r\n8. to delay\r\n9. to push forward\r\n10. to nominate\r\n11. to elect\r\n12. massage\r\n"},{"characters":"鎺","pinyin":"b膩i","tone":"1","id":1022,"definition":"1. to break off or break open sth with one's hands\r\n2. (fig.) to break off (a relationship)\r\n"},{"characters":"鎻","pinyin":"ch膩","tone":"1","id":1031,"definition":"1. to insert\r\n2. stick in\r\n3. pierce\r\n4. to take part in\r\n5. to interfere\r\n6. to interpose\r\n7. old variant of 鎻抂cha1]\r\n"},{"characters":"鎼","pinyin":"ch膩n","tone":"1","id":1034,"definition":"1. to take by the arm and assist\r\n2. to mix\r\n3. to blend\r\n4. to dilute\r\n5. to adulterate\r\n"},{"characters":"鎼","pinyin":"cu艒","tone":"1","id":1036,"definition":"1. to rub or roll between the hands or fingers\r\n2. to twist\r\n"},{"characters":"鎼","pinyin":"d膩","tone":"1","id":1039,"definition":"1. to put up\r\n2. to build (scaffolding)\r\n3. to hang (clothes on a pole)\r\n4. to connect\r\n5. to join\r\n6. to arrange in pairs\r\n7. to match\r\n8. to add\r\n9. to throw in (resources)\r\n10. to take (boat, train)\r\n11. variant of 瑜da1]\r\n"},{"characters":"鎽","pinyin":"zh膩i","tone":"1","id":1047,"definition":"1. to take\r\n2. to borrow\r\n3. to pick (flowers, fruit etc)\r\n4. to pluck\r\n5. to select\r\n6. to remove\r\n7. to take off (glasses, hat etc)\r\n"},{"characters":"鎽","pinyin":"m艒","tone":"1","id":1049,"definition":"1. to feel with the hand\r\n2. to touch\r\n3. to stroke\r\n4. to grope\r\n5. to steal\r\n6. to abstract\r\n7. variant of 鎽筟mo2]\r\n"},{"characters":"鎾","pinyin":"s墨","tone":"1","id":1050,"definition":"1. to tear\r\n"},{"characters":"鏀","pinyin":"zh墨","tone":"1","id":1062,"definition":"1. surname Zhi\r\n2. to support\r\n3. to sustain\r\n4. to erect\r\n5. to raise\r\n6. branch\r\n7. division\r\n8. to draw money\r\n9. classifier for rods such as pens and guns, for army divisions and for songs or compositions\r\n"},{"characters":"鏀","pinyin":"sh艒u","tone":"1","id":1065,"definition":"1. to receive\r\n2. to accept\r\n3. to collect\r\n4. to put away\r\n5. to restrain\r\n6. to stop\r\n7. in care of (used on address line after name)\r\n"},{"characters":"鏁","pinyin":"qi膩o","tone":"1","id":1092,"definition":"1. to hit\r\n2. to strike\r\n3. to tap\r\n4. to rap\r\n5. to knock\r\n6. to rip sb off\r\n7. to overcharge\r\n"},{"characters":"鏂","pinyin":"b膩n","tone":"1","id":1103,"definition":"1. spot\r\n2. colored patch\r\n3. stripe\r\n4. spotted\r\n5. striped\r\n6. variegated\r\n"},{"characters":"鏂","pinyin":"f膩ng","tone":"1","id":1109,"definition":"1. surname Fang\r\n2. square\r\n3. power or involution (mathematics)\r\n4. upright\r\n5. honest\r\n6. fair and square\r\n7. direction\r\n8. side\r\n9. party (to a contract, dispute etc)\r\n10. place\r\n11. method\r\n12. prescription (medicine)\r\n13. just when\r\n14. only or just\r\n15. classifier for square things\r\n16. abbr. for square or cubic meter\r\n"},{"characters":"鏅","pinyin":"y奴n","tone":"1","id":1141,"definition":"1. confused\r\n2. dizzy\r\n3. giddy\r\n4. to faint\r\n5. to swoon\r\n6. to lose consciousness\r\n7. to pass out\r\n8. dizzy\r\n9. halo\r\n10. ring around moon or sun\r\n"},{"characters":"鏉","pinyin":"sh膩","tone":"1","id":1175,"definition":"1. to kill\r\n2. to murder\r\n3. to fight\r\n4. to weaken or reduce\r\n5. to smart (dialect)\r\n6. to counteract\r\n7. (used after a verb) extremely\r\n"},{"characters":"鏋","pinyin":"qi膩ng","tone":"1","id":1187,"definition":"1. surname Qiang\r\n2. gun\r\n3. firearm\r\n4. rifle\r\n5. spear\r\n6. thing with shape or function similar to a gun\r\n7. CL:鏀痆zhi1],鎶奫ba3],妗縷鏉哰gan3],姊潀鏉tiao2],鏋漑zhi1]\r\n8. to substitute for another person in a test\r\n9. to knock\r\n10. classifier for rifle shots\r\n11. variant of 妲峾鏋猍qiang1]\r\n12. rifle\r\n13. spear\r\n"},{"characters":"鏍","pinyin":"g膿n","tone":"1","id":1201,"definition":"1. root\r\n2. basis\r\n3. classifier for long slender objects, e.g. cigarettes, guitar strings\r\n4. CL:姊潀鏉tiao2]\r\n5. radical (chemistry)\r\n"},{"characters":"姝","pinyin":"xi膿","tone":"1","id":1230,"definition":"1. to rest\r\n2. to take a break\r\n3. to stop\r\n4. to halt\r\n5. (dialect) to sleep\r\n6. a moment\r\n7. a short while\r\n"},{"characters":"姝","pinyin":"w膩i","tone":"1","id":1240,"definition":"1. askew\r\n2. at a crooked angle\r\n3. devious\r\n4. noxious\r\n5. (coll.) to lie on one's side\r\n6. to sprain (one's ankle) (Tw)\r\n"},{"characters":"姹","pinyin":"T膩ng","tone":"1","id":1260,"definition":"1. surname Tang\r\n2. rushing current\r\n3. soup\r\n4. hot or boiling water\r\n5. decoction of medicinal herbs\r\n6. water in which sth has been boiled\r\n"},{"characters":"娴","pinyin":"ji膩o","tone":"1","id":1287,"definition":"1. to pour liquid\r\n2. to irrigate (using waterwheel)\r\n3. to water\r\n4. to cast (molten metal)\r\n5. to mold\r\n"},{"characters":"娣","pinyin":"sh膿n","tone":"1","id":1304,"definition":"1. old variant of 娣盵shen1]\r\n2. deep\r\n3. depth\r\n4. deeply\r\n5. (of a color) dark\r\n6. deep\r\n7. rich\r\n"},{"characters":"婊","pinyin":"d墨","tone":"1","id":1315,"definition":"1. a drop\r\n2. to drip\r\n"},{"characters":"鐏","pinyin":"hu墨","tone":"1","id":1327,"definition":"1. ash\r\n2. dust\r\n3. lime\r\n4. gray\r\n5. discouraged\r\n6. dejected\r\n"},{"characters":"鐚","pinyin":"zh奴","tone":"1","id":1381,"definition":"1. hog\r\n2. pig\r\n3. swine\r\n4. CL:鍙kou3],闋瓅澶碵tou2]\r\n"},{"characters":"鐚","pinyin":"m膩o","tone":"1","id":1382,"definition":"1. cat\r\n2. CL:闅粅鍙猍zhi1]\r\n3. (dialect) to hide oneself\r\n4. (coll.) modem\r\n"},{"characters":"鐣","pinyin":"f膩n","tone":"1","id":1418,"definition":"1. surname Pan\r\n2. foreign country\r\n3. foreigner\r\n4. foreign (non-Chinese)\r\n5. barbarian\r\n6. classifier for occurrences (of an action or deed)\r\n7. -fold (as in twofold etc)\r\n8. kind\r\n9. sort\r\n"},{"characters":"鐤","pinyin":"b膩","tone":"1","id":1420,"definition":"1. scar\r\n2. scab\r\n"},{"characters":"鐩","pinyin":"d墨ng","tone":"1","id":1442,"definition":"1. to watch attentively\r\n2. to fix one's attention on\r\n3. to stare at\r\n4. to gaze at\r\n"},{"characters":"鐫","pinyin":"zh膿ng","tone":"1","id":1463,"definition":"1. to open (one's eyes)\r\n"},{"characters":"鐬","pinyin":"xi膩","tone":"1","id":1465,"definition":"1. blind\r\n2. groundlessly\r\n3. foolishly\r\n4. to no purpose\r\n"},{"characters":"绉","pinyin":"z奴","tone":"1","id":1499,"definition":"1. to hire\r\n2. to rent\r\n3. to charter\r\n4. to rent out\r\n5. to lease out\r\n6. rent\r\n7. land tax\r\n"},{"characters":"绉","pinyin":"ch膿ng","tone":"1","id":1502,"definition":"1. to fit\r\n2. balanced\r\n3. suitable\r\n4. to weigh\r\n5. to state\r\n6. to name\r\n7. name\r\n8. appellation\r\n9. to praise\r\n10. variant of 绉cheng4]\r\n11. steelyard\r\n"},{"characters":"绔","pinyin":"du膩n","tone":"1","id":1525,"definition":"1. end\r\n2. extremity\r\n3. item\r\n4. port\r\n5. to hold sth level with both hands\r\n6. to carry\r\n7. regular\r\n8. old variant of 绔痆duan1]\r\n9. start\r\n10. origin\r\n"},{"characters":"绛","pinyin":"qi膩n","tone":"1","id":1540,"definition":"1. to sign one's name\r\n2. visa\r\n3. variant of 绫绛綶qian1]\r\n4. Japanese variant of 绫绛綶qian1]\r\n5. inscribed bamboo stick (used in divination, gambling, drawing lots etc)\r\n6. small wood sliver\r\n7. label\r\n8. tag\r\n"},{"characters":"绡","pinyin":"pi膩n","tone":"1","id":1545,"definition":"1. sheet\r\n2. piece of writing\r\n3. bound set of bamboo slips used for record keeping (old)\r\n4. classifier for written items: chapter, article\r\n"},{"characters":"缈","pinyin":"f膩n","tone":"1","id":1609,"definition":"1. to turn over\r\n2. to flip over\r\n3. to overturn\r\n4. to rummage through\r\n5. to translate\r\n6. to decode\r\n7. to double\r\n8. to climb over or into\r\n9. to cross\r\n10. variant of 缈籟fan1]\r\n"},{"characters":"鑳","pinyin":"xi艒ng","tone":"1","id":1635,"definition":"1. variant of 鑳竅xiong1]\r\n2. chest\r\n3. bosom\r\n4. heart\r\n5. mind\r\n6. thorax\r\n"},{"characters":"鑴","pinyin":"tu艒","tone":"1","id":1642,"definition":"1. to shed\r\n2. to take off\r\n3. to escape\r\n4. to get away from\r\n"},{"characters":"鑵","pinyin":"y膩o","tone":"1","id":1643,"definition":"1. waist\r\n2. lower back\r\n3. pocket\r\n4. middle\r\n5. loins\r\n"},{"characters":"鑸","pinyin":"c膩ng","tone":"1","id":1660,"definition":"1. cabin\r\n2. the hold of a ship or airplane\r\n"},{"characters":"瑁","pinyin":"zhu膩ng","tone":"1","id":1717,"definition":"1. adornment\r\n2. to adorn\r\n3. dress\r\n4. clothing\r\n5. costume (of an actor in a play)\r\n6. to play a role\r\n7. to pretend\r\n8. to install\r\n9. to fix\r\n10. to wrap (sth in a bag)\r\n11. to load\r\n12. to pack\r\n"},{"characters":"璇","pinyin":"sh墨","tone":"1","id":1754,"definition":"1. abbr. for Shijing 瑭╃稉|璇楃粡[Shi1 jing1], the Book of Songs\r\n2. poem\r\n3. CL:棣朳shou3]\r\n4. poetry\r\n5. verse\r\n"},{"characters":"璺","pinyin":"di膿","tone":"1","id":1817,"definition":"1. to drop\r\n2. to fall\r\n3. to tumble\r\n4. Taiwan pr. [die2]\r\n"},{"characters":"韫","pinyin":"d膿ng","tone":"1","id":1820,"definition":"1. to step on\r\n2. to tread on\r\n3. to wear\r\n4. Taiwan pr. [deng4]\r\n"},{"characters":"韫","pinyin":"d奴n","tone":"1","id":1821,"definition":"1. to crouch\r\n2. to squat\r\n3. to stay (somewhere)\r\n"},{"characters":"杞","pinyin":"q墨ng","tone":"1","id":1834,"definition":"1. light\r\n2. easy\r\n3. gentle\r\n4. soft\r\n5. reckless\r\n6. unimportant\r\n7. frivolous\r\n8. small in number\r\n9. unstressed\r\n10. neutral\r\n11. to disparage\r\n"},{"characters":"杈","pinyin":"sh奴","tone":"1","id":1839,"definition":"1. to lose\r\n2. to transport\r\n3. to donate\r\n4. to enter (a password)\r\n"},{"characters":"杩","pinyin":"zhu墨","tone":"1","id":1876,"definition":"1. to sculpt\r\n2. to carve\r\n3. musical instrument (old)\r\n4. to chase after\r\n5. to seek\r\n6. to do one's utmost to seek or procure sth\r\n7. to recall\r\n"},{"characters":"閮","pinyin":"d艒u","tone":"1","id":1909,"definition":"1. surname Du\r\n2. all\r\n3. both\r\n4. entirely\r\n5. (used for emphasis) even\r\n6. already\r\n7. (not) at all\r\n8. capital city\r\n9. metropolis\r\n"},{"characters":"閰","pinyin":"su膩n","tone":"1","id":1914,"definition":"1. sour\r\n2. tart\r\n3. sick at heart\r\n4. grieved\r\n5. sore\r\n6. aching\r\n7. pedantic\r\n8. impractical\r\n9. an acid\r\n"},{"characters":"閿","pinyin":"gu艒","tone":"1","id":1940,"definition":"1. pot\r\n2. pan\r\n3. boiler\r\n4. CL:鍙kou3],闅粅鍙猍zhi1]\r\n"},{"characters":"闈","pinyin":"q墨ng","tone":"1","id":1988,"definition":"1. abbr. for 闈掓捣[Qing1 hai3], Qinghai Province\r\n2. nature's color\r\n3. green or blue\r\n4. greenish black\r\n5. youth\r\n6. young (of people)\r\n"},{"characters":"闈","pinyin":"f膿i","tone":"1","id":1990,"definition":"1. abbr. for 闈炴床[Fei1 zhou1], Africa\r\n2. to not be\r\n3. not\r\n4. wrong\r\n5. incorrect\r\n6. non-\r\n7. un-\r\n8. in-\r\n9. to reproach or blame\r\n10. (colloquial) to insist on\r\n11. simply must\r\n"},{"characters":"棰","pinyin":"k膿","tone":"1","id":2015,"definition":"1. classifier for small spheres, pearls, corn grains, teeth, hearts, satellites etc\r\n"},{"characters":"椋","pinyin":"pi膩o","tone":"1","id":2025,"definition":"1. variant of 椋剕椋榌piao1]\r\n2. to float\r\n"},{"characters":"棣","pinyin":"xi膩ng","tone":"1","id":2035,"definition":"1. fragrant\r\n2. sweet smelling\r\n3. aromatic\r\n4. savory or appetizing\r\n5. (to eat) with relish\r\n6. (of sleep) sound\r\n7. perfume or spice\r\n8. joss or incense stick\r\n9. CL:鏍筟gen1]\r\n"}],"41":[{"characters":"涓囦竴","pinyin":"w脿n y墨","tone":"41","id":7,"definition":"1. just in case\r\n2. if by any chance\r\n3. contingency\r\n"},{"characters":"涓嶅牚","pinyin":"b霉 k膩n","tone":"41","id":12,"definition":"1. cannot bear\r\n2. cannot stand\r\n3. utterly\r\n4. extremely\r\n"},{"characters":"涓嶅畨","pinyin":"b霉 膩n","tone":"41","id":15,"definition":"1. unpeaceful\r\n2. unstable\r\n3. uneasy\r\n4. disturbed\r\n5. restless\r\n6. worried\r\n"},{"characters":"涓嶆儨","pinyin":"b霉 x墨","tone":"41","id":16,"definition":"1. not stint\r\n2. not spare\r\n3. not hesitate (to do sth)\r\n4. not scruple (to do sth)\r\n"},{"characters":"涓嶇","pinyin":"b霉 j墨n","tone":"41","id":23,"definition":"1. can't help (doing sth)\r\n2. can't refrain from\r\n"},{"characters":"涔愯","pinyin":"l猫 gu膩n","tone":"41","id":67,"definition":"1. optimistic\r\n2. hopeful\r\n"},{"characters":"浜嬪厛","pinyin":"sh矛 xi膩n","tone":"41","id":79,"definition":"1. in advance\r\n2. before the event\r\n3. beforehand\r\n4. prior\r\n"},{"characters":"浜氭床","pinyin":"Y脿 zh艒u","tone":"41","id":85,"definition":"1. Asia\r\n2. abbr. for 浜炵窗浜炴床|浜氱粏浜氭床[Ya4 xi4 ya4 Zhou1]\r\n"},{"characters":"浼间箮","pinyin":"s矛 h奴","tone":"41","id":152,"definition":"1. apparently\r\n2. to seem\r\n3. to appear\r\n4. as if\r\n5. seemingly\r\n"},{"characters":"浣滃","pinyin":"zu貌 ji膩","tone":"41","id":164,"definition":"1. author\r\n2. CL:鍊媩涓猍ge4],浣峓wei4]\r\n"},{"characters":"淇″皝","pinyin":"x矛n f膿ng","tone":"41","id":194,"definition":"1. envelope\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"淇″績","pinyin":"x矛n x墨n","tone":"41","id":195,"definition":"1. confidence\r\n2. faith (in sb or sth)\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"淇℃伅","pinyin":"x矛n x墨","tone":"41","id":196,"definition":"1. information\r\n2. news\r\n3. message\r\n"},{"characters":"鍋ヨ韩","pinyin":"ji脿n sh膿n","tone":"41","id":209,"definition":"1. to exercise\r\n2. to keep fit\r\n3. to work out\r\n4. physical exercise\r\n"},{"characters":"鍐呯","pinyin":"n猫i k膿","tone":"41","id":261,"definition":"1. internal medicine\r\n2. general medicine\r\n"},{"characters":"鍐嶄笁","pinyin":"z脿i s膩n","tone":"41","id":264,"definition":"1. over and over again\r\n2. again and again\r\n"},{"characters":"鍐犲啗","pinyin":"gu脿n j奴n","tone":"41","id":271,"definition":"1. champion\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍒楄溅","pinyin":"li猫 ch膿","tone":"41","id":306,"definition":"1. (railway) train\r\n"},{"characters":"鍒涙柊","pinyin":"chu脿ng x墨n","tone":"41","id":310,"definition":"1. innovation\r\n2. to bring forth new ideas\r\n3. to blaze new trails\r\n"},{"characters":"鍒╂伅","pinyin":"l矛 x墨","tone":"41","id":316,"definition":"1. interest (on a loan)\r\n2. CL:绛唡绗擺bi3]\r\n"},{"characters":"鍒烘縺","pinyin":"c矛 j墨","tone":"41","id":330,"definition":"1. to provoke\r\n2. to irritate\r\n3. to upset\r\n4. to stimulate\r\n5. to excite\r\n6. irritant\r\n"},{"characters":"鍔ㄦ満","pinyin":"d貌ng j墨","tone":"41","id":344,"definition":"1. motor\r\n2. locomotive\r\n3. motive\r\n4. motivation\r\n5. intention\r\n"},{"characters":"鍔ㄨ韩","pinyin":"d貌ng sh膿n","tone":"41","id":347,"definition":"1. to go on a journey\r\n2. to leave\r\n"},{"characters":"鍗板埛","pinyin":"y矛n shu膩","tone":"41","id":381,"definition":"1. to print\r\n2. printing\r\n"},{"characters":"鍙椾激","pinyin":"sh貌u sh膩ng","tone":"41","id":431,"definition":"1. to sustain injuries\r\n2. wounded (in an accident etc)\r\n3. harmed\r\n"},{"characters":"鍙樿縼","pinyin":"bi脿n qi膩n","tone":"41","id":434,"definition":"1. changes\r\n2. vicissitudes\r\n"},{"characters":"鍙紑","pinyin":"zh脿o k膩i","tone":"41","id":442,"definition":"1. to convene (a conference or meeting)\r\n2. to convoke\r\n3. to call together\r\n"},{"characters":"鍦板尯","pinyin":"d矛 q奴","tone":"41","id":544,"definition":"1. local\r\n2. regional\r\n3. district (not necessarily formal administrative unit)\r\n4. region\r\n5. area\r\n6. as suffix to city name, means prefecture or county (area administered by a prefecture level city or county level city)\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"澹叺","pinyin":"sh矛 b墨ng","tone":"41","id":572,"definition":"1. soldier\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"澶栦氦","pinyin":"w脿i ji膩o","tone":"41","id":583,"definition":"1. diplomacy\r\n2. diplomatic\r\n3. foreign affairs\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"澶栧叕","pinyin":"w脿i g艒ng","tone":"41","id":584,"definition":"1. (coll.) mother's father\r\n2. maternal grandfather\r\n"},{"characters":"澶ф柟","pinyin":"d脿 f膩ng","tone":"41","id":595,"definition":"1. expert\r\n2. scholar\r\n3. mother earth\r\n4. a type of green tea\r\n5. generous\r\n6. magnanimous\r\n7. stylish\r\n8. in good taste\r\n9. easy-mannered\r\n10. natural and relaxed\r\n"},{"characters":"瀹氭湡","pinyin":"d矛ng q墨","tone":"41","id":662,"definition":"1. at set dates\r\n2. at regular intervals\r\n3. periodic\r\n4. limited to a fixed period of time\r\n5. fixed term\r\n"},{"characters":"瀹㈣","pinyin":"k猫 gu膩n","tone":"41","id":678,"definition":"1. objective\r\n2. impartial\r\n"},{"characters":"瀵规柟","pinyin":"du矛 f膩ng","tone":"41","id":695,"definition":"1. counterpart\r\n2. other person involved\r\n3. opposite side\r\n4. other side\r\n5. receiving party\r\n"},{"characters":"灏勫嚮","pinyin":"sh猫 j墨","tone":"41","id":710,"definition":"1. to shoot\r\n2. to fire (a gun)\r\n"},{"characters":"骞堕潪","pinyin":"b矛ng f膿i","tone":"41","id":774,"definition":"1. really isn't\r\n"},{"characters":"骞镐簭","pinyin":"x矛ng ku墨","tone":"41","id":775,"definition":"1. fortunately\r\n2. luckily\r\n"},{"characters":"寮婄","pinyin":"b矛 du膩n","tone":"41","id":799,"definition":"1. malpractice\r\n2. abuse\r\n3. corrupt practice\r\n"},{"characters":"褰曢煶","pinyin":"l霉 y墨n","tone":"41","id":814,"definition":"1. to record (sound)\r\n2. sound recording\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎴樹簤","pinyin":"zh脿n zh膿ng","tone":"41","id":912,"definition":"1. war\r\n2. conflict\r\n3. CL:鍫磡鍦篬chang2],娆ci4]\r\n"},{"characters":"鎶ラ攢","pinyin":"b脿o xi膩o","tone":"41","id":963,"definition":"1. to submit an expense account\r\n2. to apply for reimbursement\r\n3. to write off\r\n4. to wipe out\r\n"},{"characters":"鎷滄墭","pinyin":"b脿i tu艒","tone":"41","id":982,"definition":"1. to request sb to do sth\r\n2. please!\r\n"},{"characters":"鎹","pinyin":"j霉 shu艒","tone":"41","id":1010,"definition":"1. it is said that\r\n2. reportedly\r\n"},{"characters":"鎺柦","pinyin":"cu貌 sh墨","tone":"41","id":1021,"definition":"1. measure\r\n2. step\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎾ら攢","pinyin":"ch猫 xi膩o","tone":"41","id":1053,"definition":"1. to repeal\r\n2. to revoke\r\n3. (computing) to undo\r\n"},{"characters":"鏂椾簤","pinyin":"d貌u zh膿ng","tone":"41","id":1104,"definition":"1. a struggle\r\n2. fight\r\n3. battle\r\n"},{"characters":"鏃ユ湡","pinyin":"r矛 q墨","tone":"41","id":1120,"definition":"1. date\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏇濆厜","pinyin":"b脿o gu膩ng","tone":"41","id":1150,"definition":"1. to expose (photography)\r\n2. (fig.) to expose (a scandal)\r\n3. (advertising) exposure\r\n4. Taiwan pr. [pu4 guang1]\r\n"},{"characters":"鏈鍒","pinyin":"zu矛 ch奴","tone":"41","id":1152,"definition":"1. first\r\n2. primary\r\n3. initial\r\n4. original\r\n5. at first\r\n6. initially\r\n7. originally\r\n"},{"characters":"姘旀皼","pinyin":"q矛 f膿n","tone":"41","id":1254,"definition":"1. atmosphere\r\n2. mood\r\n"},{"characters":"鐑績","pinyin":"r猫 x墨n","tone":"41","id":1340,"definition":"1. enthusiasm\r\n2. zeal\r\n3. zealous\r\n4. zest\r\n5. enthusiastic\r\n6. ardent\r\n7. warmhearted\r\n"},{"characters":"鐖嗗彂","pinyin":"b脿o f膩","tone":"41","id":1354,"definition":"1. to break out\r\n2. to erupt\r\n3. to explode\r\n4. to burst out\r\n"},{"characters":"鐖卞績","pinyin":"脿i x墨n","tone":"41","id":1357,"definition":"1. compassion\r\n2. kindness\r\n3. care for others\r\n4. love\r\n5. CL:鐗嘯pian4]\r\n6. charity (bazaar, golf day etc)\r\n7. heart (the symbol ?)\r\n"},{"characters":"鐖辨儨","pinyin":"脿i x墨","tone":"41","id":1358,"definition":"1. to cherish\r\n2. to treasure\r\n3. to use sparingly\r\n"},{"characters":"鐗瑰緛","pinyin":"t猫 zh膿ng","tone":"41","id":1368,"definition":"1. characteristic\r\n2. diagnostic property\r\n3. distinctive feature\r\n4. trait\r\n"},{"characters":"鐗规畩","pinyin":"t猫 sh奴","tone":"41","id":1369,"definition":"1. special\r\n2. particular\r\n3. unusual\r\n4. extraordinary\r\n"},{"characters":"鐜伴噾","pinyin":"xi脿n j墨n","tone":"41","id":1390,"definition":"1. cash\r\n"},{"characters":"鐢ㄥ姛","pinyin":"y貌ng g艒ng","tone":"41","id":1403,"definition":"1. diligent\r\n2. industrious (in one's studies)\r\n3. to study hard\r\n4. to make great effort\r\n"},{"characters":"鐣呴","pinyin":"ch脿ng t艒ng","tone":"41","id":1416,"definition":"1. unimpeded\r\n2. free-flowing\r\n3. straight path\r\n4. unclogged\r\n5. move without obstruction\r\n"},{"characters":"鐣呴攢","pinyin":"ch脿ng xi膩o","tone":"41","id":1417,"definition":"1. to sell well\r\n2. best seller\r\n3. chart-topping\r\n"},{"characters":"鐩爣","pinyin":"m霉 bi膩o","tone":"41","id":1441,"definition":"1. target\r\n2. goal\r\n3. objective\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绉樹功","pinyin":"m矛 sh奴","tone":"41","id":1497,"definition":"1. secretary\r\n"},{"characters":"绗ㄦ嫏","pinyin":"b猫n zhu艒","tone":"41","id":1529,"definition":"1. clumsy\r\n2. awkward\r\n3. stupid\r\n"},{"characters":"缃㈠伐","pinyin":"b脿 g艒ng","tone":"41","id":1604,"definition":"1. a strike\r\n2. to go on strike\r\n"},{"characters":"鑷","pinyin":"z矛 s墨","tone":"41","id":1651,"definition":"1. selfish\r\n2. selfishness\r\n"},{"characters":"鑷充粖","pinyin":"zh矛 j墨n","tone":"41","id":1656,"definition":"1. so far\r\n2. to this day\r\n3. until now\r\n"},{"characters":"铚滆渹","pinyin":"m矛 f膿ng","tone":"41","id":1689,"definition":"1. bee\r\n2. honeybee\r\n3. CL:闅粅鍙猍zhi1],缇qun2]\r\n"},{"characters":"琛墭","pinyin":"ch猫n tu艒","tone":"41","id":1709,"definition":"1. to set off\r\n"},{"characters":"璁炬柦","pinyin":"sh猫 sh墨","tone":"41","id":1745,"definition":"1. facilities\r\n2. installation\r\n"},{"characters":"璇炵敓","pinyin":"d脿n sh膿ng","tone":"41","id":1758,"definition":"1. to be born\r\n"},{"characters":"璞″緛","pinyin":"xi脿ng zh膿ng","tone":"41","id":1780,"definition":"1. emblem\r\n2. symbol\r\n3. token\r\n4. badge\r\n5. to symbolize\r\n6. to signify\r\n7. to stand for\r\n"},{"characters":"杈f","pinyin":"l脿 ji膩o","tone":"41","id":1843,"definition":"1. hot pepper\r\n2. chili\r\n"},{"characters":"杩囨湡","pinyin":"gu貌 q墨","tone":"41","id":1859,"definition":"1. to be overdue\r\n2. to exceed the time limit\r\n3. to expire (as in expiration date)\r\n"},{"characters":"杩愯緭","pinyin":"y霉n sh奴","tone":"41","id":1863,"definition":"1. transport\r\n2. haulage\r\n3. transit\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"杩稿彂","pinyin":"b猫ng f膩","tone":"41","id":1875,"definition":"1. to burst forth\r\n"},{"characters":"閫浼","pinyin":"tu矛 xi奴","tone":"41","id":1879,"definition":"1. to retire\r\n2. retirement (from work)\r\n"},{"characters":"閫掑","pinyin":"d矛 z膿ng","tone":"41","id":1889,"definition":"1. to increase by degrees\r\n2. in increasing order\r\n3. incremental\r\n4. progressive\r\n"},{"characters":"闄岀敓","pinyin":"m貌 sh膿ng","tone":"41","id":1963,"definition":"1. strange\r\n2. unfamiliar\r\n"},{"characters":"闈㈢Н","pinyin":"mi脿n j墨","tone":"41","id":1994,"definition":"1. area (of a floor, piece of land etc)\r\n2. surface area\r\n3. tract of land\r\n"}],"44":[{"characters":"涓婂綋","pinyin":"sh脿ng d脿ng","tone":"44","id":8,"definition":"1. taken in (by sb's deceit)\r\n2. to be fooled\r\n3. to be duped\r\n"},{"characters":"涓嶆劎","pinyin":"b霉 ku矛","tone":"44","id":17,"definition":"1. to be worthy of\r\n2. to deserve to be called\r\n3. to prove oneself to be\r\n"},{"characters":"涓嶆枡","pinyin":"b霉 li脿o","tone":"44","id":18,"definition":"1. unexpectedly\r\n2. to one's surprise\r\n"},{"characters":"涓嶆柇","pinyin":"b霉 du脿n","tone":"44","id":19,"definition":"1. unceasing\r\n2. uninterrupted\r\n3. continuous\r\n4. constant\r\n"},{"characters":"涓嶉【","pinyin":"b霉 g霉","tone":"44","id":25,"definition":"1. in spite of\r\n2. regardless of\r\n"},{"characters":"涓栫邯","pinyin":"sh矛 j矛","tone":"44","id":34,"definition":"1. century\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涓氬姟","pinyin":"y猫 w霉","tone":"44","id":37,"definition":"1. business\r\n2. professional work\r\n3. service\r\n4. CL:闋厊椤筟xiang4]\r\n"},{"characters":"涓","pinyin":"g猫 x矛ng","tone":"44","id":49,"definition":"1. individuality\r\n2. personality\r\n"},{"characters":"涔夊姟","pinyin":"y矛 w霉","tone":"44","id":64,"definition":"1. duty\r\n2. obligation\r\n3. commitment\r\n4. volunteer duty\r\n5. CL:闋厊椤筟xiang4]\r\n6. mandatory\r\n7. voluntary\r\n"},{"characters":"涔愬櫒","pinyin":"yu猫 q矛","tone":"44","id":66,"definition":"1. musical instrument\r\n2. CL:浠禰jian4]\r\n"},{"characters":"浜嬬墿","pinyin":"sh矛 w霉","tone":"44","id":81,"definition":"1. thing\r\n2. object\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浠d环","pinyin":"d脿i ji脿","tone":"44","id":116,"definition":"1. price\r\n2. cost\r\n3. consideration (in share dealing)\r\n"},{"characters":"浼氳","pinyin":"ku脿i j矛","tone":"44","id":136,"definition":"1. accountant\r\n2. accountancy\r\n3. accounting\r\n"},{"characters":"浼哄","pinyin":"c矛 h貌u","tone":"44","id":151,"definition":"1. to serve\r\n2. to wait upon\r\n"},{"characters":"浣嶇疆","pinyin":"w猫i zh矛","tone":"44","id":155,"definition":"1. position\r\n2. place\r\n3. seat\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浣滅敤","pinyin":"zu貌 y貌ng","tone":"44","id":166,"definition":"1. to act on\r\n2. to affect\r\n3. action\r\n4. function\r\n5. activity\r\n6. impact\r\n7. result\r\n8. effect\r\n9. purpose\r\n10. intent\r\n11. to play a role\r\n12. corresponds to English -ity, -ism, -ization\r\n13. CL:鍊媩涓猍ge4]\r\n"},{"characters":"渚ч潰","pinyin":"c猫 mi脿n","tone":"44","id":173,"definition":"1. lateral side\r\n2. side\r\n3. aspect\r\n4. profile\r\n"},{"characters":"渚垮埄","pinyin":"bi脿n l矛","tone":"44","id":176,"definition":"1. convenient\r\n2. easy\r\n3. to facilitate\r\n"},{"characters":"淇冭繘","pinyin":"c霉 j矛n","tone":"44","id":179,"definition":"1. to promote (an idea or cause)\r\n2. to advance\r\n3. boost\r\n"},{"characters":"淇′换","pinyin":"x矛n r猫n","tone":"44","id":192,"definition":"1. to trust\r\n2. to have confidence in\r\n"},{"characters":"淇″彿","pinyin":"x矛n h脿o","tone":"44","id":193,"definition":"1. signal\r\n"},{"characters":"鍊¤","pinyin":"ch脿ng y矛","tone":"44","id":203,"definition":"1. to suggest\r\n2. to initiate\r\n3. proposal\r\n4. initiative\r\n"},{"characters":"鍏戞崲","pinyin":"du矛 hu脿n","tone":"44","id":235,"definition":"1. to convert\r\n2. to exchange\r\n"},{"characters":"鍏戠幇","pinyin":"du矛 xi脿n","tone":"44","id":236,"definition":"1. (of a cheque etc) to cash\r\n2. to honor a commitment\r\n"},{"characters":"鍏峰","pinyin":"j霉 b猫i","tone":"44","id":256,"definition":"1. to possess\r\n2. to have\r\n3. equipped with\r\n4. able to fulfill (conditions or requirements)\r\n"},{"characters":"鍐呴儴","pinyin":"n猫i b霉","tone":"44","id":262,"definition":"1. interior\r\n2. inside (part, section)\r\n3. internal\r\n"},{"characters":"鍒涗笟","pinyin":"chu脿ng y猫","tone":"44","id":308,"definition":"1. to begin an undertaking\r\n2. to start a major task\r\n3. to initiate\r\n4. to venture\r\n5. venture\r\n6. entrepreneurship\r\n"},{"characters":"鍒涗綔","pinyin":"chu脿ng zu貌","tone":"44","id":309,"definition":"1. to create\r\n2. to produce\r\n3. to write\r\n4. creative work\r\n5. creation\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍒涚珛","pinyin":"chu脿ng l矛","tone":"44","id":311,"definition":"1. to establish\r\n2. to set up\r\n3. to found\r\n"},{"characters":"鍒涢","pinyin":"chu脿ng z脿o","tone":"44","id":312,"definition":"1. to create\r\n2. to bring about\r\n3. to produce\r\n4. to set (a record)\r\n"},{"characters":"鍒╂鼎","pinyin":"l矛 r霉n","tone":"44","id":317,"definition":"1. profits\r\n"},{"characters":"鍒╃敤","pinyin":"l矛 y貌ng","tone":"44","id":318,"definition":"1. to exploit\r\n2. to make use of\r\n3. to use\r\n4. to take advantage of\r\n5. to utilize\r\n"},{"characters":"鍒╃泭","pinyin":"l矛 y矛","tone":"44","id":319,"definition":"1. benefit\r\n2. (in sb's) interest\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍒朵綔","pinyin":"zh矛 zu貌","tone":"44","id":324,"definition":"1. to make\r\n2. to manufacture\r\n"},{"characters":"鍒跺畾","pinyin":"zh矛 d矛ng","tone":"44","id":325,"definition":"1. to draw up\r\n2. to formulate\r\n"},{"characters":"鍒跺害","pinyin":"zh矛 d霉","tone":"44","id":326,"definition":"1. system (e.g. political, adminstrative etc)\r\n2. institution\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍒堕","pinyin":"zh矛 z脿o","tone":"44","id":327,"definition":"1. to manufacture\r\n2. to make\r\n"},{"characters":"鍒归偅","pinyin":"ch脿 n脿","tone":"44","id":328,"definition":"1. an instant (Sanskrit: ksana)\r\n2. split second\r\n3. the twinkling of an eye\r\n"},{"characters":"鍔ㄥ姏","pinyin":"d貌ng l矛","tone":"44","id":340,"definition":"1. power\r\n2. motion\r\n3. propulsion\r\n4. force\r\n"},{"characters":"鍔ㄦ","pinyin":"d貌ng t脿i","tone":"44","id":342,"definition":"1. movement\r\n2. motion\r\n3. development\r\n4. trend\r\n5. dynamic (science)\r\n"},{"characters":"鍔ㄨ剦","pinyin":"d貌ng m脿i","tone":"44","id":345,"definition":"1. artery\r\n"},{"characters":"鍔ㄨ崱","pinyin":"d貌ng d脿ng","tone":"44","id":346,"definition":"1. variant of 鍕曡暕|鍔ㄨ崱[dong4 dang4]\r\n2. unrest (social or political)\r\n3. turmoil\r\n4. upheaval\r\n5. commotion\r\n"},{"characters":"鍔ㄩ潤","pinyin":"d貌ng j矛ng","tone":"44","id":348,"definition":"1. sound of activity or people talking\r\n2. news of activity\r\n"},{"characters":"鍗犵嚎","pinyin":"zh脿n xi脿n","tone":"44","id":378,"definition":"1. busy (telephone line)\r\n"},{"characters":"鍗у","pinyin":"w貌 sh矛","tone":"44","id":380,"definition":"1. bedroom\r\n2. CL:闁搢闂碵jian1]\r\n"},{"characters":"鍗拌薄","pinyin":"y矛n xi脿ng","tone":"44","id":382,"definition":"1. impression\r\n"},{"characters":"鍘讳笘","pinyin":"q霉 sh矛","tone":"44","id":393,"definition":"1. to pass away\r\n2. to die\r\n"},{"characters":"鍙樻晠","pinyin":"bi脿n g霉","tone":"44","id":432,"definition":"1. an unforeseen event\r\n2. accident\r\n3. misfortune\r\n"},{"characters":"鍙樿川","pinyin":"bi脿n zh矛","tone":"44","id":433,"definition":"1. to degenerate\r\n2. to go bad\r\n3. to deteriorate\r\n4. metamorphosis\r\n"},{"characters":"鍙欒堪","pinyin":"x霉 sh霉","tone":"44","id":435,"definition":"1. to relate (a story or information)\r\n2. to tell or talk about\r\n3. to recount\r\n4. narration\r\n5. telling\r\n6. narrative\r\n7. account\r\n"},{"characters":"鍚勮嚜","pinyin":"g猫 z矛","tone":"44","id":456,"definition":"1. each\r\n2. respective\r\n3. apiece\r\n"},{"characters":"鍚庤儗","pinyin":"h貌u b猫i","tone":"44","id":469,"definition":"1. the back (human anatomy)\r\n2. the back part of sth\r\n"},{"characters":"鍛戒护","pinyin":"m矛ng l矛ng","tone":"44","id":495,"definition":"1. order\r\n2. command\r\n3. CL:閬揫dao4],鍊媩涓猍ge4]\r\n"},{"characters":"鍛借繍","pinyin":"m矛ng y霉n","tone":"44","id":496,"definition":"1. fate\r\n2. destiny\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍥哄畾","pinyin":"g霉 d矛ng","tone":"44","id":534,"definition":"1. to fix\r\n2. to fasten\r\n3. to set rigidly in place\r\n4. fixed\r\n5. set\r\n6. regular\r\n"},{"characters":"鍦颁綅","pinyin":"d矛 w猫i","tone":"44","id":542,"definition":"1. position\r\n2. status\r\n3. place\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍦板娍","pinyin":"d矛 sh矛","tone":"44","id":543,"definition":"1. terrain\r\n2. topography relief\r\n"},{"characters":"鍦版","pinyin":"d矛 b霉","tone":"44","id":545,"definition":"1. condition\r\n2. situation\r\n3. plight\r\n4. extent\r\n5. room for action\r\n"},{"characters":"鍦拌川","pinyin":"d矛 zh矛","tone":"44","id":548,"definition":"1. geology\r\n"},{"characters":"鍦伴亾","pinyin":"d矛 d脿o","tone":"44","id":549,"definition":"1. tunnel\r\n2. causeway\r\n3. authentic\r\n4. genuine\r\n5. typical\r\n6. from a place known for the product\r\n7. thorough\r\n8. conscientious\r\n"},{"characters":"鍦伴渿","pinyin":"d矛 zh猫n","tone":"44","id":550,"definition":"1. earthquake\r\n"},{"characters":"鍫曡惤","pinyin":"du貌 lu貌","tone":"44","id":566,"definition":"1. to degrade\r\n2. to degenerate\r\n3. to become depraved\r\n4. corrupt\r\n5. a fall from grace\r\n"},{"characters":"澶囦唤","pinyin":"b猫i f猫n","tone":"44","id":579,"definition":"1. backup\r\n"},{"characters":"澶嶅埗","pinyin":"f霉 zh矛","tone":"44","id":581,"definition":"1. to duplicate\r\n2. to make a copy of\r\n3. to copy\r\n4. to reproduce\r\n5. to clone\r\n"},{"characters":"澶у帵","pinyin":"d脿 sh脿","tone":"44","id":592,"definition":"1. large building\r\n2. edifice\r\n3. mansion\r\n4. CL:搴zuo4]\r\n"},{"characters":"澶ф剰","pinyin":"d脿 y矛","tone":"44","id":594,"definition":"1. general idea\r\n2. main idea\r\n3. careless\r\n"},{"characters":"澶ц倖","pinyin":"d脿 s矛","tone":"44","id":596,"definition":"1. wantonly\r\n2. without restraint (of enemy or malefactor)\r\n3. unbridled\r\n"},{"characters":"澶ц嚧","pinyin":"d脿 zh矛","tone":"44","id":598,"definition":"1. more or less\r\n2. roughly\r\n3. approximately\r\n"},{"characters":"澶ц薄","pinyin":"d脿 xi脿ng","tone":"44","id":599,"definition":"1. elephant\r\n2. CL:闅粅鍙猍zhi1]\r\n"},{"characters":"濂嬫枟","pinyin":"f猫n d貌u","tone":"44","id":613,"definition":"1. to strive\r\n2. to struggle\r\n"},{"characters":"濂犲畾","pinyin":"di脿n d矛ng","tone":"44","id":617,"definition":"1. to establish\r\n2. to fix\r\n3. to settle\r\n"},{"characters":"濂ョ","pinyin":"脿o m矛","tone":"44","id":618,"definition":"1. secret\r\n2. mystery\r\n"},{"characters":"濂藉","pinyin":"h脿o k猫","tone":"44","id":622,"definition":"1. hospitality\r\n2. to treat guests well\r\n3. to enjoy having guests\r\n4. hospitable\r\n5. friendly\r\n"},{"characters":"瀛楀箷","pinyin":"z矛 m霉","tone":"44","id":641,"definition":"1. caption\r\n2. subtitle\r\n"},{"characters":"瀛濋『","pinyin":"xi脿o sh霉n","tone":"44","id":645,"definition":"1. filial piety\r\n2. to be obedient to one's parents\r\n"},{"characters":"瀹氫箟","pinyin":"d矛ng y矛","tone":"44","id":661,"definition":"1. definition\r\n"},{"characters":"瀹翠細","pinyin":"y脿n hu矛","tone":"44","id":681,"definition":"1. banquet\r\n2. feast\r\n3. dinner party\r\n4. CL:甯璠xi2],鍊媩涓猍ge4]\r\n"},{"characters":"瀹胯垗","pinyin":"s霉 sh猫","tone":"44","id":687,"definition":"1. dormitory\r\n2. dorm room\r\n3. living quarters\r\n4. hostel\r\n5. CL:闁搢闂碵jian1]\r\n"},{"characters":"瀵傚癁","pinyin":"j矛 m貌","tone":"44","id":688,"definition":"1. lonely\r\n2. lonesome\r\n3. (of a place) quiet\r\n4. silent\r\n"},{"characters":"瀵嗗垏","pinyin":"m矛 qi猫","tone":"44","id":689,"definition":"1. close\r\n2. familiar\r\n3. intimate\r\n4. closely (related)\r\n5. to foster close ties\r\n6. to pay close attention\r\n"},{"characters":"瀵瑰簲","pinyin":"du矛 y矛ng","tone":"44","id":691,"definition":"1. to correspond\r\n2. a correspondence\r\n3. corresponding\r\n4. homologous\r\n5. matching with sth\r\n6. counterpart\r\n"},{"characters":"瀵瑰緟","pinyin":"du矛 d脿i","tone":"44","id":692,"definition":"1. to treat\r\n2. treatment\r\n"},{"characters":"瀵规姉","pinyin":"du矛 k脿ng","tone":"44","id":694,"definition":"1. to withstand\r\n2. to resist\r\n3. to stand off\r\n4. antagonism\r\n5. confrontation\r\n"},{"characters":"瀵圭収","pinyin":"du矛 zh脿o","tone":"44","id":697,"definition":"1. to contrast\r\n2. to compare\r\n3. to place side by side for comparison (as parallel texts)\r\n4. to check\r\n"},{"characters":"瀵圭О","pinyin":"du矛 ch猫n","tone":"44","id":698,"definition":"1. symmetry\r\n2. symmetrical\r\n"},{"characters":"瀵圭珛","pinyin":"du矛 l矛","tone":"44","id":699,"definition":"1. to oppose\r\n2. to set sth against\r\n3. to be antagonistic to\r\n4. antithetical\r\n5. relative opposite\r\n6. opposing\r\n7. diametrical\r\n"},{"characters":"瀵圭瓥","pinyin":"du矛 c猫","tone":"44","id":700,"definition":"1. countermeasure for dealing with a situation\r\n"},{"characters":"瀵硅薄","pinyin":"du矛 xi脿ng","tone":"44","id":702,"definition":"1. target\r\n2. object\r\n3. partner\r\n4. boyfriend\r\n5. girlfriend\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀵垮懡","pinyin":"sh貌u m矛ng","tone":"44","id":709,"definition":"1. life span\r\n2. life expectancy\r\n3. lifetime (of a machine)\r\n"},{"characters":"灏藉姏","pinyin":"j矛n l矛","tone":"44","id":720,"definition":"1. to strive one's hardest\r\n2. to spare no effort\r\n"},{"characters":"宸ㄥぇ","pinyin":"j霉 d脿","tone":"44","id":746,"definition":"1. huge\r\n2. immense\r\n3. very large\r\n4. tremendous\r\n5. gigantic\r\n6. enormous\r\n"},{"characters":"甯冨憡","pinyin":"b霉 g脿o","tone":"44","id":752,"definition":"1. posting on a bulletin board\r\n2. notice\r\n3. bulletin\r\n4. to announce\r\n"},{"characters":"甯冪疆","pinyin":"b霉 zh矛","tone":"44","id":754,"definition":"1. to put in order\r\n2. to arrange\r\n3. to decorate\r\n4. to fix up\r\n5. to deploy\r\n"},{"characters":"骞跺垪","pinyin":"b矛ng li猫","tone":"44","id":773,"definition":"1. to stand side by side\r\n2. to be juxtaposed\r\n"},{"characters":"骞歌繍","pinyin":"x矛ng y霉n","tone":"44","id":777,"definition":"1. fortunate\r\n2. lucky\r\n3. fortune\r\n4. luck\r\n"},{"characters":"搴嗙","pinyin":"q矛ng zh霉","tone":"44","id":783,"definition":"1. to celebrate\r\n"},{"characters":"搴旂敤","pinyin":"y矛ng y貌ng","tone":"44","id":786,"definition":"1. to use\r\n2. to apply\r\n3. application\r\n4. applicable\r\n"},{"characters":"搴旇仒","pinyin":"y矛ng p矛n","tone":"44","id":787,"definition":"1. to accept a job offer\r\n2. to apply for an advertised position\r\n"},{"characters":"搴熻瘽","pinyin":"f猫i hu脿","tone":"44","id":788,"definition":"1. nonsense\r\n2. rubbish\r\n3. superfluous words\r\n4. You don't say!\r\n5. No kidding! (gently sarcastic)\r\n"},{"characters":"搴﹁繃","pinyin":"d霉 gu貌","tone":"44","id":789,"definition":"1. to pass\r\n2. to spend (time)\r\n3. to survive\r\n4. to get through\r\n"},{"characters":"搴т綅","pinyin":"zu貌 w猫i","tone":"44","id":791,"definition":"1. seat\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"寤虹珛","pinyin":"ji脿n l矛","tone":"44","id":793,"definition":"1. to establish\r\n2. to set up\r\n3. to found\r\n"},{"characters":"寤虹瓚","pinyin":"ji脿n zh霉","tone":"44","id":794,"definition":"1. to construct\r\n2. building\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"寤鸿","pinyin":"ji脿n sh猫","tone":"44","id":795,"definition":"1. to build\r\n2. to construct\r\n3. construction\r\n4. constructive\r\n"},{"characters":"寰呴亣","pinyin":"d脿i y霉","tone":"44","id":829,"definition":"1. treatment\r\n2. pay\r\n3. salary\r\n4. status\r\n5. rank\r\n"},{"characters":"蹇呰","pinyin":"b矛 y脿o","tone":"44","id":838,"definition":"1. necessary\r\n2. essential\r\n3. indispensable\r\n4. required\r\n"},{"characters":"鎬犳參","pinyin":"d脿i m脿n","tone":"44","id":847,"definition":"1. to slight\r\n2. to neglect\r\n"},{"characters":"鎬ц川","pinyin":"x矛ng zh矛","tone":"44","id":852,"definition":"1. nature\r\n2. characteristic\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎭嬬埍","pinyin":"li脿n 脿i","tone":"44","id":860,"definition":"1. (romantic) love\r\n2. CL:鍊媩涓猍ge4],鍫磡鍦篬chang3]\r\n3. in love\r\n4. to have an affair\r\n"},{"characters":"鎭跺姡","pinyin":"猫 li猫","tone":"44","id":865,"definition":"1. vile\r\n2. nasty\r\n3. of very poor quality\r\n"},{"characters":"鎭跺寲","pinyin":"猫 hu脿","tone":"44","id":866,"definition":"1. to worsen\r\n"},{"characters":"鎯﹁","pinyin":"di脿n j矛","tone":"44","id":876,"definition":"1. to think of\r\n2. to keep thinking about\r\n3. to be concerned about\r\n"},{"characters":"鎰忎箟","pinyin":"y矛 y矛","tone":"44","id":882,"definition":"1. sense\r\n2. meaning\r\n3. significance\r\n4. importance\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎰忓","pinyin":"y矛 w脿i","tone":"44","id":883,"definition":"1. unexpected\r\n2. accident\r\n3. mishap\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎰忚","pinyin":"y矛 ji脿n","tone":"44","id":884,"definition":"1. idea\r\n2. opinion\r\n3. suggestion\r\n4. objection\r\n5. complaint\r\n6. CL:榛瀨鐐筟dian3],姊潀鏉tiao2]\r\n"},{"characters":"鎰挎湜","pinyin":"yu脿n w脿ng","tone":"44","id":888,"definition":"1. desire\r\n2. wish\r\n"},{"characters":"鎱庨噸","pinyin":"sh猫n zh貌ng","tone":"44","id":892,"definition":"1. cautious\r\n2. careful\r\n3. prudent\r\n"},{"characters":"鎴忓墽","pinyin":"x矛 j霉","tone":"44","id":894,"definition":"1. drama\r\n2. play\r\n3. theater\r\n"},{"characters":"鎵╁ぇ","pinyin":"ku貌 d脿","tone":"44","id":934,"definition":"1. to expand\r\n2. to enlarge\r\n3. to broaden one's scope\r\n"},{"characters":"鎶ュ埌","pinyin":"b脿o d脿o","tone":"44","id":955,"definition":"1. to report for duty\r\n2. to check in\r\n3. to register\r\n"},{"characters":"鎶ュ憡","pinyin":"b脿o g脿o","tone":"44","id":956,"definition":"1. to inform\r\n2. to report\r\n3. to make known\r\n4. report\r\n5. speech\r\n6. talk\r\n7. lecture\r\n8. CL:绡嘯pian1],浠絒fen4],鍊媩涓猍ge4],閫歔tong4]\r\n"},{"characters":"鎶ュ","pinyin":"b脿o f霉","tone":"44","id":957,"definition":"1. to make reprisals\r\n2. to retaliate\r\n3. revenge\r\n4. retaliation\r\n"},{"characters":"鎶ョぞ","pinyin":"b脿o sh猫","tone":"44","id":958,"definition":"1. general office of a newspaper\r\n2. newspaper office\r\n3. CL:瀹禰jia1]\r\n"},{"characters":"鎶ラ亾","pinyin":"b脿o d脿o","tone":"44","id":961,"definition":"1. to report (news)\r\n2. report\r\n3. CL:绡嘯pian1],浠絒fen4]\r\n"},{"characters":"鎶辨","pinyin":"b脿o yu脿n","tone":"44","id":966,"definition":"1. to complain\r\n2. to grumble\r\n3. to harbor a complaint\r\n4. to feel dissatisfied\r\n"},{"characters":"鎶辫礋","pinyin":"b脿o f霉","tone":"44","id":967,"definition":"1. aspiration\r\n2. ambition\r\n"},{"characters":"鎸傚彿","pinyin":"gu脿 h脿o","tone":"44","id":991,"definition":"1. to register (at a hospital etc)\r\n2. to send by registered mail\r\n"},{"characters":"鎸姩","pinyin":"zh猫n d貌ng","tone":"44","id":1003,"definition":"1. to vibrate\r\n2. to shake\r\n3. vibration\r\n"},{"characters":"鎺у埗","pinyin":"k貌ng zh矛","tone":"44","id":1015,"definition":"1. control\r\n2. to exercise control over\r\n3. to contain\r\n"},{"characters":"鎾ら","pinyin":"ch猫 tu矛","tone":"44","id":1052,"definition":"1. to retreat\r\n"},{"characters":"鏀挎不","pinyin":"zh猫ng zh矛","tone":"44","id":1075,"definition":"1. politics\r\n2. political\r\n"},{"characters":"鏁堢巼","pinyin":"xi脿o l菧","tone":"44","id":1077,"definition":"1. efficiency\r\n"},{"characters":"鏁欑粌","pinyin":"ji脿o li脿n","tone":"44","id":1083,"definition":"1. instructor\r\n2. sports coach\r\n3. trainer\r\n4. CL:鍊媩涓猍ge4],浣峓wei4],鍚峓ming2]\r\n"},{"characters":"鏁f","pinyin":"s脿n b霉","tone":"44","id":1086,"definition":"1. to take a walk\r\n2. to go for a walk\r\n"},{"characters":"鏁板瓧","pinyin":"sh霉 z矛","tone":"44","id":1088,"definition":"1. numeral\r\n2. digit\r\n3. number\r\n4. figure\r\n5. amount\r\n6. digital (electronics etc)\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏁版嵁","pinyin":"sh霉 j霉","tone":"44","id":1089,"definition":"1. data\r\n2. numbers\r\n3. digital\r\n"},{"characters":"鏁伴噺","pinyin":"sh霉 li脿ng","tone":"44","id":1091,"definition":"1. amount\r\n2. quantity\r\n3. CL:鍊媩涓猍ge4]\r\n4. quantitative\r\n"},{"characters":"鏂畾","pinyin":"du脿n d矛ng","tone":"44","id":1107,"definition":"1. to conclude\r\n2. to determine\r\n3. to come to a judgment\r\n"},{"characters":"鏃ュ巻","pinyin":"r矛 l矛","tone":"44","id":1117,"definition":"1. calendar\r\n2. CL:寮祙寮燵zhang1],鏈琜ben3]\r\n"},{"characters":"鏃ヨ","pinyin":"r矛 j矛","tone":"44","id":1123,"definition":"1. diary\r\n2. CL:鍓噟鍒橻ze2],鏈琜ben3],绡嘯pian1]\r\n"},{"characters":"鏅烘収","pinyin":"zh矛 hu矛","tone":"44","id":1143,"definition":"1. wisdom\r\n2. knowledge\r\n3. intelligent\r\n4. intelligence\r\n"},{"characters":"鏆楃ず","pinyin":"脿n sh矛","tone":"44","id":1146,"definition":"1. to hint\r\n2. to suggest\r\n3. suggestion\r\n4. hint\r\n"},{"characters":"鏆ф槯","pinyin":"脿i m猫i","tone":"44","id":1147,"definition":"1. vague\r\n2. ambiguous\r\n3. equivocal\r\n4. dubious\r\n"},{"characters":"鏆村姏","pinyin":"b脿o l矛","tone":"44","id":1148,"definition":"1. violence\r\n2. force\r\n3. violent\r\n"},{"characters":"鏆撮湶","pinyin":"b脿o l霉","tone":"44","id":1149,"definition":"1. to expose\r\n2. to reveal\r\n3. to lay bare\r\n4. also pr. [pu4 lu4]\r\n"},{"characters":"鏈繀","pinyin":"w猫i b矛","tone":"44","id":1163,"definition":"1. not necessarily\r\n2. maybe not\r\n"},{"characters":"鏍峰紡","pinyin":"y脿ng sh矛","tone":"44","id":1199,"definition":"1. type\r\n2. style\r\n"},{"characters":"妗堜欢","pinyin":"脿n ji脿n","tone":"44","id":1205,"definition":"1. case\r\n2. instance\r\n3. CL:瀹梉zong1],妯亅妗zhuang1],璧穂qi3]\r\n"},{"characters":"妗堜緥","pinyin":"脿n l矛","tone":"44","id":1206,"definition":"1. case (law)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"妗f","pinyin":"d脿ng 脿n","tone":"44","id":1208,"definition":"1. file\r\n2. record\r\n3. archive\r\n"},{"characters":"妗f","pinyin":"d脿ng c矛","tone":"44","id":1209,"definition":"1. grade\r\n2. class\r\n3. quality\r\n4. level\r\n"},{"characters":"姒傚康","pinyin":"g脿i ni脿n","tone":"44","id":1216,"definition":"1. concept\r\n2. idea\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"姒傛嫭","pinyin":"g脿i ku貌","tone":"44","id":1217,"definition":"1. to summarize\r\n2. to generalize\r\n3. briefly\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娆″簭","pinyin":"c矛 x霉","tone":"44","id":1226,"definition":"1. sequence\r\n2. order\r\n"},{"characters":"娆¤","pinyin":"c矛 y脿o","tone":"44","id":1227,"definition":"1. secondary\r\n"},{"characters":"姝e紡","pinyin":"zh猫ng sh矛","tone":"44","id":1234,"definition":"1. formal\r\n2. official\r\n"},{"characters":"姝g‘","pinyin":"zh猫ng qu猫","tone":"44","id":1235,"definition":"1. correct\r\n2. proper\r\n"},{"characters":"姝ラ","pinyin":"b霉 zh貌u","tone":"44","id":1238,"definition":"1. procedure\r\n2. step\r\n"},{"characters":"姣曠珶","pinyin":"b矛 j矛ng","tone":"44","id":1251,"definition":"1. after all\r\n2. all in all\r\n3. when all is said and done\r\n4. in the final analysis\r\n"},{"characters":"姘斿","pinyin":"q矛 h貌u","tone":"44","id":1253,"definition":"1. climate\r\n2. atmosphere\r\n3. situation\r\n4. CL:绋畖绉峓zhong3]\r\n"},{"characters":"姹囩巼","pinyin":"hu矛 l菧","tone":"44","id":1256,"definition":"1. exchange rate\r\n"},{"characters":"娉ㄥ唽","pinyin":"zh霉 c猫","tone":"44","id":1279,"definition":"1. to register\r\n2. to enroll\r\n"},{"characters":"娴嬮獙","pinyin":"c猫 y脿n","tone":"44","id":1289,"definition":"1. test\r\n2. to test\r\n3. CL:娆ci4],鍊媩涓猍ge4]\r\n"},{"characters":"娣″","pinyin":"d脿n j矛","tone":"44","id":1302,"definition":"1. off season\r\n2. slow business season\r\n3. see also 鏃哄[wang4 ji4]\r\n"},{"characters":"鐏跨儌","pinyin":"c脿n l脿n","tone":"44","id":1332,"definition":"1. to glitter\r\n2. brilliant\r\n3. splendid\r\n"},{"characters":"鐑儓","pinyin":"r猫 li猫","tone":"44","id":1341,"definition":"1. enthusiastic\r\n2. ardent\r\n3. warm\r\n"},{"characters":"鐑埍","pinyin":"r猫 脿i","tone":"44","id":1342,"definition":"1. to love ardently\r\n2. to adore\r\n"},{"characters":"鐖嗙偢","pinyin":"b脿o zh脿","tone":"44","id":1355,"definition":"1. explosion\r\n2. to explode\r\n3. to blow up\r\n4. to detonate\r\n"},{"characters":"鐖辨埓","pinyin":"脿i d脿i","tone":"44","id":1359,"definition":"1. to love and respect\r\n2. love and respect\r\n"},{"characters":"鐖辨姢","pinyin":"脿i h霉","tone":"44","id":1360,"definition":"1. to cherish\r\n2. to treasure\r\n3. to take care of\r\n4. to love and protect\r\n"},{"characters":"鐗囬潰","pinyin":"pi脿n mi脿n","tone":"44","id":1362,"definition":"1. unilateral\r\n2. one-sided\r\n"},{"characters":"鐗╄川","pinyin":"w霉 zh矛","tone":"44","id":1367,"definition":"1. matter\r\n2. substance\r\n3. material\r\n4. materialistic\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐗硅壊","pinyin":"t猫 s猫","tone":"44","id":1371,"definition":"1. characteristic\r\n2. distinguishing feature or quality\r\n"},{"characters":"鐘跺喌","pinyin":"zhu脿ng ku脿ng","tone":"44","id":1372,"definition":"1. condition\r\n2. state\r\n3. situation\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐘舵","pinyin":"zhu脿ng t脿i","tone":"44","id":1373,"definition":"1. state of affairs\r\n2. state\r\n3. mode\r\n4. situation\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐜颁唬","pinyin":"xi脿n d脿i","tone":"44","id":1387,"definition":"1. Hyundai, South Korean company\r\n2. modern times\r\n3. modern age\r\n4. modern era\r\n"},{"characters":"鐜拌薄","pinyin":"xi脿n xi脿ng","tone":"44","id":1389,"definition":"1. appearance\r\n2. phenomenon\r\n3. CL:鍊媩涓猍ge4],绋畖绉峓zhong3]\r\n"},{"characters":"鐢氳嚦","pinyin":"sh猫n zh矛","tone":"44","id":1396,"definition":"1. even\r\n2. so much so that\r\n"},{"characters":"鐢佃","pinyin":"di脿n sh矛","tone":"44","id":1415,"definition":"1. television\r\n2. TV\r\n3. CL:鑷簗鍙癧tai2],鍊媩涓猍ge4]\r\n"},{"characters":"鐥涘揩","pinyin":"t貌ng ku脿i","tone":"44","id":1426,"definition":"1. delighted\r\n2. to one's heart's content\r\n3. straightforward\r\n4. also pr. [tong4 kuai5]\r\n"},{"characters":"鐩楃獌","pinyin":"d脿o qi猫","tone":"44","id":1437,"definition":"1. to steal\r\n"},{"characters":"鐩綍","pinyin":"m霉 l霉","tone":"44","id":1440,"definition":"1. catalog\r\n2. table of contents\r\n3. directory (on computer hard drive)\r\n4. list\r\n5. contents\r\n"},{"characters":"鐩兼湜","pinyin":"p脿n w脿ng","tone":"44","id":1452,"definition":"1. to hope for\r\n2. to look forward to\r\n"},{"characters":"鐪嬫湜","pinyin":"k脿n w脿ng","tone":"44","id":1457,"definition":"1. to visit\r\n2. to pay a call to\r\n"},{"characters":"鐮村潖","pinyin":"p貌 hu脿i","tone":"44","id":1476,"definition":"1. destruction\r\n2. damage\r\n3. to wreck\r\n4. to break\r\n5. to destroy\r\n"},{"characters":"纭曞+","pinyin":"shu貌 sh矛","tone":"44","id":1477,"definition":"1. master's degree\r\n2. person who has a master's degree\r\n3. learned person\r\n"},{"characters":"纭欢","pinyin":"y矛ng ji脿n","tone":"44","id":1479,"definition":"1. hardware\r\n"},{"characters":"纭畾","pinyin":"qu猫 d矛ng","tone":"44","id":1480,"definition":"1. definite\r\n2. certain\r\n3. fixed\r\n4. to fix (on sth)\r\n5. to determine\r\n6. to be sure\r\n7. to ensure\r\n8. to make certain\r\n9. to ascertain\r\n10. to clinch\r\n11. to recognize\r\n12. to confirm\r\n13. OK (on computer dialog box)\r\n"},{"characters":"纭","pinyin":"qu猫 r猫n","tone":"44","id":1482,"definition":"1. to confirm\r\n2. to verify\r\n3. confirmation\r\n"},{"characters":"绀句細","pinyin":"sh猫 hu矛","tone":"44","id":1488,"definition":"1. society\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绁濊春","pinyin":"zh霉 h猫","tone":"44","id":1490,"definition":"1. to congratulate\r\n2. congratulations\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绉樺瘑","pinyin":"m矛 m矛","tone":"44","id":1498,"definition":"1. secret\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绉╁簭","pinyin":"zh矛 x霉","tone":"44","id":1501,"definition":"1. order (orderly)\r\n2. order (sequence)\r\n3. social order\r\n4. the state (of society)\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绔嬪埢","pinyin":"l矛 k猫","tone":"44","id":1523,"definition":"1. forthwith\r\n2. immediate\r\n3. prompt\r\n4. promptly\r\n5. straightway\r\n6. thereupon\r\n7. at once\r\n"},{"characters":"绗戣瘽","pinyin":"xi脿o hu脿","tone":"44","id":1528,"definition":"1. joke\r\n2. jest\r\n3. CL:鍊媩涓猍ge4]\r\n4. to laugh at\r\n5. to mock\r\n"},{"characters":"绛栧垝","pinyin":"c猫 hu脿","tone":"44","id":1537,"definition":"1. to plot\r\n2. to scheme\r\n3. to bring about\r\n4. to engineer\r\n5. planning\r\n6. producer\r\n7. planner\r\n"},{"characters":"绛栫暐","pinyin":"c猫 l眉猫","tone":"44","id":1538,"definition":"1. tactics\r\n2. to be tactful\r\n"},{"characters":"绾綍","pinyin":"j矛 l霉","tone":"44","id":1566,"definition":"1. variant of 瑷橀寗|璁板綍[ji4 lu4]\r\n"},{"characters":"绾緥","pinyin":"j矛 l菧","tone":"44","id":1567,"definition":"1. discipline\r\n"},{"characters":"绾康","pinyin":"j矛 ni脿n","tone":"44","id":1568,"definition":"1. to commemorate\r\n2. to remember\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"缇℃厱","pinyin":"xi脿n m霉","tone":"44","id":1606,"definition":"1. to envy\r\n2. to admire\r\n"},{"characters":"鑳屽彌","pinyin":"b猫i p脿n","tone":"44","id":1628,"definition":"1. to betray\r\n"},{"characters":"鑳岃","pinyin":"b猫i s貌ng","tone":"44","id":1630,"definition":"1. to recite\r\n2. to repeat from memory\r\n"},{"characters":"鑳滃埄","pinyin":"sh猫ng l矛","tone":"44","id":1631,"definition":"1. victory\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑴嗗急","pinyin":"cu矛 ru貌","tone":"44","id":1638,"definition":"1. weak\r\n2. frail\r\n"},{"characters":"鑷俊","pinyin":"z矛 x矛n","tone":"44","id":1646,"definition":"1. to have confidence in oneself\r\n2. self-confidence\r\n"},{"characters":"鑷姩","pinyin":"z矛 d貌ng","tone":"44","id":1647,"definition":"1. automatic\r\n2. voluntarily\r\n"},{"characters":"鑷効","pinyin":"z矛 yu脿n","tone":"44","id":1648,"definition":"1. voluntary\r\n"},{"characters":"鑹烘湳","pinyin":"y矛 sh霉","tone":"44","id":1666,"definition":"1. art\r\n"},{"characters":"钀藉悗","pinyin":"lu貌 h貌u","tone":"44","id":1680,"definition":"1. to fall behind\r\n2. to lag (in technology etc)\r\n3. backward\r\n4. to retrogress\r\n"},{"characters":"琚姩","pinyin":"b猫i d貌ng","tone":"44","id":1711,"definition":"1. passive\r\n"},{"characters":"琚憡","pinyin":"b猫i g脿o","tone":"44","id":1712,"definition":"1. defendant\r\n"},{"characters":"瑕佷笉","pinyin":"y脿o b霉","tone":"44","id":1720,"definition":"1. otherwise\r\n2. or else\r\n3. how about...?\r\n4. either... (or...)\r\n"},{"characters":"瑙︾姱","pinyin":"ch霉 f脿n","tone":"44","id":1731,"definition":"1. to offend\r\n"},{"characters":"璁$畻","pinyin":"j矛 su脿n","tone":"44","id":1732,"definition":"1. to count\r\n2. to calculate\r\n3. to compute\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁粌","pinyin":"x霉n li脿n","tone":"44","id":1735,"definition":"1. to train\r\n2. to drill\r\n3. training\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁","pinyin":"y矛 l霉n","tone":"44","id":1736,"definition":"1. to comment\r\n2. to talk about\r\n3. to discuss\r\n4. discussion\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁板綍","pinyin":"j矛 l霉","tone":"44","id":1737,"definition":"1. to record\r\n2. record (written account)\r\n3. note-taker\r\n4. record (in sports etc)\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁板繂","pinyin":"j矛 y矛","tone":"44","id":1738,"definition":"1. to remember\r\n2. to recall\r\n3. memory\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁惧","pinyin":"sh猫 b猫i","tone":"44","id":1744,"definition":"1. equipment\r\n2. facilities\r\n3. installations\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁捐","pinyin":"sh猫 j矛","tone":"44","id":1746,"definition":"1. plan\r\n2. design\r\n3. to design\r\n4. to plan\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璇佷欢","pinyin":"zh猫ng ji脿n","tone":"44","id":1747,"definition":"1. certificate\r\n2. papers\r\n3. credentials\r\n4. document\r\n5. ID\r\n"},{"characters":"璇佹嵁","pinyin":"zh猫ng j霉","tone":"44","id":1748,"definition":"1. evidence\r\n2. proof\r\n3. testimony\r\n"},{"characters":"璇曞嵎","pinyin":"sh矛 ju脿n","tone":"44","id":1753,"definition":"1. examination paper\r\n2. test paper\r\n3. CL:浠絒fen4],寮祙寮燵zhang1]\r\n"},{"characters":"璇у紓","pinyin":"ch脿 y矛","tone":"44","id":1762,"definition":"1. flabbergasted\r\n2. astonished\r\n"},{"characters":"璇細","pinyin":"w霉 hu矛","tone":"44","id":1766,"definition":"1. to misunderstand\r\n2. to mistake\r\n3. misunderstanding\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璋冨姩","pinyin":"di脿o d貌ng","tone":"44","id":1772,"definition":"1. to transfer\r\n2. to maneuver (troops etc)\r\n3. movement of personnel\r\n4. to mobilize\r\n5. to bring into play\r\n"},{"characters":"璐$尞","pinyin":"g貌ng xi脿n","tone":"44","id":1784,"definition":"1. to contribute\r\n2. to dedicate\r\n3. to devote\r\n4. contribution\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璐ュ潖","pinyin":"b脿i hu脿i","tone":"44","id":1791,"definition":"1. to ruin\r\n2. to corrupt\r\n3. to undermine\r\n"},{"characters":"璐︽埛","pinyin":"zh脿ng h霉","tone":"44","id":1792,"definition":"1. bank account\r\n2. online account\r\n"},{"characters":"璐ㄩ噺","pinyin":"zh矛 li脿ng","tone":"44","id":1793,"definition":"1. quality\r\n2. (physics) mass\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璐告槗","pinyin":"m脿o y矛","tone":"44","id":1797,"definition":"1. (commercial) trade\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璧ゅ瓧","pinyin":"ch矛 z矛","tone":"44","id":1808,"definition":"1. (financial) deficit\r\n2. red letter\r\n"},{"characters":"璧ら亾","pinyin":"ch矛 d脿o","tone":"44","id":1809,"definition":"1. equator (of the earth or astronomical body)\r\n"},{"characters":"杈ㄨ","pinyin":"bi脿n r猫n","tone":"44","id":1844,"definition":"1. to recognize\r\n2. to identify\r\n"},{"characters":"杈╂姢","pinyin":"bi脿n h霉","tone":"44","id":1845,"definition":"1. to speak in defense of\r\n2. to argue in favor of\r\n3. to defend\r\n4. to plead\r\n"},{"characters":"杈╄","pinyin":"bi脿n l霉n","tone":"44","id":1847,"definition":"1. debate\r\n2. argument\r\n3. to argue over\r\n4. CL:鍫磡鍦篬chang3],娆ci4]\r\n"},{"characters":"杈╄瘉","pinyin":"bi脿n zh猫ng","tone":"44","id":1848,"definition":"1. to investigate\r\n2. dialectical\r\n"},{"characters":"杩呴","pinyin":"x霉n s霉","tone":"44","id":1856,"definition":"1. rapid\r\n2. speedy\r\n3. fast\r\n"},{"characters":"杩囧垎","pinyin":"gu貌 f猫n","tone":"44","id":1857,"definition":"1. excessive\r\n2. undue\r\n3. overly\r\n"},{"characters":"杩愮敤","pinyin":"y霉n y貌ng","tone":"44","id":1862,"definition":"1. to use\r\n2. to put to use\r\n"},{"characters":"杩戜唬","pinyin":"j矛n d脿i","tone":"44","id":1864,"definition":"1. the not-very-distant past\r\n2. modern times, excluding recent decades\r\n3. (in the context of Chinese history) the period from the Opium Wars until the May 4th Movement (mid-19th century to 1919)\r\n4. capitalist times (pre-1949)\r\n"},{"characters":"杩涙","pinyin":"j矛n b霉","tone":"44","id":1866,"definition":"1. progress\r\n2. improvement\r\n3. to improve\r\n4. to progress\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"杩垏","pinyin":"p貌 qi猫","tone":"44","id":1874,"definition":"1. urgent\r\n2. pressing\r\n"},{"characters":"閫姝","pinyin":"tu矛 b霉","tone":"44","id":1880,"definition":"1. to do less well than before\r\n2. to make a concession\r\n3. setback\r\n4. backward step\r\n5. leeway\r\n6. room to maneuver\r\n7. fallback\r\n"},{"characters":"閫傚簲","pinyin":"sh矛 y矛ng","tone":"44","id":1882,"definition":"1. to adapt\r\n2. to fit\r\n3. to suit\r\n"},{"characters":"閫熷害","pinyin":"s霉 d霉","tone":"44","id":1894,"definition":"1. speed\r\n2. rate\r\n3. velocity\r\n4. (music) tempo\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"閬嶅竷","pinyin":"bi脿n b霉","tone":"44","id":1899,"definition":"1. to cover the whole (area)\r\n2. to be found throughout\r\n"},{"characters":"閬忓埗","pinyin":"猫 zh矛","tone":"44","id":1900,"definition":"1. to check\r\n2. to contain\r\n3. to hold back\r\n4. to keep within limits\r\n5. to constrain\r\n6. to restrain\r\n"},{"characters":"閲嶅ぇ","pinyin":"zh貌ng d脿","tone":"44","id":1926,"definition":"1. great\r\n2. important\r\n3. major\r\n4. significant\r\n"},{"characters":"閲嶈","pinyin":"zh貌ng sh矛","tone":"44","id":1928,"definition":"1. to attach importance to sth\r\n2. to value\r\n"},{"characters":"閲嶉噺","pinyin":"zh貌ng li脿ng","tone":"44","id":1929,"definition":"1. weight\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"闂","pinyin":"b矛 s猫","tone":"44","id":1946,"definition":"1. to stop up\r\n2. to close up\r\n3. hard to get to\r\n4. out of the way\r\n5. inaccessible\r\n6. unenlightened\r\n7. blocking\r\n"},{"characters":"闂","pinyin":"w猫n h貌u","tone":"44","id":1947,"definition":"1. to give one's respects\r\n2. to send a greeting\r\n"},{"characters":"闄嗗湴","pinyin":"l霉 d矛","tone":"44","id":1958,"definition":"1. dry land (as opposed to the sea)\r\n"},{"characters":"闄嗙画","pinyin":"l霉 x霉","tone":"44","id":1959,"definition":"1. in turn\r\n2. successively\r\n3. one after the other\r\n4. bit by bit\r\n"},{"characters":"闄愬埗","pinyin":"xi脿n zh矛","tone":"44","id":1964,"definition":"1. to restrict\r\n2. to limit\r\n3. to confine\r\n4. restriction\r\n5. limit\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"闇搁亾","pinyin":"b脿 d脿o","tone":"44","id":1987,"definition":"1. the Way of the Hegemon\r\n2. abbr. for 闇哥帇涔嬮亾\r\n3. despotic rule\r\n4. rule by might\r\n5. evil as opposed to the Way of the King 鐜嬮亾\r\n6. overbearing\r\n7. tyranny\r\n8. (of liquor, medicine etc) strong\r\n9. potent\r\n"},{"characters":"闈㈠","pinyin":"mi脿n du矛","tone":"44","id":1993,"definition":"1. to confront\r\n2. to face\r\n"},{"characters":"椤圭洰","pinyin":"xi脿ng m霉","tone":"44","id":2000,"definition":"1. item\r\n2. project\r\n3. (sports) event\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"椤归摼","pinyin":"xi脿ng li脿n","tone":"44","id":2001,"definition":"1. necklace\r\n2. CL:姊潀鏉tiao2]\r\n"},{"characters":"椤轰究","pinyin":"sh霉n bi脿n","tone":"44","id":2002,"definition":"1. conveniently\r\n2. in passing\r\n3. without much extra effort\r\n"},{"characters":"椤哄埄","pinyin":"sh霉n l矛","tone":"44","id":2003,"definition":"1. smoothly\r\n2. without a hitch\r\n"},{"characters":"椤哄簭","pinyin":"sh霉n x霉","tone":"44","id":2004,"definition":"1. sequence\r\n2. order\r\n"},{"characters":"棰勬姤","pinyin":"y霉 b脿o","tone":"44","id":2009,"definition":"1. forecast\r\n"},{"characters":"棰勮","pinyin":"y霉 d矛ng","tone":"44","id":2010,"definition":"1. to place an order\r\n2. to book ahead\r\n"},{"characters":"楗簵","pinyin":"f脿n di脿n","tone":"44","id":2028,"definition":"1. restaurant\r\n2. hotel\r\n3. CL:瀹禰jia1],鍊媩涓猍ge4]\r\n"},{"characters":"榄呭姏","pinyin":"m猫i l矛","tone":"44","id":2044,"definition":"1. charm\r\n2. fascination\r\n3. glamor\r\n4. charisma\r\n"}],"43":[{"characters":"涓嬭浇","pinyin":"xi脿 z菐i","tone":"43","id":9,"definition":"1. to download\r\n2. also pr. [xia4 zai4]\r\n"},{"characters":"涓嶅厤","pinyin":"b霉 mi菐n","tone":"43","id":11,"definition":"1. inevitably\r\n"},{"characters":"涓嶆","pinyin":"b霉 zh菒","tone":"43","id":21,"definition":"1. incessantly\r\n2. without end\r\n3. more than\r\n4. not limited to\r\n"},{"characters":"浠g悊","pinyin":"d脿i l菒","tone":"43","id":117,"definition":"1. to act on behalf of sb in a responsible position\r\n2. to act as an agent or proxy\r\n3. surrogate\r\n"},{"characters":"浠h〃","pinyin":"d脿i bi菐o","tone":"43","id":118,"definition":"1. representative\r\n2. delegate\r\n3. CL:浣峓wei4],鍊媩涓猍ge4],鍚峓ming2]\r\n4. to represent\r\n5. to stand for\r\n6. on behalf of\r\n7. in the name of\r\n"},{"characters":"浼翠荆","pinyin":"b脿n l菤","tone":"43","id":148,"definition":"1. companion\r\n2. mate\r\n3. partner\r\n"},{"characters":"浣滃搧","pinyin":"zu貌 p菒n","tone":"43","id":163,"definition":"1. work (of art)\r\n2. opus\r\n3. CL:閮╗bu4],绡嘯pian1]\r\n"},{"characters":"浣滆","pinyin":"zu貌 zh臎","tone":"43","id":167,"definition":"1. author\r\n2. writer\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"淇冧娇","pinyin":"c霉 sh菒","tone":"43","id":178,"definition":"1. to induce\r\n2. to promote\r\n3. to urge\r\n4. to impel\r\n5. to bring about\r\n6. to provoke\r\n7. to drive (sb to do sth)\r\n8. to catalyze\r\n9. to actuate\r\n10. to contribute to (some development)\r\n"},{"characters":"鍊熷彛","pinyin":"ji猫 k菕u","tone":"43","id":201,"definition":"1. to use as an excuse\r\n2. on the pretext\r\n3. excuse\r\n4. pretext\r\n"},{"characters":"鍊″","pinyin":"ch脿ng d菐o","tone":"43","id":202,"definition":"1. to advocate\r\n2. to initiate\r\n3. to propose\r\n4. to be a proponent of (an idea or school of thought)\r\n"},{"characters":"鍌嶆櫄","pinyin":"b脿ng w菐n","tone":"43","id":213,"definition":"1. in the evening\r\n2. when night falls\r\n3. towards evening\r\n4. at night fall\r\n5. at dusk\r\n"},{"characters":"鍏ュ彛","pinyin":"r霉 k菕u","tone":"43","id":240,"definition":"1. entrance\r\n2. to import\r\n"},{"characters":"鍏蜂綋","pinyin":"j霉 t菒","tone":"43","id":255,"definition":"1. concrete\r\n2. definite\r\n3. specific\r\n"},{"characters":"鍐掗櫓","pinyin":"m脿o xi菐n","tone":"43","id":265,"definition":"1. to take risks\r\n2. to take chances\r\n3. foray\r\n4. adventure\r\n"},{"characters":"鍒昏嫤","pinyin":"k猫 k菙","tone":"43","id":331,"definition":"1. hardworking\r\n2. assiduous\r\n"},{"characters":"鍔炵悊","pinyin":"b脿n l菒","tone":"43","id":338,"definition":"1. to handle\r\n2. to transact\r\n3. to conduct\r\n"},{"characters":"鍔ㄦ墜","pinyin":"d貌ng sh菕u","tone":"43","id":343,"definition":"1. to set about (a task)\r\n2. to hit\r\n3. to punch\r\n4. to touch\r\n"},{"characters":"鍚庢灉","pinyin":"h貌u gu菕","tone":"43","id":468,"definition":"1. consequences\r\n2. aftermath\r\n"},{"characters":"鍦版","pinyin":"d矛 t菐n","tone":"43","id":546,"definition":"1. carpet\r\n2. rug\r\n"},{"characters":"鍦扮悊","pinyin":"d矛 l菒","tone":"43","id":547,"definition":"1. geography\r\n"},{"characters":"澶т綋","pinyin":"d脿 t菒","tone":"43","id":591,"definition":"1. in general\r\n2. more or less\r\n3. in rough terms\r\n4. basically\r\n5. on the whole\r\n"},{"characters":"濡囧コ","pinyin":"f霉 n菤","tone":"43","id":625,"definition":"1. woman\r\n"},{"characters":"瀛楁瘝","pinyin":"z矛 m菙","tone":"43","id":642,"definition":"1. letter (of the alphabet)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹佸彲","pinyin":"n矛ng k臎","tone":"43","id":650,"definition":"1. preferably\r\n2. one would prefer to...(or not to...)\r\n3. would rather\r\n4. (would) be better to\r\n5. (to pick) the lesser of two evils\r\n"},{"characters":"瀵规墜","pinyin":"du矛 sh菕u","tone":"43","id":693,"definition":"1. opponent\r\n2. rival\r\n3. competitor\r\n4. (well-matched) adversary\r\n5. match\r\n"},{"characters":"瀵规瘮","pinyin":"du矛 b菒","tone":"43","id":696,"definition":"1. to contrast\r\n2. contrast\r\n3. ratio\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"甯傚満","pinyin":"sh矛 ch菐ng","tone":"43","id":750,"definition":"1. marketplace\r\n2. market (also in abstract)\r\n"},{"characters":"甯﹂","pinyin":"d脿i l菒ng","tone":"43","id":757,"definition":"1. to guide\r\n2. to lead\r\n"},{"characters":"骞绘兂","pinyin":"hu脿n xi菐ng","tone":"43","id":778,"definition":"1. delusion\r\n2. fantasy\r\n"},{"characters":"褰曞彇","pinyin":"l霉 q菙","tone":"43","id":813,"definition":"1. to recruit\r\n2. to enroll\r\n"},{"characters":"褰诲簳","pinyin":"ch猫 d菒","tone":"43","id":824,"definition":"1. thorough\r\n2. thoroughly\r\n3. complete\r\n"},{"characters":"鎴栬","pinyin":"hu貌 x菙","tone":"43","id":911,"definition":"1. perhaps\r\n2. maybe\r\n"},{"characters":"鎵紨","pinyin":"b脿n y菐n","tone":"43","id":935,"definition":"1. to play the role of\r\n2. to act\r\n"},{"characters":"鎶ヨ","pinyin":"b脿o j菒ng","tone":"43","id":960,"definition":"1. to sound an alarm\r\n2. to report sth to the police\r\n"},{"characters":"鎷滆","pinyin":"b脿i f菐ng","tone":"43","id":983,"definition":"1. to pay a visit\r\n2. to call on\r\n"},{"characters":"鎻℃墜","pinyin":"w貌 sh菕u","tone":"43","id":1033,"definition":"1. to shake hands\r\n"},{"characters":"鎽勫奖","pinyin":"sh猫 y菒ng","tone":"43","id":1042,"definition":"1. to take a photograph\r\n2. photography\r\n3. to shoot (a movie)\r\n"},{"characters":"鏀垮簻","pinyin":"zh猫ng f菙","tone":"43","id":1074,"definition":"1. government\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏁堟灉","pinyin":"xi脿o gu菕","tone":"43","id":1076,"definition":"1. result\r\n2. effect\r\n3. quality\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏁扮爜","pinyin":"sh霉 m菐","tone":"43","id":1090,"definition":"1. number\r\n2. numerals\r\n3. figures\r\n4. digital\r\n5. amount\r\n6. numerical code\r\n"},{"characters":"鏄惁","pinyin":"sh矛 f菕u","tone":"43","id":1136,"definition":"1. whether (or not)\r\n2. if\r\n3. is or isn't\r\n"},{"characters":"鏈濂","pinyin":"zu矛 h菐o","tone":"43","id":1153,"definition":"1. best\r\n2. (you) had better (do what we suggest)\r\n"},{"characters":"姊︽兂","pinyin":"m猫ng xi菐ng","tone":"43","id":1211,"definition":"1. (fig.) to dream of\r\n2. dream\r\n"},{"characters":"娆″搧","pinyin":"c矛 p菒n","tone":"43","id":1225,"definition":"1. substandard products\r\n2. defective\r\n3. seconds\r\n"},{"characters":"姝eソ","pinyin":"zh猫ng h菐o","tone":"43","id":1232,"definition":"1. just (in time)\r\n2. just right\r\n3. just enough\r\n4. to happen to\r\n5. to chance to\r\n6. by chance\r\n7. it just so happens that\r\n"},{"characters":"姹夎","pinyin":"H脿n y菙","tone":"43","id":1257,"definition":"1. Chinese language\r\n2. CL:闁|闂╗men2]\r\n"},{"characters":"娣℃按","pinyin":"d脿n shu菒","tone":"43","id":1303,"definition":"1. Danshui or Tanshui town in New Taipei City 鏂板寳甯俒Xin1 bei3 shi4], Taiwan\r\n2. potable water (water with low salt content)\r\n3. fresh water\r\n"},{"characters":"鐗╃悊","pinyin":"w霉 l菒","tone":"43","id":1366,"definition":"1. physics\r\n2. physical\r\n"},{"characters":"鐗圭偣","pinyin":"t猫 di菐n","tone":"43","id":1370,"definition":"1. characteristic (feature)\r\n2. trait\r\n3. feature\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐜夌背","pinyin":"y霉 m菒","tone":"43","id":1384,"definition":"1. corn\r\n2. maize\r\n3. CL:绮抂li4]\r\n"},{"characters":"鐢靛奖","pinyin":"di脿n y菒ng","tone":"43","id":1411,"definition":"1. movie\r\n2. film\r\n3. CL:閮╗bu4],鐗嘯pian4],骞昜mu4],鍫磡鍦篬chang3]\r\n"},{"characters":"鐢佃剳","pinyin":"di脿n n菐o","tone":"43","id":1414,"definition":"1. computer\r\n2. CL:鑷簗鍙癧tai2]\r\n"},{"characters":"鐥涜嫤","pinyin":"t貌ng k菙","tone":"43","id":1427,"definition":"1. pain\r\n2. suffering\r\n3. painful\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐮翠骇","pinyin":"p貌 ch菐n","tone":"43","id":1475,"definition":"1. to go bankrupt\r\n2. to become impoverished\r\n3. bankruptcy\r\n"},{"characters":"绋昏胺","pinyin":"d脿o g菙","tone":"43","id":1514,"definition":"1. rice crops\r\n"},{"characters":"绯荤粺","pinyin":"x矛 t菕ng","tone":"43","id":1558,"definition":"1. system\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"缈呰唨","pinyin":"ch矛 b菐ng","tone":"43","id":1608,"definition":"1. wing\r\n2. CL:鍊媩涓猍ge4],灏峾瀵筟dui4]\r\n"},{"characters":"鑳冨彛","pinyin":"w猫i k菕u","tone":"43","id":1625,"definition":"1. appetite\r\n2. liking\r\n"},{"characters":"鑳屾櫙","pinyin":"b猫i j菒ng","tone":"43","id":1629,"definition":"1. background\r\n2. backdrop\r\n3. context\r\n4. CL:绋畖绉峓zhong3]\r\n"},{"characters":"鑷冲皯","pinyin":"zh矛 sh菐o","tone":"43","id":1657,"definition":"1. at least\r\n2. (to say the) least\r\n"},{"characters":"鑹插僵","pinyin":"s猫 c菐i","tone":"43","id":1665,"definition":"1. tint\r\n2. coloring\r\n3. coloration\r\n4. (fig.) flavor\r\n5. character\r\n"},{"characters":"璐锋","pinyin":"d脿i ku菐n","tone":"43","id":1796,"definition":"1. a loan\r\n2. CL:绛唡绗擺bi3]\r\n3. to provide a loan (e.g. bank)\r\n4. to raise a loan (from e.g. a bank)\r\n"},{"characters":"璧炵編","pinyin":"z脿n m臎i","tone":"43","id":1806,"definition":"1. to admire\r\n2. to praise\r\n3. to eulogize\r\n"},{"characters":"杈╄В","pinyin":"bi脿n ji臎","tone":"43","id":1846,"definition":"1. to explain\r\n2. to justify\r\n3. to defend (a point of view etc)\r\n4. to provide an explanation\r\n5. to try to defend oneself\r\n"},{"characters":"杩囨晱","pinyin":"gu貌 m菒n","tone":"43","id":1858,"definition":"1. to be allergic\r\n2. allergy\r\n"},{"characters":"杩涘彛","pinyin":"j矛n k菕u","tone":"43","id":1865,"definition":"1. to import\r\n2. imported\r\n3. entrance\r\n4. inlet (for the intake of air, water etc)\r\n"},{"characters":"閫崟","pinyin":"d脿i b菙","tone":"43","id":1896,"definition":"1. to arrest\r\n2. to apprehend\r\n3. an arrest\r\n"},{"characters":"閬垮厤","pinyin":"b矛 mi菐n","tone":"43","id":1905,"definition":"1. to avert\r\n2. to prevent\r\n3. to avoid\r\n4. to refrain from\r\n"},{"characters":"閲嶇偣","pinyin":"zh貌ng di菐n","tone":"43","id":1927,"definition":"1. to recount (e.g. results of election)\r\n2. to re-evaluate\r\n3. important point\r\n4. main point\r\n5. focus\r\n6. key (project etc)\r\n7. to focus on\r\n8. to put the emphasis on\r\n"},{"characters":"闃熶紞","pinyin":"du矛 w菙","tone":"43","id":1952,"definition":"1. ranks\r\n2. troops\r\n3. queue\r\n4. line\r\n5. procession\r\n6. CL:鍊媩涓猍ge4],鏀痆zhi1],姊潀鏉tiao2]\r\n"},{"characters":"椹鹃┒","pinyin":"ji脿 sh菒","tone":"43","id":2037,"definition":"1. to pilot (ship, airplane etc)\r\n2. to drive\r\n"}],"4":[{"characters":"涓","pinyin":"b霉","tone":"4","id":10,"definition":"1. (negative prefix)\r\n2. not\r\n3. no\r\n"},{"characters":"涓","pinyin":"g猫","tone":"4","id":46,"definition":"1. individual\r\n2. this\r\n3. that\r\n4. size\r\n5. classifier for people or objects in general\r\n6. variant of 鍊媩涓猍ge4]\r\n"},{"characters":"涓","pinyin":"chu脿n","tone":"4","id":53,"definition":"1. to string together\r\n2. to skewer\r\n3. to connect wrongly\r\n4. to gang up\r\n5. to rove\r\n6. string\r\n7. bunch\r\n8. skewer\r\n9. classifier for things that are strung together, or in a bunch, or in a row: string of, bunch of, series of\r\n10. to make a swift or abrupt linear movement (like a bead on an abacus)\r\n11. to move across\r\n"},{"characters":"浜","pinyin":"猫r","tone":"4","id":82,"definition":"1. two\r\n2. 2\r\n3. (Beijing dialect) stupid\r\n"},{"characters":"浜","pinyin":"li脿ng","tone":"4","id":93,"definition":"1. bright\r\n2. clear\r\n3. resonant\r\n4. to shine\r\n5. to show\r\n6. to reveal\r\n"},{"characters":"浜","pinyin":"y矛","tone":"4","id":105,"definition":"1. 100 million\r\n"},{"characters":"浼","pinyin":"hu矛","tone":"4","id":135,"definition":"1. can\r\n2. to be possible\r\n3. to be able to\r\n4. will\r\n5. to be likely to\r\n6. to be sure to\r\n7. to assemble\r\n8. to meet\r\n9. to gather\r\n10. to see\r\n11. union\r\n12. group\r\n13. association\r\n14. CL:鍊媩涓猍ge4]\r\n15. a moment (Taiwan pr. for this sense is [hui3])\r\n16. to balance an account\r\n17. accountancy\r\n18. accounting\r\n"},{"characters":"渚","pinyin":"bi脿n","tone":"4","id":174,"definition":"1. ordinary\r\n2. plain\r\n3. convenient\r\n4. as convenient\r\n5. when the chance arises\r\n6. handy\r\n7. easy\r\n8. informal\r\n9. simple\r\n10. so\r\n11. thus\r\n12. to relieve oneself\r\n13. to urinate\r\n14. to defecate\r\n15. equivalent to 灏盵jiu4]: then\r\n16. in that case\r\n17. even if\r\n18. soon afterwards\r\n19. advantageous\r\n20. cheap\r\n"},{"characters":"鍏","pinyin":"k猫","tone":"4","id":233,"definition":"1. to be able to\r\n2. to subdue\r\n3. to restrain\r\n4. to overcome\r\n5. gram\r\n6. Tibetan unit of land area, about 6 ares\r\n7. Ke (c. 2000 BC), seventh of the legendary Flame Emperors, 鐐庡笣[Yan2 di4] descended from Shennong 绁炶静|绁炲啘[Shen2 nong2] Farmer God\r\n8. variant of 鍏媅ke4]\r\n9. to subdue\r\n10. to overthrow\r\n11. to restrain\r\n12. to scold\r\n13. to beat\r\n14. variant of 鍓媩鍏媅ke4]\r\n"},{"characters":"鍏","pinyin":"li霉","tone":"4","id":249,"definition":"1. six\r\n2. 6\r\n"},{"characters":"鍐","pinyin":"c猫","tone":"4","id":263,"definition":"1. book\r\n2. booklet\r\n3. classifier for books\r\n"},{"characters":"鍐","pinyin":"d貌ng","tone":"4","id":281,"definition":"1. to freeze\r\n2. to feel very cold\r\n3. aspic or jelly\r\n"},{"characters":"鍒","pinyin":"qi猫","tone":"4","id":304,"definition":"1. to cut\r\n2. to slice\r\n3. tangent (math)\r\n4. definitely\r\n5. absolutely (not)\r\n6. (scoffing or dismissive interjection) Yeah, right.\r\n7. Tut!\r\n8. to grind\r\n9. close to\r\n10. eager\r\n11. to correspond to\r\n12. see also 鍙嶅垏[fan3 qie4]\r\n"},{"characters":"鍒","pinyin":"hu脿","tone":"4","id":305,"definition":"1. to row\r\n2. to paddle\r\n3. profitable\r\n4. worth (the effort)\r\n5. it pays (to do sth)\r\n6. to cut\r\n7. to slash\r\n8. to scratch (cut into the surface of sth)\r\n9. to strike (a match)\r\n10. to delimit\r\n11. to transfer\r\n12. to assign\r\n13. to plan\r\n14. to draw (a line)\r\n15. stroke of a Chinese character\r\n"},{"characters":"鍒","pinyin":"c矛","tone":"4","id":329,"definition":"1. (onom.) whoosh\r\n2. thorn\r\n3. sting\r\n4. thrust\r\n5. to prick\r\n6. to pierce\r\n7. to stab\r\n8. to assassinate\r\n9. to murder\r\n"},{"characters":"鍓","pinyin":"sh猫ng","tone":"4","id":334,"definition":"1. to remain\r\n2. to be left\r\n3. to have as remainder\r\n"},{"characters":"鍔","pinyin":"qu脿n","tone":"4","id":337,"definition":"1. to advise\r\n2. to urge\r\n3. to try to persuade\r\n4. to exhort\r\n5. to console\r\n6. to soothe\r\n"},{"characters":"鍕","pinyin":"w霉","tone":"4","id":355,"definition":"1. do not\r\n"},{"characters":"鍗","pinyin":"zh脿n","tone":"4","id":377,"definition":"1. variant of 鍗燵zhan4]\r\n2. to observe\r\n3. to divine\r\n4. to take possession of\r\n5. to occupy\r\n6. to take up\r\n"},{"characters":"鍗","pinyin":"qu猫","tone":"4","id":385,"definition":"1. old variant of 鍗粅鍗碵que4]\r\n2. but\r\n3. yet\r\n4. however\r\n5. while\r\n6. to go back\r\n7. to decline\r\n8. to retreat\r\n9. nevertheless\r\n10. even though\r\n"},{"characters":"鍘","pinyin":"xi脿n","tone":"4","id":394,"definition":"1. county\r\n"},{"characters":"鍙","pinyin":"ji脿o","tone":"4","id":441,"definition":"1. to shout\r\n2. to call\r\n3. to order\r\n4. to ask\r\n5. to be called\r\n6. by (indicates agent in the passive mood)\r\n7. variant of 鍙玔jiao4]\r\n"},{"characters":"鍙","pinyin":"h脿o","tone":"4","id":450,"definition":"1. roar\r\n2. cry\r\n3. CL:鍊媩涓猍ge4]\r\n4. ordinal number\r\n5. day of a month\r\n6. mark\r\n7. sign\r\n8. business establishment\r\n9. size\r\n10. ship suffix\r\n11. horn (wind instrument)\r\n12. bugle call\r\n13. assumed name\r\n14. to take a pulse\r\n15. classifier used to indicate number of people\r\n"},{"characters":"鍚","pinyin":"di脿o","tone":"4","id":462,"definition":"1. to suspend\r\n2. to hang up\r\n3. to hang a person\r\n4. a string of 100 cash (arch.)\r\n5. to lament\r\n6. to condole with\r\n7. variant of 鍚奫diao4]\r\n"},{"characters":"鍚","pinyin":"xi脿","tone":"4","id":471,"definition":"1. to scare\r\n2. to intimidate\r\n3. to threaten\r\n4. (interjection showing disapproval) tut-tut\r\n5. (interjection showing astonishment)\r\n6. to frighten\r\n7. to scare\r\n"},{"characters":"鍡","pinyin":"猫n","tone":"4","id":523,"definition":"1. (a groaning sound)\r\n2. (nonverbal grunt as interjection)\r\n3. OK, yeah\r\n4. what?\r\n5. interjection indicating approval, appreciation or agreement\r\n"},{"characters":"鍨","pinyin":"di脿n","tone":"4","id":559,"definition":"1. pad\r\n2. cushion\r\n3. mat\r\n4. to pad out\r\n5. to fill a gap\r\n6. to pay for sb\r\n7. to advance (money)\r\n"},{"characters":"澶","pinyin":"y猫","tone":"4","id":589,"definition":"1. variant of 澶淸ye4]\r\n2. night\r\n"},{"characters":"澶","pinyin":"d脿","tone":"4","id":590,"definition":"1. big\r\n2. huge\r\n3. large\r\n4. major\r\n5. great\r\n6. wide\r\n7. deep\r\n8. older (than)\r\n9. oldest\r\n10. eldest\r\n11. greatly\r\n12. very much\r\n13. (dialect) father\r\n14. father's elder or younger brother\r\n15. see 澶уか[dai4 fu5]\r\n"},{"characters":"濂","pinyin":"t脿o","tone":"4","id":616,"definition":"1. to cover\r\n2. to encase\r\n3. cover\r\n4. sheath\r\n5. to overlap\r\n6. to interleave\r\n7. to model after\r\n8. to copy\r\n9. formula\r\n10. harness\r\n11. loop of rope\r\n12. (fig.) to fish for\r\n13. to obtain slyly\r\n14. classifier for sets, collections\r\n15. bend (of a river or mountain range, in place names)\r\n16. tau (Greek letter 韦蟿)\r\n"},{"characters":"瀚","pinyin":"ji脿","tone":"4","id":639,"definition":"1. (of a woman) to marry\r\n2. to marry off a daughter\r\n3. to shift (blame etc)\r\n"},{"characters":"瀚","pinyin":"n猫n","tone":"4","id":640,"definition":"1. tender\r\n2. soft\r\n3. delicate\r\n4. light (color)\r\n5. inexperienced\r\n6. unskilled\r\n7. old variant of 瀚nen4]\r\n8. tender\r\n9. delicate\r\n"},{"characters":"灞","pinyin":"ji猫","tone":"4","id":726,"definition":"1. to arrive at (place or time)\r\n2. period\r\n3. to become due\r\n4. classifier for events, meetings, elections, sporting fixtures, years (of graduation)\r\n"},{"characters":"宀","pinyin":"ch脿","tone":"4","id":731,"definition":"1. fork in road\r\n2. bifurcation\r\n3. branch in road, river, mountain range etc\r\n4. to branch off\r\n5. to turn off\r\n6. to diverge\r\n7. to stray (from the path)\r\n8. to change the subject\r\n9. to interrupt\r\n10. to stagger (times)\r\n"},{"characters":"宀","pinyin":"脿n","tone":"4","id":733,"definition":"1. variant of 宀竅an4]\r\n2. bank\r\n3. shore\r\n4. beach\r\n5. coast\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"甯","pinyin":"b霉","tone":"4","id":751,"definition":"1. variant of 甯僛bu4]\r\n2. to announce\r\n3. to spread\r\n4. cloth\r\n5. to declare\r\n6. to announce\r\n7. to spread\r\n8. to make known\r\n"},{"characters":"甯","pinyin":"shu脿i","tone":"4","id":755,"definition":"1. surname Shuai\r\n2. handsome\r\n3. graceful\r\n4. smart\r\n5. commander in chief\r\n6. (coll.) cool!\r\n7. sweet!\r\n"},{"characters":"搴","pinyin":"zu貌","tone":"4","id":790,"definition":"1. seat\r\n2. base\r\n3. stand\r\n4. CL:鍊媩涓猍ge4]\r\n5. classifier for buildings, mountains and similar immovable objects\r\n"},{"characters":"寮","pinyin":"ru貌","tone":"4","id":801,"definition":"1. weak\r\n2. feeble\r\n3. young\r\n4. inferior\r\n5. (following a decimal or fraction) slightly less than\r\n"},{"characters":"蹇","pinyin":"ni脿n","tone":"4","id":839,"definition":"1. variant of 蹇礫nian4], to read aloud\r\n2. to read\r\n3. to study (a subject)\r\n4. to attend (a school)\r\n5. to read aloud\r\n6. to miss (sb)\r\n7. idea\r\n8. remembrance\r\n9. twenty (banker's anti-fraud numeral corresponding to 寤, 20)\r\n"},{"characters":"鎭","pinyin":"h猫n","tone":"4","id":862,"definition":"1. to hate\r\n2. to regret\r\n"},{"characters":"鎴","pinyin":"ji猫","tone":"4","id":909,"definition":"1. to guard against\r\n2. to exhort\r\n3. to admonish or warn\r\n4. to give up or stop doing sth\r\n5. Buddhist monastic discipline\r\n6. ring (for a finger)\r\n"},{"characters":"鎾","pinyin":"zhu脿ng","tone":"4","id":1051,"definition":"1. to knock against\r\n2. to bump into\r\n3. to run into\r\n4. to meet by accident\r\n"},{"characters":"鏁","pinyin":"ji霉","tone":"4","id":1081,"definition":"1. variant of 鏁慬jiu4]\r\n2. to save\r\n3. to assist\r\n4. to rescue\r\n"},{"characters":"鏁","pinyin":"sh霉","tone":"4","id":1087,"definition":"1. to count\r\n2. to enumerate\r\n3. to criticize (i.e. enumerate shortcomings)\r\n4. number\r\n5. figure\r\n6. several\r\n7. CL:鍊媩涓猍ge4]\r\n8. frequently\r\n9. repeatedly\r\n"},{"characters":"鏂","pinyin":"du脿n","tone":"4","id":1106,"definition":"1. to break\r\n2. to snap\r\n3. to cut off\r\n4. to give up or abstain from sth\r\n5. to judge\r\n6. (usu. used in the negative) absolutely\r\n7. definitely\r\n8. decidedly\r\n"},{"characters":"鏅","pinyin":"sh脿i","tone":"4","id":1140,"definition":"1. variant of 鏇瑋鏅抂shai4]\r\n2. (of the sun) to shine on\r\n3. to bask in (the sunshine)\r\n4. to dry (clothes, grain etc) in the sun\r\n5. (fig.) to expose and share (one's experiences and thoughts) on the Web (loanword from \"share\")\r\n6. (coll.) to give the cold shoulder to\r\n"},{"characters":"鏆","pinyin":"脿n","tone":"4","id":1145,"definition":"1. variant of 鏆梉an4]\r\n2. dark\r\n3. gloomy\r\n4. hidden\r\n5. secret\r\n6. muddled\r\n7. obscure\r\n8. in the dark\r\n9. to close (a door)\r\n10. to eclipse\r\n11. muddled\r\n12. stupid\r\n13. ignorant\r\n14. variant of 鏆梉an4]\r\n"},{"characters":"鏍","pinyin":"d貌ng","tone":"4","id":1197,"definition":"1. classifier for houses or buildings\r\n2. ridgepole (old)\r\n"},{"characters":"娆","pinyin":"qi脿n","tone":"4","id":1224,"definition":"1. deficient\r\n2. to owe\r\n3. to lack\r\n4. yawn\r\n"},{"characters":"姝","pinyin":"zh猫ng","tone":"4","id":1231,"definition":"1. first month of the lunar year\r\n2. straight\r\n3. upright\r\n4. proper\r\n5. main\r\n6. principal\r\n7. to correct\r\n8. to rectify\r\n9. exactly\r\n10. just (at that time)\r\n11. right (in that place)\r\n12. (math.) positive\r\n"},{"characters":"娲","pinyin":"d貌ng","tone":"4","id":1281,"definition":"1. cave\r\n2. hole\r\n3. zero (unambiguous spoken form when spelling out numbers)\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娲","pinyin":"p脿i","tone":"4","id":1283,"definition":"1. clique\r\n2. school\r\n3. group\r\n4. faction\r\n5. to dispatch\r\n6. to send\r\n7. to assign\r\n8. to appoint\r\n9. pi (Greek letter 螤蟺)\r\n10. the circular ratio pi = 3.1415926\r\n11. (loanword) pie\r\n"},{"characters":"娣","pinyin":"d脿n","tone":"4","id":1301,"definition":"1. insipid\r\n2. diluted\r\n3. weak\r\n4. mild\r\n5. light in color\r\n6. tasteless\r\n7. fresh\r\n8. indifferent\r\n9. nitrogen\r\n"},{"characters":"婕","pinyin":"l貌u","tone":"4","id":1316,"definition":"1. to leak\r\n2. to divulge\r\n3. to leave out by mistake\r\n4. waterclock or hourglass (old)\r\n"},{"characters":"鐑","pinyin":"l脿n","tone":"4","id":1338,"definition":"1. soft\r\n2. mushy\r\n3. well-cooked and soft\r\n4. to rot\r\n5. to decompose\r\n6. rotten\r\n7. worn out\r\n8. chaotic\r\n9. messy\r\n10. utterly\r\n11. thoroughly\r\n12. crappy\r\n13. bad\r\n"},{"characters":"鐑","pinyin":"t脿ng","tone":"4","id":1339,"definition":"1. to scald\r\n2. to burn (by scalding)\r\n3. to blanch (cooking)\r\n4. to heat (sth) up in hot water\r\n5. to perm\r\n6. to iron\r\n7. scalding hot\r\n"},{"characters":"鐓","pinyin":"zh脿o","tone":"4","id":1346,"definition":"1. variant of 鐓zhao4]\r\n2. to shine\r\n3. to illuminate\r\n4. according to\r\n5. in accordance with\r\n6. to shine\r\n7. to illuminate\r\n8. to reflect\r\n9. to look at (one's reflection)\r\n10. to take (a photo)\r\n11. photo\r\n12. as requested\r\n13. as before\r\n"},{"characters":"鐖","pinyin":"脿i","tone":"4","id":1356,"definition":"1. to love\r\n2. affection\r\n3. to be fond of\r\n4. to like\r\n"},{"characters":"鐗","pinyin":"pi脿n","tone":"4","id":1361,"definition":"1. disk\r\n2. sheet\r\n3. thin piece\r\n4. flake\r\n5. a slice\r\n6. film\r\n7. TV play\r\n8. to slice\r\n9. to carve thin\r\n10. partial\r\n11. incomplete\r\n12. one-sided\r\n13. classifier for slices, tablets, tract of land, area of water\r\n14. classifier for CDs, movies, DVDs etc\r\n15. used with numeral 涓[yi1]: classifier for scenario, scene, feeling, atmosphere, sound etc\r\n"},{"characters":"鐩","pinyin":"g脿i","tone":"4","id":1436,"definition":"1. surname Ge\r\n2. lid\r\n3. top\r\n4. cover\r\n5. canopy\r\n6. to cover\r\n7. to conceal\r\n8. to build\r\n"},{"characters":"鐩","pinyin":"Sh猫ng","tone":"4","id":1438,"definition":"1. surname Sheng\r\n2. to hold\r\n3. to contain\r\n4. to ladle\r\n5. to pick up with a utensil\r\n6. flourishing\r\n7. vigorous\r\n8. magnificent\r\n9. extensively\r\n"},{"characters":"鐬","pinyin":"d猫ng","tone":"4","id":1467,"definition":"1. to open (one's eyes) wide\r\n2. to stare at\r\n3. to glare at\r\n"},{"characters":"鐮","pinyin":"p貌","tone":"4","id":1474,"definition":"1. broken\r\n2. damaged\r\n3. worn out\r\n4. lousy\r\n5. rotten\r\n6. to break, split or cleave\r\n7. to get rid of\r\n8. to destroy\r\n9. to break with\r\n10. to defeat\r\n11. to capture (a city etc)\r\n12. to expose the truth of\r\n"},{"characters":"纭","pinyin":"y矛ng","tone":"4","id":1478,"definition":"1. hard\r\n2. stiff\r\n3. strong\r\n4. firm\r\n5. resolutely\r\n6. doggedly\r\n7. good (quality)\r\n8. able (person)\r\n"},{"characters":"纰","pinyin":"su矛","tone":"4","id":1483,"definition":"1. to break down\r\n2. to break into pieces\r\n3. fragmentary\r\n"},{"characters":"纰","pinyin":"p猫ng","tone":"4","id":1484,"definition":"1. variant of 纰癧peng4]\r\n2. to touch\r\n3. to meet with\r\n4. to bump\r\n5. old variant of 纰癧peng4]\r\n"},{"characters":"纾","pinyin":"b脿ng","tone":"4","id":1486,"definition":"1. see 纾呯Г scale\r\n2. platform balance\r\n3. (loanword) pound (unit of weight, about 454 grams)\r\n"},{"characters":"绉","pinyin":"ch猫ng","tone":"4","id":1500,"definition":"1. variant of 绋眧绉癧cheng1], to weigh\r\n2. steelyard\r\n3. Roman balance\r\n4. CL:鑷簗鍙癧tai2]\r\n"},{"characters":"绋","pinyin":"shu矛","tone":"4","id":1511,"definition":"1. taxes\r\n2. duties\r\n"},{"characters":"绐","pinyin":"cu脿n","tone":"4","id":1522,"definition":"1. to flee\r\n2. to scuttle\r\n3. to exile or banish\r\n4. to amend or edit\r\n"},{"characters":"绯","pinyin":"x矛","tone":"4","id":1557,"definition":"1. to connect\r\n2. to relate to\r\n3. to tie up\r\n4. to bind\r\n5. to be (literary)\r\n6. system\r\n7. department\r\n8. faculty\r\n9. to tie\r\n10. to fasten\r\n11. to button up\r\n12. to connect\r\n13. to arrest\r\n14. to worry\r\n"},{"characters":"缁","pinyin":"r脿o","tone":"4","id":1586,"definition":"1. to wind\r\n2. to coil (thread)\r\n3. to rotate around\r\n4. to spiral\r\n5. to move around\r\n6. to go round (an obstacle)\r\n7. to by-pass\r\n8. to make a detour\r\n9. to confuse\r\n10. to perplex\r\n11. variant of 绻瀨缁昜rao4], to rotate around\r\n12. to spiral\r\n13. to move around\r\n14. to go round (an obstacle)\r\n15. to by-pass\r\n16. to make a detour\r\n"},{"characters":"鑳","pinyin":"w猫i","tone":"4","id":1624,"definition":"1. stomach\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑳","pinyin":"b猫i","tone":"4","id":1627,"definition":"1. variant of 鑳孾bei1]\r\n2. to be burdened\r\n3. to carry on the back or shoulder\r\n4. the back of a body or object\r\n5. to turn one's back\r\n6. to hide something from\r\n7. to learn by heart\r\n8. to recite from memory\r\n9. unlucky (slang)\r\n10. hard of hearing\r\n"},{"characters":"鑴","pinyin":"z脿ng","tone":"4","id":1639,"definition":"1. viscera\r\n2. (anatomy) organ\r\n3. dirty\r\n4. filthy\r\n"},{"characters":"鑷","pinyin":"b矛","tone":"4","id":1644,"definition":"1. arm\r\n"},{"characters":"鑷","pinyin":"ch貌u","tone":"4","id":1654,"definition":"1. stench\r\n2. smelly\r\n3. to smell (bad)\r\n4. repulsive\r\n5. loathsome\r\n6. terrible\r\n7. bad\r\n8. severely\r\n9. ruthlessly\r\n10. dud (ammunition)\r\n11. sense of smell\r\n12. smell bad\r\n"},{"characters":"鑿","pinyin":"c脿i","tone":"4","id":1677,"definition":"1. dish (type of food)\r\n2. vegetable\r\n3. cuisine\r\n4. CL:鐩鐩榌pan2],閬揫dao4]\r\n5. (coll.) (one's) type\r\n"},{"characters":"琛","pinyin":"xu猫","tone":"4","id":1691,"definition":"1. blood\r\n2. colloquial pr. [xie3]\r\n3. CL:婊碵di1],鐗嘯pian4]\r\n"},{"characters":"璧","pinyin":"zhu脿n","tone":"4","id":1804,"definition":"1. to earn\r\n2. to make a profit\r\n3. to cheat\r\n4. to swindle\r\n"},{"characters":"瓒","pinyin":"ch猫n","tone":"4","id":1812,"definition":"1. to avail oneself of\r\n2. to take advantage of\r\n3. old variant of 瓒乕chen4]\r\n"},{"characters":"瓒","pinyin":"t脿ng","tone":"4","id":1816,"definition":"1. old variant of 瓒焄tang1]\r\n2. to wade\r\n3. to trample\r\n4. to turn the soil\r\n5. classifier for times, round trips or rows\r\n6. a time\r\n7. a trip\r\n"},{"characters":"韫","pinyin":"b猫ng","tone":"4","id":1819,"definition":"1. to jump\r\n2. to bounce\r\n3. to hop\r\n"},{"characters":"閫","pinyin":"tu矛","tone":"4","id":1878,"definition":"1. to retreat\r\n2. to decline\r\n3. to move back\r\n4. to withdraw\r\n"},{"characters":"閫","pinyin":"d矛","tone":"4","id":1888,"definition":"1. to hand over\r\n2. to pass on sth\r\n3. to gradually increase or decrease\r\n4. progressively\r\n"},{"characters":"閫","pinyin":"d貌u","tone":"4","id":1890,"definition":"1. to stay\r\n2. to stop\r\n3. to tease (play with)\r\n4. amusing\r\n5. short pause in reading aloud, equivalent to comma (also written 璁|璇籟dou4])\r\n"},{"characters":"閱","pinyin":"zu矛","tone":"4","id":1915,"definition":"1. intoxicated\r\n"},{"characters":"閱","pinyin":"c霉","tone":"4","id":1916,"definition":"1. vinegar\r\n2. jealousy (in love rivalry)\r\n"},{"characters":"閲","pinyin":"zh貌ng","tone":"4","id":1923,"definition":"1. to repeat\r\n2. repetition\r\n3. again\r\n4. re-\r\n5. classifier: layer\r\n6. heavy\r\n7. serious\r\n8. to attach importance to\r\n"},{"characters":"閽","pinyin":"di脿o","tone":"4","id":1932,"definition":"1. to fish with a hook and bait\r\n"},{"characters":"闃","pinyin":"zh猫n","tone":"4","id":1955,"definition":"1. disposition of troops\r\n2. wave\r\n3. spate\r\n4. burst\r\n5. spell\r\n6. short period of time\r\n7. classifier for events or states of short duration\r\n"},{"characters":"闆","pinyin":"w霉","tone":"4","id":1986,"definition":"1. fog\r\n2. mist\r\n3. CL:鍫磡鍦篬chang2],闄闃礫zhen4]\r\n"},{"characters":"闈","pinyin":"k脿o","tone":"4","id":1991,"definition":"1. to lean against or on\r\n2. to stand by the side of\r\n3. to come near to\r\n4. to depend on\r\n5. to trust\r\n6. to fuck (vulgar)\r\n7. traditional military costume drama where the performers wear armor (old)\r\n"},{"characters":"椤","pinyin":"y猫","tone":"4","id":1997,"definition":"1. page\r\n2. leaf\r\n"},{"characters":"椤","pinyin":"xi脿ng","tone":"4","id":1999,"definition":"1. surname Xiang\r\n2. back of neck\r\n3. item\r\n4. thing\r\n5. term (in a mathematical formula)\r\n6. sum (of money)\r\n7. classifier for principles, items, clauses, tasks, research projects etc\r\n"},{"characters":"椤","pinyin":"d霉n","tone":"4","id":2005,"definition":"1. to stop\r\n2. to pause\r\n3. to arrange\r\n4. to lay out\r\n5. to kowtow\r\n6. to stamp (one's foot)\r\n7. at once\r\n8. classifier for meals, beatings, scoldings etc: time, bout, spell, meal\r\n"},{"characters":"楠","pinyin":"m脿","tone":"4","id":2038,"definition":"1. to scold\r\n2. to abuse\r\n3. to curse\r\n4. CL:閫歔tong4],闋搢椤縖dun4]\r\n5. variant of 缃祙楠俒ma4]\r\n"},{"characters":"楠","pinyin":"pi脿n","tone":"4","id":2039,"definition":"1. to cheat\r\n2. to swindle\r\n3. to deceive\r\n4. to get on (a horse etc) by swinging one leg over\r\n"}],"42":[{"characters":"涓嶅","pinyin":"b霉 r煤","tone":"42","id":13,"definition":"1. not equal to\r\n2. not as good as\r\n3. inferior to\r\n4. it would be better to\r\n"},{"characters":"涓嶅Θ","pinyin":"b霉 f谩ng","tone":"42","id":14,"definition":"1. there is no harm in\r\n2. might as well\r\n"},{"characters":"涓嶆椂","pinyin":"b霉 sh铆","tone":"42","id":20,"definition":"1. from time to time\r\n2. now and then\r\n3. occasionally\r\n4. frequently\r\n"},{"characters":"涓嶇劧","pinyin":"b霉 r谩n","tone":"42","id":22,"definition":"1. not so\r\n2. no\r\n3. or else\r\n4. otherwise\r\n5. if not\r\n6. How about ...?\r\n"},{"characters":"涓嶈冻","pinyin":"b霉 z煤","tone":"42","id":24,"definition":"1. insufficient\r\n2. lacking\r\n3. deficiency\r\n4. not enough\r\n5. inadequate\r\n6. not worth\r\n7. cannot\r\n8. should not\r\n"},{"characters":"涓氫綑","pinyin":"y猫 y煤","tone":"42","id":36,"definition":"1. in one's spare time\r\n2. outside working hours\r\n3. amateur (historian etc)\r\n"},{"characters":"涓汉","pinyin":"g猫 r茅n","tone":"42","id":47,"definition":"1. individual\r\n2. personal\r\n3. oneself\r\n"},{"characters":"涓埆","pinyin":"g猫 bi茅","tone":"42","id":48,"definition":"1. individual\r\n2. specific\r\n3. respective\r\n4. just one or two\r\n"},{"characters":"浜嬪疄","pinyin":"sh矛 sh铆","tone":"42","id":80,"definition":"1. fact\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浠峰","pinyin":"ji脿 zh铆","tone":"42","id":123,"definition":"1. value\r\n2. worth\r\n3. fig. values (ethical, cultural etc)\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浠讳綍","pinyin":"r猫n h茅","tone":"42","id":124,"definition":"1. any\r\n2. whatever\r\n3. whichever\r\n4. whatsoever\r\n"},{"characters":"浼撮殢","pinyin":"b脿n su铆","tone":"42","id":149,"definition":"1. to accompany\r\n2. to follow\r\n3. to occur together with\r\n4. concomitant\r\n"},{"characters":"浣嶄簬","pinyin":"w猫i y煤","tone":"42","id":154,"definition":"1. to be located at\r\n2. to be situated at\r\n3. to lie\r\n"},{"characters":"浣滀负","pinyin":"zu貌 w茅i","tone":"42","id":162,"definition":"1. one's conduct\r\n2. deed\r\n3. activity\r\n4. accomplishment\r\n5. achievement\r\n6. to act as\r\n7. as (in the capacity of)\r\n8. qua\r\n9. to view as\r\n10. to look upon (sth as)\r\n11. to take sth to be\r\n"},{"characters":"浣滄枃","pinyin":"zu貌 w茅n","tone":"42","id":165,"definition":"1. to write an essay\r\n2. composition (student essay)\r\n3. CL:绡嘯pian1]\r\n"},{"characters":"浣╂湇","pinyin":"p猫i f煤","tone":"42","id":168,"definition":"1. to admire\r\n"},{"characters":"渚夸簬","pinyin":"bi脿n y煤","tone":"42","id":175,"definition":"1. easy to\r\n2. convenient for\r\n"},{"characters":"渚挎潯","pinyin":"bi脿n ti谩o","tone":"42","id":177,"definition":"1. (informal) note\r\n2. CL:寮祙寮燵zhang1],鍊媩涓猍ge4]\r\n"},{"characters":"鍏嬫湇","pinyin":"k猫 f煤","tone":"42","id":234,"definition":"1. (try to) overcome (hardships etc)\r\n2. to conquer\r\n3. to put up with\r\n4. to endure\r\n"},{"characters":"鍐荤粨","pinyin":"d貌ng ji茅","tone":"42","id":282,"definition":"1. to freeze (loan, wage, price etc)\r\n"},{"characters":"鍒拌揪","pinyin":"d脿o d谩","tone":"42","id":323,"definition":"1. to reach\r\n2. to arrive\r\n"},{"characters":"鍔ㄥ憳","pinyin":"d貌ng yu谩n","tone":"42","id":341,"definition":"1. to mobilize\r\n2. to arouse\r\n3. mobilization\r\n4. CL:娆ci4],鍊媩涓猍ge4]\r\n"},{"characters":"鍖栧","pinyin":"hu脿 xu茅","tone":"42","id":364,"definition":"1. chemistry\r\n2. chemical\r\n"},{"characters":"鍛婂埆","pinyin":"g脿o bi茅","tone":"42","id":489,"definition":"1. to leave\r\n2. to bid farewell to\r\n3. to say good-bye to\r\n"},{"characters":"鍠勪簬","pinyin":"sh脿n y煤","tone":"42","id":517,"definition":"1. to be good at\r\n2. to be adept at\r\n"},{"characters":"鍠勮壇","pinyin":"sh脿n li谩ng","tone":"42","id":518,"definition":"1. good and honest\r\n2. kindhearted\r\n"},{"characters":"鍦ㄤ簬","pinyin":"z脿i y煤","tone":"42","id":541,"definition":"1. to be in\r\n2. to lie in\r\n3. to consist in\r\n4. to depend on\r\n5. to rest with\r\n"},{"characters":"澶у瀷","pinyin":"d脿 x铆ng","tone":"42","id":593,"definition":"1. large\r\n2. large-scale\r\n"},{"characters":"澶ц嚕","pinyin":"d脿 ch茅n","tone":"42","id":597,"definition":"1. chancellor (of a monarchy)\r\n2. cabinet minister\r\n"},{"characters":"濂藉","pinyin":"h脿o q铆","tone":"42","id":621,"definition":"1. inquisitive\r\n2. curious\r\n3. inquisitiveness\r\n4. curiosity\r\n"},{"characters":"瀵硅仈","pinyin":"du矛 li谩n","tone":"42","id":701,"definition":"1. rhyming couplet\r\n2. pair of lines of verse written vertically down the sides of a doorway\r\n3. CL:鍓痆fu4],骞匸fu2]\r\n"},{"characters":"甯冨眬","pinyin":"b霉 j煤","tone":"42","id":753,"definition":"1. arrangement\r\n2. composition\r\n3. layout\r\n4. opening (chess jargon)\r\n"},{"characters":"骞哥","pinyin":"x矛ng f煤","tone":"42","id":776,"definition":"1. happiness\r\n2. happy\r\n3. blessed\r\n"},{"characters":"蹇呯劧","pinyin":"b矛 r谩n","tone":"42","id":837,"definition":"1. inevitable\r\n2. certain\r\n3. necessity\r\n"},{"characters":"鎬у埆","pinyin":"x矛ng bi茅","tone":"42","id":850,"definition":"1. gender\r\n2. sex\r\n3. distinguishing between the sexes\r\n"},{"characters":"鎬ф牸","pinyin":"x矛ng g茅","tone":"42","id":851,"definition":"1. nature\r\n2. disposition\r\n3. temperament\r\n4. character\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎶ヤ粐","pinyin":"b脿o ch贸u","tone":"42","id":954,"definition":"1. to take revenge\r\n2. to avenge\r\n"},{"characters":"鎶ョ瓟","pinyin":"b脿o d谩","tone":"42","id":959,"definition":"1. to repay\r\n2. to requite\r\n"},{"characters":"鎷滃勾","pinyin":"b脿i ni谩n","tone":"42","id":981,"definition":"1. to pay a New Year call\r\n2. to wish sb a Happy New Year\r\n"},{"characters":"鎸夋懇","pinyin":"脿n m贸","tone":"42","id":995,"definition":"1. massage\r\n2. to massage\r\n"},{"characters":"鎸姌","pinyin":"cu貌 zh茅","tone":"42","id":1002,"definition":"1. setback\r\n2. reverse\r\n3. check\r\n4. defeat\r\n5. frustration\r\n6. disappointment\r\n7. to frustrate\r\n8. to discourage\r\n9. to set sb back\r\n10. to blunt\r\n11. to subdue\r\n"},{"characters":"鏁欐潗","pinyin":"ji脿o c谩i","tone":"42","id":1082,"definition":"1. teaching material\r\n2. CL:鏈琜ben3]\r\n"},{"characters":"鏂粷","pinyin":"du脿n ju茅","tone":"42","id":1108,"definition":"1. to sever\r\n2. to break off\r\n"},{"characters":"鏃ュ父","pinyin":"r矛 ch谩ng","tone":"42","id":1119,"definition":"1. daily\r\n2. everyday\r\n"},{"characters":"鏃ョ▼","pinyin":"r矛 ch茅ng","tone":"42","id":1122,"definition":"1. schedule\r\n2. itinerary\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏆傛椂","pinyin":"z脿n sh铆","tone":"42","id":1144,"definition":"1. temporary\r\n2. provisional\r\n3. for the time being\r\n"},{"characters":"鏈潵","pinyin":"w猫i l谩i","tone":"42","id":1164,"definition":"1. future\r\n2. tomorrow\r\n3. CL:鍊媩涓猍ge4]\r\n4. approaching\r\n5. coming\r\n6. pending\r\n"},{"characters":"鏉滅粷","pinyin":"d霉 ju茅","tone":"42","id":1179,"definition":"1. to put an end to\r\n"},{"characters":"鏋勬垚","pinyin":"g貌u ch茅ng","tone":"42","id":1184,"definition":"1. to constitute\r\n2. to form\r\n3. to compose\r\n4. to make up\r\n5. to configure (computing)\r\n"},{"characters":"鏌滃彴","pinyin":"gu矛 t谩i","tone":"42","id":1189,"definition":"1. variant of 娅冩|鏌滃彴[gui4 tai2]\r\n2. sales counter\r\n3. front desk\r\n4. bar\r\n5. (of markets, medicines etc) OTC (over-the-counter)\r\n6. variant of 娅冩|鏌滃彴[gui4 tai2]\r\n"},{"characters":"姗$毊","pinyin":"xi脿ng p铆","tone":"42","id":1223,"definition":"1. rubber\r\n2. an eraser\r\n3. CL:濉妡鍧梉kuai4]\r\n"},{"characters":"姝e父","pinyin":"zh猫ng ch谩ng","tone":"42","id":1233,"definition":"1. regular\r\n2. normal\r\n3. ordinary\r\n"},{"characters":"姝ヤ紣","pinyin":"b霉 f谩","tone":"42","id":1237,"definition":"1. pace\r\n2. (measured) step\r\n3. march\r\n"},{"characters":"姹芥补","pinyin":"q矛 y贸u","tone":"42","id":1261,"definition":"1. gasoline\r\n"},{"characters":"娌荤枟","pinyin":"zh矛 li谩o","tone":"42","id":1274,"definition":"1. to treat (an illness)\r\n2. medical treatment\r\n3. therapy\r\n"},{"characters":"娴嬮噺","pinyin":"c猫 li谩ng","tone":"42","id":1288,"definition":"1. survey\r\n2. to measure\r\n3. to gauge\r\n4. to determine\r\n"},{"characters":"鐓у父","pinyin":"zh脿o ch谩ng","tone":"42","id":1347,"definition":"1. as usual\r\n"},{"characters":"鐜板疄","pinyin":"xi脿n sh铆","tone":"42","id":1388,"definition":"1. reality\r\n2. actuality\r\n3. real\r\n4. actual\r\n5. realistic\r\n"},{"characters":"鐢ㄩ","pinyin":"y貌ng t煤","tone":"42","id":1404,"definition":"1. use\r\n2. application\r\n"},{"characters":"鐢靛彴","pinyin":"di脿n t谩i","tone":"42","id":1410,"definition":"1. transmitter-receiver\r\n2. broadcasting station\r\n3. radio station\r\n4. CL:鍊媩涓猍ge4],瀹禰jia1]\r\n"},{"characters":"鐢垫睜","pinyin":"di脿n ch铆","tone":"42","id":1412,"definition":"1. battery\r\n2. CL:绡|鑺俒jie2],绲剕缁刐zu3]\r\n"},{"characters":"鐢垫簮","pinyin":"di脿n yu谩n","tone":"42","id":1413,"definition":"1. electric power source\r\n"},{"characters":"鐥呮瘨","pinyin":"b矛ng d煤","tone":"42","id":1424,"definition":"1. virus\r\n"},{"characters":"鐩墠","pinyin":"m霉 qi谩n","tone":"42","id":1439,"definition":"1. at the present time\r\n2. currently\r\n"},{"characters":"纭疄","pinyin":"qu猫 sh铆","tone":"42","id":1481,"definition":"1. indeed\r\n2. really\r\n3. reliable\r\n4. real\r\n5. true\r\n"},{"characters":"绁濈","pinyin":"zh霉 f煤","tone":"42","id":1489,"definition":"1. blessings\r\n2. to wish sb well\r\n"},{"characters":"绌洪棽","pinyin":"k貌ng xi谩n","tone":"42","id":1516,"definition":"1. idle\r\n2. free time\r\n3. leisure\r\n4. unused (place)\r\n"},{"characters":"绔嬪嵆","pinyin":"l矛 j铆","tone":"42","id":1524,"definition":"1. immediately\r\n"},{"characters":"绫诲瀷","pinyin":"l猫i x铆ng","tone":"42","id":1547,"definition":"1. type\r\n2. category\r\n3. genre\r\n4. form\r\n5. style\r\n"},{"characters":"缁嗚妭","pinyin":"x矛 ji茅","tone":"42","id":1576,"definition":"1. details\r\n2. particulars\r\n"},{"characters":"鑷粠","pinyin":"z矛 c贸ng","tone":"42","id":1645,"definition":"1. since (a time)\r\n2. ever since\r\n"},{"characters":"鑷劧","pinyin":"z矛 r谩n","tone":"42","id":1649,"definition":"1. nature\r\n2. natural\r\n3. naturally\r\n"},{"characters":"鑷敱","pinyin":"z矛 y贸u","tone":"42","id":1650,"definition":"1. freedom\r\n2. free\r\n3. liberty\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑷","pinyin":"z矛 ju茅","tone":"42","id":1652,"definition":"1. conscious\r\n2. aware\r\n3. on one's own initiative\r\n4. conscientious\r\n"},{"characters":"鑷豹","pinyin":"z矛 h谩o","tone":"42","id":1653,"definition":"1. proud (of one's achievements etc)\r\n"},{"characters":"鑷充簬","pinyin":"zh矛 y煤","tone":"42","id":1655,"definition":"1. as for\r\n2. as to\r\n3. to go so far as to\r\n"},{"characters":"鑼冨洿","pinyin":"f脿n w茅i","tone":"42","id":1673,"definition":"1. range\r\n2. scope\r\n3. limit\r\n4. extent\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"钁楀悕","pinyin":"zh霉 m铆ng","tone":"42","id":1681,"definition":"1. famous\r\n2. noted\r\n3. well-known\r\n4. celebrated\r\n"},{"characters":"璁烘枃","pinyin":"l霉n w茅n","tone":"42","id":1742,"definition":"1. paper\r\n2. treatise\r\n3. thesis\r\n4. CL:绡嘯pian1]\r\n5. to discuss a paper or thesis (old)\r\n"},{"characters":"璇佹槑","pinyin":"zh猫ng m铆ng","tone":"42","id":1749,"definition":"1. proof\r\n2. certificate\r\n3. identification\r\n4. testimonial\r\n5. CL:鍊媩涓猍ge4]\r\n6. to prove\r\n7. to testify\r\n8. to confirm the truth of\r\n"},{"characters":"璇濋","pinyin":"hu脿 t铆","tone":"42","id":1757,"definition":"1. subject (of a talk or conversation)\r\n2. topic\r\n"},{"characters":"璇炶景","pinyin":"d脿n ch茅n","tone":"42","id":1759,"definition":"1. birthday\r\n"},{"characters":"璇存湇","pinyin":"shu矛 f煤","tone":"42","id":1768,"definition":"1. to persuade\r\n2. to convince\r\n3. to talk sb over\r\n4. Taiwan pr. [shui4 fu2]\r\n"},{"characters":"璇剧▼","pinyin":"k猫 ch茅ng","tone":"42","id":1771,"definition":"1. course\r\n2. academic program\r\n3. CL:鍫俒tang2],绡|鑺俒jie2],闁|闂╗men2]\r\n"},{"characters":"璞℃","pinyin":"xi脿ng q铆","tone":"42","id":1781,"definition":"1. Chinese chess\r\n2. CL:鍓痆fu4]\r\n"},{"characters":"璐濆3","pinyin":"b猫i k茅","tone":"42","id":1783,"definition":"1. shell\r\n2. conch\r\n3. cowry\r\n4. mother of pearl\r\n5. hard outer skin\r\n6. also pr. [bei4 qiao4]\r\n"},{"characters":"璧炴垚","pinyin":"z脿n ch茅ng","tone":"42","id":1805,"definition":"1. to approve\r\n2. to endorse\r\n3. (literary) to assist\r\n"},{"characters":"閫傚悎","pinyin":"sh矛 h茅","tone":"42","id":1881,"definition":"1. to fit\r\n2. to suit\r\n"},{"characters":"閫忔槑","pinyin":"t貌u m铆ng","tone":"42","id":1885,"definition":"1. transparent\r\n2. open (non-secretive)\r\n"},{"characters":"閫犳垚","pinyin":"z脿o ch茅ng","tone":"42","id":1895,"definition":"1. to bring about\r\n2. to create\r\n3. to cause\r\n"},{"characters":"閬撳痉","pinyin":"d脿o d茅","tone":"42","id":1901,"definition":"1. virtue\r\n2. morality\r\n3. ethics\r\n4. CL:绋畖绉峓zhong3]\r\n"},{"characters":"閮ㄩ棬","pinyin":"b霉 m茅n","tone":"42","id":1908,"definition":"1. department\r\n2. branch\r\n3. section\r\n4. division\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"閰嶅悎","pinyin":"p猫i h茅","tone":"42","id":1911,"definition":"1. matching\r\n2. fitting in with\r\n3. compatible with\r\n4. to correspond\r\n5. to fit\r\n6. to conform to\r\n7. rapport\r\n8. to coordinate with\r\n9. to act in concert with\r\n10. to cooperate\r\n11. to become man and wife\r\n12. to combine parts of machine\r\n"},{"characters":"閰辨补","pinyin":"ji脿ng y贸u","tone":"42","id":1913,"definition":"1. soy sauce\r\n"},{"characters":"閿洏","pinyin":"ji脿n p谩n","tone":"42","id":1942,"definition":"1. keyboard\r\n"},{"characters":"闃呰","pinyin":"yu猫 d煤","tone":"42","id":1950,"definition":"1. to read\r\n2. reading\r\n"},{"characters":"闈复","pinyin":"mi脿n l铆n","tone":"42","id":1992,"definition":"1. to face sth\r\n2. to be confronted with\r\n"},{"characters":"椤挎椂","pinyin":"d霉n sh铆","tone":"42","id":2006,"definition":"1. immediately\r\n2. suddenly\r\n"},{"characters":"棰勪範","pinyin":"y霉 x铆","tone":"42","id":2008,"definition":"1. to prepare a lesson\r\n"},{"characters":"棰勯槻","pinyin":"y霉 f谩ng","tone":"42","id":2011,"definition":"1. to prevent\r\n2. to take precautions against\r\n3. to protect\r\n4. to guard against\r\n5. precautionary\r\n6. prophylactic\r\n"}],"3":[{"characters":"涓","pinyin":"y菙","tone":"3","id":26,"definition":"1. variant of 姝焲娆yu2]\r\n2. and\r\n3. to give\r\n4. together with\r\n5. to take part in\r\n"},{"characters":"涓","pinyin":"ch菕u","tone":"3","id":28,"definition":"1. surname Chou\r\n2. clown\r\n3. 2nd earthly branch: 1-3 a.m., 12th solar month (6th January to 3rd February), year of the Ox\r\n4. ancient Chinese compass point: 30掳\r\n5. shameful\r\n6. ugly\r\n7. disgraceful\r\n"},{"characters":"涓","pinyin":"b菒ng","tone":"3","id":35,"definition":"1. third of the ten Heavenly Stems 鍗佸ぉ骞瞇shi2 tian1 gan1]\r\n2. third in order\r\n3. letter \"C\" or roman \"III\" in list \"A, B, C\", or \"I, II, III\" etc\r\n4. ancient Chinese compass point: 165掳\r\n5. propyl\r\n"},{"characters":"涔","pinyin":"y菒","tone":"3","id":71,"definition":"1. second of the ten Heavenly Stems 鍗佸ぉ骞瞇shi2 tian1 gan1]\r\n2. second in order\r\n3. letter \"B\" or roman \"II\" in list \"A, B, C\", or \"I, II, III\" etc\r\n4. second party (in legal contract, usually 涔欐柟[yi3 fang1], as opposed to 鐢叉柟[jia3 fang1])\r\n5. ethyl\r\n6. bent\r\n7. winding\r\n8. radical in Chinese characters (Kangxi radical 5)\r\n9. ancient Chinese compass point: 105掳\r\n10. turning stroke (in Chinese characters)\r\n11. see also 鎶榌zhe2]\r\n"},{"characters":"涔","pinyin":"ji菙","tone":"3","id":72,"definition":"1. nine\r\n2. 9\r\n"},{"characters":"涔","pinyin":"m菐i","tone":"3","id":75,"definition":"1. to buy\r\n2. to purchase\r\n"},{"characters":"浠","pinyin":"y菒","tone":"3","id":119,"definition":"1. old variant of 浠yi3]\r\n2. old variant of 浠yi3]\r\n3. abbr. for Israel 浠ヨ壊鍒梉Yi3 se4 lie4]\r\n4. to use\r\n5. by means of\r\n6. according to\r\n7. in order to\r\n8. because of\r\n9. at (a certain date or place)\r\n"},{"characters":"浣","pinyin":"sh菒","tone":"3","id":169,"definition":"1. to make\r\n2. to cause\r\n3. to enable\r\n4. to use\r\n5. to employ\r\n6. to send\r\n7. to instruct sb to do sth\r\n8. envoy\r\n9. messenger\r\n"},{"characters":"鍌","pinyin":"sh菐","tone":"3","id":218,"definition":"1. foolish\r\n"},{"characters":"鍏","pinyin":"d菐ng","tone":"3","id":238,"definition":"1. surname Dang\r\n2. party\r\n3. association\r\n4. club\r\n5. society\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍐","pinyin":"l臎ng","tone":"3","id":279,"definition":"1. surname Leng\r\n2. cold\r\n"},{"characters":"鍖","pinyin":"p菒","tone":"3","id":367,"definition":"1. mate\r\n2. one of a pair\r\n3. classifier for horses, mules etc\r\n4. Taiwan pr. [pi1]\r\n5. ordinary person\r\n6. classifier for cloth: bolt\r\n7. horsepower\r\n8. variant of 鍖筟pi3]\r\n9. classifier for cloth: bolt\r\n"},{"characters":"鍙","pinyin":"q菙","tone":"3","id":429,"definition":"1. to take\r\n2. to get\r\n3. to choose\r\n4. to fetch\r\n"},{"characters":"鍚","pinyin":"t菙","tone":"3","id":470,"definition":"1. to spit\r\n2. to put\r\n3. to say\r\n4. to vomit\r\n5. to throw up\r\n"},{"characters":"鍚","pinyin":"ch菐o","tone":"3","id":477,"definition":"1. to quarrel\r\n2. to make a noise\r\n3. noisy\r\n4. to disturb by making a noise\r\n"},{"characters":"鍚","pinyin":"w臎n","tone":"3","id":485,"definition":"1. kiss\r\n2. to kiss\r\n3. mouth\r\n4. variant of 鍚籟wen3]\r\n"},{"characters":"鍜","pinyin":"y菐o","tone":"3","id":500,"definition":"1. to bite\r\n2. to nip\r\n3. variant of 鍜琜yao3]\r\n"},{"characters":"鍝","pinyin":"xi菐ng","tone":"3","id":505,"definition":"1. echo\r\n2. sound\r\n3. noise\r\n4. to make a sound\r\n5. to sound\r\n6. to ring\r\n7. loud\r\n8. classifier for noises\r\n"},{"characters":"鍝","pinyin":"n菐","tone":"3","id":507,"definition":"1. how\r\n2. which\r\n3. (particle equivalent to 鍟 after noun ending in -n)\r\n4. which? (interrogative, followed by classifier or numeral-classifier)\r\n"},{"characters":"鍠","pinyin":"h菐n","tone":"3","id":519,"definition":"1. to yell\r\n2. to shout\r\n3. to call out for (a person)\r\n"},{"characters":"濂","pinyin":"h菐o","tone":"3","id":620,"definition":"1. good\r\n2. well\r\n3. proper\r\n4. good to\r\n5. easy to\r\n6. very\r\n7. so\r\n8. (suffix indicating completion or readiness)\r\n9. (of two people) close\r\n10. on intimate terms\r\n11. to be fond of\r\n12. to have a tendency to\r\n13. to be prone to\r\n"},{"characters":"濞","pinyin":"q菙","tone":"3","id":635,"definition":"1. to take a wife\r\n2. to marry (a woman)\r\n"},{"characters":"寰","pinyin":"h臎n","tone":"3","id":830,"definition":"1. (adverb of degree)\r\n2. quite\r\n3. very\r\n4. awfully\r\n"},{"characters":"鎵","pinyin":"su菕","tone":"3","id":913,"definition":"1. actually\r\n2. place\r\n3. classifier for houses, small buildings, institutions etc\r\n4. that which\r\n5. particle introducing a relative clause or passive\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎵","pinyin":"bi菐n","tone":"3","id":915,"definition":"1. surname Pian\r\n2. flat\r\n3. (coll.) to beat (sb) up\r\n4. old variant of 鍖綶bian3]\r\n5. small boat\r\n"},{"characters":"鎶","pinyin":"qi菐ng","tone":"3","id":953,"definition":"1. see 鎼堕ⅷ|鎶㈤[qiang1 feng1]\r\n2. to fight over\r\n3. to rush\r\n4. to scramble\r\n5. to grab\r\n6. to rob\r\n7. to snatch\r\n"},{"characters":"鎸","pinyin":"zh菒","tone":"3","id":992,"definition":"1. finger\r\n2. to point at or to\r\n3. to indicate or refer to\r\n4. to depend on\r\n5. to count on\r\n6. (of hair) to stand on end\r\n"},{"characters":"鎸","pinyin":"d菐ng","tone":"3","id":997,"definition":"1. to resist\r\n2. to obstruct\r\n3. to hinder\r\n4. to keep off\r\n5. to block (a blow)\r\n6. to get in the way of\r\n7. cover\r\n8. gear (e.g. in a car's transmission)\r\n9. to arrange\r\n10. to put in order\r\n11. variant of 鎿媩鎸dang3]\r\n"},{"characters":"鎸","pinyin":"j菒","tone":"3","id":999,"definition":"1. to crowd in\r\n2. to cram in\r\n3. to force others aside\r\n4. to press\r\n5. to squeeze\r\n6. to find (time in one's busy schedule)\r\n"},{"characters":"鎸","pinyin":"t菒ng","tone":"3","id":1004,"definition":"1. straight\r\n2. erect\r\n3. to stick out (a part of the body)\r\n4. to (physically) straighten up\r\n5. to support\r\n6. to withstand\r\n7. outstanding\r\n8. (coll.) quite\r\n9. very\r\n10. classifier for machine guns\r\n"},{"characters":"鎹","pinyin":"ji菐n","tone":"3","id":1008,"definition":"1. to pick up\r\n2. to collect\r\n3. to gather\r\n"},{"characters":"鎼","pinyin":"g菐o","tone":"3","id":1038,"definition":"1. to do\r\n2. to make\r\n3. to go in for\r\n4. to set up\r\n5. to get hold of\r\n6. to take care of\r\n"},{"characters":"鎽","pinyin":"b菐i","tone":"3","id":1043,"definition":"1. to arrange\r\n2. to exhibit\r\n3. to move to and fro\r\n4. a pendulum\r\n"},{"characters":"鏈","pinyin":"du菕","tone":"3","id":1173,"definition":"1. flower\r\n2. earlobe\r\n3. fig. item on both sides\r\n4. classifier for flowers, clouds etc\r\n5. variant of 鏈礫duo3]\r\n"},{"characters":"鏌","pinyin":"m菕u","tone":"3","id":1188,"definition":"1. some\r\n2. a certain\r\n3. sb or sth indefinite\r\n4. such-and-such\r\n"},{"characters":"姝","pinyin":"s菒","tone":"3","id":1242,"definition":"1. to die\r\n2. impassable\r\n3. uncrossable\r\n4. inflexible\r\n5. rigid\r\n6. extremely\r\n7. damned\r\n"},{"characters":"娲","pinyin":"s菐","tone":"3","id":1280,"definition":"1. to sprinkle\r\n2. to spray\r\n3. to spill\r\n4. to shed\r\n"},{"characters":"娴","pinyin":"qi菐n","tone":"3","id":1286,"definition":"1. sound of moving water\r\n2. shallow\r\n3. light (color)\r\n"},{"characters":"娑","pinyin":"zh菐ng","tone":"3","id":1299,"definition":"1. to rise (of prices, rivers)\r\n2. to swell\r\n3. to distend\r\n"},{"characters":"婊","pinyin":"g菙n","tone":"3","id":1313,"definition":"1. to boil\r\n2. to roll\r\n3. to take a hike\r\n4. Get lost!\r\n"},{"characters":"鐐","pinyin":"ch菐o","tone":"3","id":1334,"definition":"1. to saut茅\r\n2. to stir-fry\r\n3. to speculate\r\n4. to hype\r\n5. to fire (sb)\r\n"},{"characters":"鐐","pinyin":"di菐n","tone":"3","id":1335,"definition":"1. point\r\n2. dot\r\n3. drop\r\n4. speck\r\n5. o'clock\r\n6. point (in space or time)\r\n7. to draw a dot\r\n8. to check on a list\r\n9. to choose\r\n10. to order (food in a restaurant)\r\n11. to touch briefly\r\n12. to hint\r\n13. to light\r\n14. to ignite\r\n15. to pour a liquid drop by drop\r\n16. (old) one fifth of a two-hour watch 鏇碵geng1]\r\n17. dot stroke in Chinese characters\r\n18. classifier for items\r\n"},{"characters":"鐓","pinyin":"zh菙","tone":"3","id":1348,"definition":"1. variant of 鐓甗zhu3]\r\n2. to cook\r\n3. to boil\r\n"},{"characters":"鐙","pinyin":"g菕u","tone":"3","id":1375,"definition":"1. dog\r\n2. CL:闅粅鍙猍zhi1],姊潀鏉tiao2]\r\n"},{"characters":"鐢","pinyin":"shu菐i","tone":"3","id":1405,"definition":"1. to throw\r\n2. to fling\r\n3. to swing\r\n4. to leave behind\r\n5. to throw off\r\n6. to dump (sb)\r\n"},{"characters":"鐢","pinyin":"ji菐","tone":"3","id":1409,"definition":"1. first of the ten Heavenly Stems 鍗佸ぉ骞瞇shi2 tian1 gan1]\r\n2. (used for an unspecified person or thing)\r\n3. first (in a list, as a party to a contract etc)\r\n4. letter \"A\" or roman \"I\" in list \"A, B, C\", or \"I, II, III\" etc\r\n5. armor plating\r\n6. shell or carapace\r\n7. (of the fingers or toes) nail\r\n8. bladed leather or metal armor (old)\r\n9. ranking system used in the Imperial examinations (old)\r\n10. civil administration unit (old)\r\n11. ancient Chinese compass point: 75掳\r\n"},{"characters":"鐥","pinyin":"y菐ng","tone":"3","id":1425,"definition":"1. variant of 鐧鐥抂yang3]\r\n2. to itch\r\n3. to tickle\r\n4. to itch\r\n5. to tickle\r\n"},{"characters":"鐪","pinyin":"sh臎ng","tone":"3","id":1453,"definition":"1. to save\r\n2. to economize\r\n3. to do without\r\n4. to omit\r\n5. to leave out\r\n6. province\r\n7. CL:鍊媩涓猍ge4]\r\n8. to inspect\r\n9. to examine\r\n10. to be aware\r\n11. to pay a visit (to one's parents or elders)\r\n"},{"characters":"鐮","pinyin":"k菐n","tone":"3","id":1472,"definition":"1. to chop\r\n2. to cut down\r\n3. to throw sth at sb\r\n"},{"characters":"绐","pinyin":"zh菐i","tone":"3","id":1520,"definition":"1. narrow\r\n2. narrow-minded\r\n3. badly off\r\n"},{"characters":"绱","pinyin":"z菒","tone":"3","id":1560,"definition":"1. purple\r\n2. violet\r\n3. amethyst\r\n4. Lithospermum erythrorhizon (flowering plant whose root provides red purple dye)\r\n5. Japanese: murasaki\r\n"},{"characters":"缁","pinyin":"z菙","tone":"3","id":1572,"definition":"1. surname Zu\r\n2. to form\r\n3. to organize\r\n4. group\r\n5. team\r\n6. classifier for sets, series, groups of people, batteries\r\n"},{"characters":"韪","pinyin":"c菐i","tone":"3","id":1818,"definition":"1. variant of 韪cai3]\r\n2. to step on\r\n3. to tread\r\n4. to stamp\r\n5. to press a pedal\r\n6. to pedal (a bike)\r\n"},{"characters":"韬","pinyin":"t菐ng","tone":"3","id":1825,"definition":"1. to recline\r\n2. to lie down\r\n"},{"characters":"杞","pinyin":"zhu菐n","tone":"3","id":1828,"definition":"1. see 杞夋枃|杞枃[zhuai3 wen2]\r\n2. to turn\r\n3. to change direction\r\n4. to transfer\r\n5. to forward (mail)\r\n6. to revolve\r\n7. to turn\r\n8. to circle about\r\n9. to walk about\r\n10. classifier for revolutions (per minute etc): revs, rpm\r\n11. classifier for repeated actions\r\n"},{"characters":"杞","pinyin":"ru菐n","tone":"3","id":1832,"definition":"1. soft\r\n2. flexible\r\n3. variant of 杌焲杞痆ruan3]\r\n"},{"characters":"閱","pinyin":"x菒ng","tone":"3","id":1917,"definition":"1. to wake up\r\n2. to be awake\r\n3. to become aware\r\n4. to sober up\r\n5. to come to\r\n"},{"characters":"閿","pinyin":"su菕","tone":"3","id":1939,"definition":"1. to lock up\r\n2. to lock\r\n3. lock\r\n4. CL:鎶奫ba3]\r\n5. old variant of 閹東閿乕suo3]\r\n"},{"characters":"闂","pinyin":"chu菐ng","tone":"3","id":1948,"definition":"1. to rush\r\n2. to charge\r\n3. to dash\r\n4. to break through\r\n5. to temper oneself (through battling hardships)\r\n"},{"characters":"椤","pinyin":"d菒ng","tone":"3","id":1998,"definition":"1. apex\r\n2. crown of the head\r\n3. top\r\n4. roof\r\n5. most\r\n6. to carry on the head\r\n7. to push to the top\r\n8. to go against\r\n9. to replace\r\n10. to substitute\r\n11. to be subjected to (an aerial bombing, hailstorm etc)\r\n12. (slang) to \"bump\" a forum thread to raise its profile\r\n13. classifier for headwear, hats, veils etc\r\n"},{"characters":"棣","pinyin":"sh菕u","tone":"3","id":2032,"definition":"1. head\r\n2. chief\r\n3. first (occasion, thing etc)\r\n4. classifier for poems, songs etc\r\n"}],"32":[{"characters":"涓庡叾","pinyin":"y菙 q铆","tone":"32","id":27,"definition":"1. rather than...\r\n2. 鑸囧叾|涓庡叾[yu3 qi2] A 涓嶅[bu4 ru2] B (rather than A, better to B)\r\n"},{"characters":"涓讳汉","pinyin":"zh菙 r茅n","tone":"32","id":55,"definition":"1. master\r\n2. host\r\n3. owner\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涓诲腑","pinyin":"zh菙 x铆","tone":"32","id":58,"definition":"1. chairperson\r\n2. premier\r\n3. chairman\r\n4. CL:鍊媩涓猍ge4],浣峓wei4]\r\n"},{"characters":"涓绘寔","pinyin":"zh菙 ch铆","tone":"32","id":61,"definition":"1. to take charge of\r\n2. to manage or direct\r\n3. to preside over\r\n4. to uphold\r\n5. to stand for (justice etc)\r\n6. to host (a TV or radio program etc)\r\n7. (TV) anchor\r\n"},{"characters":"涓婚","pinyin":"zh菙 t铆","tone":"32","id":63,"definition":"1. theme\r\n2. subject\r\n"},{"characters":"浠ヤ负","pinyin":"y菒 w茅i","tone":"32","id":120,"definition":"1. to believe\r\n2. to think\r\n3. to consider\r\n4. to be under the impression\r\n"},{"characters":"浠ュ強","pinyin":"y菒 j铆","tone":"32","id":121,"definition":"1. as well as\r\n2. too\r\n3. and\r\n"},{"characters":"浠ユ潵","pinyin":"y菒 l谩i","tone":"32","id":122,"definition":"1. since (a previous event)\r\n"},{"characters":"浠夸經","pinyin":"f菐ng f煤","tone":"32","id":126,"definition":"1. variant of 褰峰娇|浠夸經[fang3 fu2]\r\n2. to seem\r\n3. as if\r\n4. alike\r\n5. similar\r\n"},{"characters":"淇濆瓨","pinyin":"b菐o c煤n","tone":"32","id":183,"definition":"1. to conserve\r\n2. to preserve\r\n3. to keep\r\n4. to save (a file etc) (computing)\r\n"},{"characters":"淇濇寔","pinyin":"b菐o ch铆","tone":"32","id":186,"definition":"1. to keep\r\n2. to maintain\r\n3. to hold\r\n4. to preserve\r\n"},{"characters":"淇濈暀","pinyin":"b菐o li煤","tone":"32","id":187,"definition":"1. to retain\r\n2. to continue to have\r\n3. to preserve\r\n4. to maintain\r\n5. to reserve\r\n6. reservations\r\n7. to hold back (approval or acceptance)\r\n"},{"characters":"鍊掗湁","pinyin":"d菐o m茅i","tone":"32","id":200,"definition":"1. to have bad luck\r\n2. to be out of luck\r\n"},{"characters":"鍋囧","pinyin":"ji菐 r煤","tone":"32","id":205,"definition":"1. if\r\n"},{"characters":"鍋剁劧","pinyin":"菕u r谩n","tone":"32","id":210,"definition":"1. incidentally\r\n2. occasional\r\n3. occasionally\r\n4. by chance\r\n5. randomly\r\n"},{"characters":"鍌ㄥ瓨","pinyin":"ch菙 c煤n","tone":"32","id":215,"definition":"1. stockpile\r\n2. to store\r\n3. to stockpile\r\n4. storage\r\n"},{"characters":"鍏稿瀷","pinyin":"di菐n x铆ng","tone":"32","id":257,"definition":"1. model\r\n2. typical case\r\n3. archetype\r\n4. typical\r\n5. representative\r\n"},{"characters":"鍏绘垚","pinyin":"y菐ng ch茅ng","tone":"32","id":259,"definition":"1. to cultivate\r\n2. to raise\r\n3. to form (a habit)\r\n4. to acquire\r\n"},{"characters":"鍑嗘椂","pinyin":"zh菙n sh铆","tone":"32","id":283,"definition":"1. on time\r\n2. punctual\r\n3. on schedule\r\n"},{"characters":"鍖楁瀬","pinyin":"b臎i j铆","tone":"32","id":366,"definition":"1. the North Pole\r\n2. the Arctic Pole\r\n3. the north magnetic pole\r\n"},{"characters":"鍙嶈","pinyin":"f菐n 茅r","tone":"32","id":408,"definition":"1. instead\r\n2. on the contrary\r\n3. contrary (to expectations)\r\n"},{"characters":"鍙嶉┏","pinyin":"f菐n b贸","tone":"32","id":409,"definition":"1. to retort\r\n2. to refute\r\n"},{"characters":"鍦哄悎","pinyin":"ch菐ng h茅","tone":"32","id":551,"definition":"1. situation\r\n2. occasion\r\n3. context\r\n4. setting\r\n5. location\r\n6. venue\r\n"},{"characters":"瀹℃煡","pinyin":"sh臎n ch谩","tone":"32","id":675,"definition":"1. to examine\r\n2. to investigate\r\n3. to censor out\r\n4. censorship\r\n"},{"characters":"瀵艰埅","pinyin":"d菐o h谩ng","tone":"32","id":708,"definition":"1. navigation\r\n"},{"characters":"灞炰簬","pinyin":"sh菙 y煤","tone":"32","id":730,"definition":"1. to be classified as\r\n2. to belong to\r\n3. to be part of\r\n"},{"characters":"褰╄櫣","pinyin":"c菐i h贸ng","tone":"32","id":822,"definition":"1. rainbow\r\n2. CL:閬揫dao4]\r\n"},{"characters":"鎬荤粨","pinyin":"z菕ng ji茅","tone":"32","id":857,"definition":"1. to sum up\r\n2. to conclude\r\n3. summary\r\n4. r茅sum茅\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎬昏","pinyin":"z菕ng c谩i","tone":"32","id":859,"definition":"1. chairman\r\n2. director-general (of a company etc)\r\n"},{"characters":"鎶佃揪","pinyin":"d菒 d谩","tone":"32","id":970,"definition":"1. to arrive\r\n2. to reach (a destination)\r\n"},{"characters":"鏀归潻","pinyin":"g菐i g茅","tone":"32","id":1073,"definition":"1. reform\r\n2. CL:娆ci4],绋畖绉峓zhong3],闋厊椤筟xiang4]\r\n3. to reform\r\n"},{"characters":"鏁撮綈","pinyin":"zh臎ng q铆","tone":"32","id":1096,"definition":"1. orderly\r\n2. neat\r\n3. even\r\n4. tidy\r\n"},{"characters":"鏄剧劧","pinyin":"xi菐n r谩n","tone":"32","id":1138,"definition":"1. clear\r\n2. evident\r\n3. obvious(ly)\r\n"},{"characters":"鏈楄","pinyin":"l菐ng d煤","tone":"32","id":1157,"definition":"1. to read aloud\r\n"},{"characters":"鏈汉","pinyin":"b臎n r茅n","tone":"32","id":1166,"definition":"1. the person himself\r\n2. I (humble form used in speeches)\r\n3. oneself\r\n4. myself\r\n5. in person\r\n6. personal\r\n"},{"characters":"鏈兘","pinyin":"b臎n n茅ng","tone":"32","id":1168,"definition":"1. instinct\r\n"},{"characters":"鏈挶","pinyin":"b臎n qi谩n","tone":"32","id":1171,"definition":"1. capital\r\n2. (fig.) asset\r\n3. advantage\r\n4. the means (to do sth)\r\n"},{"characters":"鏋滃疄","pinyin":"gu菕 sh铆","tone":"32","id":1185,"definition":"1. fruit (produced by a plant)\r\n2. (fig.) fruits (of success etc)\r\n3. results\r\n4. gains\r\n"},{"characters":"鏋滅劧","pinyin":"gu菕 r谩n","tone":"32","id":1186,"definition":"1. really\r\n2. sure enough\r\n3. as expected\r\n4. if indeed\r\n"},{"characters":"姝瑰緬","pinyin":"d菐i t煤","tone":"32","id":1241,"definition":"1. evildoer\r\n2. malefactor\r\n3. gangster\r\n4. hoodlum\r\n"},{"characters":"娉曚汉","pinyin":"f菐 r茅n","tone":"32","id":1275,"definition":"1. legal person\r\n2. corporation\r\n3. see also 鑷劧浜篬zi4 ran2 ren2]\r\n"},{"characters":"婊¤冻","pinyin":"m菐n z煤","tone":"32","id":1314,"definition":"1. to satisfy\r\n2. to meet (the needs of)\r\n3. satisfied\r\n4. content\r\n"},{"characters":"婕斿憳","pinyin":"y菐n yu谩n","tone":"32","id":1318,"definition":"1. actor or actress\r\n2. performer\r\n3. CL:鍊媩涓猍ge4],浣峓wei4],鍚峓ming2]\r\n"},{"characters":"鐏煷","pinyin":"hu菕 ch谩i","tone":"32","id":1325,"definition":"1. match (for lighting fire)\r\n2. CL:鏍筟gen1],鐩抂he2]\r\n"},{"characters":"鐙$尵","pinyin":"ji菐o hu谩","tone":"32","id":1376,"definition":"1. crafty\r\n2. cunning\r\n3. sly\r\n"},{"characters":"鐞嗙敱","pinyin":"l菒 y贸u","tone":"32","id":1394,"definition":"1. reason\r\n2. grounds\r\n3. justification\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绛変簬","pinyin":"d臎ng y煤","tone":"32","id":1530,"definition":"1. to equal\r\n2. to be tantamount to\r\n"},{"characters":"绛夌骇","pinyin":"d臎ng j铆","tone":"32","id":1533,"definition":"1. grade\r\n2. rank\r\n3. status\r\n"},{"characters":"绠鐩","pinyin":"ji菐n zh铆","tone":"32","id":1543,"definition":"1. simply\r\n2. at all\r\n3. practically\r\n"},{"characters":"绱ф","pinyin":"j菒n j铆","tone":"32","id":1559,"definition":"1. urgent\r\n2. emergency\r\n"},{"characters":"缁勫悎","pinyin":"z菙 h茅","tone":"32","id":1573,"definition":"1. to assemble\r\n2. combination\r\n3. combinatorial\r\n"},{"characters":"缁勬垚","pinyin":"z菙 ch茅ng","tone":"32","id":1574,"definition":"1. to form\r\n2. to make up\r\n3. to constitute\r\n"},{"characters":"缃戠悆","pinyin":"w菐ng qi煤","tone":"32","id":1600,"definition":"1. tennis\r\n2. tennis ball\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑰佸﹩","pinyin":"l菐o p贸","tone":"32","id":1610,"definition":"1. (coll.) wife\r\n"},{"characters":"鑰崇幆","pinyin":"臎r hu谩n","tone":"32","id":1616,"definition":"1. earring\r\n2. CL:闅粅鍙猍zhi1],灏峾瀵筟dui4]\r\n"},{"characters":"琛ュ伩","pinyin":"b菙 ch谩ng","tone":"32","id":1697,"definition":"1. to compensate\r\n2. to make up\r\n"},{"characters":"琛ㄥ喅","pinyin":"bi菐o ju茅","tone":"32","id":1701,"definition":"1. to decide by vote\r\n2. to vote\r\n"},{"characters":"琛ㄦ儏","pinyin":"bi菐o q铆ng","tone":"32","id":1704,"definition":"1. (facial) expression\r\n2. to express one's feelings\r\n3. expression\r\n"},{"characters":"琛ㄦ槑","pinyin":"bi菐o m铆ng","tone":"32","id":1705,"definition":"1. to make clear\r\n2. to make known\r\n3. to state clearly\r\n4. to indicate\r\n5. known\r\n"},{"characters":"琛ㄨ揪","pinyin":"bi菐o d谩","tone":"32","id":1707,"definition":"1. to express\r\n2. to convey\r\n"},{"characters":"璇█","pinyin":"y菙 y谩n","tone":"32","id":1765,"definition":"1. language\r\n2. CL:闁|闂╗men2],绋畖绉峓zhong3]\r\n"},{"characters":"璇锋眰","pinyin":"q菒ng qi煤","tone":"32","id":1769,"definition":"1. to request\r\n2. to ask\r\n3. request\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璧屽崥","pinyin":"d菙 b贸","tone":"32","id":1802,"definition":"1. to gamble\r\n"},{"characters":"韬茶棌","pinyin":"du菕 c谩ng","tone":"32","id":1824,"definition":"1. to conceal oneself\r\n2. to go into hiding\r\n3. to take cover\r\n"},{"characters":"閲囬泦","pinyin":"c菐i j铆","tone":"32","id":1922,"definition":"1. to gather\r\n2. to collect\r\n3. to harvest\r\n"},{"characters":"楗卞拰","pinyin":"b菐o h茅","tone":"32","id":2029,"definition":"1. saturation\r\n"}],"34":[{"characters":"涓戞伓","pinyin":"ch菕u 猫","tone":"34","id":29,"definition":"1. ugly\r\n2. repulsive\r\n"},{"characters":"涓讳换","pinyin":"zh菙 r猫n","tone":"34","id":56,"definition":"1. director\r\n2. head\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涓诲姩","pinyin":"zh菙 d貌ng","tone":"34","id":57,"definition":"1. to take the initiative\r\n2. to do sth of one's own accord\r\n3. spontaneous\r\n4. active\r\n5. opposite: passive 琚嫊|琚姩[bei4 dong4]\r\n6. drive (of gears and shafts etc)\r\n"},{"characters":"浜т笟","pinyin":"ch菐n y猫","tone":"34","id":89,"definition":"1. industry\r\n2. estate\r\n3. property\r\n4. industrial\r\n"},{"characters":"浜彈","pinyin":"xi菐ng sh貌u","tone":"34","id":92,"definition":"1. to enjoy\r\n2. to live it up\r\n3. pleasure\r\n4. CL:绋畖绉峓zhong3]\r\n"},{"characters":"浠旂粏","pinyin":"z菒 x矛","tone":"34","id":115,"definition":"1. careful\r\n2. attentive\r\n3. cautious\r\n"},{"characters":"浼佷笟","pinyin":"q菒 y猫","tone":"34","id":127,"definition":"1. company\r\n2. firm\r\n3. enterprise\r\n4. corporation\r\n5. CL:瀹禰jia1]\r\n"},{"characters":"浼欎即","pinyin":"hu菕 b脿n","tone":"34","id":134,"definition":"1. partner\r\n2. companion\r\n3. comrade\r\n"},{"characters":"浼熷ぇ","pinyin":"w臎i d脿","tone":"34","id":137,"definition":"1. huge\r\n2. great\r\n3. grand\r\n4. worthy of the greatest admiration\r\n5. important (contribution etc)\r\n"},{"characters":"浣撲細","pinyin":"t菒 hu矛","tone":"34","id":156,"definition":"1. to know from experience\r\n2. to learn through experience\r\n3. to realize\r\n4. understanding\r\n5. experience\r\n"},{"characters":"浣撶幇","pinyin":"t菒 xi脿n","tone":"34","id":157,"definition":"1. to embody\r\n2. to reflect\r\n3. to incarnate\r\n"},{"characters":"浣撻獙","pinyin":"t菒 y脿n","tone":"34","id":159,"definition":"1. to experience for oneself\r\n"},{"characters":"浣垮姴","pinyin":"sh菒 j矛n","tone":"34","id":170,"definition":"1. to exert all one's strength"},{"characters":"浣跨敤","pinyin":"sh菒 y貌ng","tone":"34","id":171,"definition":"1. to use\r\n2. to employ\r\n3. to apply\r\n4. to make use of\r\n"},{"characters":"淇濆崼","pinyin":"b菐o w猫i","tone":"34","id":181,"definition":"1. to defend\r\n2. to safeguard\r\n"},{"characters":"淇濆瘑","pinyin":"b菐o m矛","tone":"34","id":185,"definition":"1. to keep sth confidential\r\n2. to maintain secrecy\r\n"},{"characters":"淇濋噸","pinyin":"b菐o zh貌ng","tone":"34","id":189,"definition":"1. to take care of oneself\r\n"},{"characters":"淇濋殰","pinyin":"b菐o zh脿ng","tone":"34","id":191,"definition":"1. to ensure\r\n2. to guarantee\r\n3. to safeguard\r\n"},{"characters":"鍊掗棴","pinyin":"d菐o b矛","tone":"34","id":199,"definition":"1. to go bankrupt\r\n2. to close down\r\n"},{"characters":"鍋囪","pinyin":"ji菐 sh猫","tone":"34","id":207,"definition":"1. to suppose\r\n2. to presume\r\n3. to assume\r\n4. supposing that ...\r\n5. if\r\n6. hypothesis\r\n7. conjecture\r\n"},{"characters":"鍌ㄥ","pinyin":"ch菙 b猫i","tone":"34","id":214,"definition":"1. reserves\r\n2. to store up\r\n"},{"characters":"鍌ㄨ搫","pinyin":"ch菙 x霉","tone":"34","id":216,"definition":"1. to deposit money\r\n2. to save\r\n3. savings\r\n"},{"characters":"鍐欎綔","pinyin":"xi臎 zu貌","tone":"34","id":266,"definition":"1. to write\r\n2. to compose\r\n3. writing\r\n4. written works\r\n"},{"characters":"鍐锋贰","pinyin":"l臎ng d脿n","tone":"34","id":280,"definition":"1. cold\r\n2. indifferent\r\n"},{"characters":"鍑嗙‘","pinyin":"zh菙n qu猫","tone":"34","id":284,"definition":"1. accurate\r\n2. exact\r\n3. precise\r\n"},{"characters":"鍕囨皵","pinyin":"y菕ng q矛","tone":"34","id":352,"definition":"1. courage\r\n2. valor\r\n"},{"characters":"鍙嬭皧","pinyin":"y菕u y矛","tone":"34","id":402,"definition":"1. companionship\r\n2. fellowship\r\n3. friendship\r\n"},{"characters":"鍙嶅","pinyin":"f菐n f霉","tone":"34","id":404,"definition":"1. variant of 鍙嶈|鍙嶅[fan3 fu4]\r\n2. repeatedly\r\n3. over and over\r\n4. to upend\r\n5. unstable\r\n6. to come and go\r\n7. (of an illness) to return\r\n"},{"characters":"鍙嶅簲","pinyin":"f菐n y矛ng","tone":"34","id":405,"definition":"1. to react\r\n2. to respond\r\n3. reaction\r\n4. response\r\n5. reply\r\n6. chemical reaction\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍙嶆槧","pinyin":"f菐n y矛ng","tone":"34","id":406,"definition":"1. to mirror\r\n2. to reflect\r\n3. mirror image\r\n4. reflection\r\n5. (fig.) to report\r\n6. to make known\r\n7. to render\r\n"},{"characters":"鍙嶆","pinyin":"f菐n zh猫ng","tone":"34","id":407,"definition":"1. anyway\r\n2. in any case\r\n3. to come over from the enemy's side\r\n"},{"characters":"鍙e懗","pinyin":"k菕u w猫i","tone":"34","id":436,"definition":"1. a person's preferences\r\n2. tastes (in food)\r\n3. flavor\r\n"},{"characters":"鍙や唬","pinyin":"g菙 d脿i","tone":"34","id":437,"definition":"1. ancient times\r\n2. olden times\r\n"},{"characters":"鍙","pinyin":"zh菒 y脿o","tone":"34","id":440,"definition":"1. if only\r\n2. so long as\r\n"},{"characters":"鍙","pinyin":"k臎 p脿","tone":"34","id":444,"definition":"1. awful\r\n2. dreadful\r\n3. fearful\r\n4. formidable\r\n5. frightful\r\n6. scary\r\n7. hideous\r\n8. horrible\r\n9. terrible\r\n10. terribly\r\n"},{"characters":"鍙","pinyin":"k臎 ji脿n","tone":"34","id":445,"definition":"1. it can clearly be seen (that this is the case)\r\n2. it is (thus) clear\r\n3. clear\r\n4. visible\r\n"},{"characters":"鍙潬","pinyin":"k臎 k脿o","tone":"34","id":446,"definition":"1. reliable\r\n"},{"characters":"鍚﹀畾","pinyin":"f菕u d矛ng","tone":"34","id":473,"definition":"1. to negate\r\n2. to deny\r\n3. to reject\r\n4. negative (answer)\r\n5. negation\r\n"},{"characters":"鍚﹁","pinyin":"f菕u r猫n","tone":"34","id":474,"definition":"1. to declare to be untrue\r\n2. to deny\r\n"},{"characters":"鍚垫灦","pinyin":"ch菐o ji脿","tone":"34","id":478,"definition":"1. to quarrel\r\n2. to have a row\r\n3. quarrel\r\n4. CL:闋搢椤縖dun4]\r\n"},{"characters":"鍝","pinyin":"n菐 p脿","tone":"34","id":508,"definition":"1. even\r\n2. even if\r\n3. even though\r\n4. no matter how\r\n"},{"characters":"鍠樻皵","pinyin":"chu菐n q矛","tone":"34","id":520,"definition":"1. to breathe deeply\r\n2. to pant\r\n"},{"characters":"鍦熷湴","pinyin":"t菙 d矛","tone":"34","id":538,"definition":"1. land\r\n2. soil\r\n3. territory\r\n4. CL:鐗嘯pian4],濉妡鍧梉kuai4]\r\n5. local god\r\n6. genius loci\r\n"},{"characters":"鍦熻眴","pinyin":"t菙 d貌u","tone":"34","id":539,"definition":"1. potato\r\n2. CL:鍊媩涓猍ge4]\r\n3. (Tw) peanut\r\n4. CL:椤唡棰梉ke1]\r\n"},{"characters":"鍦洪潰","pinyin":"ch菐ng mi脿n","tone":"34","id":553,"definition":"1. scene\r\n2. spectacle\r\n3. occasion\r\n4. situation\r\n"},{"characters":"鍧︾巼","pinyin":"t菐n shu脿i","tone":"34","id":557,"definition":"1. frank (discussion)\r\n2. blunt\r\n3. open\r\n"},{"characters":"鍫靛","pinyin":"d菙 s猫","tone":"34","id":568,"definition":"1. to block\r\n2. to stop\r\n3. blockage\r\n"},{"characters":"澶勫垎","pinyin":"ch菙 f猫n","tone":"34","id":575,"definition":"1. to discipline sb\r\n2. to punish\r\n3. disciplinary action\r\n4. to deal with (a matter)\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"澶勫","pinyin":"ch菙 j矛ng","tone":"34","id":576,"definition":"1. situation (of a person)\r\n"},{"characters":"澶勭疆","pinyin":"ch菙 zh矛","tone":"34","id":578,"definition":"1. to handle\r\n2. to take care of\r\n3. to punish\r\n"},{"characters":"濂冲+","pinyin":"n菤 sh矛","tone":"34","id":619,"definition":"1. lady\r\n2. madam\r\n3. CL:鍊媩涓猍ge4],浣峓wei4]\r\n4. Miss\r\n5. Ms\r\n"},{"characters":"瀹濊礉","pinyin":"b菐o b猫i","tone":"34","id":663,"definition":"1. treasured object\r\n2. treasure\r\n3. darling\r\n4. baby\r\n5. cowry\r\n6. good-for-nothing or queer character\r\n"},{"characters":"瀹濊吹","pinyin":"b菐o gu矛","tone":"34","id":664,"definition":"1. valuable\r\n2. precious\r\n3. to value\r\n4. to treasure\r\n5. to set store by\r\n"},{"characters":"瀹犵墿","pinyin":"ch菕ng w霉","tone":"34","id":673,"definition":"1. house pet\r\n"},{"characters":"瀹″垽","pinyin":"sh臎n p脿n","tone":"34","id":674,"definition":"1. a trial\r\n2. to try sb\r\n"},{"characters":"瀵煎悜","pinyin":"d菐o xi脿ng","tone":"34","id":704,"definition":"1. to be oriented towards\r\n2. orientation\r\n"},{"characters":"瀵煎脊","pinyin":"d菐o d脿n","tone":"34","id":705,"definition":"1. guided missile\r\n2. cruise missile\r\n3. missile\r\n4. CL:鏋歔mei2]\r\n"},{"characters":"瀵艰嚧","pinyin":"d菐o zh矛","tone":"34","id":707,"definition":"1. to lead to\r\n2. to create\r\n3. to cause\r\n4. to bring about\r\n"},{"characters":"灏忔皵","pinyin":"xi菐o q矛","tone":"34","id":714,"definition":"1. stingy\r\n2. petty\r\n3. miserly\r\n4. narrow-minded\r\n"},{"characters":"灏忛害","pinyin":"xi菐o m脿i","tone":"34","id":716,"definition":"1. wheat\r\n2. CL:绮抂li4]\r\n"},{"characters":"灏藉揩","pinyin":"j菒n ku脿i","tone":"34","id":721,"definition":"1. as quickly as possible\r\n2. as soon as possible\r\n3. with all speed\r\n4. also written 鐩″揩|灏藉揩\r\n5. see 鐩″揩|灏藉揩[jin3 kuai4]\r\n6. as quickly as possible\r\n7. as soon as possible\r\n8. with all speed\r\n"},{"characters":"灏介噺","pinyin":"j菒n li脿ng","tone":"34","id":722,"definition":"1. as much as possible\r\n2. to the greatest extent\r\n3. as much as possible\r\n4. to the greatest extent\r\n"},{"characters":"宸﹀彸","pinyin":"zu菕 y貌u","tone":"34","id":744,"definition":"1. left and right\r\n2. nearby\r\n3. approximately\r\n4. attendant\r\n5. to control\r\n6. to influence\r\n"},{"characters":"宸у","pinyin":"qi菐o mi脿o","tone":"34","id":745,"definition":"1. ingenious\r\n2. clever\r\n3. ingenuity\r\n4. artifice\r\n"},{"characters":"骞垮ぇ","pinyin":"gu菐ng d脿","tone":"34","id":781,"definition":"1. (of an area) vast or extensive\r\n2. large-scale\r\n3. widespread\r\n4. (of people) numerous\r\n"},{"characters":"骞挎硾","pinyin":"gu菐ng f脿n","tone":"34","id":782,"definition":"1. extensive\r\n2. wide range\r\n"},{"characters":"褰╃エ","pinyin":"c菐i pi脿o","tone":"34","id":821,"definition":"1. lottery ticket\r\n"},{"characters":"鎬诲叡","pinyin":"z菕ng g貌ng","tone":"34","id":854,"definition":"1. altogether\r\n2. in sum\r\n3. in all\r\n4. in total\r\n"},{"characters":"鎬荤畻","pinyin":"z菕ng su脿n","tone":"34","id":856,"definition":"1. at long last\r\n2. finally\r\n3. on the whole\r\n"},{"characters":"鎯冲康","pinyin":"xi菐ng ni脿n","tone":"34","id":879,"definition":"1. to miss\r\n2. to remember with longing\r\n3. to long to see again\r\n"},{"characters":"鎯宠薄","pinyin":"xi菐ng xi脿ng","tone":"34","id":880,"definition":"1. to imagine\r\n2. to fancy\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎰熷彈","pinyin":"g菐n sh貌u","tone":"34","id":885,"definition":"1. to sense\r\n2. perception\r\n3. to feel (through the senses)\r\n4. to experience\r\n5. a feeling\r\n6. an impression\r\n7. an experience\r\n"},{"characters":"鎵嬪","pinyin":"sh菕u t脿o","tone":"34","id":917,"definition":"1. glove\r\n2. mitten\r\n3. CL:闆檤鍙孾shuang1],闅粅鍙猍zhi1]\r\n"},{"characters":"鎵嬫湳","pinyin":"sh菕u sh霉","tone":"34","id":920,"definition":"1. (surgical) operation\r\n2. surgery\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎵嬬画","pinyin":"sh菕u x霉","tone":"34","id":921,"definition":"1. procedure\r\n2. CL:閬揫dao4],鍊媩涓猍ge4]\r\n3. formalities\r\n"},{"characters":"鎵撲粭","pinyin":"d菐 zh脿ng","tone":"34","id":924,"definition":"1. to fight a battle\r\n2. to go to war\r\n"},{"characters":"鎵撴灦","pinyin":"d菐 ji脿","tone":"34","id":930,"definition":"1. to fight\r\n2. to scuffle\r\n3. to come to blows\r\n4. CL:鍫磡鍦篬chang2]\r\n"},{"characters":"鎶婃彙","pinyin":"b菐 w貌","tone":"34","id":948,"definition":"1. to grasp (also fig.)\r\n2. to seize\r\n3. to hold\r\n4. assurance\r\n5. certainty\r\n6. sure (of the outcome)\r\n"},{"characters":"鎶靛埗","pinyin":"d菒 zh矛","tone":"34","id":968,"definition":"1. to resist\r\n2. to boycott\r\n3. to refuse (to cooperate)\r\n4. to reject\r\n5. resistance\r\n6. refusal\r\n"},{"characters":"鎶垫姉","pinyin":"d菒 k脿ng","tone":"34","id":969,"definition":"1. to resist\r\n2. resistance\r\n"},{"characters":"鎸戞垬","pinyin":"ti菐o zh脿n","tone":"34","id":996,"definition":"1. to challenge\r\n2. challenge\r\n"},{"characters":"鎹d贡","pinyin":"d菐o lu脿n","tone":"34","id":1009,"definition":"1. to disturb\r\n2. to look for trouble\r\n3. to stir up a row\r\n4. to bother sb intentionally\r\n"},{"characters":"鎺屾彙","pinyin":"zh菐ng w貌","tone":"34","id":1011,"definition":"1. to grasp (often fig.)\r\n2. to control\r\n3. to seize (initiative, opportunity, destiny)\r\n4. to master\r\n5. to know well\r\n6. to understand sth well and know how to use it\r\n7. fluency\r\n"},{"characters":"鏀瑰杽","pinyin":"g菐i sh脿n","tone":"34","id":1070,"definition":"1. to make better\r\n2. to improve\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏀规","pinyin":"g菐i zh猫ng","tone":"34","id":1071,"definition":"1. to correct\r\n2. to amend\r\n3. to put right\r\n4. correction\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏀硅繘","pinyin":"g菐i j矛n","tone":"34","id":1072,"definition":"1. to improve\r\n2. to make better\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏁翠釜","pinyin":"zh臎ng g猫","tone":"34","id":1093,"definition":"1. whole\r\n2. entire\r\n3. total\r\n"},{"characters":"鏄剧ず","pinyin":"xi菐n sh矛","tone":"34","id":1139,"definition":"1. to show\r\n2. to illustrate\r\n3. to display\r\n4. to demonstrate\r\n"},{"characters":"鏅亶","pinyin":"p菙 bi脿n","tone":"34","id":1142,"definition":"1. universal\r\n2. general\r\n3. widespread\r\n4. common\r\n"},{"characters":"鏈夊埄","pinyin":"y菕u l矛","tone":"34","id":1154,"definition":"1. advantageous\r\n2. to have advantages\r\n3. favorable\r\n"},{"characters":"鏈夎叮","pinyin":"y菕u q霉","tone":"34","id":1155,"definition":"1. interesting\r\n2. fascinating\r\n3. amusing\r\n"},{"characters":"鏈簨","pinyin":"b臎n sh矛","tone":"34","id":1165,"definition":"1. source material\r\n2. original story\r\n3. ability\r\n4. skill\r\n"},{"characters":"鏈川","pinyin":"b臎n zh矛","tone":"34","id":1169,"definition":"1. essence\r\n2. nature\r\n3. innate character\r\n4. intrinsic quality\r\n"},{"characters":"姒滄牱","pinyin":"b菐ng y脿ng","tone":"34","id":1218,"definition":"1. example\r\n2. model\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"姝ゅ","pinyin":"c菒 w脿i","tone":"34","id":1236,"definition":"1. besides\r\n2. in addition\r\n3. moreover\r\n4. furthermore\r\n"},{"characters":"姝︽湳","pinyin":"w菙 sh霉","tone":"34","id":1239,"definition":"1. military skill or technique (in former times)\r\n2. all kinds of martial art sports (some claiming spiritual development)\r\n3. self-defense\r\n4. tradition of choreographed fights from opera and film (recent usage)\r\n5. also called kungfu 鍔熷か\r\n6. CL:绋畖绉峓zhong3]\r\n"},{"characters":"姣斾緥","pinyin":"b菒 l矛","tone":"34","id":1247,"definition":"1. proportion\r\n2. scale\r\n"},{"characters":"姣斿柣","pinyin":"b菒 y霉","tone":"34","id":1248,"definition":"1. to compare\r\n2. to liken to\r\n3. metaphor\r\n4. analogy\r\n5. figure of speech\r\n6. figuratively\r\n"},{"characters":"姣旈噸","pinyin":"b菒 zh貌ng","tone":"34","id":1250,"definition":"1. proportion\r\n2. specific gravity\r\n"},{"characters":"娉曢櫌","pinyin":"f菐 yu脿n","tone":"34","id":1276,"definition":"1. court of law\r\n2. court\r\n"},{"characters":"鐐圭紑","pinyin":"di菐n zhu矛","tone":"34","id":1337,"definition":"1. to decorate\r\n2. to adorn\r\n3. sprinkled\r\n4. studded\r\n5. only for show\r\n"},{"characters":"鐞嗚","pinyin":"l菒 l霉n","tone":"34","id":1395,"definition":"1. theory\r\n2. CL:鍊媩涓猍ge4]\r\n3. to argue\r\n4. to take notice of\r\n"},{"characters":"鐪佺暐","pinyin":"sh臎ng l眉猫","tone":"34","id":1454,"definition":"1. to leave out\r\n2. an omission\r\n"},{"characters":"鐪奸暅","pinyin":"y菐n j矛ng","tone":"34","id":1460,"definition":"1. spectacles\r\n2. eyeglasses\r\n3. CL:鍓痆fu4]\r\n"},{"characters":"鐭績","pinyin":"du菐n c霉","tone":"34","id":1470,"definition":"1. short in time\r\n2. fleeting\r\n3. brief\r\n4. gasping (breath)\r\n5. curt (tone of voice)\r\n"},{"characters":"绉嶇被","pinyin":"zh菕ng l猫i","tone":"34","id":1496,"definition":"1. kind\r\n2. genus\r\n3. type\r\n4. category\r\n5. variety\r\n6. species\r\n7. sort\r\n8. class\r\n"},{"characters":"绋冲畾","pinyin":"w臎n d矛ng","tone":"34","id":1513,"definition":"1. steady\r\n2. stable\r\n3. stability\r\n4. to stabilize\r\n5. to pacify\r\n"},{"characters":"绛夊","pinyin":"d臎ng h貌u","tone":"34","id":1531,"definition":"1. to wait\r\n2. to wait for\r\n"},{"characters":"绛夊緟","pinyin":"d臎ng d脿i","tone":"34","id":1532,"definition":"1. to wait\r\n2. to wait for\r\n"},{"characters":"绠鍘","pinyin":"ji菐n l矛","tone":"34","id":1542,"definition":"1. curriculum vitae (CV)\r\n2. r茅sum茅\r\n3. biographical notes\r\n"},{"characters":"绫抽キ","pinyin":"m菒 f脿n","tone":"34","id":1546,"definition":"1. (cooked) rice\r\n"},{"characters":"缁戞灦","pinyin":"b菐ng ji脿","tone":"34","id":1580,"definition":"1. to kidnap\r\n2. to abduct\r\n3. to hijack\r\n4. a kidnapping\r\n5. abduction\r\n6. staking\r\n"},{"characters":"缃戠珯","pinyin":"w菐ng zh脿n","tone":"34","id":1601,"definition":"1. website\r\n2. network station\r\n3. node\r\n"},{"characters":"缃戠粶","pinyin":"w菐ng lu貌","tone":"34","id":1602,"definition":"1. Internet\r\n2. network (computing, telecommunications, transport etc)\r\n"},{"characters":"缇庢湳","pinyin":"m臎i sh霉","tone":"34","id":1605,"definition":"1. art\r\n2. fine arts\r\n3. painting\r\n4. CL:绋畖绉峓zhong3]\r\n"},{"characters":"鑲$エ","pinyin":"g菙 pi脿o","tone":"34","id":1621,"definition":"1. share certificate\r\n2. stock (finance)\r\n"},{"characters":"鑳嗘","pinyin":"d菐n qi猫","tone":"34","id":1626,"definition":"1. timid\r\n2. cowardly\r\n"},{"characters":"鑴戣","pinyin":"n菐o d脿i","tone":"34","id":1640,"definition":"1. head\r\n2. skull\r\n3. brains\r\n4. mental capability\r\n5. CL:椤唡棰梉ke1],鍊媩涓猍ge4]\r\n"},{"characters":"鑽夋","pinyin":"c菐o 脿n","tone":"34","id":1675,"definition":"1. draft (legislation, proposal etc)\r\n"},{"characters":"鑽夌巼","pinyin":"c菐o shu脿i","tone":"34","id":1676,"definition":"1. careless\r\n2. negligent\r\n3. sloppy\r\n4. not serious\r\n"},{"characters":"琛ユ晳","pinyin":"b菙 ji霉","tone":"34","id":1699,"definition":"1. to remedy\r\n"},{"characters":"琛ㄦ","pinyin":"bi菐o t脿i","tone":"34","id":1703,"definition":"1. to declare one's position\r\n2. to say where one stands\r\n"},{"characters":"琛ㄧ幇","pinyin":"bi菐o xi脿n","tone":"34","id":1706,"definition":"1. to show\r\n2. to show off\r\n3. to display\r\n4. to manifest\r\n5. expression\r\n6. manifestation\r\n7. show\r\n8. display\r\n9. performance (at work etc)\r\n10. behavior\r\n"},{"characters":"琛ㄩ潰","pinyin":"bi菐o mi脿n","tone":"34","id":1708,"definition":"1. surface\r\n2. face\r\n3. outside\r\n4. appearance\r\n"},{"characters":"瑙掑害","pinyin":"ji菐o d霉","tone":"34","id":1729,"definition":"1. angle\r\n2. point of view\r\n"},{"characters":"璁ㄥ帉","pinyin":"t菐o y脿n","tone":"34","id":1733,"definition":"1. to dislike\r\n2. to loathe\r\n3. disagreeable\r\n4. troublesome\r\n5. annoying\r\n"},{"characters":"璁ㄨ","pinyin":"t菐o l霉n","tone":"34","id":1734,"definition":"1. to discuss\r\n2. to talk over\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁插骇","pinyin":"ji菐ng zu貌","tone":"34","id":1739,"definition":"1. a course of lectures\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁藉埡","pinyin":"f臎ng c矛","tone":"34","id":1743,"definition":"1. to satirize\r\n2. to mock\r\n3. irony\r\n4. satire\r\n5. sarcasm\r\n"},{"characters":"璇婃柇","pinyin":"zh臎n du脿n","tone":"34","id":1751,"definition":"1. diagnosis\r\n2. to diagnose\r\n"},{"characters":"璇皵","pinyin":"y菙 q矛","tone":"34","id":1763,"definition":"1. tone\r\n2. manner of speaking\r\n3. mood\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璋ㄦ厧","pinyin":"j菒n sh猫n","tone":"34","id":1778,"definition":"1. cautious\r\n2. prudent\r\n"},{"characters":"璐箟","pinyin":"bi菐n y矛","tone":"34","id":1794,"definition":"1. derogatory sense\r\n2. negative connotation\r\n"},{"characters":"璧跺揩","pinyin":"g菐n ku脿i","tone":"34","id":1810,"definition":"1. at once\r\n2. immediately\r\n"},{"characters":"杞彉","pinyin":"zhu菐n bi脿n","tone":"34","id":1829,"definition":"1. to change\r\n2. to transform\r\n3. shift\r\n4. transformation\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"杞憡","pinyin":"zhu菐n g脿o","tone":"34","id":1830,"definition":"1. to pass on\r\n2. to communicate\r\n3. to transmit\r\n"},{"characters":"杞欢","pinyin":"ru菐n ji脿n","tone":"34","id":1833,"definition":"1. (computer) software\r\n"},{"characters":"閯欒","pinyin":"b菒 sh矛","tone":"34","id":1910,"definition":"1. to despise\r\n2. to disdain\r\n3. to look down upon\r\n"},{"characters":"閲囩撼","pinyin":"c菐i n脿","tone":"34","id":1919,"definition":"1. to accept\r\n2. to adopt\r\n"},{"characters":"閲囪喘","pinyin":"c菐i g貌u","tone":"34","id":1921,"definition":"1. to procure (for an enterprise etc)\r\n2. to purchase\r\n"},{"characters":"闀胯緢","pinyin":"zh菐ng b猫i","tone":"34","id":1943,"definition":"1. one's elders\r\n2. older generation\r\n"},{"characters":"闂數","pinyin":"sh菐n di脿n","tone":"34","id":1945,"definition":"1. lightning\r\n2. CL:閬揫dao4]\r\n"},{"characters":"闃愯堪","pinyin":"ch菐n sh霉","tone":"34","id":1951,"definition":"1. to expound (a position)\r\n2. to elaborate (on a topic)\r\n3. to treat (a subject)\r\n"},{"characters":"闄″抄","pinyin":"d菕u qi脿o","tone":"34","id":1965,"definition":"1. precipitous\r\n"},{"characters":"棰嗗煙","pinyin":"l菒ng y霉","tone":"34","id":2012,"definition":"1. domain\r\n2. sphere\r\n3. field\r\n4. territory\r\n5. area\r\n"}],"11":[{"characters":"涓撳","pinyin":"zhu膩n ji膩","tone":"11","id":31,"definition":"1. expert\r\n2. specialist\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涓撳績","pinyin":"zhu膩n x墨n","tone":"11","id":32,"definition":"1. to concentrate\r\n2. absorption\r\n3. concentration\r\n4. engrossed\r\n"},{"characters":"涓滆タ","pinyin":"d艒ng x墨","tone":"11","id":39,"definition":"1. east and west\r\n2. thing\r\n3. stuff\r\n4. person\r\n5. CL:鍊媩涓猍ge4],浠禰jian4]\r\n"},{"characters":"涓績","pinyin":"zh艒ng x墨n","tone":"11","id":51,"definition":"1. center\r\n2. heart\r\n3. core\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涔掍箵","pinyin":"p墨ng p膩ng","tone":"11","id":68,"definition":"1. ping-pong\r\n2. table tennis\r\n"},{"characters":"浠婂ぉ","pinyin":"j墨n ti膩n","tone":"11","id":106,"definition":"1. today\r\n2. at the present\r\n3. now\r\n"},{"characters":"浼ゅ績","pinyin":"sh膩ng x墨n","tone":"11","id":146,"definition":"1. to grieve\r\n2. to be broken-hearted\r\n3. to feel deeply hurt\r\n"},{"characters":"鍏呭綋","pinyin":"ch艒ng d膩ng","tone":"11","id":225,"definition":"1. to serve as\r\n2. to act as\r\n3. to play the role of\r\n"},{"characters":"鍏紑","pinyin":"g艒ng k膩i","tone":"11","id":248,"definition":"1. public\r\n2. to publish\r\n3. to make public\r\n"},{"characters":"鍐插嚮","pinyin":"ch艒ng j墨","tone":"11","id":274,"definition":"1. to attack\r\n2. to batter\r\n3. (of waves) to pound against\r\n4. shock\r\n5. impact\r\n"},{"characters":"鍐茬獊","pinyin":"ch艒ng t奴","tone":"11","id":276,"definition":"1. conflict\r\n2. to conflict\r\n3. clash of opposing forces\r\n4. collision (of interests)\r\n5. contention\r\n"},{"characters":"鍑瑰嚫","pinyin":"膩o t奴","tone":"11","id":288,"definition":"1. bumpy\r\n2. uneven\r\n3. slotted and tabbed joint\r\n4. crenelation\r\n"},{"characters":"鍑鸿韩","pinyin":"ch奴 sh膿n","tone":"11","id":298,"definition":"1. to be born of\r\n2. to come from\r\n3. family background\r\n4. class origin\r\n"},{"characters":"鍒嗘瀽","pinyin":"f膿n x墨","tone":"11","id":302,"definition":"1. to analyze\r\n2. analysis\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍓ュ墛","pinyin":"b艒 xu膿","tone":"11","id":333,"definition":"1. to exploit\r\n2. exploitation\r\n"},{"characters":"鍖呰","pinyin":"b膩o zhu膩ng","tone":"11","id":361,"definition":"1. to pack\r\n2. to package\r\n3. to wrap\r\n4. packaging\r\n"},{"characters":"鍙屾柟","pinyin":"shu膩ng f膩ng","tone":"11","id":403,"definition":"1. bilateral\r\n2. both sides\r\n3. both parties involved\r\n"},{"characters":"鍙戝憜","pinyin":"f膩 d膩i","tone":"11","id":411,"definition":"1. to stare blankly\r\n2. to be stunned\r\n3. to be lost in thought\r\n"},{"characters":"鍙戞尌","pinyin":"f膩 hu墨","tone":"11","id":417,"definition":"1. to display\r\n2. to exhibit\r\n3. to bring out implicit or innate qualities\r\n4. to express (a thought or moral)\r\n5. to develop (an idea)\r\n6. to elaborate (on a theme)\r\n"},{"characters":"鍚冧簭","pinyin":"ch墨 ku墨","tone":"11","id":453,"definition":"1. to suffer losses\r\n2. to come to grief\r\n3. to lose out\r\n4. to get the worst of it\r\n5. to be at a disadvantage\r\n6. unfortunately\r\n"},{"characters":"鍚告敹","pinyin":"x墨 sh艒u","tone":"11","id":481,"definition":"1. to absorb\r\n2. to assimilate\r\n3. to ingest\r\n4. to recruit\r\n"},{"characters":"鍛煎惛","pinyin":"h奴 x墨","tone":"11","id":494,"definition":"1. to breathe\r\n"},{"characters":"鍢夊","pinyin":"ji膩 b墨n","tone":"11","id":525,"definition":"1. esteemed guest\r\n2. honored guest\r\n3. guest (on a show)\r\n"},{"characters":"鍫嗙Н","pinyin":"du墨 j墨","tone":"11","id":565,"definition":"1. to pile up\r\n2. to heap\r\n3. accumulation\r\n"},{"characters":"澧炲姞","pinyin":"z膿ng ji膩","tone":"11","id":571,"definition":"1. to raise\r\n2. to increase\r\n"},{"characters":"澶氫簭","pinyin":"du艒 ku墨","tone":"11","id":586,"definition":"1. thanks to\r\n2. luckily\r\n"},{"characters":"澶╃湡","pinyin":"ti膩n zh膿n","tone":"11","id":600,"definition":"1. naive\r\n2. innocent\r\n3. artless\r\n"},{"characters":"澶╃┖","pinyin":"ti膩n k艒ng","tone":"11","id":601,"definition":"1. sky\r\n"},{"characters":"澶稿紶","pinyin":"ku膩 zh膩ng","tone":"11","id":610,"definition":"1. to exaggerate\r\n2. overstated\r\n3. exaggerated\r\n4. hyperbole\r\n5. (coll.) excessive\r\n6. extreme\r\n7. ridiculous\r\n"},{"characters":"濂旀尝","pinyin":"b膿n b艒","tone":"11","id":614,"definition":"1. to rush about\r\n2. to be constantly on the move\r\n"},{"characters":"濠氬Щ","pinyin":"h奴n y墨n","tone":"11","id":636,"definition":"1. matrimony\r\n2. wedding\r\n3. marriage\r\n4. CL:妯亅妗zhuang1],娆ci4]\r\n"},{"characters":"瀹夎","pinyin":"膩n zhu膩ng","tone":"11","id":654,"definition":"1. to install\r\n2. to erect\r\n3. to fix\r\n4. to mount\r\n5. installation\r\n"},{"characters":"瀹朵埂","pinyin":"ji膩 xi膩ng","tone":"11","id":683,"definition":"1. hometown\r\n2. native place\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"寮鍙","pinyin":"k膩i f膩","tone":"11","id":796,"definition":"1. to exploit (a resource)\r\n2. to open up (for development)\r\n3. to develop\r\n"},{"characters":"褰撳垵","pinyin":"d膩ng ch奴","tone":"11","id":806,"definition":"1. at that time\r\n2. originally\r\n"},{"characters":"褰撳績","pinyin":"d膩ng x墨n","tone":"11","id":810,"definition":"1. to take care\r\n2. to look out\r\n"},{"characters":"鎮勬倓","pinyin":"qi膩o qi膩o","tone":"11","id":868,"definition":"1. quietly\r\n2. secretly\r\n3. stealthily\r\n4. quiet\r\n5. worried\r\n6. Taiwan pr. [qiao3 qiao3]\r\n"},{"characters":"鎮插搥","pinyin":"b膿i 膩i","tone":"11","id":870,"definition":"1. grieved\r\n2. sorrowful\r\n"},{"characters":"鎮茶","pinyin":"b膿i gu膩n","tone":"11","id":872,"definition":"1. pessimistic\r\n"},{"characters":"鎱屽紶","pinyin":"hu膩ng zh膩ng","tone":"11","id":891,"definition":"1. confused\r\n2. flustered\r\n"},{"characters":"鎶奸噾","pinyin":"y膩 j墨n","tone":"11","id":971,"definition":"1. deposit\r\n2. down payment\r\n"},{"characters":"鎷奸煶","pinyin":"p墨n y墨n","tone":"11","id":988,"definition":"1. phonetic writing\r\n2. pinyin (Chinese romanization)\r\n"},{"characters":"鎿嶅績","pinyin":"c膩o x墨n","tone":"11","id":1059,"definition":"1. to worry about\r\n"},{"characters":"鏈熼棿","pinyin":"q墨 ji膩n","tone":"11","id":1161,"definition":"1. period of time\r\n2. time\r\n3. time period\r\n4. period\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娆ф床","pinyin":"O奴 zh艒u","tone":"11","id":1229,"definition":"1. Europe\r\n2. abbr. for 姝愮緟宸存床|娆х綏宸存床[Ou1 luo2 ba1 Zhou1]\r\n"},{"characters":"娌欏彂","pinyin":"sh膩 f膩","tone":"11","id":1268,"definition":"1. sofa (loanword)\r\n2. CL:姊潀鏉tiao2],寮祙寮燵zhang1]\r\n3. (Internet slang) the first reply or replier to a forum post\r\n"},{"characters":"娌欐哗","pinyin":"sh膩 t膩n","tone":"11","id":1269,"definition":"1. beach\r\n2. sandy shore\r\n3. CL:鐗嘯pian4]\r\n"},{"characters":"娌熼","pinyin":"g艒u t艒ng","tone":"11","id":1271,"definition":"1. to join\r\n2. to connect\r\n3. to link up\r\n4. to communicate\r\n"},{"characters":"娉㈡稕","pinyin":"b艒 t膩o","tone":"11","id":1278,"definition":"1. great waves\r\n2. billows\r\n"},{"characters":"娑堝け","pinyin":"xi膩o sh墨","tone":"11","id":1295,"definition":"1. to disappear\r\n2. to fade away\r\n"},{"characters":"鐏板績","pinyin":"hu墨 x墨n","tone":"11","id":1329,"definition":"1. to lose heart\r\n2. to be discouraged\r\n"},{"characters":"鐐婄儫","pinyin":"chu墨 y膩n","tone":"11","id":1333,"definition":"1. smoke from kitchen chimneys\r\n"},{"characters":"鐝嶆儨","pinyin":"zh膿n x墨","tone":"11","id":1392,"definition":"1. to treasure\r\n2. to value\r\n3. to cherish\r\n"},{"characters":"鐩稿叧","pinyin":"xi膩ng gu膩n","tone":"11","id":1446,"definition":"1. related\r\n2. relevant\r\n3. pertinent\r\n4. to be interrelated\r\n5. (statistics) correlation\r\n"},{"characters":"鐩稿綋","pinyin":"xi膩ng d膩ng","tone":"11","id":1451,"definition":"1. equivalent to\r\n2. appropriate\r\n3. considerably\r\n4. to a certain extent\r\n5. fairly\r\n6. quite\r\n"},{"characters":"纾嬪晢","pinyin":"cu艒 sh膩ng","tone":"11","id":1487,"definition":"1. to consult\r\n2. to discuss seriously\r\n3. to negotiate\r\n4. to confer\r\n5. negotiations\r\n6. consultations\r\n"},{"characters":"绋嶅井","pinyin":"sh膩o w膿i","tone":"11","id":1510,"definition":"1. a little bit\r\n"},{"characters":"绌洪棿","pinyin":"k艒ng ji膩n","tone":"11","id":1517,"definition":"1. space\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绐佸嚭","pinyin":"t奴 ch奴","tone":"11","id":1519,"definition":"1. prominent\r\n2. outstanding\r\n3. to give prominence to\r\n4. to protrude\r\n5. to project\r\n"},{"characters":"绮楃硻","pinyin":"c奴 c膩o","tone":"11","id":1548,"definition":"1. crude\r\n2. gruff\r\n3. rough\r\n4. coarse\r\n"},{"characters":"绮樿创","pinyin":"zh膩n ti膿","tone":"11","id":1550,"definition":"1. to stick\r\n2. to affix\r\n3. to adhere\r\n4. to paste (as in \"copy and paste\")\r\n5. Taiwan pr. [nian2 tie1]\r\n6. also written 榛忚布|榛忚创[nian2 tie1]\r\n"},{"characters":"绯熺硶","pinyin":"z膩o g膩o","tone":"11","id":1556,"definition":"1. too bad\r\n2. how terrible\r\n3. what bad luck\r\n4. terrible\r\n5. bad\r\n"},{"characters":"绾风悍","pinyin":"f膿n f膿n","tone":"11","id":1571,"definition":"1. one after another\r\n2. in succession\r\n3. one by one\r\n4. continuously\r\n5. diverse\r\n6. in profusion\r\n7. numerous and confused\r\n8. pell-mell\r\n"},{"characters":"缁忓晢","pinyin":"j墨ng sh膩ng","tone":"11","id":1578,"definition":"1. to trade\r\n2. to carry out commercial activities\r\n3. in business\r\n"},{"characters":"缂栫粐","pinyin":"bi膩n zh墨","tone":"11","id":1593,"definition":"1. to weave\r\n2. to knit\r\n3. to plait\r\n4. to braid\r\n5. (fig.) to create (sth abstract, e.g. a dream, a lie etc)\r\n"},{"characters":"鑺辩敓","pinyin":"hu膩 sh膿ng","tone":"11","id":1668,"definition":"1. peanut\r\n2. groundnut\r\n3. CL:绮抂li4]\r\n"},{"characters":"铏氬績","pinyin":"x奴 x墨n","tone":"11","id":1686,"definition":"1. modest\r\n"},{"characters":"瑁呬慨","pinyin":"zhu膩ng xi奴","tone":"11","id":1718,"definition":"1. to decorate\r\n2. interior decoration\r\n3. to fit up\r\n4. to renovate\r\n"},{"characters":"璋﹁櫄","pinyin":"qi膩n x奴","tone":"11","id":1777,"definition":"1. modest\r\n2. self-effacing\r\n3. to make modest remarks\r\n"},{"characters":"璧勯噾","pinyin":"z墨 j墨n","tone":"11","id":1801,"definition":"1. funds\r\n2. funding\r\n3. capital\r\n"},{"characters":"杞﹀帰","pinyin":"ch膿 xi膩ng","tone":"11","id":1826,"definition":"1. carriage\r\n2. CL:绡|鑺俒jie2]\r\n"},{"characters":"杞绘澗","pinyin":"q墨ng s艒ng","tone":"11","id":1836,"definition":"1. light\r\n2. gentle\r\n3. relaxed\r\n4. effortless\r\n5. uncomplicated\r\n6. to relax\r\n7. to take things less seriously\r\n"},{"characters":"杈圭枂","pinyin":"bi膩n ji膩ng","tone":"11","id":1852,"definition":"1. border area\r\n2. borderland\r\n3. frontier\r\n4. frontier region\r\n"},{"characters":"閫氱煡","pinyin":"t艒ng zh墨","tone":"11","id":1892,"definition":"1. to notify\r\n2. to inform\r\n3. notice\r\n4. notification\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"闈掓槬","pinyin":"q墨ng ch奴n","tone":"11","id":1989,"definition":"1. youth\r\n2. youthfulness\r\n"},{"characters":"椋炴満","pinyin":"f膿i j墨","tone":"11","id":2026,"definition":"1. airplane\r\n2. CL:鏋禰jia4]\r\n"}],"12":[{"characters":"涓撻棬","pinyin":"zhu膩n m茅n","tone":"12","id":33,"definition":"1. specialist\r\n2. specialized\r\n3. customized\r\n"},{"characters":"涓濇","pinyin":"s墨 h谩o","tone":"12","id":40,"definition":"1. the slightest amount or degree\r\n2. a bit\r\n"},{"characters":"涓濈桓","pinyin":"s墨 ch贸u","tone":"12","id":41,"definition":"1. silk cloth\r\n2. silk\r\n"},{"characters":"涓汉","pinyin":"di奴 r茅n","tone":"12","id":42,"definition":"1. to lose face\r\n"},{"characters":"涓棳","pinyin":"zh艒ng x煤n","tone":"12","id":52,"definition":"1. middle third of a month\r\n"},{"characters":"浼戦棽","pinyin":"xi奴 xi谩n","tone":"12","id":128,"definition":"1. leisure\r\n2. relaxation\r\n3. not working\r\n4. idle\r\n5. to enjoy leisure\r\n6. to lie fallow\r\n"},{"characters":"渚濈劧","pinyin":"y墨 r谩n","tone":"12","id":172,"definition":"1. still\r\n2. as before\r\n"},{"characters":"鍏呭疄","pinyin":"ch艒ng sh铆","tone":"12","id":224,"definition":"1. rich\r\n2. full\r\n3. substantial\r\n4. to enrich\r\n5. to augment\r\n6. to substantiate (an argument)\r\n"},{"characters":"鍏呰冻","pinyin":"ch艒ng z煤","tone":"12","id":228,"definition":"1. adequate\r\n2. sufficient\r\n3. abundant\r\n"},{"characters":"鍏変复","pinyin":"gu膩ng l铆n","tone":"12","id":229,"definition":"1. (formal) to honor with one's presence\r\n2. to attend\r\n"},{"characters":"鍏夋槑","pinyin":"gu膩ng m铆ng","tone":"12","id":230,"definition":"1. light\r\n2. radiance\r\n3. (fig.) bright (prospects etc)\r\n4. openhearted\r\n"},{"characters":"鍏夋粦","pinyin":"gu膩ng hu谩","tone":"12","id":231,"definition":"1. glossy\r\n2. sleek\r\n3. smooth\r\n"},{"characters":"鍏夌洏","pinyin":"gu膩ng p谩n","tone":"12","id":232,"definition":"1. compact disc\r\n2. CD or DVD\r\n3. CD ROM\r\n4. CL:鐗嘯pian4],寮祙寮燵zhang1]\r\n"},{"characters":"鍏厓","pinyin":"g艒ng yu谩n","tone":"12","id":244,"definition":"1. CE (Common Era)\r\n2. Christian Era\r\n3. AD (Anno Domini)\r\n"},{"characters":"鍏钩","pinyin":"g艒ng p铆ng","tone":"12","id":247,"definition":"1. fair\r\n2. impartial\r\n"},{"characters":"鍏艰亴","pinyin":"ji膩n zh铆","tone":"12","id":260,"definition":"1. to hold concurrent posts\r\n2. concurrent job\r\n3. moonlighting\r\n"},{"characters":"鍐伴浌","pinyin":"b墨ng b谩o","tone":"12","id":272,"definition":"1. hail\r\n2. hailstone\r\n3. CL:鍫磡鍦篬chang2],绮抂li4]\r\n"},{"characters":"鍑哄腑","pinyin":"ch奴 x铆","tone":"12","id":291,"definition":"1. to attend\r\n2. to participate\r\n3. present\r\n"},{"characters":"鍑虹","pinyin":"ch奴 sh茅n","tone":"12","id":295,"definition":"1. spellbound\r\n2. entranced\r\n3. lost in thought\r\n"},{"characters":"鍒嗗埆","pinyin":"f膿n bi茅","tone":"12","id":299,"definition":"1. to part or leave each other\r\n2. to distinguish\r\n3. difference\r\n4. in different ways\r\n5. differently\r\n6. separately or individually\r\n"},{"characters":"鍒濈骇","pinyin":"ch奴 j铆","tone":"12","id":314,"definition":"1. junior\r\n2. primary\r\n"},{"characters":"鍒犻櫎","pinyin":"sh膩n ch煤","tone":"12","id":315,"definition":"1. to delete\r\n2. to cancel\r\n"},{"characters":"鍔熻兘","pinyin":"g艒ng n茅ng","tone":"12","id":339,"definition":"1. function\r\n2. capability\r\n"},{"characters":"鍖呭惈","pinyin":"b膩o h谩n","tone":"12","id":356,"definition":"1. to contain\r\n2. to embody\r\n3. to include\r\n"},{"characters":"鍖呭洿","pinyin":"b膩o w茅i","tone":"12","id":357,"definition":"1. to surround\r\n2. to encircle\r\n3. to hem in\r\n"},{"characters":"鍖嗗繖","pinyin":"c艒ng m谩ng","tone":"12","id":363,"definition":"1. hasty\r\n2. hurried\r\n"},{"characters":"鍖哄埆","pinyin":"q奴 bi茅","tone":"12","id":368,"definition":"1. difference\r\n2. to distinguish\r\n3. to discriminate\r\n4. to make a distinction\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍗曞厓","pinyin":"d膩n yu谩n","tone":"12","id":374,"definition":"1. unit (forming an entity)\r\n2. element\r\n3. (in a residential building) entrance or staircase\r\n"},{"characters":"鍗曠函","pinyin":"d膩n ch煤n","tone":"12","id":375,"definition":"1. simple\r\n2. pure\r\n3. unsophisticated\r\n4. merely\r\n5. purely\r\n"},{"characters":"鍙傝皨","pinyin":"c膩n m贸u","tone":"12","id":398,"definition":"1. staff officer\r\n2. to give advice\r\n"},{"characters":"鍙戞剚","pinyin":"f膩 ch贸u","tone":"12","id":414,"definition":"1. to worry\r\n2. to fret\r\n3. to be anxious\r\n4. to become sad\r\n"},{"characters":"鍙戞壃","pinyin":"f膩 y谩ng","tone":"12","id":415,"definition":"1. to develop\r\n2. to make full use of\r\n"},{"characters":"鍙戞槑","pinyin":"f膩 m铆ng","tone":"12","id":418,"definition":"1. to invent\r\n2. an invention\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍙戠値","pinyin":"f膩 y谩n","tone":"12","id":419,"definition":"1. to become inflamed\r\n2. inflammation\r\n"},{"characters":"鍙戣","pinyin":"f膩 x铆ng","tone":"12","id":422,"definition":"1. to publish\r\n2. to issue (stocks, currency etc)\r\n3. to release\r\n4. to distribute (a film)\r\n"},{"characters":"鍙戣","pinyin":"f膩 ju茅","tone":"12","id":424,"definition":"1. to become aware\r\n2. to detect\r\n3. to realize\r\n4. to perceive\r\n"},{"characters":"鍙戣█","pinyin":"f膩 y谩n","tone":"12","id":425,"definition":"1. to make a speech\r\n2. statement\r\n3. utterance\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍙戣储","pinyin":"f膩 c谩i","tone":"12","id":427,"definition":"1. to get rich\r\n"},{"characters":"鍙戣揪","pinyin":"f膩 d谩","tone":"12","id":428,"definition":"1. developed (country etc)\r\n2. flourishing\r\n3. to develop\r\n"},{"characters":"鍚圭墰","pinyin":"chu墨 ni煤","tone":"12","id":484,"definition":"1. to talk big\r\n2. to shoot off one's mouth\r\n3. to chat (dialect)\r\n"},{"characters":"鍛ㄥ洿","pinyin":"zh艒u w茅i","tone":"12","id":492,"definition":"1. surroundings\r\n2. environment\r\n3. to encompass\r\n"},{"characters":"鍜ㄨ","pinyin":"z墨 x煤n","tone":"12","id":499,"definition":"1. to consult\r\n2. to seek advice\r\n3. consultation\r\n4. (sales) inquiry (formal)\r\n"},{"characters":"鍥犺","pinyin":"y墨n 茅r","tone":"12","id":530,"definition":"1. therefore\r\n2. as a result\r\n3. thus\r\n4. and as a result, ...\r\n"},{"characters":"鍧囧寑","pinyin":"j奴n y煤n","tone":"12","id":554,"definition":"1. even\r\n2. well-distributed\r\n3. homogeneous\r\n4. well-proportioned (figure, body etc)\r\n"},{"characters":"鍧氬喅","pinyin":"ji膩n ju茅","tone":"12","id":555,"definition":"1. firm\r\n2. resolute\r\n3. determined\r\n"},{"characters":"鍧氬己","pinyin":"ji膩n qi谩ng","tone":"12","id":556,"definition":"1. staunch\r\n2. strong\r\n"},{"characters":"澶氫綑","pinyin":"du艒 y煤","tone":"12","id":587,"definition":"1. superfluous\r\n2. unnecessary\r\n3. surplus\r\n"},{"characters":"澶辩湢","pinyin":"sh墨 mi谩n","tone":"12","id":607,"definition":"1. to suffer from insomnia\r\n"},{"characters":"濂旈┌","pinyin":"b膿n ch铆","tone":"12","id":615,"definition":"1. Benz (name)\r\n2. Mercedes-Benz, German car maker\r\n3. to run quickly\r\n4. to speed\r\n5. to gallop\r\n"},{"characters":"瀹夊畞","pinyin":"膩n n铆ng","tone":"12","id":651,"definition":"1. Anning District of Lanzhou City 铇窞甯倈鍏板窞甯俒Lan2 zhou1 Shi4], Gansu\r\n2. peaceful\r\n3. tranquil\r\n4. calm\r\n5. composed\r\n6. free from worry\r\n"},{"characters":"瀹夎","pinyin":"膩n xi谩ng","tone":"12","id":655,"definition":"1. serene\r\n"},{"characters":"瀹d紶","pinyin":"xu膩n chu谩n","tone":"12","id":679,"definition":"1. to disseminate\r\n2. to give publicity to\r\n3. propaganda\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹跺涵","pinyin":"ji膩 t铆ng","tone":"12","id":685,"definition":"1. family\r\n2. household\r\n3. CL:鎴秥鎴穂hu4],鍊媩涓猍ge4]\r\n"},{"characters":"灞呯劧","pinyin":"j奴 r谩n","tone":"12","id":725,"definition":"1. unexpectedly\r\n2. to one's surprise\r\n3. go so far as to\r\n"},{"characters":"宸ヤ汉","pinyin":"g艒ng r茅n","tone":"12","id":740,"definition":"1. worker\r\n2. CL:鍊媩涓猍ge4],鍚峓ming2]\r\n"},{"characters":"宸埆","pinyin":"ch膩 bi茅","tone":"12","id":747,"definition":"1. difference\r\n2. distinction\r\n3. diversity\r\n4. disparity\r\n"},{"characters":"褰撳墠","pinyin":"d膩ng qi谩n","tone":"12","id":807,"definition":"1. current\r\n2. today's\r\n3. modern\r\n4. present\r\n5. to be facing (us)\r\n"},{"characters":"寰佹眰","pinyin":"zh膿ng qi煤","tone":"12","id":828,"definition":"1. to solicit\r\n2. to seek\r\n3. to request (opinions, feedback etc)\r\n4. to petition\r\n"},{"characters":"蹇冩儏","pinyin":"x墨n q铆ng","tone":"12","id":834,"definition":"1. mood\r\n2. frame of mind\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"蹇界劧","pinyin":"h奴 r谩n","tone":"12","id":840,"definition":"1. suddenly\r\n2. all of a sudden\r\n"},{"characters":"鎺ㄨ緸","pinyin":"tu墨 c铆","tone":"12","id":1019,"definition":"1. to decline (an appointment, invitation etc)\r\n"},{"characters":"鎺ㄨ繜","pinyin":"tu墨 ch铆","tone":"12","id":1020,"definition":"1. to postpone\r\n2. to put off\r\n3. to defer\r\n"},{"characters":"鎽ф畫","pinyin":"cu墨 c谩n","tone":"12","id":1048,"definition":"1. to ravage\r\n2. to ruin\r\n"},{"characters":"鎿嶅姵","pinyin":"c膩o l谩o","tone":"12","id":1057,"definition":"1. to work hard\r\n2. to look after\r\n"},{"characters":"鏀寔","pinyin":"zh墨 ch铆","tone":"12","id":1063,"definition":"1. to be in favor of\r\n2. to support\r\n3. to back\r\n4. support\r\n5. backing\r\n6. to stand by\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏄嗚櫕","pinyin":"k奴n ch贸ng","tone":"12","id":1131,"definition":"1. insect\r\n2. CL:闅粅鍙猍zhi1],缇qun2],鍫哰dui1]\r\n"},{"characters":"鏍囬","pinyin":"bi膩o t铆","tone":"12","id":1196,"definition":"1. title\r\n2. heading\r\n3. headline\r\n4. caption\r\n5. subject\r\n"},{"characters":"妫灄","pinyin":"s膿n l铆n","tone":"12","id":1214,"definition":"1. forest\r\n2. CL:鐗嘯pian4]\r\n"},{"characters":"娑堟瀬","pinyin":"xi膩o j铆","tone":"12","id":1297,"definition":"1. negative\r\n2. passive\r\n3. inactive\r\n"},{"characters":"娓╂煍","pinyin":"w膿n r贸u","tone":"12","id":1309,"definition":"1. gentle and soft\r\n2. tender\r\n"},{"characters":"婵掍复","pinyin":"b墨n l铆n","tone":"12","id":1324,"definition":"1. on the edge of\r\n2. (fig.) on the verge of\r\n3. close to\r\n"},{"characters":"鐏","pinyin":"d膿ng l贸ng","tone":"12","id":1326,"definition":"1. lantern\r\n"},{"characters":"鐏板皹","pinyin":"hu墨 ch茅n","tone":"12","id":1328,"definition":"1. dust\r\n"},{"characters":"鐢熸椿","pinyin":"sh膿ng hu贸","tone":"12","id":1401,"definition":"1. life\r\n2. activity\r\n3. to live\r\n4. livelihood\r\n"},{"characters":"鐤媯","pinyin":"f膿ng ku谩ng","tone":"12","id":1421,"definition":"1. crazy\r\n2. frantic\r\n3. extreme popularity\r\n"},{"characters":"鐩稿悓","pinyin":"xi膩ng t贸ng","tone":"12","id":1448,"definition":"1. identical\r\n2. same\r\n"},{"characters":"鐪熷疄","pinyin":"zh膿n sh铆","tone":"12","id":1458,"definition":"1. true\r\n2. real\r\n"},{"characters":"绉佷汉","pinyin":"s墨 r茅n","tone":"12","id":1495,"definition":"1. private\r\n2. personal\r\n3. interpersonal\r\n4. sb with whom one has a close personal relationship\r\n5. a member of one's clique\r\n"},{"characters":"绐楀笜","pinyin":"chu膩ng li谩n","tone":"12","id":1521,"definition":"1. window curtains\r\n"},{"characters":"绮剧","pinyin":"j墨ng sh茅n","tone":"12","id":1553,"definition":"1. spirit\r\n2. mind\r\n3. consciousness\r\n4. thought\r\n5. mental\r\n6. psychological\r\n7. essence\r\n8. gist\r\n9. CL:鍊媩涓猍ge4]\r\n10. vigor\r\n11. vitality\r\n12. drive\r\n13. spiritual\r\n"},{"characters":"缁忚惀","pinyin":"j墨ng y铆ng","tone":"12","id":1579,"definition":"1. to engage in (business etc)\r\n2. to run\r\n3. to operate\r\n"},{"characters":"缁煎悎","pinyin":"z艒ng h茅","tone":"12","id":1591,"definition":"1. comprehensive\r\n2. composite\r\n3. synthesized\r\n4. mixed\r\n5. to sum up\r\n6. to integrate\r\n7. to synthesize\r\n"},{"characters":"缂栬緫","pinyin":"bi膩n j铆","tone":"12","id":1594,"definition":"1. to edit\r\n2. to compile\r\n3. editor\r\n4. compiler\r\n"},{"characters":"缂轰箯","pinyin":"qu膿 f谩","tone":"12","id":1597,"definition":"1. to lack\r\n2. to be short of\r\n3. lack\r\n4. shortage\r\n"},{"characters":"鑻嶇櫧","pinyin":"c膩ng b谩i","tone":"12","id":1669,"definition":"1. pale\r\n2. wan\r\n"},{"characters":"鑻遍泟","pinyin":"y墨ng xi贸ng","tone":"12","id":1672,"definition":"1. hero\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瑙傚療","pinyin":"gu膩n ch谩","tone":"12","id":1722,"definition":"1. to observe\r\n2. to watch\r\n3. to survey\r\n4. to examine\r\n5. observation\r\n6. view\r\n7. perspective\r\n8. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瑙勫垯","pinyin":"gu墨 z茅","tone":"12","id":1725,"definition":"1. rule\r\n2. regulation\r\n3. rules and regulations\r\n"},{"characters":"瑙勬ā","pinyin":"gu墨 m贸","tone":"12","id":1727,"definition":"1. scale\r\n2. scope\r\n3. extent\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璇存槑","pinyin":"shu艒 m铆ng","tone":"12","id":1767,"definition":"1. to explain\r\n2. to illustrate\r\n3. to indicate\r\n4. to show\r\n5. to prove\r\n6. explanation\r\n7. directions\r\n8. caption\r\n9. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璧勬牸","pinyin":"z墨 g茅","tone":"12","id":1799,"definition":"1. qualifications\r\n2. seniority\r\n"},{"characters":"璧勬簮","pinyin":"z墨 yu谩n","tone":"12","id":1800,"definition":"1. Ziyuan county in Guilin 妗傛灄[Gui4 lin2], Guangxi\r\n2. natural resource (such as water or minerals)\r\n3. resource (such as manpower or tourism)\r\n"},{"characters":"瓒呯骇","pinyin":"ch膩o j铆","tone":"12","id":1813,"definition":"1. super-\r\n2. ultra-\r\n3. hyper-\r\n"},{"characters":"韬潗","pinyin":"sh膿n c谩i","tone":"12","id":1823,"definition":"1. stature\r\n2. build (height and weight)\r\n3. figure\r\n"},{"characters":"杈圭紭","pinyin":"bi膩n yu谩n","tone":"12","id":1853,"definition":"1. edge\r\n2. fringe\r\n3. verge\r\n4. brink\r\n5. periphery\r\n6. marginal\r\n7. borderline\r\n"},{"characters":"杩芥眰","pinyin":"zhu墨 qi煤","tone":"12","id":1877,"definition":"1. to pursue (a goal etc) stubbornly\r\n2. to seek after\r\n3. to woo\r\n"},{"characters":"閫氬父","pinyin":"t艒ng ch谩ng","tone":"12","id":1891,"definition":"1. regular\r\n2. usual\r\n3. normal\r\n4. usually\r\n5. normally\r\n"},{"characters":"椋庝織","pinyin":"f膿ng s煤","tone":"12","id":2021,"definition":"1. social custom\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"椋庢牸","pinyin":"f膿ng g茅","tone":"12","id":2023,"definition":"1. style\r\n"},{"characters":"棣欒偁","pinyin":"xi膩ng ch谩ng","tone":"12","id":2036,"definition":"1. sausage\r\n2. CL:鏍筟gen1]\r\n"},{"characters":"楂樼骇","pinyin":"g膩o j铆","tone":"12","id":2043,"definition":"1. high level\r\n2. high grade\r\n3. advanced\r\n4. high-ranking\r\n"}],"2":[{"characters":"涓","pinyin":"c贸ng","tone":"2","id":38,"definition":"1. cluster\r\n2. collection\r\n3. collection of books\r\n4. thicket\r\n"},{"characters":"涔","pinyin":"Ch茅ng","tone":"2","id":70,"definition":"1. surname Cheng\r\n2. to ride\r\n3. to mount\r\n4. to make use of\r\n5. to avail oneself of\r\n6. to take advantage of\r\n7. to multiply (mathematics)\r\n8. Buddhist sect or creed\r\n9. four horse military chariot (archaic)\r\n10. four (archaic)\r\n11. generic term for history books\r\n12. old variant of 涔榌cheng2]\r\n"},{"characters":"浜","pinyin":"Y煤n","tone":"2","id":84,"definition":"1. (classical) to say\r\n2. surname Yun\r\n3. abbr. for Yunnan Province 闆插崡鐪亅浜戝崡鐪乕Yun2 nan2 Sheng3]\r\n4. cloud\r\n5. CL:鏈礫duo3]\r\n"},{"characters":"鍋","pinyin":"t铆ng","tone":"2","id":208,"definition":"1. to stop\r\n2. to halt\r\n3. to park (a car)\r\n"},{"characters":"鍑","pinyin":"p铆ng","tone":"2","id":287,"definition":"1. variant of 鎲憒鍑璠ping2]\r\n2. to lean against\r\n3. to rely on\r\n4. on the basis of\r\n5. no matter (how, what etc)\r\n6. proof\r\n"},{"characters":"鍒","pinyin":"z茅","tone":"2","id":307,"definition":"1. (conjunction used to express contrast with a previous clause) but\r\n2. then\r\n3. standard\r\n4. norm\r\n5. principle\r\n6. to imitate\r\n7. to follow\r\n8. classifier for written items\r\n"},{"characters":"鍙","pinyin":"t谩i","tone":"2","id":447,"definition":"1. Taiwan (abbr.)\r\n2. surname Tai\r\n3. (classical) you (in letters)\r\n4. variant of 鑷簗鍙癧tai2]\r\n5. desk\r\n6. table\r\n7. counter\r\n8. Taiwan (abbr.)\r\n9. platform\r\n10. stage\r\n11. terrace\r\n12. stand\r\n13. support\r\n14. station\r\n15. broadcasting station\r\n16. classifier for vehicles or machines\r\n17. typhoon\r\n"},{"characters":"鍜","pinyin":"h茅","tone":"2","id":497,"definition":"1. old variant of 鍜孾he2]\r\n2. surname He\r\n3. Japanese (food, clothes etc)\r\n4. and\r\n5. together with\r\n6. with\r\n7. sum\r\n8. union\r\n9. peace\r\n10. harmony\r\n11. Taiwan pr. [han4] when it means \"and\" or \"with\"\r\n12. to compose a poem in reply (to sb's poem) using the same rhyme sequence\r\n13. to join in the singing\r\n14. to chime in with others\r\n15. to complete a set in mahjong or playing cards\r\n16. soft\r\n17. warm\r\n18. to mix together\r\n19. to blend\r\n20. old variant of 鍜孾he2]\r\n21. harmonious\r\n"},{"characters":"鍜","pinyin":"xi谩n","tone":"2","id":502,"definition":"1. surname Xian\r\n2. all\r\n3. everyone\r\n4. each\r\n5. widespread\r\n6. harmonious\r\n7. salted\r\n8. salty\r\n9. stingy\r\n10. miserly\r\n"},{"characters":"鍥","pinyin":"hu铆","tone":"2","id":527,"definition":"1. to circle\r\n2. to go back\r\n3. to turn around\r\n4. to answer\r\n5. to return\r\n6. to revolve\r\n7. Hui ethnic group (Chinese Muslims)\r\n8. time\r\n9. classifier for acts of a play\r\n10. section or chapter (of a classic book)\r\n11. to curve\r\n12. to return\r\n13. to revolve\r\n14. variant of 杩磡鍥瀃hui2]\r\n"},{"characters":"鍥","pinyin":"tu谩n","tone":"2","id":531,"definition":"1. round\r\n2. lump\r\n3. ball\r\n4. to roll into a ball\r\n5. to gather\r\n6. regiment\r\n7. group\r\n8. society\r\n9. classifier for a lump or a soft mass: wad (of paper), ball (of wool), cloud (of smoke)\r\n10. dumpling\r\n"},{"characters":"鍦","pinyin":"yu谩n","tone":"2","id":536,"definition":"1. circle\r\n2. round\r\n3. circular\r\n4. spherical\r\n5. (of the moon) full\r\n6. unit of Chinese currency (Yuan)\r\n7. tactful\r\n8. to justify\r\n"},{"characters":"澧","pinyin":"qi谩ng","tone":"2","id":570,"definition":"1. variant of 鐗唡澧橻qiang2], wall\r\n2. wall\r\n3. CL:闈mian4],鍫礫du3]\r\n"},{"characters":"澹","pinyin":"h煤","tone":"2","id":574,"definition":"1. pot\r\n2. classifier for bottled liquid\r\n"},{"characters":"骞","pinyin":"f煤","tone":"2","id":759,"definition":"1. width\r\n2. roll\r\n3. classifier for textiles or pictures\r\n"},{"characters":"骞","pinyin":"p铆ng","tone":"2","id":762,"definition":"1. surname Ping\r\n2. flat\r\n3. level\r\n4. equal\r\n5. to tie (make the same score)\r\n6. to draw (score)\r\n7. calm\r\n8. peaceful\r\n9. see also 骞宠伈|骞冲0[ping2 sheng1]\r\n"},{"characters":"鎵","pinyin":"f煤","tone":"2","id":936,"definition":"1. to support with the hand\r\n2. to help sb up\r\n3. to support oneself by holding onto something\r\n4. to help\r\n"},{"characters":"鎶","pinyin":"t谩i","tone":"2","id":965,"definition":"1. to lift\r\n2. to raise\r\n3. (of two or more persons) to carry\r\n"},{"characters":"鎷","pinyin":"l谩n","tone":"2","id":986,"definition":"1. to block sb's path\r\n2. to obstruct\r\n3. to flag down (a taxi)\r\n"},{"characters":"鎻","pinyin":"t铆","tone":"2","id":1024,"definition":"1. to carry (hanging down from the hand)\r\n2. to lift\r\n3. to put forward\r\n4. to mention\r\n5. to raise (an issue)\r\n6. upwards character stroke\r\n7. lifting brush stroke (in painting)\r\n8. scoop for measuring liquid\r\n"},{"characters":"鎽","pinyin":"y谩o","tone":"2","id":1045,"definition":"1. surname Yao\r\n2. to shake\r\n3. to rock\r\n4. to row\r\n5. to crank\r\n"},{"characters":"鏂","pinyin":"xi茅","tone":"2","id":1105,"definition":"1. inclined\r\n2. slanting\r\n3. oblique\r\n4. tilting\r\n"},{"characters":"鏃","pinyin":"w煤","tone":"2","id":1112,"definition":"1. not to have\r\n2. no\r\n3. none\r\n4. not\r\n5. to lack\r\n6. un-\r\n7. -less\r\n"},{"characters":"鏈","pinyin":"Ch谩o","tone":"2","id":1158,"definition":"1. abbr. for 鏈濋|鏈濋矞[Chao2 xian3] Korea\r\n2. imperial or royal court\r\n3. government\r\n4. dynasty\r\n5. reign of a sovereign or emperor\r\n6. court or assembly held by a sovereign or emperor\r\n7. to make a pilgrimage to\r\n8. facing\r\n9. towards\r\n10. morning\r\n"},{"characters":"鏉","pinyin":"l谩i","tone":"2","id":1181,"definition":"1. to come\r\n2. to arrive\r\n3. to come round\r\n4. ever since\r\n5. next\r\n"},{"characters":"妗","pinyin":"t谩o","tone":"2","id":1204,"definition":"1. peach\r\n"},{"characters":"妗","pinyin":"qi谩o","tone":"2","id":1210,"definition":"1. bridge\r\n2. CL:搴zuo4]\r\n"},{"characters":"姊","pinyin":"l铆","tone":"2","id":1212,"definition":"1. pear\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"姗","pinyin":"ch茅ng","tone":"2","id":1222,"definition":"1. orange tree\r\n2. orange (color)\r\n"},{"characters":"娴","pinyin":"n贸ng","tone":"2","id":1291,"definition":"1. concentrated\r\n2. dense\r\n3. strong (smell etc)\r\n"},{"characters":"婊","pinyin":"hu谩","tone":"2","id":1312,"definition":"1. surname Hua\r\n2. to slip\r\n3. to slide\r\n4. smooth\r\n5. slippery\r\n6. cunning\r\n"},{"characters":"鐔","pinyin":"谩o","tone":"2","id":1351,"definition":"1. to boil\r\n2. to simmer\r\n3. to cook on a slow fire\r\n4. to extract by heating\r\n5. to decoct\r\n6. to endure\r\n"},{"characters":"鐢","pinyin":"b茅ng","tone":"2","id":1406,"definition":"1. need not\r\n2. (contraction of 涓 and 鐢)\r\n"},{"characters":"鐢","pinyin":"y贸u","tone":"2","id":1407,"definition":"1. to follow\r\n2. from\r\n3. it is for...to\r\n4. reason\r\n5. cause\r\n6. because of\r\n7. due to\r\n8. to\r\n9. to leave it (to sb)\r\n10. by (introduces passive verb)\r\n"},{"characters":"鐩","pinyin":"p茅n","tone":"2","id":1434,"definition":"1. basin\r\n2. flower pot\r\n3. unit of volume equal to 12 鏂 and 8 鍗, approx 128 liters\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐩","pinyin":"y谩n","tone":"2","id":1435,"definition":"1. salt\r\n2. CL:绮抂li4]\r\n"},{"characters":"鐩","pinyin":"zh铆","tone":"2","id":1443,"definition":"1. surname Zhi\r\n2. Zhi (c. 2000 BC), fifth of the legendary Flame Emperors 鐐庡笣[Yan2 di4] descended from Shennong 绁炶静|绁炲啘[Shen2 nong2] Farmer God\r\n3. straight\r\n4. to straighten\r\n5. fair and reasonable\r\n6. frank\r\n7. straightforward\r\n8. (indicates continuing motion or action)\r\n9. vertical\r\n10. vertical downward stroke in Chinese characters\r\n"},{"characters":"鐬","pinyin":"qi谩o","tone":"2","id":1466,"definition":"1. to look at\r\n2. to see\r\n3. to see (a doctor)\r\n4. to visit\r\n"},{"characters":"绌","pinyin":"qi贸ng","tone":"2","id":1515,"definition":"1. exhausted\r\n2. poor\r\n"},{"characters":"绯","pinyin":"t谩ng","tone":"2","id":1555,"definition":"1. sugar\r\n2. sweets\r\n3. candy\r\n4. CL:椤唡棰梉ke1],濉妡鍧梉kuai4]\r\n5. old variant of 绯朳tang2]\r\n"},{"characters":"缇","pinyin":"q煤n","tone":"2","id":1607,"definition":"1. variant of 缇qun2]\r\n2. group\r\n3. crowd\r\n4. flock, herd, pack etc\r\n"},{"characters":"鑼","pinyin":"ch谩","tone":"2","id":1674,"definition":"1. tea\r\n2. tea plant\r\n3. CL:鏉痆bei1],澹簗澹禰hu2]\r\n"},{"characters":"钖","pinyin":"b谩o","tone":"2","id":1684,"definition":"1. surname Bo\r\n2. thin\r\n3. cold in manner\r\n4. indifferent\r\n5. weak\r\n6. light\r\n7. infertile\r\n8. meager\r\n9. slight\r\n10. weak\r\n11. ungenerous or unkind\r\n12. frivolous\r\n13. to despise\r\n14. to belittle\r\n15. to look down on\r\n16. to approach or near\r\n17. see 钖勮嵎[bo4 he5]\r\n"},{"characters":"铔","pinyin":"sh茅","tone":"2","id":1687,"definition":"1. variant of 铔嘯she2]\r\n2. snake\r\n3. serpent\r\n4. CL:姊潀鏉tiao2]\r\n"},{"characters":"琛","pinyin":"x铆ng","tone":"2","id":1692,"definition":"1. a row\r\n2. series\r\n3. age order (of brothers)\r\n4. profession\r\n5. professional\r\n6. relating to company\r\n7. to walk\r\n8. to go\r\n9. to travel\r\n10. a visit\r\n11. temporary\r\n12. makeshift\r\n13. current\r\n14. in circulation\r\n15. to do\r\n16. to perform\r\n17. capable\r\n18. competent\r\n19. effective\r\n20. all right\r\n21. OK!\r\n22. will do\r\n23. behavior\r\n24. conduct\r\n25. Taiwan pr. [xing4] for the behavior-conduct sense\r\n"},{"characters":"璇","pinyin":"d煤","tone":"2","id":1770,"definition":"1. comma\r\n2. phrase marked by pause\r\n3. to read\r\n4. to study\r\n5. reading of word (i.e. pronunciation), similar to 鎷奸煶[pin1 yin1]\r\n"},{"characters":"璋","pinyin":"t谩n","tone":"2","id":1775,"definition":"1. surname Tan\r\n2. to speak\r\n3. to talk\r\n4. to converse\r\n5. to chat\r\n6. to discuss\r\n"},{"characters":"璧","pinyin":"y铆ng","tone":"2","id":1807,"definition":"1. to beat\r\n2. to win\r\n3. to profit\r\n"},{"characters":"閫","pinyin":"t谩o","tone":"2","id":1883,"definition":"1. to escape\r\n2. to run away\r\n3. to flee\r\n"},{"characters":"閾","pinyin":"l铆ng","tone":"2","id":1936,"definition":"1. (small) bell\r\n2. CL:闅粅鍙猍zhi1]\r\n"},{"characters":"閾","pinyin":"y铆n","tone":"2","id":1937,"definition":"1. silver\r\n2. silver-colored\r\n3. relating to money or currency\r\n"},{"characters":"閿","pinyin":"chu铆","tone":"2","id":1941,"definition":"1. hammer\r\n2. to hammer into shape\r\n3. weight (e.g. of a steelyard or balance)\r\n4. variant of 閷榺閿chui2]\r\n"},{"characters":"闂","pinyin":"w茅n","tone":"2","id":1949,"definition":"1. surname Wen\r\n2. to hear\r\n3. news\r\n4. well-known\r\n5. famous\r\n6. reputation\r\n7. fame\r\n8. to smell\r\n9. to sniff at\r\n"},{"characters":"闄","pinyin":"ch煤","tone":"2","id":1966,"definition":"1. to get rid of\r\n2. to remove\r\n3. to exclude\r\n4. to eliminate\r\n5. to wipe out\r\n6. to divide\r\n7. except\r\n8. not including\r\n"},{"characters":"闆","pinyin":"l茅i","tone":"2","id":1985,"definition":"1. surname Lei\r\n2. thunder\r\n3. mine (weapon)\r\n4. (Internet slang) terrifying\r\n5. terrific\r\n"},{"characters":"棣","pinyin":"ch谩n","tone":"2","id":2030,"definition":"1. gluttonous\r\n2. greedy\r\n3. to have a craving\r\n"},{"characters":"榫","pinyin":"l贸ng","tone":"2","id":2051,"definition":"1. surname Long\r\n2. dragon\r\n3. CL:姊潀鏉tiao2]\r\n4. imperial\r\n"}],"22":[{"characters":"涓ユ牸","pinyin":"y谩n g茅","tone":"22","id":43,"definition":"1. strict\r\n2. stringent\r\n3. tight\r\n4. rigorous\r\n"},{"characters":"涓存椂","pinyin":"l铆n sh铆","tone":"22","id":54,"definition":"1. at the instant sth happens\r\n2. temporary\r\n3. interim\r\n4. ad hoc\r\n"},{"characters":"浜哄憳","pinyin":"r茅n yu谩n","tone":"22","id":100,"definition":"1. staff\r\n2. crew\r\n3. personnel\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浜烘墠","pinyin":"r茅n c谩i","tone":"22","id":101,"definition":"1. talent\r\n2. talented person\r\n3. looks\r\n4. attractive looks\r\n"},{"characters":"浠嶇劧","pinyin":"r茅ng r谩n","tone":"22","id":107,"definition":"1. still\r\n2. yet\r\n"},{"characters":"浠庡墠","pinyin":"c贸ng qi谩n","tone":"22","id":109,"definition":"1. previously\r\n2. formerly\r\n3. once upon a time\r\n"},{"characters":"浠庡","pinyin":"c贸ng r贸ng","tone":"22","id":110,"definition":"1. to go easy\r\n2. unhurried\r\n3. calm\r\n4. Taiwan pr. [cong1 rong2]\r\n"},{"characters":"浠庤","pinyin":"c贸ng 茅r","tone":"22","id":112,"definition":"1. thus\r\n2. thereby\r\n"},{"characters":"浼犺揪","pinyin":"chu谩n d谩","tone":"22","id":144,"definition":"1. to pass on\r\n2. to convey\r\n3. to relay\r\n4. to transmit\r\n5. transmission\r\n"},{"characters":"鍋胯繕","pinyin":"ch谩ng hu谩n","tone":"22","id":212,"definition":"1. to repay\r\n2. to reimburse\r\n"},{"characters":"鍏朵綑","pinyin":"q铆 y煤","tone":"22","id":253,"definition":"1. the rest\r\n2. the others\r\n3. remaining\r\n4. remainder\r\n5. apart from them\r\n"},{"characters":"鍐滄皯","pinyin":"n贸ng m铆n","tone":"22","id":270,"definition":"1. peasant\r\n2. farmer\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍓嶉","pinyin":"qi谩n t煤","tone":"22","id":332,"definition":"1. prospects\r\n2. future outlook\r\n3. journey\r\n"},{"characters":"鍘熷垯","pinyin":"yu谩n z茅","tone":"22","id":388,"definition":"1. principle\r\n2. doctrine\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍘熸潵","pinyin":"yu谩n l谩i","tone":"22","id":391,"definition":"1. original\r\n2. former\r\n3. originally\r\n4. formerly\r\n5. at first\r\n6. so, actually, as it turns out\r\n"},{"characters":"鍙婃牸","pinyin":"j铆 g茅","tone":"22","id":400,"definition":"1. to pass an exam or a test\r\n2. to meet a minimum standard\r\n"},{"characters":"鍚屾儏","pinyin":"t贸ng q铆ng","tone":"22","id":463,"definition":"1. to sympathize with\r\n2. sympathy\r\n"},{"characters":"鍚屾椂","pinyin":"t贸ng sh铆","tone":"22","id":464,"definition":"1. at the same time\r\n2. simultaneously\r\n"},{"characters":"鍚嶇墝","pinyin":"m铆ng p谩i","tone":"22","id":467,"definition":"1. famous brand\r\n"},{"characters":"鍜屽钩","pinyin":"h茅 p铆ng","tone":"22","id":498,"definition":"1. Heping district of Shenyang city 娌堥櫧甯倈娌堥槼甯, Liaoning\r\n2. Hoping township in Taichung county 鑷轰腑绺鍙颁腑鍘縖Tai2 zhong1 xian4], Taiwan\r\n3. peace\r\n4. peaceful\r\n"},{"characters":"鍝插","pinyin":"zh茅 xu茅","tone":"22","id":509,"definition":"1. philosophy\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍢堟潅","pinyin":"c谩o z谩","tone":"22","id":524,"definition":"1. noisy\r\n2. clamorous\r\n"},{"characters":"鍥界帇","pinyin":"gu贸 w谩ng","tone":"22","id":535,"definition":"1. king\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍨傜洿","pinyin":"chu铆 zh铆","tone":"22","id":558,"definition":"1. perpendicular\r\n2. vertical\r\n"},{"characters":"濡備綍","pinyin":"r煤 h茅","tone":"22","id":624,"definition":"1. how\r\n2. what way\r\n3. what\r\n"},{"characters":"瀹屽叏","pinyin":"w谩n qu谩n","tone":"22","id":656,"definition":"1. complete\r\n2. whole\r\n3. totally\r\n4. entirely\r\n"},{"characters":"瀹炰範","pinyin":"sh铆 x铆","tone":"22","id":665,"definition":"1. to practice\r\n2. field work\r\n3. to intern\r\n4. internship\r\n"},{"characters":"灏ゅ叾","pinyin":"y贸u q铆","tone":"22","id":718,"definition":"1. especially\r\n2. particularly\r\n"},{"characters":"宸㈢┐","pinyin":"ch谩o xu茅","tone":"22","id":738,"definition":"1. lair\r\n2. nest\r\n3. den\r\n4. hideout\r\n"},{"characters":"甯歌瘑","pinyin":"ch谩ng sh铆","tone":"22","id":758,"definition":"1. common sense\r\n2. general knowledge\r\n3. CL:闁|闂╗men2]\r\n"},{"characters":"骞冲父","pinyin":"p铆ng ch谩ng","tone":"22","id":765,"definition":"1. ordinary\r\n2. common\r\n3. usually\r\n4. ordinarily\r\n"},{"characters":"骞虫椂","pinyin":"p铆ng sh铆","tone":"22","id":767,"definition":"1. ordinarily\r\n2. in normal times\r\n3. in peacetime\r\n"},{"characters":"骞宠 ","pinyin":"p铆ng h茅ng","tone":"22","id":769,"definition":"1. balance\r\n2. equilibrium\r\n"},{"characters":"寤堕暱","pinyin":"y谩n ch谩ng","tone":"22","id":792,"definition":"1. Yanchang county in Yan'an 寤跺畨[Yan2 an1], Shaanxi\r\n2. to prolong\r\n3. to extend\r\n4. to delay\r\n"},{"characters":"褰㈠","pinyin":"x铆ng r贸ng","tone":"22","id":816,"definition":"1. to describe\r\n2. description\r\n3. appearance\r\n4. look\r\n"},{"characters":"褰㈡垚","pinyin":"x铆ng ch茅ng","tone":"22","id":818,"definition":"1. to form\r\n2. to take shape\r\n"},{"characters":"鎬ュ繖","pinyin":"j铆 m谩ng","tone":"22","id":848,"definition":"1. hastily\r\n"},{"characters":"鎯╃綒","pinyin":"ch茅ng f谩","tone":"22","id":877,"definition":"1. penalty\r\n2. punishment\r\n3. to punish\r\n"},{"characters":"鎱堢ゥ","pinyin":"c铆 xi谩ng","tone":"22","id":890,"definition":"1. kindly\r\n2. benevolent (often of older person)\r\n"},{"characters":"鎴愪汉","pinyin":"ch茅ng r茅n","tone":"22","id":896,"definition":"1. adult\r\n"},{"characters":"鎴愬憳","pinyin":"ch茅ng yu谩n","tone":"22","id":898,"definition":"1. member\r\n"},{"characters":"鎴愮啛","pinyin":"ch茅ng sh煤","tone":"22","id":905,"definition":"1. mature\r\n2. ripe\r\n3. to mature\r\n4. to ripen\r\n5. Taiwan pr. [cheng2 shou2]\r\n"},{"characters":"鎻愬墠","pinyin":"t铆 qi谩n","tone":"22","id":1027,"definition":"1. to shift to an earlier date\r\n2. to do sth ahead of time\r\n3. in advance\r\n"},{"characters":"鏁屼汉","pinyin":"d铆 r茅n","tone":"22","id":1078,"definition":"1. enemy\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏂囧","pinyin":"w茅n xu茅","tone":"22","id":1100,"definition":"1. literature\r\n2. CL:绋畖绉峓zhong3]\r\n"},{"characters":"鏂囨槑","pinyin":"w茅n m铆ng","tone":"22","id":1101,"definition":"1. civilized\r\n2. civilization\r\n3. culture\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏃犺亰","pinyin":"w煤 li谩o","tone":"22","id":1115,"definition":"1. bored\r\n2. boring\r\n3. senseless\r\n"},{"characters":"鏃堕","pinyin":"sh铆 m谩o","tone":"22","id":1129,"definition":"1. in vogue\r\n2. fashionable\r\n"},{"characters":"鏋佸叾","pinyin":"j铆 q铆","tone":"22","id":1183,"definition":"1. extremely\r\n"},{"characters":"鏌存补","pinyin":"ch谩i y贸u","tone":"22","id":1191,"definition":"1. diesel fuel\r\n"},{"characters":"娈嬬柧","pinyin":"c谩n j铆","tone":"22","id":1244,"definition":"1. disabled\r\n2. handicapped\r\n3. deformity on a person or animal\r\n"},{"characters":"姹犲","pinyin":"ch铆 t谩ng","tone":"22","id":1258,"definition":"1. pool\r\n2. pond\r\n"},{"characters":"娌夌潃","pinyin":"ch茅n zhu贸","tone":"22","id":1264,"definition":"1. steady\r\n2. calm and collected\r\n3. not nervous\r\n"},{"characters":"娌圭偢","pinyin":"y贸u zh谩","tone":"22","id":1273,"definition":"1. to deep fry\r\n"},{"characters":"娴佷紶","pinyin":"li煤 chu谩n","tone":"22","id":1284,"definition":"1. to spread\r\n2. to circulate\r\n3. to hand down\r\n"},{"characters":"娼祦","pinyin":"ch谩o li煤","tone":"22","id":1320,"definition":"1. tide\r\n2. current\r\n3. trend\r\n"},{"characters":"鐏垫椿","pinyin":"l铆ng hu贸","tone":"22","id":1330,"definition":"1. flexible\r\n2. nimble\r\n3. agile\r\n"},{"characters":"鐒惰","pinyin":"r谩n 茅r","tone":"22","id":1344,"definition":"1. however\r\n2. yet\r\n3. but\r\n"},{"characters":"鐙","pinyin":"d煤 c谩i","tone":"22","id":1379,"definition":"1. dictatorship\r\n"},{"characters":"鐞冭糠","pinyin":"qi煤 m铆","tone":"22","id":1393,"definition":"1. fan (ball sports)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐢变簬","pinyin":"y贸u y煤","tone":"22","id":1408,"definition":"1. due to\r\n2. as a result of\r\n3. thanks to\r\n4. owing to\r\n5. since\r\n6. because\r\n"},{"characters":"鐤插姵","pinyin":"p铆 l谩o","tone":"22","id":1422,"definition":"1. fatigue\r\n2. wearily\r\n3. weariness\r\n4. weary\r\n"},{"characters":"鐫鍑","pinyin":"zh谩o li谩ng","tone":"22","id":1461,"definition":"1. to catch cold\r\n2. Taiwan pr. [zhao1 liang2]\r\n"},{"characters":"绉绘皯","pinyin":"y铆 m铆n","tone":"22","id":1507,"definition":"1. to immigrate\r\n2. to migrate\r\n3. emigrant\r\n4. immigrant\r\n"},{"characters":"绻佸崕","pinyin":"f谩n hu谩","tone":"22","id":1561,"definition":"1. flourishing\r\n2. bustling\r\n"},{"characters":"绻佸繖","pinyin":"f谩n m谩ng","tone":"22","id":1562,"definition":"1. busy\r\n2. bustling\r\n"},{"characters":"绻佹畺","pinyin":"f谩n zh铆","tone":"22","id":1563,"definition":"1. to breed\r\n2. to reproduce\r\n3. to propagate\r\n"},{"characters":"绻佽崳","pinyin":"f谩n r贸ng","tone":"22","id":1564,"definition":"1. prosperous\r\n2. booming (economy)\r\n"},{"characters":"绾磥","pinyin":"ch煤n ji茅","tone":"22","id":1569,"definition":"1. pure\r\n2. clean and honest\r\n3. to purify\r\n"},{"characters":"缁撳悎","pinyin":"ji茅 h茅","tone":"22","id":1581,"definition":"1. to combine\r\n2. to link\r\n3. to integrate\r\n4. binding\r\n5. CL:娆ci4]\r\n"},{"characters":"鑱斿悎","pinyin":"li谩n h茅","tone":"22","id":1619,"definition":"1. to combine\r\n2. to join\r\n3. unite\r\n4. alliance\r\n"},{"characters":"鑳芥簮","pinyin":"n茅ng yu谩n","tone":"22","id":1637,"definition":"1. energy\r\n2. power source\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑸硅埗","pinyin":"chu谩n b贸","tone":"22","id":1661,"definition":"1. shipping\r\n2. boats\r\n"},{"characters":"铦磋澏","pinyin":"h煤 di茅","tone":"22","id":1690,"definition":"1. butterfly\r\n2. CL:闅粅鍙猍zhi1]\r\n"},{"characters":"琛屼负","pinyin":"x铆ng w茅i","tone":"22","id":1694,"definition":"1. action\r\n2. conduct\r\n3. behavior\r\n4. activity\r\n"},{"characters":"琛屼汉","pinyin":"x铆ng r茅n","tone":"22","id":1695,"definition":"1. pedestrian\r\n2. traveler on foot\r\n3. passer-by\r\n4. official responsible for arranging audiences with the emperor\r\n"},{"characters":"瑁佸憳","pinyin":"c谩i yu谩n","tone":"22","id":1715,"definition":"1. to cut staff\r\n2. to lay off employees\r\n"},{"characters":"瑁佺紳","pinyin":"c谩i f茅ng","tone":"22","id":1716,"definition":"1. tailor\r\n2. dressmaker\r\n"},{"characters":"璋冪毊","pinyin":"ti谩o p铆","tone":"22","id":1774,"definition":"1. naughty\r\n2. mischievous\r\n3. unruly\r\n"},{"characters":"璞崕","pinyin":"h谩o hu谩","tone":"22","id":1782,"definition":"1. luxurious\r\n"},{"characters":"璧斿伩","pinyin":"p茅i ch谩ng","tone":"22","id":1803,"definition":"1. to compensate\r\n"},{"characters":"杞祦","pinyin":"l煤n li煤","tone":"22","id":1831,"definition":"1. to alternate\r\n2. to take turns\r\n"},{"characters":"杈炶亴","pinyin":"c铆 zh铆","tone":"22","id":1842,"definition":"1. to resign\r\n"},{"characters":"杈炬垚","pinyin":"d谩 ch茅ng","tone":"22","id":1855,"definition":"1. to reach (an agreement)\r\n2. to accomplish\r\n"},{"characters":"杩炲繖","pinyin":"li谩n m谩ng","tone":"22","id":1868,"definition":"1. promptly\r\n2. at once\r\n"},{"characters":"杩熺枒","pinyin":"ch铆 y铆","tone":"22","id":1871,"definition":"1. to hesitate\r\n"},{"characters":"閭眬","pinyin":"y贸u j煤","tone":"22","id":1907,"definition":"1. post office\r\n2. CL:瀹禰jia1],鍊媩涓猍ge4]\r\n"},{"characters":"閲嶅彔","pinyin":"ch贸ng di茅","tone":"22","id":1924,"definition":"1. to overlap\r\n2. to superimpose\r\n3. to telescope\r\n4. to run together\r\n5. to duplicate\r\n6. one over another\r\n7. superposition\r\n8. an overlap\r\n9. redundancy\r\n10. reduplication (in Chinese grammar, e.g. 鏁f暎姝san4 san4 bu4] to have a stroll)\r\n"},{"characters":"闀块","pinyin":"ch谩ng t煤","tone":"22","id":1944,"definition":"1. long distance\r\n"},{"characters":"闃冲彴","pinyin":"y谩ng t谩i","tone":"22","id":1954,"definition":"1. variant of 闄借嚭|闃冲彴[yang2 tai2]\r\n2. balcony\r\n3. porch\r\n"},{"characters":"闅忔椂","pinyin":"su铆 sh铆","tone":"22","id":1971,"definition":"1. at any time\r\n2. at all times\r\n3. at the right time\r\n"},{"characters":"闆嗗悎","pinyin":"j铆 h茅","tone":"22","id":1979,"definition":"1. to gather\r\n2. to assemble\r\n3. set (mathematics)\r\n"},{"characters":"闆岄泟","pinyin":"c铆 xi贸ng","tone":"22","id":1980,"definition":"1. male and female\r\n"},{"characters":"闆堕","pinyin":"l铆ng sh铆","tone":"22","id":1984,"definition":"1. between-meal nibbles\r\n2. snacks\r\n"}],"24":[{"characters":"涓ヨ們","pinyin":"y谩n s霉","tone":"24","id":44,"definition":"1. solemn\r\n2. grave\r\n3. serious\r\n4. earnest\r\n5. severe\r\n"},{"characters":"涓ラ噸","pinyin":"y谩n zh貌ng","tone":"24","id":45,"definition":"1. grave\r\n2. serious\r\n3. severe\r\n4. critical\r\n"},{"characters":"浜庢槸","pinyin":"y煤 sh矛","tone":"24","id":83,"definition":"1. thereupon\r\n2. as a result\r\n3. consequently\r\n4. thus\r\n5. hence\r\n"},{"characters":"浜轰簨","pinyin":"r茅n sh矛","tone":"24","id":98,"definition":"1. personnel\r\n2. human resources\r\n3. human affairs\r\n4. ways of the world\r\n5. (euphemism) sexuality\r\n6. the facts of life\r\n"},{"characters":"浜虹墿","pinyin":"r茅n w霉","tone":"24","id":102,"definition":"1. person\r\n2. character (in a play, novel etc)\r\n3. protagonist\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浜虹被","pinyin":"r茅n l猫i","tone":"24","id":104,"definition":"1. humanity\r\n2. human race\r\n3. mankind\r\n"},{"characters":"浠庝簨","pinyin":"c贸ng sh矛","tone":"24","id":108,"definition":"1. to go for\r\n2. to engage in\r\n3. to undertake\r\n4. to deal with\r\n5. to handle\r\n6. to do\r\n"},{"characters":"浼犳巿","pinyin":"chu谩n sh貌u","tone":"24","id":139,"definition":"1. to impart\r\n2. to pass on\r\n3. to teach\r\n"},{"characters":"浣曞喌","pinyin":"h茅 ku脿ng","tone":"24","id":160,"definition":"1. let alone\r\n2. to say nothing of\r\n3. besides\r\n4. what's more\r\n"},{"characters":"浣曞繀","pinyin":"h茅 b矛","tone":"24","id":161,"definition":"1. there is no need\r\n2. why should\r\n"},{"characters":"鍏冩棪","pinyin":"Yu谩n d脿n","tone":"24","id":221,"definition":"1. New Year's Day\r\n"},{"characters":"鍏ㄩ儴","pinyin":"qu谩n b霉","tone":"24","id":241,"definition":"1. whole\r\n2. entire\r\n3. complete\r\n"},{"characters":"鍏ㄩ潰","pinyin":"qu谩n mi脿n","tone":"24","id":242,"definition":"1. all-around\r\n2. comprehensive\r\n3. total\r\n4. overall\r\n"},{"characters":"鍏舵","pinyin":"q铆 c矛","tone":"24","id":254,"definition":"1. next\r\n2. secondly\r\n"},{"characters":"鍐滀笟","pinyin":"n贸ng y猫","tone":"24","id":268,"definition":"1. agriculture\r\n2. farming\r\n"},{"characters":"鍐宠禌","pinyin":"ju茅 s脿i","tone":"24","id":278,"definition":"1. finals (of a competition)\r\n"},{"characters":"鍑℃槸","pinyin":"f谩n sh矛","tone":"24","id":286,"definition":"1. each and every\r\n2. every\r\n3. all\r\n4. any\r\n"},{"characters":"鍒","pinyin":"bi茅 sh霉","tone":"24","id":320,"definition":"1. villa\r\n2. CL:骞zhuang4],搴zuo4]\r\n"},{"characters":"鍒嚧","pinyin":"bi茅 zh矛","tone":"24","id":322,"definition":"1. unusual\r\n2. unique\r\n3. variant of 鍒ョ坊|鍒嚧[bie2 zhi4]\r\n"},{"characters":"鍔冲姩","pinyin":"l谩o d貌ng","tone":"24","id":349,"definition":"1. work\r\n2. toil\r\n3. physical labor\r\n4. CL:娆ci4]\r\n"},{"characters":"鍔抽┚","pinyin":"l谩o ji脿","tone":"24","id":350,"definition":"1. excuse me\r\n"},{"characters":"鍕ゅ","pinyin":"q铆n f猫n","tone":"24","id":353,"definition":"1. hardworking\r\n2. diligent\r\n"},{"characters":"鍗庤","pinyin":"Hu谩 y矛","tone":"24","id":372,"definition":"1. ethnic Chinese\r\n2. non-Chinese citizen of Chinese ancestry\r\n"},{"characters":"鍘熸枡","pinyin":"yu谩n li脿o","tone":"24","id":390,"definition":"1. raw material\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍘熻皡","pinyin":"yu谩n li脿ng","tone":"24","id":392,"definition":"1. to excuse\r\n2. to forgive\r\n3. to pardon\r\n"},{"characters":"鍚堜綔","pinyin":"h茅 zu貌","tone":"24","id":457,"definition":"1. to cooperate\r\n2. to collaborate\r\n3. to work together\r\n4. cooperation\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍚嶇墖","pinyin":"m铆ng pi脿n","tone":"24","id":466,"definition":"1. (business) card\r\n"},{"characters":"鍛堢幇","pinyin":"ch茅ng xi脿n","tone":"24","id":488,"definition":"1. to appear\r\n2. to emerge\r\n3. to present (a certain appearance)\r\n4. to demonstrate\r\n"},{"characters":"鍢茬瑧","pinyin":"ch谩o xi脿o","tone":"24","id":526,"definition":"1. to jeer at\r\n2. to deride\r\n3. to ridicule\r\n4. mockery\r\n5. derision\r\n"},{"characters":"鍥寸粫","pinyin":"w茅i r脿o","tone":"24","id":533,"definition":"1. to revolve around\r\n2. to center on (an issue)\r\n"},{"characters":"鍩硅","pinyin":"p茅i x霉n","tone":"24","id":562,"definition":"1. to cultivate\r\n2. to train\r\n3. to groom\r\n4. training\r\n"},{"characters":"濉┖","pinyin":"ti谩n k貌ng","tone":"24","id":569,"definition":"1. to fill a job vacancy\r\n2. to fill in a blank (e.g. on questionnaire or exam paper)\r\n"},{"characters":"濂囪抗","pinyin":"q铆 j矛","tone":"24","id":612,"definition":"1. miracle\r\n2. miraculous\r\n3. wonder\r\n4. marvel\r\n"},{"characters":"濡ㄧ","pinyin":"f谩ng 脿i","tone":"24","id":627,"definition":"1. to hinder\r\n2. to obstruct\r\n"},{"characters":"濞变箰","pinyin":"y煤 l猫","tone":"24","id":634,"definition":"1. to entertain\r\n2. to amuse\r\n3. entertainment\r\n4. recreation\r\n5. amusement\r\n6. hobby\r\n7. fun\r\n8. joy\r\n"},{"characters":"瀛樺湪","pinyin":"c煤n z脿i","tone":"24","id":643,"definition":"1. to exist\r\n2. to be\r\n3. existence\r\n"},{"characters":"瀛﹀巻","pinyin":"xu茅 l矛","tone":"24","id":646,"definition":"1. educational background\r\n2. academic qualifications\r\n"},{"characters":"瀛︽湳","pinyin":"xu茅 sh霉","tone":"24","id":648,"definition":"1. learning\r\n2. science\r\n3. academic\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀛﹂棶","pinyin":"xu茅 w猫n","tone":"24","id":649,"definition":"1. learning\r\n2. knowledge\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹屽杽","pinyin":"w谩n sh脿n","tone":"24","id":657,"definition":"1. perfect\r\n2. to make perfect\r\n3. to improve\r\n"},{"characters":"瀹炲湪","pinyin":"sh铆 z脿i","tone":"24","id":666,"definition":"1. really\r\n2. actually\r\n3. indeed\r\n4. true\r\n5. real\r\n6. honest\r\n7. dependable\r\n8. (philosophy) reality\r\n"},{"characters":"瀹炵幇","pinyin":"sh铆 xi脿n","tone":"24","id":667,"definition":"1. to achieve\r\n2. to implement\r\n3. to realize\r\n4. to bring about\r\n"},{"characters":"瀹炵敤","pinyin":"sh铆 y貌ng","tone":"24","id":668,"definition":"1. practical\r\n2. functional\r\n3. pragmatic\r\n4. applied (science)\r\n"},{"characters":"瀹炶瘽","pinyin":"sh铆 hu脿","tone":"24","id":669,"definition":"1. truth\r\n"},{"characters":"瀹炶返","pinyin":"sh铆 ji脿n","tone":"24","id":670,"definition":"1. to practice\r\n2. to put into practice\r\n3. to fulfill\r\n"},{"characters":"瀹為檯","pinyin":"sh铆 j矛","tone":"24","id":671,"definition":"1. reality\r\n2. practice\r\n3. practical\r\n4. realistic\r\n5. real\r\n6. actual\r\n"},{"characters":"瀹為獙","pinyin":"sh铆 y脿n","tone":"24","id":672,"definition":"1. experiment\r\n2. test\r\n3. CL:鍊媩涓猍ge4],娆ci4]\r\n4. experimental\r\n5. to experiment\r\n"},{"characters":"灏濊瘯","pinyin":"ch谩ng sh矛","tone":"24","id":717,"definition":"1. to try\r\n2. to attempt\r\n3. CL:娆ci4]\r\n"},{"characters":"灞傛","pinyin":"c茅ng c矛","tone":"24","id":724,"definition":"1. layer\r\n2. level\r\n3. gradation\r\n4. arrangement of ideas\r\n5. (a person's) standing\r\n"},{"characters":"宕囨嫓","pinyin":"ch贸ng b脿i","tone":"24","id":734,"definition":"1. to worship\r\n2. adoration\r\n"},{"characters":"宕囨暚","pinyin":"ch贸ng j矛ng","tone":"24","id":735,"definition":"1. to revere\r\n2. to venerate\r\n3. high esteem\r\n"},{"characters":"骞抽潤","pinyin":"p铆ng j矛ng","tone":"24","id":770,"definition":"1. tranquil\r\n2. undisturbed\r\n3. serene\r\n"},{"characters":"骞翠唬","pinyin":"ni谩n d脿i","tone":"24","id":771,"definition":"1. a decade of a century (e.g. the Sixties)\r\n2. age\r\n3. era\r\n4. period\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"骞寸邯","pinyin":"ni谩n j矛","tone":"24","id":772,"definition":"1. age\r\n2. CL:鎶奫ba3],鍊媩涓猍ge4]\r\n"},{"characters":"寮虹儓","pinyin":"qi谩ng li猫","tone":"24","id":802,"definition":"1. intense\r\n2. (violently) strong\r\n"},{"characters":"寮鸿皟","pinyin":"qi谩ng di脿o","tone":"24","id":803,"definition":"1. to emphasize (a statement)\r\n2. to stress\r\n"},{"characters":"褰㈠娍","pinyin":"x铆ng sh矛","tone":"24","id":815,"definition":"1. circumstances\r\n2. situation\r\n3. terrain\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"褰㈠紡","pinyin":"x铆ng sh矛","tone":"24","id":817,"definition":"1. outer appearance\r\n2. form\r\n3. shape\r\n4. formality\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"褰㈢姸","pinyin":"x铆ng zhu脿ng","tone":"24","id":819,"definition":"1. form\r\n2. shape\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"褰㈣薄","pinyin":"x铆ng xi脿ng","tone":"24","id":820,"definition":"1. image\r\n2. form\r\n3. figure\r\n4. CL:鍊媩涓猍ge4]\r\n5. visualization\r\n6. vivid\r\n"},{"characters":"寰楀姏","pinyin":"d茅 l矛","tone":"24","id":831,"definition":"1. able\r\n2. capable\r\n3. competent\r\n4. efficient\r\n"},{"characters":"寰楃姜","pinyin":"d茅 zu矛","tone":"24","id":832,"definition":"1. to commit an offense\r\n2. to violate the law\r\n3. excuse me! (formal)\r\n4. see also 寰楃姜[de2 zui5]\r\n5. to offend somebody\r\n6. to make a faux pas\r\n7. a faux pas\r\n8. see also 寰楃姜[de2 zui4]\r\n"},{"characters":"鎬瀛","pinyin":"hu谩i y霉n","tone":"24","id":842,"definition":"1. pregnant\r\n2. to have conceived\r\n3. gestation\r\n4. pregnancy\r\n"},{"characters":"鎬蹇","pinyin":"hu谩i ni脿n","tone":"24","id":843,"definition":"1. to cherish the memory of\r\n2. to think of\r\n3. reminisce\r\n"},{"characters":"鎯呭喌","pinyin":"q铆ng ku脿ng","tone":"24","id":873,"definition":"1. circumstances\r\n2. state of affairs\r\n3. situation\r\n4. CL:鍊媩涓猍ge4],绋畖绉峓zhong3]\r\n"},{"characters":"鎯呯华","pinyin":"q铆ng x霉","tone":"24","id":875,"definition":"1. mood\r\n2. state of mind\r\n3. moodiness\r\n4. CL:绋畖绉峓zhong3]\r\n"},{"characters":"鎯劎","pinyin":"c谩n ku矛","tone":"24","id":878,"definition":"1. ashamed\r\n"},{"characters":"鎰夊揩","pinyin":"y煤 ku脿i","tone":"24","id":881,"definition":"1. cheerful\r\n2. cheerily\r\n3. delightful\r\n4. pleasant\r\n5. pleasantly\r\n6. pleasing\r\n7. happy\r\n8. delighted\r\n"},{"characters":"鎱堝杽","pinyin":"c铆 sh脿n","tone":"24","id":889,"definition":"1. benevolent\r\n2. charitable\r\n"},{"characters":"鎴愬垎","pinyin":"ch茅ng f猫n","tone":"24","id":897,"definition":"1. composition\r\n2. make-up\r\n3. ingredient\r\n4. element\r\n5. component\r\n6. one's social status\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎴愬氨","pinyin":"ch茅ng ji霉","tone":"24","id":900,"definition":"1. accomplishment\r\n2. success\r\n3. achievement\r\n4. CL:鍊媩涓猍ge4]\r\n5. to attain a result\r\n"},{"characters":"鎴愭晥","pinyin":"ch茅ng xi脿o","tone":"24","id":902,"definition":"1. effect\r\n2. result\r\n"},{"characters":"鎴愮珛","pinyin":"ch茅ng l矛","tone":"24","id":906,"definition":"1. to establish\r\n2. to set up\r\n3. to be tenable\r\n4. to hold water\r\n"},{"characters":"鎵嶅共","pinyin":"c谩i g脿n","tone":"24","id":922,"definition":"1. ability\r\n2. competence\r\n"},{"characters":"鎵х収","pinyin":"zh铆 zh脿o","tone":"24","id":933,"definition":"1. license\r\n2. permit\r\n"},{"characters":"鎵垮姙","pinyin":"ch茅ng b脿n","tone":"24","id":939,"definition":"1. to undertake\r\n2. to accept a contract\r\n"},{"characters":"鎵垮彈","pinyin":"ch茅ng sh貌u","tone":"24","id":941,"definition":"1. to bear\r\n2. to support\r\n3. to inherit\r\n"},{"characters":"鎵胯","pinyin":"ch茅ng r猫n","tone":"24","id":943,"definition":"1. to admit\r\n2. to concede\r\n3. to recognize\r\n4. recognition (diplomatic, artistic etc)\r\n5. to acknowledge\r\n"},{"characters":"鎵胯","pinyin":"ch茅ng nu貌","tone":"24","id":944,"definition":"1. to promise\r\n2. to undertake to do something\r\n3. commitment\r\n"},{"characters":"鎶曞叆","pinyin":"t贸u r霉","tone":"24","id":951,"definition":"1. to throw into\r\n2. to put into\r\n3. to throw oneself into\r\n4. to participate in\r\n5. to invest in\r\n6. absorbed\r\n7. engrossed\r\n"},{"characters":"鎸佺画","pinyin":"ch铆 x霉","tone":"24","id":990,"definition":"1. to continue\r\n2. to persist\r\n3. sustainable\r\n4. preservation\r\n"},{"characters":"鎻愬","pinyin":"t铆 ch脿ng","tone":"24","id":1026,"definition":"1. to promote\r\n2. to advocate\r\n"},{"characters":"鎻愰棶","pinyin":"t铆 w猫n","tone":"24","id":1030,"definition":"1. to question\r\n2. to quiz\r\n3. to grill\r\n"},{"characters":"鎼忔枟","pinyin":"b贸 d貌u","tone":"24","id":1035,"definition":"1. to wrestle\r\n2. to fight\r\n3. to struggle\r\n"},{"characters":"鏁岃","pinyin":"d铆 sh矛","tone":"24","id":1079,"definition":"1. hostile\r\n2. malevolence\r\n3. antagonism\r\n4. to view as enemy\r\n5. to stand against\r\n"},{"characters":"鏂囦欢","pinyin":"w茅n ji脿n","tone":"24","id":1097,"definition":"1. document\r\n2. file\r\n3. CL:浠絒fen4]\r\n"},{"characters":"鏂囧叿","pinyin":"w茅n j霉","tone":"24","id":1098,"definition":"1. stationery\r\n2. item of stationery (pen, pencil, eraser, pencil sharpener etc)\r\n"},{"characters":"鏂囧瓧","pinyin":"w茅n z矛","tone":"24","id":1099,"definition":"1. character\r\n2. script\r\n3. writing\r\n4. written language\r\n5. writing style\r\n6. phraseology\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏃犲","pinyin":"w煤 n脿i","tone":"24","id":1113,"definition":"1. helpless\r\n2. without choice\r\n3. for lack of better option\r\n4. grudgingly\r\n5. willy-nilly\r\n6. nolens volens\r\n7. abbr. for 鐒″彲濂堜綍|鏃犲彲濂堜綍[wu2 ke3 nai4 he2]\r\n"},{"characters":"鏃犳暟","pinyin":"w煤 sh霉","tone":"24","id":1114,"definition":"1. countless\r\n2. numberless\r\n3. innumerable\r\n"},{"characters":"鏃犺","pinyin":"w煤 l霉n","tone":"24","id":1116,"definition":"1. no matter what or how\r\n2. regardless of whether...\r\n"},{"characters":"鏃朵唬","pinyin":"sh铆 d脿i","tone":"24","id":1124,"definition":"1. Time, US weekly news magazine\r\n2. age\r\n3. era\r\n4. epoch\r\n5. period (in one's life)\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏃跺埢","pinyin":"sh铆 k猫","tone":"24","id":1125,"definition":"1. moment\r\n2. CL:鍊媩涓猍ge4]\r\n3. constantly\r\n4. always\r\n"},{"characters":"鏃跺皻","pinyin":"sh铆 sh脿ng","tone":"24","id":1126,"definition":"1. fashion\r\n2. fad\r\n3. fashionable\r\n"},{"characters":"鏄傝吹","pinyin":"谩ng gu矛","tone":"24","id":1130,"definition":"1. expensive\r\n2. costly\r\n"},{"characters":"鏄庣‘","pinyin":"m铆ng qu猫","tone":"24","id":1135,"definition":"1. clear-cut\r\n2. definite\r\n3. explicit\r\n4. to clarify\r\n5. to specify\r\n6. to make definite\r\n"},{"characters":"鏈濅唬","pinyin":"ch谩o d脿i","tone":"24","id":1159,"definition":"1. dynasty\r\n2. reign (of a king)\r\n"},{"characters":"鏉傚織","pinyin":"z谩 zh矛","tone":"24","id":1176,"definition":"1. magazine\r\n2. CL:鏈琜ben3],浠絒fen4],鏈焄qi1]\r\n"},{"characters":"鏉冨埄","pinyin":"qu谩n l矛","tone":"24","id":1177,"definition":"1. power\r\n2. right\r\n3. privilege\r\n"},{"characters":"鏉冨姏","pinyin":"qu谩n l矛","tone":"24","id":1178,"definition":"1. power\r\n2. authority\r\n"},{"characters":"鏉′欢","pinyin":"ti谩o ji脿n","tone":"24","id":1180,"definition":"1. condition\r\n2. circumstances\r\n3. term\r\n4. factor\r\n5. requirement\r\n6. prerequisite\r\n7. qualification\r\n8. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏌ヨ幏","pinyin":"ch谩 hu貌","tone":"24","id":1190,"definition":"1. to track down and seize (a criminal suspect, contraband etc)\r\n"},{"characters":"鏍煎","pinyin":"g茅 w脿i","tone":"24","id":1203,"definition":"1. especially\r\n2. particularly\r\n"},{"characters":"妞嶇墿","pinyin":"zh铆 w霉","tone":"24","id":1215,"definition":"1. plant\r\n2. vegetation\r\n3. CL:绋畖绉峓zhong3]\r\n"},{"characters":"妯$壒","pinyin":"m贸 t猫","tone":"24","id":1220,"definition":"1. (fashion) model (loanword)\r\n"},{"characters":"娈嬮叿","pinyin":"c谩n k霉","tone":"24","id":1245,"definition":"1. cruel\r\n2. cruelty\r\n"},{"characters":"姣涚梾","pinyin":"m谩o b矛ng","tone":"24","id":1252,"definition":"1. fault\r\n2. defect\r\n3. shortcomings\r\n4. ailment\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娌夋穩","pinyin":"ch茅n di脿n","tone":"24","id":1263,"definition":"1. to settle\r\n2. to precipitate (solid sediment out of a solution)\r\n"},{"characters":"娌夐噸","pinyin":"ch茅n zh貌ng","tone":"24","id":1265,"definition":"1. heavy\r\n2. hard\r\n3. serious\r\n4. critical\r\n"},{"characters":"娌夐椃","pinyin":"ch茅n m猫n","tone":"24","id":1266,"definition":"1. oppressive (of weather)\r\n2. heavy\r\n3. depressed\r\n4. not happy\r\n5. (of sound) dull\r\n6. muffled\r\n"},{"characters":"娌夐粯","pinyin":"ch茅n m貌","tone":"24","id":1267,"definition":"1. taciturn\r\n2. uncommunicative\r\n3. silent\r\n"},{"characters":"娲昏穬","pinyin":"hu贸 yu猫","tone":"24","id":1282,"definition":"1. active\r\n2. lively\r\n3. excited\r\n4. to enliven\r\n5. to brighten up\r\n"},{"characters":"娴佹唱","pinyin":"li煤 l猫i","tone":"24","id":1285,"definition":"1. to shed tears\r\n"},{"characters":"娣樻皵","pinyin":"t谩o q矛","tone":"24","id":1300,"definition":"1. naughty\r\n2. mischievous\r\n"},{"characters":"鐓ょ偔","pinyin":"m茅i t脿n","tone":"24","id":1345,"definition":"1. coal\r\n"},{"characters":"鐔熺粌","pinyin":"sh煤 li脿n","tone":"24","id":1350,"definition":"1. practiced\r\n2. proficient\r\n3. skilled\r\n4. skillful\r\n"},{"characters":"鐔","pinyin":"谩o y猫","tone":"24","id":1352,"definition":"1. to stay up late or all night\r\n"},{"characters":"鐘硅鲍","pinyin":"y贸u y霉","tone":"24","id":1374,"definition":"1. to hesitate\r\n"},{"characters":"鐙壒","pinyin":"d煤 t猫","tone":"24","id":1377,"definition":"1. unique\r\n2. distinct\r\n3. having special characteristics\r\n"},{"characters":"鐙珛","pinyin":"d煤 l矛","tone":"24","id":1378,"definition":"1. independent\r\n2. independence\r\n3. to stand alone\r\n"},{"characters":"鐜╁叿","pinyin":"w谩n j霉","tone":"24","id":1386,"definition":"1. plaything\r\n2. toy\r\n"},{"characters":"鐤戦棶","pinyin":"y铆 w猫n","tone":"24","id":1419,"definition":"1. question\r\n2. interrogation\r\n3. doubt\r\n"},{"characters":"鐤肩埍","pinyin":"t茅ng 脿i","tone":"24","id":1423,"definition":"1. to love dearly\r\n"},{"characters":"鐧岀棁","pinyin":"谩i zh猫ng","tone":"24","id":1428,"definition":"1. cancer\r\n"},{"characters":"鐨勭‘","pinyin":"d铆 qu猫","tone":"24","id":1433,"definition":"1. really\r\n2. indeed\r\n"},{"characters":"鐭涚浘","pinyin":"m谩o d霉n","tone":"24","id":1468,"definition":"1. contradiction\r\n2. CL:鍊媩涓猍ge4]\r\n3. conflicting views\r\n4. contradictory\r\n"},{"characters":"纾佸甫","pinyin":"c铆 d脿i","tone":"24","id":1485,"definition":"1. magnetic tape\r\n2. CL:鐩鐩榌pan2],鐩抂he2]\r\n"},{"characters":"绁炵","pinyin":"sh茅n m矛","tone":"24","id":1492,"definition":"1. mysterious\r\n2. mystery\r\n"},{"characters":"绁炶瘽","pinyin":"sh茅n hu脿","tone":"24","id":1493,"definition":"1. legend\r\n2. fairy tale\r\n3. myth\r\n4. mythology\r\n"},{"characters":"绉诲姩","pinyin":"y铆 d貌ng","tone":"24","id":1506,"definition":"1. to move\r\n2. movement\r\n3. migration\r\n4. mobile\r\n5. portable\r\n"},{"characters":"绋嬪簭","pinyin":"ch茅ng x霉","tone":"24","id":1508,"definition":"1. procedures\r\n2. sequence\r\n3. order\r\n4. computer program\r\n"},{"characters":"绋嬪害","pinyin":"ch茅ng d霉","tone":"24","id":1509,"definition":"1. degree (level or extent)\r\n2. level\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绋犲瘑","pinyin":"ch贸u m矛","tone":"24","id":1512,"definition":"1. dense\r\n"},{"characters":"绛斿","pinyin":"d谩 f霉","tone":"24","id":1534,"definition":"1. variant of 绛旇|绛斿[da2 fu4]\r\n2. to answer\r\n3. to reply\r\n4. Reply to: (in email header)\r\n"},{"characters":"绛旇京","pinyin":"d谩 bi脿n","tone":"24","id":1536,"definition":"1. to reply (to an accusation)\r\n2. to defend one's dissertation\r\n"},{"characters":"绛瑰","pinyin":"ch贸u b猫i","tone":"24","id":1539,"definition":"1. preparations\r\n2. to get ready for sth\r\n"},{"characters":"绾补","pinyin":"ch煤n cu矛","tone":"24","id":1570,"definition":"1. pure\r\n2. unadulterated\r\n3. purely\r\n4. completely\r\n"},{"characters":"缁撴瀯","pinyin":"ji茅 g貌u","tone":"24","id":1583,"definition":"1. structure\r\n2. composition\r\n3. makeup\r\n4. architecture\r\n5. CL:搴zuo4],鍊媩涓猍ge4]\r\n"},{"characters":"缁撹","pinyin":"ji茅 l霉n","tone":"24","id":1584,"definition":"1. conclusion\r\n2. verdict\r\n3. CL:鍊媩涓猍ge4]\r\n4. to conclude\r\n5. to reach a verdict\r\n"},{"characters":"缁撹处","pinyin":"ji茅 zh脿ng","tone":"24","id":1585,"definition":"1. to pay the bill\r\n2. to settle accounts\r\n3. also written 绲愬赋|缁撳笎\r\n"},{"characters":"缁濆","pinyin":"ju茅 du矛","tone":"24","id":1587,"definition":"1. absolute\r\n2. unconditional\r\n"},{"characters":"缂犵粫","pinyin":"ch谩n r脿o","tone":"24","id":1595,"definition":"1. twisting\r\n2. to twine\r\n3. to wind\r\n4. to pester\r\n5. to bother\r\n"},{"characters":"鑱屼笟","pinyin":"zh铆 y猫","tone":"24","id":1618,"definition":"1. occupation\r\n2. profession\r\n3. vocation\r\n4. professional\r\n"},{"characters":"鑲ョ殏","pinyin":"f茅i z脿o","tone":"24","id":1622,"definition":"1. soap\r\n2. CL:濉妡鍧梉kuai4],姊潀鏉tiao2]\r\n"},{"characters":"鑳″悓","pinyin":"h煤 t貌ng","tone":"24","id":1632,"definition":"1. lane\r\n2. alley\r\n3. CL:姊潀鏉tiao2]\r\n4. variant of 鑳″悓[hu2 tong4]\r\n"},{"characters":"鑳藉共","pinyin":"n茅ng g脿n","tone":"24","id":1636,"definition":"1. capable\r\n2. competent\r\n"},{"characters":"钀ヤ笟","pinyin":"y铆ng y猫","tone":"24","id":1678,"definition":"1. to do business\r\n2. to trade\r\n"},{"characters":"钖勫急","pinyin":"b贸 ru貌","tone":"24","id":1685,"definition":"1. weak\r\n2. frail\r\n"},{"characters":"琛屼笟","pinyin":"h谩ng y猫","tone":"24","id":1693,"definition":"1. industry\r\n2. business\r\n"},{"characters":"琛屽姩","pinyin":"x铆ng d貌ng","tone":"24","id":1696,"definition":"1. operation\r\n2. action\r\n3. to move\r\n4. mobile\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瑁佸垽","pinyin":"c谩i p脿n","tone":"24","id":1714,"definition":"1. judgment\r\n2. to referee\r\n3. umpire\r\n4. judge\r\n5. referee\r\n6. CL:鍊媩涓猍ge4],浣峓wei4],鍚峓ming2]\r\n"},{"characters":"瑙掕壊","pinyin":"ju茅 s猫","tone":"24","id":1730,"definition":"1. role\r\n2. character in a novel\r\n3. persona\r\n4. also pr. [jiao3 se4]\r\n"},{"characters":"璇勪环","pinyin":"p铆ng ji脿","tone":"24","id":1750,"definition":"1. to evaluate\r\n2. to assess\r\n"},{"characters":"璇嶆眹","pinyin":"c铆 hu矛","tone":"24","id":1752,"definition":"1. variant of 瑭炲綑|璇嶆眹[ci2 hui4]\r\n2. vocabulary\r\n3. list of words (e.g. for language teaching purposes)\r\n4. word\r\n"},{"characters":"璇氭寶","pinyin":"ch茅ng zh矛","tone":"24","id":1756,"definition":"1. sincere\r\n2. cordial\r\n"},{"characters":"璇㈤棶","pinyin":"x煤n w猫n","tone":"24","id":1760,"definition":"1. to inquire\r\n"},{"characters":"璇︾粏","pinyin":"xi谩ng x矛","tone":"24","id":1761,"definition":"1. detailed\r\n2. in detail\r\n3. minute\r\n"},{"characters":"璋堝垽","pinyin":"t谩n p脿n","tone":"24","id":1776,"definition":"1. to negotiate\r\n2. negotiation\r\n3. talks\r\n4. conference\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璐㈠姟","pinyin":"c谩i w霉","tone":"24","id":1786,"definition":"1. financial affairs\r\n"},{"characters":"璐㈠瘜","pinyin":"c谩i f霉","tone":"24","id":1787,"definition":"1. wealth\r\n2. riches\r\n"},{"characters":"璐㈡斂","pinyin":"c谩i zh猫ng","tone":"24","id":1788,"definition":"1. finances (public)\r\n2. financial\r\n"},{"characters":"璐d换","pinyin":"z茅 r猫n","tone":"24","id":1789,"definition":"1. responsibility\r\n2. blame\r\n3. duty\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璐e","pinyin":"z茅 b猫i","tone":"24","id":1790,"definition":"1. to blame\r\n2. to criticize\r\n3. condemnation\r\n4. reproach\r\n"},{"characters":"杈惧埌","pinyin":"d谩 d脿o","tone":"24","id":1854,"definition":"1. to reach\r\n2. to achieve\r\n3. to attain\r\n"},{"characters":"杩炵画","pinyin":"li谩n x霉","tone":"24","id":1869,"definition":"1. continuous\r\n2. in a row\r\n3. serial\r\n4. consecutive\r\n"},{"characters":"杩熼挐","pinyin":"ch铆 d霉n","tone":"24","id":1873,"definition":"1. slow in one's reactions\r\n2. sluggish (in movement or thought)\r\n"},{"characters":"閫冮伩","pinyin":"t谩o b矛","tone":"24","id":1884,"definition":"1. to escape\r\n2. to evade\r\n3. to avoid\r\n4. to shirk\r\n"},{"characters":"閫愭","pinyin":"zh煤 b霉","tone":"24","id":1886,"definition":"1. progressively\r\n2. step by step\r\n"},{"characters":"閫愭笎","pinyin":"zh煤 ji脿n","tone":"24","id":1887,"definition":"1. gradually\r\n"},{"characters":"閬楁喚","pinyin":"y铆 h脿n","tone":"24","id":1903,"definition":"1. regret\r\n2. to regret\r\n3. to be sorry that\r\n"},{"characters":"閲嶅","pinyin":"ch贸ng f霉","tone":"24","id":1925,"definition":"1. to repeat\r\n2. to duplicate\r\n3. CL:鍊媩涓猍ge4]\r\n4. variant of 閲嶈|閲嶅[chong2 fu4]\r\n"},{"characters":"闄堝垪","pinyin":"ch茅n li猫","tone":"24","id":1960,"definition":"1. to display\r\n2. to exhibit\r\n"},{"characters":"闄堟棫","pinyin":"ch茅n ji霉","tone":"24","id":1961,"definition":"1. old-fashioned\r\n"},{"characters":"闄堣堪","pinyin":"ch茅n sh霉","tone":"24","id":1962,"definition":"1. an assertion\r\n2. to declare\r\n3. to state\r\n"},{"characters":"闅忎究","pinyin":"su铆 bi脿n","tone":"24","id":1969,"definition":"1. as one wishes\r\n2. as one pleases\r\n3. at random\r\n4. negligent\r\n5. casual\r\n6. wanton\r\n"},{"characters":"闅斿","pinyin":"g茅 b矛","tone":"24","id":1974,"definition":"1. next door\r\n2. neighbor\r\n"},{"characters":"闅炬","pinyin":"n谩n gu脿i","tone":"24","id":1976,"definition":"1. (it's) no wonder (that...)\r\n2. (it's) not surprising (that)\r\n"},{"characters":"闆朵欢","pinyin":"l铆ng ji脿n","tone":"24","id":1983,"definition":"1. part\r\n2. component\r\n"},{"characters":"棰戦亾","pinyin":"p铆n d脿o","tone":"24","id":2014,"definition":"1. frequency\r\n2. (television) channel\r\n"},{"characters":"棰樼洰","pinyin":"t铆 m霉","tone":"24","id":2016,"definition":"1. subject\r\n2. title\r\n3. topic\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"棰濆","pinyin":"茅 w脿i","tone":"24","id":2017,"definition":"1. extra\r\n2. added\r\n3. additional\r\n"},{"characters":"椋熺墿","pinyin":"sh铆 w霉","tone":"24","id":2027,"definition":"1. food\r\n2. CL:绋畖绉峓zhong3]\r\n"},{"characters":"榧绘稌","pinyin":"b铆 t矛","tone":"24","id":2050,"definition":"1. nasal mucus\r\n2. snivel\r\n"}],"31":[{"characters":"涓诲紶","pinyin":"zh菙 zh膩ng","tone":"31","id":59,"definition":"1. to advocate\r\n2. to stand for\r\n3. view\r\n4. position\r\n5. stand\r\n6. proposition\r\n7. viewpoint\r\n8. assertion\r\n9. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涓昏","pinyin":"zh菙 gu膩n","tone":"31","id":62,"definition":"1. subjective\r\n"},{"characters":"浜х敓","pinyin":"ch菐n sh膿ng","tone":"31","id":91,"definition":"1. to arise\r\n2. to come into being\r\n3. to come about\r\n4. to give rise to\r\n5. to bring into being\r\n6. to bring about\r\n7. to produce\r\n8. to engender\r\n9. to generate\r\n10. to appear\r\n11. appearance\r\n12. emergence\r\n13. generation\r\n14. production\r\n15. yield\r\n"},{"characters":"浣撹创","pinyin":"t菒 ti膿","tone":"31","id":158,"definition":"1. considerate (of other people's needs)\r\n"},{"characters":"鍋囪","pinyin":"ji菐 zhu膩ng","tone":"31","id":206,"definition":"1. to feign\r\n2. to pretend\r\n"},{"characters":"鍓垁","pinyin":"ji菐n d膩o","tone":"31","id":335,"definition":"1. scissors\r\n2. CL:鎶奫ba3]\r\n"},{"characters":"鍖椾含","pinyin":"B臎i j墨ng","tone":"31","id":365,"definition":"1. Beijing, capital of People's Republic of China\r\n2. Peking\r\n3. PRC government\r\n"},{"characters":"鍗¤溅","pinyin":"k菐 ch膿","tone":"31","id":379,"definition":"1. truck\r\n2. CL:杓泑杈哰liang4]\r\n"},{"characters":"鍙栨秷","pinyin":"q菙 xi膩o","tone":"31","id":430,"definition":"1. to cancel\r\n2. cancellation\r\n"},{"characters":"鍚彂","pinyin":"q菒 f膩","tone":"31","id":476,"definition":"1. to enlighten\r\n2. to explain (a text etc)\r\n3. to stimulate (a mental attitude)\r\n4. enlightenment\r\n5. revelation\r\n6. motivation\r\n"},{"characters":"濮嬬粓","pinyin":"sh菒 zh艒ng","tone":"31","id":628,"definition":"1. from beginning to end\r\n2. all along\r\n"},{"characters":"灏忓悆","pinyin":"xi菐o ch墨","tone":"31","id":713,"definition":"1. snack\r\n2. refreshments\r\n3. CL:瀹禰jia1]\r\n"},{"characters":"灏忚","pinyin":"xi菐o shu艒","tone":"31","id":715,"definition":"1. novel\r\n2. fiction\r\n3. CL:鏈琜ben3],閮╗bu4]\r\n"},{"characters":"灞曞紑","pinyin":"zh菐n k膩i","tone":"31","id":728,"definition":"1. to unfold\r\n2. to carry out\r\n3. to be in full swing\r\n4. to launch\r\n"},{"characters":"鎬讳箣","pinyin":"z菕ng zh墨","tone":"31","id":853,"definition":"1. in a word\r\n2. in short\r\n3. in brief\r\n"},{"characters":"鎭跺績","pinyin":"臎 x墨n","tone":"31","id":867,"definition":"1. variant of 鎯″績|鎭跺績[e3 xin1]\r\n2. nausea\r\n3. to feel sick\r\n4. disgust\r\n5. nauseating\r\n6. to embarrass (deliberately)\r\n7. bad habit\r\n8. vicious habit\r\n9. vice\r\n"},{"characters":"鎰熸縺","pinyin":"g菐n j墨","tone":"31","id":887,"definition":"1. to be grateful\r\n2. to appreciate\r\n3. thankful\r\n"},{"characters":"鎵嬪伐","pinyin":"sh菕u g艒ng","tone":"31","id":918,"definition":"1. handwork\r\n2. manual\r\n"},{"characters":"鎵撳嚮","pinyin":"d菐 j墨","tone":"31","id":925,"definition":"1. to hit\r\n2. to strike\r\n3. to attack\r\n4. to crack down on sth\r\n5. blow\r\n6. (psychological) shock\r\n7. percussion (music)\r\n"},{"characters":"鎵撳寘","pinyin":"d菐 b膩o","tone":"31","id":926,"definition":"1. to wrap\r\n2. to pack\r\n3. to put leftovers in a doggy bag for take-out\r\n"},{"characters":"鎵撳伐","pinyin":"d菐 g艒ng","tone":"31","id":929,"definition":"1. to work a temporary or casual job\r\n2. (of students) to have a job outside of class time, or during vacation\r\n"},{"characters":"鎶婂叧","pinyin":"b菐 gu膩n","tone":"31","id":946,"definition":"1. to guard a pass\r\n2. to check on sth\r\n"},{"characters":"鎷愬集","pinyin":"gu菐i w膩n","tone":"31","id":978,"definition":"1. to go round a curve\r\n2. to turn a corner\r\n3. fig. a new direction\r\n"},{"characters":"鎸囨尌","pinyin":"zh菒 hu墨","tone":"31","id":994,"definition":"1. to conduct\r\n2. to command\r\n3. to direct\r\n4. conductor (of an orchestra)\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎹曟崏","pinyin":"b菙 zhu艒","tone":"31","id":1006,"definition":"1. to catch\r\n2. to seize\r\n3. to capture\r\n"},{"characters":"鎹熷け","pinyin":"s菙n sh墨","tone":"31","id":1007,"definition":"1. loss\r\n2. damage\r\n3. CL:鍊媩涓猍ge4]\r\n4. to lose\r\n5. to suffer damage\r\n"},{"characters":"鎽嗚劚","pinyin":"b菐i tu艒","tone":"31","id":1044,"definition":"1. to break away from\r\n2. to cast off (old ideas etc)\r\n3. to get rid of\r\n4. to break away (from)\r\n5. to break out (of)\r\n6. to free oneself from\r\n7. to extricate oneself\r\n"},{"characters":"鏁炲紑","pinyin":"ch菐ng k膩i","tone":"31","id":1085,"definition":"1. to open wide\r\n2. unrestrictedly\r\n"},{"characters":"鏈","pinyin":"b臎n k膿","tone":"31","id":1167,"definition":"1. undergraduate course\r\n2. undergraduate (attributive)\r\n"},{"characters":"鏈韩","pinyin":"b臎n sh膿n","tone":"31","id":1170,"definition":"1. itself\r\n2. in itself\r\n3. per se\r\n"},{"characters":"姣旀柟","pinyin":"b菒 f膩ng ","tone":"31","id":1249,"definition":"1. analogy\r\n2. instance\r\n3. for instance\r\n"},{"characters":"娴峰叧","pinyin":"h菐i gu膩n","tone":"31","id":1292,"definition":"1. customs (i.e. border crossing inspection)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娴烽矞","pinyin":"h菐i xi膩n","tone":"31","id":1293,"definition":"1. seafood\r\n"},{"characters":"婕斿嚭","pinyin":"y菐n ch奴","tone":"31","id":1317,"definition":"1. to act (in a play)\r\n2. to perform\r\n3. to put on (a performance)\r\n4. performance\r\n5. concert\r\n6. show\r\n7. CL:鍫磡鍦篬chang3],娆ci4]\r\n"},{"characters":"缁勭粐","pinyin":"z菙 zh墨","tone":"31","id":1575,"definition":"1. to organize\r\n2. organization\r\n3. organized system\r\n4. nerve\r\n5. tissue\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"缁熶竴","pinyin":"t菕ng y墨","tone":"31","id":1588,"definition":"1. to unify\r\n2. to unite\r\n3. to integrate\r\n"},{"characters":"鑰佸笀","pinyin":"l菐o sh墨","tone":"31","id":1612,"definition":"1. teacher\r\n2. CL:鍊媩涓猍ge4],浣峓wei4]\r\n"},{"characters":"琛ュ厖","pinyin":"b菙 ch艒ng","tone":"31","id":1698,"definition":"1. to replenish\r\n2. to supplement\r\n3. to complement\r\n4. additional\r\n5. supplementary\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"琛ヨ创","pinyin":"b菙 ti膿","tone":"31","id":1700,"definition":"1. to subsidize\r\n2. subsidy\r\n3. allowance\r\n4. to supplement (one's salary etc)\r\n5. benefit\r\n"},{"characters":"琛ㄥ桨","pinyin":"bi菐o zh膩ng","tone":"31","id":1702,"definition":"1. to honor\r\n2. to commend\r\n3. to cite (in dispatches)\r\n"},{"characters":"璁稿","pinyin":"x菙 du艒","tone":"31","id":1741,"definition":"1. many\r\n2. a lot of\r\n3. much\r\n"},{"characters":"璐綆","pinyin":"bi菐n d墨","tone":"31","id":1795,"definition":"1. to belittle\r\n2. to disparage\r\n3. to play down\r\n4. to demean\r\n5. to degrade\r\n6. to devalue\r\n"},{"characters":"閰掑惂","pinyin":"ji菙 b膩","tone":"31","id":1912,"definition":"1. bar\r\n2. pub\r\n3. saloon\r\n4. CL:瀹禰jia1]\r\n"},{"characters":"棣栧厛","pinyin":"sh菕u xi膩n","tone":"31","id":2033,"definition":"1. first (of all)\r\n2. in the first place\r\n"},{"characters":"棣栭兘","pinyin":"sh菕u d奴","tone":"31","id":2034,"definition":"1. capital (city)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"榧犳爣","pinyin":"sh菙 bi膩o","tone":"31","id":2049,"definition":"1. mouse (computing)\r\n"}],"30":[{"characters":"涓绘剰","pinyin":"zh菙 yi","tone":"30","id":60,"definition":"1. plan\r\n2. idea\r\n3. decision\r\n4. CL:鍊媩涓猍ge4]\r\n5. Beijing pr. [zhu2 yi5]\r\n"},{"characters":"鍡撳瓙","pinyin":"s菐ng zi","tone":"30","id":522,"definition":"1. throat\r\n2. voice\r\n3. CL:鎶奫ba3]\r\n"},{"characters":"濮斿眻","pinyin":"w臎i qu","tone":"30","id":631,"definition":"1. to feel wronged\r\n2. to cause sb to feel wronged\r\n3. grievance\r\n"},{"characters":"濮ュД","pinyin":"l菐o lao","tone":"30","id":632,"definition":"1. (coll.) mother's mother\r\n2. maternal grandmother\r\n"},{"characters":"灏哄瓙","pinyin":"ch菒 zi","tone":"30","id":719,"definition":"1. rule\r\n2. ruler (measuring instrument)\r\n3. CL:鎶奫ba3]\r\n"},{"characters":"灏惧反","pinyin":"w臎i ba","tone":"30","id":723,"definition":"1. tail\r\n2. colloquial pr. [yi3 ba5]\r\n"},{"characters":"褰卞瓙","pinyin":"y菒ng zi","tone":"30","id":823,"definition":"1. shadow\r\n2. reflection\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎵撳惉","pinyin":"d菐 ting","tone":"30","id":927,"definition":"1. to ask about\r\n2. to make some inquiries\r\n3. to ask around\r\n"},{"characters":"鎵撻噺","pinyin":"d菐 liang","tone":"30","id":931,"definition":"1. to size sb up\r\n2. to look sb up and down\r\n3. to take the measure of\r\n4. to suppose\r\n5. to reckon\r\n"},{"characters":"鏄惧緱","pinyin":"xi菐n de","tone":"30","id":1137,"definition":"1. to seem\r\n2. to look\r\n3. to appear\r\n"},{"characters":"鐐瑰績","pinyin":"di菐n xin","tone":"30","id":1336,"definition":"1. light refreshments\r\n2. pastry\r\n3. dimsum (in Cantonese cooking)\r\n4. dessert\r\n"},{"characters":"绠″瓙","pinyin":"gu菐n zi","tone":"30","id":1544,"definition":"1. Guanzi or Guan Zhong 绠′徊 (-645 BC), famous politician of Qi 榻婂湅|榻愬浗 of Spring and Autumn period\r\n2. Guanzi, classical book containing writings of Guan Zhong and his school\r\n3. tube\r\n4. pipe\r\n5. drinking straw\r\n6. CL:鏍筟gen1]\r\n"},{"characters":"鑰佸疄","pinyin":"l菐o shi","tone":"30","id":1611,"definition":"1. honest\r\n2. sincere\r\n3. well-behaved\r\n4. open and guileless\r\n5. naive\r\n"},{"characters":"璁茬┒","pinyin":"ji菐ng jiu","tone":"30","id":1740,"definition":"1. to pay particular attention to\r\n2. carefully selected for quality\r\n3. tastefully chosen\r\n"},{"characters":"楠ㄥご","pinyin":"g菙 tou","tone":"30","id":2040,"definition":"1. bone\r\n2. CL:鏍筟gen1],濉妡鍧梉kuai4]\r\n3. moral character\r\n4. bitterness\r\n"}],"33":[{"characters":"涔熻","pinyin":"y臎 x菙","tone":"33","id":73,"definition":"1. perhaps\r\n2. maybe\r\n"},{"characters":"浜у搧","pinyin":"ch菐n p菒n","tone":"33","id":90,"definition":"1. goods\r\n2. merchandise\r\n3. product\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"淇濆吇","pinyin":"b菐o y菐ng","tone":"33","id":180,"definition":"1. to take good care of (or conserve) one's health\r\n2. to keep in good repair\r\n3. to maintain\r\n4. maintenance\r\n"},{"characters":"淇濆","pinyin":"b菐o m菙","tone":"33","id":182,"definition":"1. nanny\r\n2. housekeeper\r\n"},{"characters":"淇濆畧","pinyin":"b菐o sh菕u","tone":"33","id":184,"definition":"1. conservative\r\n2. to guard\r\n3. to keep\r\n"},{"characters":"淇濈","pinyin":"b菐o gu菐n","tone":"33","id":188,"definition":"1. to assure\r\n2. to guarantee\r\n3. to take care of\r\n4. to safeguard\r\n5. certainly\r\n6. surely\r\n"},{"characters":"淇濋櫓","pinyin":"b菐o xi菐n","tone":"33","id":190,"definition":"1. insurance\r\n2. to insure\r\n3. safe\r\n4. secure\r\n5. be sure\r\n6. be bound to\r\n7. CL:浠絒fen4]\r\n"},{"characters":"鍏佽","pinyin":"y菙n x菙","tone":"33","id":220,"definition":"1. to permit\r\n2. to allow\r\n"},{"characters":"鍏哥ぜ","pinyin":"di菐n l菒","tone":"33","id":258,"definition":"1. celebration\r\n2. ceremony\r\n"},{"characters":"鍕囨暍","pinyin":"y菕ng g菐n","tone":"33","id":351,"definition":"1. brave\r\n2. courageous\r\n"},{"characters":"鍙嬪ソ","pinyin":"y菕u h菐o","tone":"33","id":401,"definition":"1. Youhao district of Yichun city 浼婃槬甯俒Yi1 chun1 shi4], Heilongjiang\r\n2. friendly\r\n3. amicable\r\n4. close friend\r\n"},{"characters":"鍙ゅ吀","pinyin":"g菙 di菐n","tone":"33","id":438,"definition":"1. classical\r\n"},{"characters":"鍙ソ","pinyin":"zh菒 h菐o","tone":"33","id":439,"definition":"1. without any better option\r\n2. to have to\r\n3. to be forced to\r\n"},{"characters":"鍝轰钩","pinyin":"b菙 r菙","tone":"33","id":510,"definition":"1. breast feeding\r\n2. to suckle\r\n3. to nurse\r\n"},{"characters":"鍦烘墍","pinyin":"ch菐ng su菕","tone":"33","id":552,"definition":"1. location\r\n2. place\r\n"},{"characters":"澶勭悊","pinyin":"ch菙 l菒","tone":"33","id":577,"definition":"1. to handle\r\n2. to treat\r\n3. to deal with\r\n4. to process\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹$悊","pinyin":"sh臎n l菒","tone":"33","id":676,"definition":"1. to hear (a case)\r\n"},{"characters":"瀹$編","pinyin":"sh臎n m臎i","tone":"33","id":677,"definition":"1. esthetics\r\n2. appreciating the arts\r\n3. taste\r\n"},{"characters":"瀵兼紨","pinyin":"d菐o y菐n","tone":"33","id":706,"definition":"1. to direct\r\n2. director (film etc)\r\n"},{"characters":"灞曡","pinyin":"zh菐n l菐n","tone":"33","id":729,"definition":"1. to put on display\r\n2. to exhibit\r\n3. exhibition\r\n4. show\r\n5. CL:鍊媩涓猍ge4],娆ci4]\r\n"},{"characters":"宀涘笨","pinyin":"d菐o y菙","tone":"33","id":732,"definition":"1. island\r\n"},{"characters":"骞垮満","pinyin":"gu菐ng ch菐ng","tone":"33","id":780,"definition":"1. public square\r\n2. plaza\r\n"},{"characters":"寮曡捣","pinyin":"y菒n q菒","tone":"33","id":800,"definition":"1. to give rise to\r\n2. to lead to\r\n3. to cause\r\n4. to arouse\r\n"},{"characters":"褰兼","pinyin":"b菒 c菒","tone":"33","id":825,"definition":"1. each other\r\n2. one another\r\n"},{"characters":"寰寰","pinyin":"w菐ng w菐ng","tone":"33","id":826,"definition":"1. often\r\n2. frequently\r\n"},{"characters":"寰杩","pinyin":"w菐ng f菐n","tone":"33","id":827,"definition":"1. to go back and forth\r\n2. to go to and fro\r\n3. round trip\r\n"},{"characters":"鎬荤悊","pinyin":"z菕ng l菒","tone":"33","id":855,"definition":"1. premier\r\n2. prime minister\r\n3. CL:鍊媩涓猍ge4],浣峓wei4],鍚峓ming2]\r\n"},{"characters":"鎬荤粺","pinyin":"z菕ng t菕ng","tone":"33","id":858,"definition":"1. president (of a country)\r\n2. CL:鍊媩涓猍ge4],浣峓wei4],鍚峓ming2],灞唡灞奫jie4]\r\n"},{"characters":"鎰熸兂","pinyin":"g菐n xi菐ng","tone":"33","id":886,"definition":"1. impressions\r\n2. reflections\r\n3. thoughts\r\n4. CL:閫歔tong4],鍊媩涓猍ge4]\r\n"},{"characters":"鎵鏈","pinyin":"su菕 y菕u","tone":"33","id":914,"definition":"1. all\r\n2. to have\r\n3. to possess\r\n4. to own\r\n"},{"characters":"鎵嬫寚","pinyin":"sh菕u zh菒","tone":"33","id":919,"definition":"1. finger\r\n2. CL:鍊媩涓猍ge4],闅粅鍙猍zhi1]\r\n"},{"characters":"鎶婃墜","pinyin":"b菐 sh菕u","tone":"33","id":947,"definition":"1. handle\r\n2. grip\r\n3. knob\r\n"},{"characters":"鎸囧","pinyin":"zh菒 d菐o","tone":"33","id":993,"definition":"1. to guide\r\n2. to give directions\r\n3. to direct\r\n4. to coach\r\n5. guidance\r\n6. tuition\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏁忔劅","pinyin":"m菒n g菐n","tone":"33","id":1080,"definition":"1. sensitive\r\n2. susceptible\r\n"},{"characters":"鏁翠綋","pinyin":"zh臎ng t菒","tone":"33","id":1094,"definition":"1. whole entity\r\n2. entire body\r\n3. synthesis\r\n4. as a whole (situation, construction, team etc)\r\n5. global\r\n6. macrocosm\r\n7. integral\r\n8. holistic\r\n9. whole\r\n"},{"characters":"鏁寸悊","pinyin":"zh臎ng l菒","tone":"33","id":1095,"definition":"1. to arrange\r\n2. to tidy up\r\n3. to sort out\r\n4. to straighten out\r\n5. to list systematically\r\n6. to collate (data, files)\r\n7. to pack (luggage)\r\n"},{"characters":"鏈","pinyin":"b臎n l菒ng","tone":"33","id":1172,"definition":"1. skill\r\n2. ability\r\n3. capability\r\n4. CL:闋厊椤筟xiang4],鍊媩涓猍ge4]\r\n"},{"characters":"姘歌繙","pinyin":"y菕ng yu菐n","tone":"33","id":1255,"definition":"1. forever\r\n2. eternal\r\n"},{"characters":"婕旇","pinyin":"y菐n ji菐ng","tone":"33","id":1319,"definition":"1. lecture\r\n2. to make a speech\r\n"},{"characters":"鐗堟湰","pinyin":"b菐n b臎n","tone":"33","id":1363,"definition":"1. version\r\n2. edition\r\n3. release\r\n"},{"characters":"缂撹В","pinyin":"hu菐n ji臎","tone":"33","id":1592,"definition":"1. to bring relief\r\n2. to alleviate (a crisis)\r\n3. to dull (a pain)\r\n"},{"characters":"鑰佹澘","pinyin":"L菐o b菐n","tone":"33","id":1613,"definition":"1. variant of 鑰侀梿|鑰佹澘[lao3 ban3]\r\n2. Robam (brand)\r\n3. boss\r\n4. business proprietor\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑰侀紶","pinyin":"l菐o sh菙","tone":"33","id":1614,"definition":"1. rat\r\n2. mouse\r\n3. CL:闅粅鍙猍zhi1]\r\n"},{"characters":"璇硶","pinyin":"y菙 f菐","tone":"33","id":1764,"definition":"1. grammar\r\n"},{"characters":"璧剁揣","pinyin":"g菐n j菒n","tone":"33","id":1811,"definition":"1. hurriedly\r\n2. without delay\r\n"},{"characters":"杈呭","pinyin":"f菙 d菐o","tone":"33","id":1838,"definition":"1. to coach\r\n2. to tutor\r\n3. to give advice (in study)\r\n"},{"characters":"閲囧彇","pinyin":"c菐i q菙","tone":"33","id":1918,"definition":"1. to adopt or carry out (measures, policies, course of action)\r\n2. to take\r\n"},{"characters":"閲囪","pinyin":"c菐i f菐ng","tone":"33","id":1920,"definition":"1. to interview\r\n2. to gather news\r\n3. to hunt for and collect\r\n4. to cover\r\n"},{"characters":"闃绘","pinyin":"z菙 zh菒","tone":"33","id":1957,"definition":"1. to prevent\r\n2. to block\r\n"},{"characters":"棰嗗","pinyin":"l菒ng d菐o","tone":"33","id":2013,"definition":"1. lead\r\n2. leading\r\n3. to lead\r\n4. leadership\r\n5. leader\r\n6. CL:浣峓wei4],鍊媩涓猍ge4]\r\n"},{"characters":"榧撴帉","pinyin":"g菙 zh菐ng","tone":"33","id":2047,"definition":"1. to applaud\r\n2. to clap\r\n"},{"characters":"榧撹垶","pinyin":"g菙 w菙","tone":"33","id":2048,"definition":"1. heartening (news)\r\n2. to boost (morale)\r\n3. CL:鍊媩涓猍ge4]\r\n"}],"0":[{"characters":"浜","pinyin":"le","tone":"0","id":76,"definition":"1. (modal particle intensifying preceding clause)\r\n2. (completed action marker)\r\n3. to finish\r\n4. to achieve\r\n5. variant of 鐬瓅浜哰liao3]\r\n6. to understand clearly\r\n7. (of eyes) bright\r\n8. clear-sighted\r\n9. to understand clearly\r\n10. unofficial variant of 鐬璠liao4]\r\n"},{"characters":"鍚","pinyin":"ma","tone":"0","id":472,"definition":"1. see 鍡庡暋|鍚楀暋, morphine\r\n2. (question particle for \"yes-no\" questions)\r\n"},{"characters":"鍛","pinyin":"ya","tone":"0","id":486,"definition":"1. (particle equivalent to 鍟 after a vowel, expressing surprise or doubt)\r\n"},{"characters":"鐨","pinyin":"de","tone":"0","id":1432,"definition":"1. of\r\n2. ~'s (possessive particle)\r\n3. (used after an attribute)\r\n4. (used to form a nominal expression)\r\n5. (used at the end of a declarative sentence for emphasis)\r\n6. see 鐨勫+[di1 shi4]\r\n7. really and truly\r\n8. aim\r\n9. clear\r\n"}],"13":[{"characters":"浜夊彇","pinyin":"zh膿ng q菙","tone":"13","id":77,"definition":"1. to fight for\r\n2. to strive for\r\n3. to win over\r\n"},{"characters":"浜ゅ線","pinyin":"ji膩o w菐ng","tone":"13","id":86,"definition":"1. to associate (with)\r\n2. to have contact (with)\r\n3. to hang out (with)\r\n4. to date\r\n5. (interpersonal) relationship\r\n6. association\r\n7. contact\r\n"},{"characters":"浼樼偣","pinyin":"y艒u di菐n","tone":"13","id":131,"definition":"1. merit\r\n2. benefit\r\n3. strong point\r\n4. advantage\r\n5. CL:鍊媩涓猍ge4],闋厊椤筟xiang4]\r\n"},{"characters":"浼樼編","pinyin":"y艒u m臎i","tone":"13","id":133,"definition":"1. graceful\r\n2. fine\r\n3. elegant\r\n"},{"characters":"淇敼","pinyin":"xi奴 g菐i","tone":"13","id":197,"definition":"1. to amend\r\n2. to alter\r\n3. to modify\r\n"},{"characters":"淇悊","pinyin":"xi奴 l菒","tone":"13","id":198,"definition":"1. to repair\r\n2. to fix\r\n3. to prune\r\n4. to trim\r\n5. (coll.) to sort sb out\r\n6. to fix sb\r\n"},{"characters":"鍏呮弧","pinyin":"ch艒ng m菐n","tone":"13","id":227,"definition":"1. full of\r\n2. brimming with\r\n3. very full\r\n4. permeated\r\n"},{"characters":"鍏富","pinyin":"g艒ng zh菙","tone":"13","id":243,"definition":"1. princess\r\n"},{"characters":"鍑哄彛","pinyin":"ch奴 k菕u","tone":"13","id":290,"definition":"1. an exit\r\n2. CL:鍊媩涓猍ge4]\r\n3. to speak\r\n4. to export\r\n5. (of a ship) to leave port\r\n"},{"characters":"鍑虹増","pinyin":"ch奴 b菐n","tone":"13","id":293,"definition":"1. to publish\r\n2. to come off the press\r\n3. to put out\r\n"},{"characters":"鍒嗘墜","pinyin":"f膿n sh菕u","tone":"13","id":301,"definition":"1. to part company\r\n2. to split up\r\n3. to break up\r\n"},{"characters":"鍖呰9","pinyin":"b膩o gu菕","tone":"13","id":362,"definition":"1. to wrap up\r\n2. to bind up\r\n3. bundle\r\n4. parcel\r\n5. package\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍗戦剻","pinyin":"b膿i b菒","tone":"13","id":373,"definition":"1. base\r\n2. mean\r\n3. contemptible\r\n4. despicable\r\n"},{"characters":"鍗遍櫓","pinyin":"w膿i xi菐n","tone":"13","id":384,"definition":"1. danger\r\n2. dangerous\r\n"},{"characters":"鍙傝","pinyin":"c膩n k菐o","tone":"13","id":397,"definition":"1. consultation\r\n2. reference\r\n3. to consult\r\n4. to refer\r\n"},{"characters":"鍙戞姈","pinyin":"f膩 d菕u","tone":"13","id":416,"definition":"1. to tremble\r\n2. to shake\r\n3. to shiver\r\n"},{"characters":"鍙戣〃","pinyin":"f膩 bi菐o","tone":"13","id":423,"definition":"1. to issue\r\n2. to publish\r\n"},{"characters":"鍙槺","pinyin":"d墨ng zh菙","tone":"13","id":443,"definition":"1. to warn repeatedly\r\n2. to urge\r\n3. to exhort again and again\r\n"},{"characters":"鍚冭嫤","pinyin":"ch墨 k菙","tone":"13","id":455,"definition":"1. to bear hardships\r\n"},{"characters":"鍚稿彇","pinyin":"x墨 q菙","tone":"13","id":479,"definition":"1. to absorb\r\n2. to draw (a lesson, insight etc)\r\n3. to assimilate\r\n"},{"characters":"鍚稿紩","pinyin":"x墨 y菒n","tone":"13","id":480,"definition":"1. to attract (interest, investment etc)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍚规崸","pinyin":"chu墨 p臎ng","tone":"13","id":483,"definition":"1. to flatter\r\n2. to laud sb's accomplishments\r\n3. adulation\r\n"},{"characters":"鍟嗗搧","pinyin":"sh膩ng p菒n","tone":"13","id":515,"definition":"1. good\r\n2. commodity\r\n3. merchandise\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍥犳","pinyin":"y墨n c菒","tone":"13","id":528,"definition":"1. thus\r\n2. consequently\r\n3. as a result\r\n"},{"characters":"鍩烘湰","pinyin":"j墨 b臎n","tone":"13","id":563,"definition":"1. basic\r\n2. fundamental\r\n3. main\r\n4. elementary\r\n"},{"characters":"澶氬皯","pinyin":"du艒 sh菐o","tone":"13","id":588,"definition":"1. number\r\n2. amount\r\n3. somewhat\r\n4. how much\r\n5. how many\r\n6. which (number)\r\n7. as much as\r\n"},{"characters":"濠氱ぜ","pinyin":"h奴n l菒","tone":"13","id":637,"definition":"1. wedding ceremony\r\n2. wedding\r\n3. CL:鍫磡鍦篬chang3]\r\n"},{"characters":"宸ュ巶","pinyin":"g艒ng ch菐ng","tone":"13","id":743,"definition":"1. factory\r\n2. CL:瀹禰jia1],搴zuo4]\r\n"},{"characters":"寮姘","pinyin":"k膩i shu菒","tone":"13","id":798,"definition":"1. boiled water\r\n2. boiling water\r\n"},{"characters":"褰撳満","pinyin":"d膩ng ch菐ng","tone":"13","id":809,"definition":"1. at the scene\r\n2. on the spot\r\n"},{"characters":"褰撻","pinyin":"d膩ng xu菐n","tone":"13","id":811,"definition":"1. to be elected\r\n"},{"characters":"蹇冪悊","pinyin":"x墨n l菒","tone":"13","id":835,"definition":"1. mental\r\n2. psychological\r\n"},{"characters":"鎬濇兂","pinyin":"s墨 xi菐ng","tone":"13","id":845,"definition":"1. thought\r\n2. thinking\r\n3. idea\r\n4. ideology\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎬濊","pinyin":"s墨 k菐o","tone":"13","id":846,"definition":"1. to reflect on\r\n2. to ponder over\r\n"},{"characters":"鎭枩","pinyin":"g艒ng x菒","tone":"13","id":864,"definition":"1. congratulations\r\n2. greetings\r\n"},{"characters":"鎮犱箙","pinyin":"y艒u ji菙","tone":"13","id":869,"definition":"1. long (tradition, history etc)\r\n"},{"characters":"鎮叉儴","pinyin":"b膿i c菐n","tone":"13","id":871,"definition":"1. miserable\r\n2. tragic\r\n"},{"characters":"鎵瑰噯","pinyin":"p墨 zh菙n","tone":"13","id":938,"definition":"1. to approve\r\n2. to ratify\r\n"},{"characters":"鎶撶揣","pinyin":"zhu膩 j菒n","tone":"13","id":950,"definition":"1. to grasp firmly\r\n2. to pay special attention to\r\n3. to rush in\r\n4. to make the most of\r\n"},{"characters":"鎷呬繚","pinyin":"d膩n b菐o","tone":"13","id":975,"definition":"1. to guarantee\r\n2. to vouch for\r\n"},{"characters":"鎷ユ尋","pinyin":"y艒ng j菒","tone":"13","id":985,"definition":"1. crowded\r\n2. to throng\r\n3. congestion\r\n"},{"characters":"鎺ㄥ箍","pinyin":"tu墨 gu菐ng","tone":"13","id":1017,"definition":"1. to extend\r\n2. to spread\r\n3. to popularize\r\n4. generalization\r\n5. promotion (of a product etc)\r\n"},{"characters":"鎼滅储","pinyin":"s艒u su菕","tone":"13","id":1037,"definition":"1. to search (a place)\r\n2. to search (a database etc)\r\n"},{"characters":"鎽斿","pinyin":"shu膩i d菐o","tone":"13","id":1046,"definition":"1. to fall down\r\n2. to slip and fall\r\n3. to throw sb to the ground\r\n"},{"characters":"鎾","pinyin":"b艒 zh菕ng","tone":"13","id":1055,"definition":"1. to sow seeds\r\n2. sowing\r\n3. seed\r\n"},{"characters":"鎿嶅満","pinyin":"c膩o ch菐ng","tone":"13","id":1058,"definition":"1. playground\r\n2. sports field\r\n3. drill ground\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏍囨湰","pinyin":"bi膩o b臎n","tone":"13","id":1193,"definition":"1. specimen\r\n2. sample\r\n3. the root cause and symptoms of a disease\r\n"},{"characters":"鏍囩偣","pinyin":"bi膩o di菐n","tone":"13","id":1194,"definition":"1. punctuation\r\n2. a punctuation mark\r\n3. to punctuate\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏍规湰","pinyin":"g膿n b臎n","tone":"13","id":1202,"definition":"1. fundamental\r\n2. basic\r\n3. root\r\n4. simply\r\n5. absolutely (not)\r\n6. (not) at all\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娆h祻","pinyin":"x墨n sh菐ng","tone":"13","id":1228,"definition":"1. to appreciate\r\n2. to enjoy\r\n3. to admire\r\n"},{"characters":"姹℃煋","pinyin":"w奴 r菐n","tone":"13","id":1259,"definition":"1. pollution\r\n2. contamination\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娓╂殩","pinyin":"w膿n nu菐n","tone":"13","id":1308,"definition":"1. warm\r\n"},{"characters":"鐢熶骇","pinyin":"sh膿ng ch菐n","tone":"13","id":1397,"definition":"1. to produce\r\n2. to manufacture\r\n3. to give birth to a child\r\n"},{"characters":"鐢熼暱","pinyin":"sh膿ng zh菐ng","tone":"13","id":1402,"definition":"1. to grow\r\n"},{"characters":"鐩稿弽","pinyin":"xi膩ng f菐n","tone":"13","id":1447,"definition":"1. opposite\r\n2. contrary\r\n"},{"characters":"鐩稿","pinyin":"xi膩ng ch菙","tone":"13","id":1449,"definition":"1. to be in contact (with sb)\r\n2. to associate\r\n3. to interact\r\n4. to get along (well, poorly)\r\n"},{"characters":"绮楅瞾","pinyin":"c奴 l菙","tone":"13","id":1549,"definition":"1. coarse\r\n2. crude (in one's manner)\r\n3. boorish\r\n"},{"characters":"缁忓吀","pinyin":"j墨ng di菐n","tone":"13","id":1577,"definition":"1. the classics\r\n2. scriptures\r\n3. classical\r\n4. classic (example, case etc)\r\n5. typical\r\n"},{"characters":"缂╃煭","pinyin":"su艒 du菐n","tone":"13","id":1596,"definition":"1. to curtail\r\n2. to cut down\r\n"},{"characters":"缂哄皯","pinyin":"qu膿 sh菐o","tone":"13","id":1598,"definition":"1. lack\r\n2. shortage of\r\n3. shortfall\r\n4. to be short (of)\r\n5. to lack\r\n"},{"characters":"缂虹偣","pinyin":"qu膿 di菐n","tone":"13","id":1599,"definition":"1. weak point\r\n2. fault\r\n3. shortcoming\r\n4. disadvantage\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑲╄唨","pinyin":"ji膩n b菐ng","tone":"13","id":1623,"definition":"1. shoulder\r\n"},{"characters":"鑳舵按","pinyin":"ji膩o shu菒","tone":"13","id":1634,"definition":"1. glue\r\n"},{"characters":"鑹拌嫤","pinyin":"ji膩n k菙","tone":"13","id":1664,"definition":"1. difficult\r\n2. hard\r\n3. arduous\r\n"},{"characters":"瑙傜偣","pinyin":"gu膩n di菐n","tone":"13","id":1724,"definition":"1. point of view\r\n2. viewpoint\r\n3. standpoint\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"杈涜嫤","pinyin":"x墨n k菙","tone":"13","id":1841,"definition":"1. hard\r\n2. exhausting\r\n3. with much toil\r\n4. thanks for your trouble\r\n"},{"characters":"閬靛畧","pinyin":"z奴n sh菕u","tone":"13","id":1904,"definition":"1. to comply with\r\n2. to abide by\r\n3. to respect (an agreement)\r\n"},{"characters":"閭璇","pinyin":"y膩o q菒ng","tone":"13","id":1906,"definition":"1. to invite\r\n2. invitation\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"閲戝睘","pinyin":"j墨n sh菙","tone":"13","id":1930,"definition":"1. metal\r\n2. CL:绋畖绉峓zhong3]\r\n"},{"characters":"閽㈤搧","pinyin":"g膩ng ti臎","tone":"13","id":1934,"definition":"1. steel\r\n"},{"characters":"棰犲","pinyin":"di膩n d菐o","tone":"13","id":2018,"definition":"1. to turn upside down\r\n2. to reverse\r\n3. back to front\r\n4. confused\r\n5. deranged\r\n6. crazy\r\n"},{"characters":"棰犵案","pinyin":"di膩n b菕","tone":"13","id":2019,"definition":"1. to shake\r\n2. to jolt\r\n3. to bump\r\n"},{"characters":"椋庢櫙","pinyin":"f膿ng j菒ng","tone":"13","id":2022,"definition":"1. scenery\r\n2. landscape\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"椋庨櫓","pinyin":"f膿ng xi菐n","tone":"13","id":2024,"definition":"1. risk\r\n2. hazard\r\n"}],"10":[{"characters":"浜叉垰","pinyin":"q墨n qi","tone":"10","id":95,"definition":"1. a relative (i.e. family relation)\r\n2. CL:闁|闂╗men2],鍊媩涓猍ge4],浣峓wei4]\r\n"},{"characters":"鍑烘伅","pinyin":"ch奴 xi","tone":"10","id":292,"definition":"1. to yield interest, profit etc\r\n2. to exhale (Buddhism)\r\n3. future prospects\r\n4. profit\r\n5. to mature\r\n6. to grow up\r\n"},{"characters":"鍖呰⒈","pinyin":"b膩o fu","tone":"10","id":360,"definition":"1. wrapping cloth\r\n2. a bundle wrapped in cloth\r\n3. load\r\n4. weight\r\n5. burden\r\n6. funny part\r\n7. punchline\r\n"},{"characters":"鍙夊瓙","pinyin":"ch膩 zi","tone":"10","id":399,"definition":"1. fork\r\n2. CL:鎶奫ba3]\r\n"},{"characters":"鍝嗗棪","pinyin":"du艒 suo","tone":"10","id":503,"definition":"1. to tremble\r\n2. to shiver\r\n3. uncontrolled shaking of the body\r\n"},{"characters":"鍟嗛噺","pinyin":"sh膩ng liang","tone":"10","id":516,"definition":"1. to consult\r\n2. to talk over\r\n3. to discuss\r\n"},{"characters":"澶瑰瓙","pinyin":"ji膩 zi","tone":"10","id":611,"definition":"1. clip\r\n2. clamp\r\n3. tongs\r\n4. folder\r\n5. wallet\r\n"},{"characters":"濡堝","pinyin":"m膩 ma","tone":"10","id":626,"definition":"1. mama\r\n2. mommy\r\n3. mother\r\n4. CL:鍊媩涓猍ge4],浣峓wei4]\r\n"},{"characters":"濮戝","pinyin":"g奴 gu","tone":"10","id":629,"definition":"1. paternal aunt\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"濮戝","pinyin":"g奴 niang","tone":"10","id":630,"definition":"1. girl\r\n2. young woman\r\n3. young lady\r\n4. daughter\r\n5. paternal aunt (old)\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀛欏瓙","pinyin":"s奴n zi","tone":"10","id":644,"definition":"1. Sun Tzu, also known as Sun Wu 瀛|瀛欐[Sun1 Wu3] (c. 500 BC, dates of birth and death uncertain), general, strategist and philosopher of the Spring and Autumn Period (700-475 BC), believed to be the author of the 鈥淎rt of War鈥 瀛瓙鍏垫硶|瀛欏瓙鍏垫硶[Sun1 zi3 Bing1 fa3], one of the Seven Military Classics of ancient China 姝︾稉涓冩浉|姝︾粡涓冧功[Wu3 jing1 Qi1 shu1]\r\n2. grandson\r\n3. son's son\r\n"},{"characters":"灞嬪瓙","pinyin":"w奴 zi","tone":"10","id":727,"definition":"1. house\r\n2. room\r\n3. CL:闁搢闂碵jian1]\r\n"},{"characters":"宸寸粨","pinyin":"b膩 jie","tone":"10","id":749,"definition":"1. to fawn on\r\n2. to curry favor with\r\n3. to make up to\r\n"},{"characters":"甯堝倕","pinyin":"sh墨 fu","tone":"10","id":756,"definition":"1. master\r\n2. qualified worker\r\n3. respectful form of address for older men\r\n4. CL:鍊媩涓猍ge4],浣峓wei4],鍚峓ming2]\r\n"},{"characters":"鎶藉眽","pinyin":"ch艒u ti","tone":"10","id":972,"definition":"1. drawer\r\n"},{"characters":"鏉瓙","pinyin":"b膿i zi","tone":"10","id":1182,"definition":"1. cup\r\n2. glass\r\n3. CL:鍊媩涓猍ge4],鏀痆zhi1],鏋漑zhi1]\r\n"},{"characters":"姊冲瓙","pinyin":"sh奴 zi","tone":"10","id":1213,"definition":"1. comb\r\n2. CL:鎶奫ba3]\r\n"},{"characters":"娑堟伅","pinyin":"xi膩o xi","tone":"10","id":1296,"definition":"1. news\r\n2. information\r\n3. CL:姊潀鏉tiao2]\r\n"},{"characters":"鐙瓙","pinyin":"sh墨 zi","tone":"10","id":1380,"definition":"1. Leo (star sign)\r\n2. Shihtzu township in Pingtung County 灞忔澅绺灞忎笢鍘縖Ping2 dong1 Xian4], Taiwan\r\n3. lion\r\n4. CL:闅粅鍙猍zhi1],闋瓅澶碵tou2]\r\n"},{"characters":"鐜荤拑","pinyin":"b艒 li","tone":"10","id":1391,"definition":"1. glass\r\n2. CL:寮祙寮燵zhang1],濉妡鍧梉kuai4]\r\n3. (slang) male homosexual\r\n"},{"characters":"鐭ヨ瘑","pinyin":"zh墨 shi","tone":"10","id":1469,"definition":"1. knowledge\r\n2. CL:闁|闂╗men2]\r\n3. intellectual\r\n"},{"characters":"绉板懠","pinyin":"ch膿ng hu","tone":"10","id":1504,"definition":"1. to call\r\n2. to address as\r\n3. appellation\r\n"},{"characters":"绛斿簲","pinyin":"d膩 ying","tone":"10","id":1535,"definition":"1. to promise\r\n2. to agree\r\n3. to reply\r\n4. to respond\r\n"},{"characters":"缁撳疄","pinyin":"ji膿 shi","tone":"10","id":1582,"definition":"1. to bear fruit\r\n2. rugged\r\n3. sturdy\r\n4. strong\r\n5. durable\r\n6. buff (physique)\r\n"},{"characters":"鑰借","pinyin":"d膩n wu","tone":"10","id":1617,"definition":"1. to delay\r\n2. to hold up\r\n3. to waste time\r\n4. to interfere with\r\n"},{"characters":"瑙勭煩","pinyin":"gu墨 ju","tone":"10","id":1728,"definition":"1. lit. compass and set square\r\n2. fig. established standard\r\n3. rule\r\n4. customs\r\n5. practices\r\n6. fig. upright and honest\r\n7. well-behaved\r\n"}],"23":[{"characters":"浜哄彛","pinyin":"r茅n k菕u","tone":"23","id":99,"definition":"1. population\r\n2. people\r\n"},{"characters":"浠庢","pinyin":"c贸ng c菒","tone":"23","id":111,"definition":"1. from now on\r\n2. since then\r\n3. henceforth\r\n"},{"characters":"浼犳煋","pinyin":"chu谩n r菐n","tone":"23","id":141,"definition":"1. to infect\r\n2. contagious\r\n"},{"characters":"浼犵粺","pinyin":"chu谩n t菕ng","tone":"23","id":142,"definition":"1. tradition\r\n2. traditional\r\n3. convention\r\n4. conventional\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浼瘝","pinyin":"b贸 m菙","tone":"23","id":147,"definition":"1. wife of father's elder brother\r\n2. aunt\r\n3. (polite form of address for a woman who is about the age of one's mother)\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍘樼背","pinyin":"l铆 m菒","tone":"23","id":387,"definition":"1. centimeter\r\n2. also written 閲愮背|鍘樼背\r\n3. centimeter\r\n4. also written 鍘樼背\r\n"},{"characters":"鍚堝奖","pinyin":"h茅 y菒ng","tone":"23","id":459,"definition":"1. to take a joint photo\r\n2. group photo\r\n"},{"characters":"鍚堟硶","pinyin":"h茅 f菐","tone":"23","id":460,"definition":"1. lawful\r\n2. legitimate\r\n3. legal\r\n"},{"characters":"鍚堢悊","pinyin":"h茅 l菒","tone":"23","id":461,"definition":"1. rational\r\n2. reasonable\r\n3. fair\r\n"},{"characters":"鍩庡牎","pinyin":"ch茅ng b菐o","tone":"23","id":560,"definition":"1. castle\r\n2. rook (chess piece)\r\n"},{"characters":"鍩瑰吇","pinyin":"p茅i y菐ng","tone":"23","id":561,"definition":"1. to cultivate\r\n2. to breed\r\n3. to foster\r\n4. to nurture\r\n5. to educate\r\n6. to groom (for a position)\r\n7. education\r\n8. fostering\r\n9. culture (biology)\r\n"},{"characters":"濯掍綋","pinyin":"m茅i t菒","tone":"23","id":638,"definition":"1. media, esp. news media\r\n"},{"characters":"瀹屾暣","pinyin":"w谩n zh臎ng","tone":"23","id":658,"definition":"1. complete\r\n2. intact\r\n"},{"characters":"瀹岀編","pinyin":"w谩n m臎i","tone":"23","id":659,"definition":"1. perfect\r\n2. perfection\r\n3. perfectly\r\n"},{"characters":"瀵绘壘","pinyin":"x煤n zh菐o","tone":"23","id":703,"definition":"1. to seek\r\n2. to look for\r\n"},{"characters":"骞崇瓑","pinyin":"p铆ng d臎ng","tone":"23","id":768,"definition":"1. equal\r\n2. equality\r\n"},{"characters":"鎬ヨ瘖","pinyin":"j铆 zh臎n","tone":"23","id":849,"definition":"1. emergency call\r\n2. emergency (medical) treatment\r\n"},{"characters":"鎯呮櫙","pinyin":"q铆ng j菒ng","tone":"23","id":874,"definition":"1. scene\r\n2. sight\r\n3. circumstances\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎴愭湰","pinyin":"ch茅ng b臎n","tone":"23","id":903,"definition":"1. (manufacturing, production etc) costs\r\n"},{"characters":"鎴愭灉","pinyin":"ch茅ng gu菕","tone":"23","id":904,"definition":"1. result\r\n2. achievement\r\n3. gain\r\n4. profit\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎴愯","pinyin":"ch茅ng y菙","tone":"23","id":907,"definition":"1. Chinese set expression, often made up of 4 characters or two couplets of 4 characters each, often alluding to a story or historical quotation\r\n2. idiom\r\n3. proverb\r\n4. saying\r\n5. adage\r\n6. set expression\r\n7. CL:姊潀鏉tiao2],鏈琜ben3],鍙ju4]\r\n"},{"characters":"鎴愰暱","pinyin":"ch茅ng zh菐ng","tone":"23","id":908,"definition":"1. to mature\r\n2. to grow\r\n3. growth\r\n"},{"characters":"鎸佷箙","pinyin":"ch铆 ji菙","tone":"23","id":989,"definition":"1. lasting\r\n2. enduring\r\n3. persistent\r\n4. permanent\r\n5. protracted\r\n6. endurance\r\n7. persistence\r\n8. to last long\r\n"},{"characters":"鎻忓啓","pinyin":"mi谩o xi臎","tone":"23","id":1023,"definition":"1. to describe\r\n2. to depict\r\n3. to portray\r\n4. description\r\n"},{"characters":"鎻愰啋","pinyin":"t铆 x菒ng","tone":"23","id":1029,"definition":"1. to remind\r\n2. to call attention to\r\n3. to warn of\r\n"},{"characters":"鏄庢樉","pinyin":"m铆ng xi菐n","tone":"23","id":1134,"definition":"1. clear\r\n2. distinct\r\n3. obvious\r\n"},{"characters":"妯′豢","pinyin":"m贸 f菐ng","tone":"23","id":1219,"definition":"1. to imitate\r\n2. to copy\r\n3. to emulate\r\n4. to mimic\r\n5. model\r\n"},{"characters":"娈嬪繊","pinyin":"c谩n r臎n","tone":"23","id":1243,"definition":"1. cruel\r\n2. mean\r\n3. merciless\r\n4. ruthless\r\n"},{"characters":"姣掑搧","pinyin":"d煤 p菒n","tone":"23","id":1246,"definition":"1. drugs\r\n2. narcotics\r\n3. poison\r\n"},{"characters":"娌℃湁","pinyin":"m茅i y菕u","tone":"23","id":1272,"definition":"1. haven't\r\n2. hasn't\r\n3. doesn't exist\r\n4. to not have\r\n5. to not be\r\n"},{"characters":"娴忚","pinyin":"li煤 l菐n","tone":"23","id":1290,"definition":"1. to skim over\r\n2. to browse\r\n"},{"characters":"娓歌","pinyin":"y贸u l菐n","tone":"23","id":1310,"definition":"1. to go sight-seeing\r\n2. to tour\r\n3. to visit\r\n4. CL:娆ci4]\r\n"},{"characters":"鐗欓娇","pinyin":"y谩 ch菒","tone":"23","id":1365,"definition":"1. tooth\r\n2. dental\r\n3. CL:椤唡棰梉ke1]\r\n"},{"characters":"鐜嬪瓙","pinyin":"w谩ng z菒","tone":"23","id":1385,"definition":"1. prince\r\n2. son of a king\r\n"},{"characters":"鐫鐏","pinyin":"zh谩o hu菕","tone":"23","id":1462,"definition":"1. to ignite\r\n2. to burn\r\n"},{"characters":"缃氭","pinyin":"f谩 ku菐n","tone":"23","id":1603,"definition":"1. to fine\r\n2. penalty\r\n3. fine (monetary)\r\n"},{"characters":"鑰屽凡","pinyin":"茅r y菒","tone":"23","id":1615,"definition":"1. that's all\r\n2. nothing more\r\n"},{"characters":"鑹ソ","pinyin":"li谩ng h菐o","tone":"23","id":1662,"definition":"1. good\r\n2. favorable\r\n3. well\r\n4. fine\r\n"},{"characters":"鑺傜渷","pinyin":"ji茅 sh臎ng","tone":"23","id":1667,"definition":"1. saving\r\n2. to save\r\n3. to use sparingly\r\n4. to cut down on\r\n"},{"characters":"钀ュ吇","pinyin":"y铆ng y菐ng","tone":"23","id":1679,"definition":"1. nutrition\r\n2. nourishment\r\n3. CL:绋畖绉峓zhong3]\r\n"},{"characters":"璇氭伋","pinyin":"ch茅ng k臎n","tone":"23","id":1755,"definition":"1. sincere\r\n2. honest\r\n3. cordial\r\n"},{"characters":"璋冩暣","pinyin":"ti谩o zh臎ng","tone":"23","id":1773,"definition":"1. to adjust\r\n2. adjustment\r\n3. revision\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璐骇","pinyin":"c谩i ch菐n","tone":"23","id":1785,"definition":"1. property\r\n2. assets\r\n3. estate\r\n4. CL:绛唡绗擺bi3]\r\n"},{"characters":"杩濆弽","pinyin":"w茅i f菐n","tone":"23","id":1867,"definition":"1. to violate (a law)\r\n"},{"characters":"杩熸棭","pinyin":"ch铆 z菐o","tone":"23","id":1870,"definition":"1. sooner or later\r\n"},{"characters":"杩熺紦","pinyin":"ch铆 hu菐n","tone":"23","id":1872,"definition":"1. slow\r\n2. sluggish\r\n"},{"characters":"闅忔墜","pinyin":"su铆 sh菕u","tone":"23","id":1970,"definition":"1. conveniently\r\n2. without extra trouble\r\n3. while doing it\r\n4. in passing\r\n"},{"characters":"闅惧厤","pinyin":"n谩n mi菐n","tone":"23","id":1975,"definition":"1. hard to avoid\r\n2. difficult to escape from\r\n3. will inevitably\r\n"},{"characters":"闆嗕綋","pinyin":"j铆 t菒","tone":"23","id":1978,"definition":"1. collective\r\n2. social\r\n3. team\r\n4. CL:鍊媩涓猍ge4]\r\n"}],"21":[{"characters":"浜虹敓","pinyin":"r茅n sh膿ng","tone":"21","id":103,"definition":"1. life (one's time on earth)\r\n"},{"characters":"浼犲崟","pinyin":"chu谩n d膩n","tone":"21","id":138,"definition":"1. leaflet\r\n2. flier\r\n3. pamphlet\r\n"},{"characters":"浼犳挱","pinyin":"chu谩n b艒","tone":"21","id":140,"definition":"1. to disseminate\r\n2. to propagate\r\n3. to spread\r\n"},{"characters":"浼犺","pinyin":"chu谩n shu艒","tone":"21","id":143,"definition":"1. legend\r\n2. folklore\r\n3. tradition\r\n4. it is said\r\n5. they say that...\r\n"},{"characters":"鍏朵腑","pinyin":"q铆 zh艒ng","tone":"21","id":252,"definition":"1. among\r\n2. in\r\n3. included among these\r\n"},{"characters":"鍐滄潙","pinyin":"n贸ng c奴n","tone":"21","id":269,"definition":"1. rural area\r\n2. village\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍐冲績","pinyin":"ju茅 x墨n","tone":"21","id":277,"definition":"1. determination\r\n2. resolution\r\n3. determined\r\n4. firm and resolute\r\n5. to make up one's mind\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍗佸垎","pinyin":"sh铆 f膿n","tone":"21","id":369,"definition":"1. very\r\n2. completely\r\n3. utterly\r\n4. extremely\r\n5. absolutely\r\n6. hundred percent\r\n7. to divide into ten equal parts\r\n"},{"characters":"鍘熷洜","pinyin":"yu谩n y墨n","tone":"21","id":389,"definition":"1. cause\r\n2. origin\r\n3. root cause\r\n4. reason\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍙伴樁","pinyin":"t谩i ji膿","tone":"21","id":448,"definition":"1. steps\r\n2. flight of steps\r\n3. step (over obstacle)\r\n4. fig. way out of an embarrassing situation\r\n5. bench (geology)\r\n"},{"characters":"鍛樺伐","pinyin":"yu谩n g艒ng","tone":"21","id":490,"definition":"1. staff\r\n2. personnel\r\n3. employee\r\n"},{"characters":"鍞竴","pinyin":"w茅i y墨","tone":"21","id":512,"definition":"1. only\r\n2. sole\r\n"},{"characters":"鍥村肪","pinyin":"w茅i j墨n","tone":"21","id":532,"definition":"1. scarf\r\n2. shawl\r\n3. CL:姊潀鏉tiao2]\r\n"},{"characters":"濡備粖","pinyin":"r煤 j墨n","tone":"21","id":623,"definition":"1. nowadays\r\n2. now\r\n"},{"characters":"瀛︽湡","pinyin":"xu茅 q墨","tone":"21","id":647,"definition":"1. term\r\n2. semester\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"宕囬珮","pinyin":"ch贸ng g膩o","tone":"21","id":736,"definition":"1. majestic\r\n2. sublime\r\n"},{"characters":"骞冲潎","pinyin":"p铆ng j奴n","tone":"21","id":763,"definition":"1. average\r\n2. on average\r\n3. evenly\r\n4. in equal proportions\r\n"},{"characters":"骞冲畨","pinyin":"p铆ng 膩n","tone":"21","id":764,"definition":"1. safe and sound\r\n2. well\r\n3. without mishap\r\n4. quiet and safe\r\n5. at peace\r\n"},{"characters":"骞虫柟","pinyin":"p铆ng f膩ng","tone":"21","id":766,"definition":"1. square (as in square foot, square mile, square root)\r\n"},{"characters":"搴婂崟","pinyin":"chu谩ng d膩n","tone":"21","id":784,"definition":"1. bed sheet\r\n2. CL:姊潀鏉tiao2],浠禰jian4],寮祙寮燵zhang1],搴奫chuang2]\r\n"},{"characters":"鎴愪氦","pinyin":"ch茅ng ji膩o","tone":"21","id":895,"definition":"1. to complete a contract\r\n2. to reach a deal\r\n"},{"characters":"鎴愬ぉ","pinyin":"ch茅ng ti膩n","tone":"21","id":899,"definition":"1. (coll.) all day long\r\n2. all the time\r\n"},{"characters":"鎴愬績","pinyin":"ch茅ng x墨n","tone":"21","id":901,"definition":"1. intentional\r\n2. deliberate\r\n3. on purpose\r\n"},{"characters":"鎵垮寘","pinyin":"ch茅ng b膩o","tone":"21","id":940,"definition":"1. to contract\r\n2. to undertake (a job)\r\n"},{"characters":"鎵挎媴","pinyin":"ch茅ng d膩n","tone":"21","id":942,"definition":"1. to undertake\r\n2. to assume (responsibility etc)\r\n"},{"characters":"鎶曡祫","pinyin":"t贸u z墨","tone":"21","id":952,"definition":"1. investment\r\n2. to invest\r\n"},{"characters":"鎻愪緵","pinyin":"t铆 g艒ng","tone":"21","id":1025,"definition":"1. to offer\r\n2. to supply\r\n3. to provide\r\n4. to furnish\r\n"},{"characters":"鎻愮翰","pinyin":"t铆 g膩ng","tone":"21","id":1028,"definition":"1. outline\r\n2. synopsis\r\n3. notes\r\n"},{"characters":"鏂囩珷","pinyin":"w茅n zh膩ng","tone":"21","id":1102,"definition":"1. article\r\n2. essay\r\n3. literary works\r\n4. writings\r\n5. hidden meaning\r\n6. CL:绡嘯pian1],娈礫duan4],闋亅椤礫ye4]\r\n"},{"characters":"鏃跺樊","pinyin":"sh铆 ch膩","tone":"21","id":1127,"definition":"1. time difference\r\n2. time lag\r\n3. jet lag\r\n"},{"characters":"鏃舵湡","pinyin":"sh铆 q墨","tone":"21","id":1128,"definition":"1. period\r\n2. phase\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏄庢槦","pinyin":"m铆ng x墨ng","tone":"21","id":1133,"definition":"1. star\r\n2. celebrity\r\n"},{"characters":"鏇剧粡","pinyin":"c茅ng j墨ng","tone":"21","id":1151,"definition":"1. once\r\n2. already\r\n3. former\r\n4. previously\r\n5. ever\r\n6. (past tense marker used before verb or clause)\r\n"},{"characters":"鏈嶈","pinyin":"f煤 zhu膩ng","tone":"21","id":1156,"definition":"1. dress\r\n2. clothing\r\n3. costume\r\n4. clothes\r\n5. CL:韬玔shen1]\r\n"},{"characters":"鏍稿績","pinyin":"h茅 x墨n","tone":"21","id":1200,"definition":"1. core\r\n2. nucleus\r\n"},{"characters":"娌夋","pinyin":"ch茅n s墨","tone":"21","id":1262,"definition":"1. to contemplate\r\n2. to ponder\r\n3. contemplation\r\n4. meditation\r\n"},{"characters":"娼箍","pinyin":"ch谩o sh墨","tone":"21","id":1321,"definition":"1. damp\r\n2. moist\r\n"},{"characters":"婢勬竻","pinyin":"ch茅ng q墨ng","tone":"21","id":1322,"definition":"1. clear (of liquid)\r\n2. limpid\r\n3. to clarify\r\n4. to make sth clear\r\n5. to be clear (about the facts)\r\n6. to settle (of liquid)\r\n7. to become clear (by precipitation of impurities)\r\n8. precipitate (chemistry)\r\n9. to put in order\r\n10. to quell disturbances\r\n"},{"characters":"鐔熸倝","pinyin":"sh煤 x墨","tone":"21","id":1349,"definition":"1. to be familiar with\r\n2. to know well\r\n"},{"characters":"鐕冪儳","pinyin":"r谩n sh膩o","tone":"21","id":1353,"definition":"1. to ignite\r\n2. to combust\r\n3. to burn\r\n4. combustion\r\n5. flaming\r\n"},{"characters":"鐗欒啅","pinyin":"y谩 g膩o","tone":"21","id":1364,"definition":"1. toothpaste\r\n2. CL:绠guan3]\r\n"},{"characters":"鐩存帴","pinyin":"zh铆 ji膿","tone":"21","id":1444,"definition":"1. direct\r\n2. opposite: indirect 闁撴帴|闂存帴\r\n3. immediate\r\n4. directly\r\n5. straightforward\r\n"},{"characters":"鐮旂┒","pinyin":"y谩n ji奴","tone":"21","id":1473,"definition":"1. research\r\n2. a study\r\n3. CL:闋厊椤筟xiang4]\r\n"},{"characters":"绁炰粰","pinyin":"sh茅n xi膩n","tone":"21","id":1491,"definition":"1. Daoist immortal\r\n2. supernatural entity\r\n3. (in modern fiction) fairy, elf, leprechaun etc\r\n4. fig. lighthearted person\r\n"},{"characters":"绂诲","pinyin":"l铆 h奴n","tone":"21","id":1494,"definition":"1. to divorce\r\n2. divorced from (one's spouse)\r\n"},{"characters":"缁翠慨","pinyin":"w茅i xi奴","tone":"21","id":1590,"definition":"1. maintenance (of equipment)\r\n2. to protect and maintain\r\n"},{"characters":"鑳¤","pinyin":"h煤 shu艒","tone":"21","id":1633,"definition":"1. to talk nonsense\r\n2. drivel\r\n"},{"characters":"杩庢帴","pinyin":"y铆ng ji膿","tone":"21","id":1860,"definition":"1. to meet\r\n2. to welcome\r\n3. to greet\r\n"},{"characters":"闃冲厜","pinyin":"y谩ng gu膩ng","tone":"21","id":1953,"definition":"1. sunshine\r\n2. CL:绶殀绾縖xian4]\r\n3. transparent (open to public scrutiny)\r\n"},{"characters":"闄ゅ","pinyin":"Ch煤 x墨","tone":"21","id":1967,"definition":"1. lunar New Year's Eve\r\n"},{"characters":"闄ら潪","pinyin":"ch煤 f膿i","tone":"21","id":1968,"definition":"1. only if (..., or otherwise, ...)\r\n2. only when\r\n3. only in the case that\r\n4. unless\r\n"},{"characters":"闅忚韩","pinyin":"su铆 sh膿n","tone":"21","id":1973,"definition":"1. to (carry) on one's person\r\n2. to (take) with one\r\n"},{"characters":"闆嗕腑","pinyin":"j铆 zh艒ng","tone":"21","id":1977,"definition":"1. to concentrate\r\n2. to centralize\r\n3. to focus\r\n4. centralized\r\n5. concentrated\r\n6. to put together\r\n"},{"characters":"榛勯噾","pinyin":"hu谩ng j墨n","tone":"21","id":2046,"definition":"1. gold\r\n2. golden (opportunity)\r\n3. prime (time)\r\n"}],"40":[{"characters":"浠诲姟","pinyin":"r猫n wu","tone":"40","id":125,"definition":"1. mission\r\n2. assignment\r\n3. task\r\n4. duty\r\n5. role\r\n6. CL:闋厊椤筟xiang4],鍊媩涓猍ge4]\r\n"},{"characters":"浼肩殑","pinyin":"sh矛 de","tone":"40","id":153,"definition":"1. seems as if\r\n2. rather like\r\n3. Taiwan pr. [si4 de5]\r\n"},{"characters":"鍏斿瓙","pinyin":"t霉 zi","tone":"40","id":237,"definition":"1. hare\r\n2. rabbit\r\n3. CL:闅粅鍙猍zhi1]\r\n"},{"characters":"鍑戝悎","pinyin":"c貌u he","tone":"40","id":285,"definition":"1. to bring together\r\n2. to make do in a bad situation\r\n3. to just get by\r\n4. to improvise\r\n5. passable\r\n6. not too bad\r\n"},{"characters":"鍒壄","pinyin":"bi猫 niu","tone":"40","id":321,"definition":"1. awkward\r\n2. difficult\r\n3. uncomfortable\r\n4. not agreeing\r\n5. at loggerheads\r\n6. gauche\r\n"},{"characters":"鍔涢噺","pinyin":"l矛 liang","tone":"40","id":336,"definition":"1. power\r\n2. force\r\n3. strength\r\n"},{"characters":"鍙跺瓙","pinyin":"y猫 zi","tone":"40","id":449,"definition":"1. foliage\r\n2. leaf\r\n3. CL:鐗嘯pian4]\r\n"},{"characters":"鍛抽亾","pinyin":"w猫i dao","tone":"40","id":493,"definition":"1. flavor\r\n2. smell\r\n3. hint of\r\n"},{"characters":"鍦ㄤ箮","pinyin":"z脿i hu","tone":"40","id":540,"definition":"1. to care about\r\n2. equivalent of 鍦ㄦ柤|鍦ㄤ簬[zai4 yu2]\r\n"},{"characters":"澶お","pinyin":"t脿i tai","tone":"40","id":602,"definition":"1. married woman\r\n2. Mrs.\r\n3. Madam\r\n4. wife\r\n5. CL:鍊媩涓猍ge4],浣峓wei4]\r\n"},{"characters":"瀵逛粯","pinyin":"du矛 fu","tone":"40","id":690,"definition":"1. to handle\r\n2. to deal with\r\n3. to cope\r\n4. to get by with\r\n"},{"characters":"搴斾粯","pinyin":"y矛ng fu","tone":"40","id":785,"definition":"1. to deal with\r\n2. to cope\r\n"},{"characters":"鎬佸害","pinyin":"t脿i du","tone":"40","id":844,"definition":"1. manner\r\n2. bearing\r\n3. attitude\r\n4. approach\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎴掓寚","pinyin":"ji猫 zhi","tone":"40","id":910,"definition":"1. (finger) ring\r\n"},{"characters":"鎵囧瓙","pinyin":"sh脿n zi","tone":"40","id":916,"definition":"1. fan\r\n2. CL:鎶奫ba3]\r\n"},{"characters":"鎶ラ叕","pinyin":"b脿o chou","tone":"40","id":962,"definition":"1. reward\r\n2. remuneration\r\n"},{"characters":"鏁欒","pinyin":"ji脿o xun","tone":"40","id":1084,"definition":"1. lesson\r\n2. moral\r\n3. to chide sb\r\n4. to lecture sb\r\n"},{"characters":"鏃ュ瓙","pinyin":"r矛 zi","tone":"40","id":1118,"definition":"1. day\r\n2. a (calendar) date\r\n3. days of one's life\r\n"},{"characters":"鏈ㄥご","pinyin":"m霉 tou","tone":"40","id":1162,"definition":"1. slow-witted\r\n2. blockhead\r\n3. log (of wood, timber etc)\r\n4. CL:濉妡鍧梉kuai4],鏍筟gen1]\r\n"},{"characters":"鏍峰瓙","pinyin":"y脿ng zi","tone":"40","id":1198,"definition":"1. appearance\r\n2. manner\r\n3. pattern\r\n4. model\r\n"},{"characters":"鐑椆","pinyin":"r猫 nao","tone":"40","id":1343,"definition":"1. bustling with noise and excitement\r\n2. lively\r\n"},{"characters":"鑸呰垍","pinyin":"ji霉 jiu","tone":"40","id":1658,"definition":"1. mother's brother\r\n2. maternal uncle (informal)\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"琚滃瓙","pinyin":"w脿 zi","tone":"40","id":1710,"definition":"1. socks\r\n2. stockings\r\n3. CL:闅粅鍙猍zhi1],灏峾瀵筟dui4],闆檤鍙孾shuang1]\r\n"},{"characters":"琚瓙","pinyin":"b猫i zi","tone":"40","id":1713,"definition":"1. quilt\r\n2. CL:搴奫chuang2]\r\n"},{"characters":"瑕佹槸","pinyin":"y脿o shi","tone":"40","id":1721,"definition":"1. if\r\n"},{"characters":"璞嗚厫","pinyin":"d貌u fu","tone":"40","id":1779,"definition":"1. tofu\r\n2. bean curd\r\n"},{"characters":"杈瓙","pinyin":"bi脿n zi","tone":"40","id":1849,"definition":"1. plait\r\n2. braid\r\n3. pigtail\r\n4. a mistake or shortcoming that may be exploited by an opponent\r\n5. handle\r\n6. CL:鏍筟gen1],姊潀鏉tiao2]\r\n"},{"characters":"杩愭皵","pinyin":"y霉n qi","tone":"40","id":1861,"definition":"1. luck (good or bad)\r\n"},{"characters":"閬撶悊","pinyin":"d脿o li","tone":"40","id":1902,"definition":"1. reason\r\n2. argument\r\n3. sense\r\n4. principle\r\n5. basis\r\n6. justification\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"閽ュ寵","pinyin":"y脿o shi","tone":"40","id":1935,"definition":"1. key\r\n2. CL:鎶奫ba3]\r\n"}],"20":[{"characters":"鍊煎緱","pinyin":"zh铆 de","tone":"20","id":204,"definition":"1. to be worth\r\n2. to deserve\r\n"},{"characters":"鍎垮瓙","pinyin":"茅r zi","tone":"20","id":219,"definition":"1. son\r\n"},{"characters":"鍕哄瓙","pinyin":"sh谩o zi","tone":"20","id":354,"definition":"1. scoop\r\n2. ladle\r\n3. CL:鎶奫ba3]\r\n"},{"characters":"鍚堝悓","pinyin":"h茅 tong","tone":"20","id":458,"definition":"1. (business) contract\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍚嶅瓧","pinyin":"m铆ng zi","tone":"20","id":465,"definition":"1. name (of a person or thing)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍜变滑","pinyin":"z谩n men","tone":"20","id":501,"definition":"1. we or us (including both the speaker and the person(s) spoken to)\r\n2. (dialect) I or me\r\n3. (dialect) (in a coaxing or familiar way) you\r\n4. also pr. [za2 men5]\r\n"},{"characters":"妗斿瓙","pinyin":"j煤 zi","tone":"20","id":1207,"definition":"1. tangerine\r\n2. also written 姗樺瓙\r\n3. CL:鍊媩涓猍ge4],鐡ban4]\r\n"},{"characters":"妯$硦","pinyin":"m贸 hu","tone":"20","id":1221,"definition":"1. vague\r\n2. indistinct\r\n3. fuzzy\r\n"},{"characters":"鐚村瓙","pinyin":"h贸u zi","tone":"20","id":1383,"definition":"1. monkey\r\n2. CL:闅粅鍙猍zhi1]\r\n"},{"characters":"鐪夋瘺","pinyin":"m茅i mao","tone":"20","id":1455,"definition":"1. eyebrow\r\n2. CL:鏍筟gen1]\r\n"},{"characters":"鐭冲ご","pinyin":"sh铆 tou","tone":"20","id":1471,"definition":"1. stone\r\n2. CL:濉妡鍧梉kuai4]\r\n"},{"characters":"绔瑰瓙","pinyin":"zh煤 zi","tone":"20","id":1527,"definition":"1. bamboo\r\n2. CL:妫礫ke1],鏀痆zhi1],鏍筟gen1]\r\n"},{"characters":"绮","pinyin":"li谩ng shi","tone":"20","id":1551,"definition":"1. foodstuff\r\n2. cereals\r\n3. CL:绋畖绉峓zhong3]\r\n"},{"characters":"绯婃秱","pinyin":"h煤 tu","tone":"20","id":1554,"definition":"1. muddled\r\n2. silly\r\n3. confused\r\n"},{"characters":"缁冲瓙","pinyin":"sh茅ng zi","tone":"20","id":1589,"definition":"1. cord\r\n2. string\r\n3. rope\r\n4. CL:姊潀鏉tiao2]\r\n"},{"characters":"鑴栧瓙","pinyin":"b贸 zi","tone":"20","id":1641,"definition":"1. neck\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑻楁潯","pinyin":"mi谩o tiao","tone":"20","id":1670,"definition":"1. (of a woman) slim\r\n2. slender\r\n3. graceful\r\n"},{"characters":"钁¤悇","pinyin":"p煤 tao","tone":"20","id":1682,"definition":"1. grape\r\n"},{"characters":"閫昏緫","pinyin":"lu贸 ji","tone":"20","id":1897,"definition":"1. logic (loanword)\r\n"},{"characters":"闅忕潃","pinyin":"su铆 zhe","tone":"20","id":1972,"definition":"1. along with\r\n2. in the wake of\r\n3. following\r\n"},{"characters":"棣掑ご","pinyin":"m谩n tou","tone":"20","id":2031,"definition":"1. steamed roll\r\n2. steamed bun\r\n3. steamed bread\r\n4. CL:鍊媩涓猍ge4]\r\n"}],"243":[{"characters":"鍗氱墿棣","pinyin":"b贸 w霉 gu菐n","tone":"243","id":376,"definition":"1. museum\r\n"}],"444":[{"characters":"澶囧繕褰","pinyin":"b猫i w脿ng l霉","tone":"444","id":580,"definition":"1. memorandum\r\n2. aide-memoire\r\n3. memorandum book\r\n"}],"442":[{"characters":"澶忎护钀","pinyin":"xi脿 l矛ng y铆ng","tone":"442","id":582,"definition":"1. summer camp\r\n"}],"422":[{"characters":"澶瀬鎷","pinyin":"t脿i j铆 qu谩n","tone":"422","id":603,"definition":"1. shadowboxing or Taiji, T'aichi or T'aichichuan\r\n2. traditional form of physical exercise or relaxation\r\n3. a martial art\r\n"}],"310":[{"characters":"鎵撳畼鍙","pinyin":"d菐 gu膩n si","tone":"310","id":928,"definition":"1. to file a lawsuit\r\n2. to sue\r\n3. to dispute\r\n"}],"443":[{"characters":"鏃ョ敤鍝","pinyin":"r矛 y貌ng p菒n","tone":"443","id":1121,"definition":"1. articles for daily use\r\n2. CL:浠禰jian4],鍊媩涓猍ge4]\r\n"}],"403":[{"characters":"鐪嬩笉璧","pinyin":"k脿n bu q菒","tone":"403","id":1456,"definition":"1. to look down upon\r\n2. to despise\r\n"}],"424":[{"characters":"铔嬬櫧璐","pinyin":"d脿n b谩i zh矛","tone":"424","id":1688,"definition":"1. protein\r\n"}]}
\ No newline at end of file
diff --git a/assets/skilltree.json b/assets/skilltree.json
new file mode 100644
index 0000000..3997b6e
--- /dev/null
+++ b/assets/skilltree.json
@@ -0,0 +1,644 @@
+{
+ "skillLevels": [
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "One"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [],
+ "uniqueID": 1042
+ }
+ ]
+ },
+ {
+ "targetTone": [
+ "Two"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "One"
+ ]
+ ],
+ "uniqueID": 1000
+ }
+ ]
+ }
+ ],
+ "level": 0
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "Three"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "One"
+ ]
+ ],
+ "uniqueID": 1001
+ },
+ {
+ "comparisonTones": [
+ [
+ "Two"
+ ]
+ ],
+ "uniqueID": 1002
+ }
+ ]
+ },
+ {
+ "targetTone": [
+ "Four"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "Two"
+ ]
+ ],
+ "uniqueID": 1003
+ },
+ {
+ "comparisonTones": [
+ [
+ "Three"
+ ]
+ ],
+ "uniqueID": 1004
+ }
+ ]
+ }
+ ],
+ "level": 1
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "One",
+ "One"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [],
+ "uniqueID": 1043
+ }
+ ]
+ }
+ ],
+ "level": 2
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "One",
+ "Two"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "One"
+ ]
+ ],
+ "uniqueID": 1005
+ }
+ ]
+ },
+ {
+ "targetTone": [
+ "One",
+ "Three"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Two"
+ ]
+ ],
+ "uniqueID": 1006
+ },
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "One"
+ ]
+ ],
+ "uniqueID": 1007
+ }
+ ]
+ }
+ ],
+ "level": 3
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "One",
+ "Four"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Three"
+ ]
+ ],
+ "uniqueID": 1008
+ },
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Two"
+ ]
+ ],
+ "uniqueID": 1009
+ }
+ ]
+ },
+ {
+ "targetTone": [
+ "One",
+ "Zero"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Three"
+ ]
+ ],
+ "uniqueID": 1010
+ },
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Four"
+ ]
+ ],
+ "uniqueID": 1011
+ }
+ ]
+ }
+ ],
+ "level": 4
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "Two",
+ "One"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Two"
+ ]
+ ],
+ "uniqueID": 1012
+ },
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Three"
+ ]
+ ],
+ "uniqueID": 1013
+ }
+ ]
+ }
+ ],
+ "level": 5
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "Two",
+ "Two"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "Two",
+ "One"
+ ]
+ ],
+ "uniqueID": 1014
+ },
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Two"
+ ]
+ ],
+ "uniqueID": 1015
+ }
+ ]
+ },
+ {
+ "targetTone": [
+ "Two",
+ "Three"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "Two",
+ "Two"
+ ]
+ ],
+ "uniqueID": 1016
+ },
+ {
+ "comparisonTones": [
+ [
+ "Two",
+ "One"
+ ]
+ ],
+ "uniqueID": 1017
+ }
+ ]
+ }
+ ],
+ "level": 6
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "Two",
+ "Four"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Four"
+ ]
+ ],
+ "uniqueID": 1018
+ },
+ {
+ "comparisonTones": [
+ [
+ "Two",
+ "Three"
+ ]
+ ],
+ "uniqueID": 1019
+ }
+ ]
+ },
+ {
+ "targetTone": [
+ "Two",
+ "Zero"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Zero"
+ ]
+ ],
+ "uniqueID": 1020
+ },
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Three"
+ ]
+ ],
+ "uniqueID": 1021
+ }
+ ]
+ }
+ ],
+ "level": 7
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "Three",
+ "One"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "Two",
+ "One"
+ ]
+ ],
+ "uniqueID": 1022
+ },
+ {
+ "comparisonTones": [
+ [
+ "Two",
+ "Three"
+ ]
+ ],
+ "uniqueID": 1023
+ }
+ ]
+ }
+ ],
+ "level": 8
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "Three",
+ "Two"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "Three",
+ "One"
+ ]
+ ],
+ "uniqueID": 1024
+ },
+ {
+ "comparisonTones": [
+ [
+ "Two",
+ "Two"
+ ]
+ ],
+ "uniqueID": 1025
+ }
+ ]
+ },
+ {
+ "targetTone": [
+ "Three",
+ "Three"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "Three",
+ "Two"
+ ]
+ ],
+ "uniqueID": 1026
+ },
+ {
+ "comparisonTones": [
+ [
+ "Two",
+ "Three"
+ ]
+ ],
+ "uniqueID": 1027
+ }
+ ]
+ }
+ ],
+ "level": 9
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "Three",
+ "Four"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "Three",
+ "Three"
+ ]
+ ],
+ "uniqueID": 1028
+ },
+ {
+ "comparisonTones": [
+ [
+ "Two",
+ "Four"
+ ]
+ ],
+ "uniqueID": 1029
+ }
+ ]
+ },
+ {
+ "targetTone": [
+ "Three",
+ "Zero"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "Two",
+ "Zero"
+ ]
+ ],
+ "uniqueID": 1030
+ },
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Zero"
+ ]
+ ],
+ "uniqueID": 1031
+ }
+ ]
+ }
+ ],
+ "level": 10
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "Four",
+ "One"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "Three",
+ "One"
+ ]
+ ],
+ "uniqueID": 1032
+ },
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "One"
+ ]
+ ],
+ "uniqueID": 1033
+ }
+ ]
+ }
+ ],
+ "level": 11
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "Four",
+ "Two"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "Four",
+ "One"
+ ]
+ ],
+ "uniqueID": 1034
+ },
+ {
+ "comparisonTones": [
+ [
+ "Three",
+ "Two"
+ ]
+ ],
+ "uniqueID": 1035
+ }
+ ]
+ },
+ {
+ "targetTone": [
+ "Four",
+ "Three"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "Four",
+ "Two"
+ ]
+ ],
+ "uniqueID": 1036
+ },
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Three"
+ ]
+ ],
+ "uniqueID": 1037
+ }
+ ]
+ }
+ ],
+ "level": 12
+ },
+ {
+ "skills": [
+ {
+ "targetTone": [
+ "Four",
+ "Four"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "Three",
+ "Four"
+ ]
+ ],
+ "uniqueID": 1038
+ },
+ {
+ "comparisonTones": [
+ [
+ "Two",
+ "Four"
+ ]
+ ],
+ "uniqueID": 1039
+ }
+ ]
+ },
+ {
+ "targetTone": [
+ "Four",
+ "Zero"
+ ],
+ "skillSteps": [
+ {
+ "comparisonTones": [
+ [
+ "One",
+ "Zero"
+ ]
+ ],
+ "uniqueID": 1040
+ },
+ {
+ "comparisonTones": [
+ [
+ "Four",
+ "Two"
+ ]
+ ],
+ "uniqueID": 1041
+ }
+ ]
+ }
+ ],
+ "level": 13
+ }
+ ],
+ "skillTreeVersion": 1
+}
\ No newline at end of file
diff --git a/assets/tonedata.db3 b/assets/tonedata.db3
new file mode 100755
index 0000000..2cb558b
Binary files /dev/null and b/assets/tonedata.db3 differ
diff --git a/assets/wordlist.json b/assets/wordlist.json
new file mode 100644
index 0000000..81b8df9
--- /dev/null
+++ b/assets/wordlist.json
@@ -0,0 +1 @@
+[{"characters":"涓鍐","pinyin":"y墨 z脿i","tone":"14","id":1,"definition":"1. repeatedly\r\n"},{"characters":"涓鍒","pinyin":"y墨 qi猫","tone":"14","id":2,"definition":"1. everything\r\n2. every\r\n3. all\r\n"},{"characters":"涓寰","pinyin":"y墨 l菧","tone":"14","id":3,"definition":"1. same\r\n2. uniformly\r\n3. all\r\n4. without exception\r\n"},{"characters":"涓鏃","pinyin":"y墨 d脿n","tone":"14","id":4,"definition":"1. in case (sth happens)\r\n2. if\r\n3. once (sth happens, then...)\r\n4. when\r\n5. in a short time\r\n6. in one day\r\n"},{"characters":"涓鑷","pinyin":"y墨 zh矛","tone":"14","id":5,"definition":"1. unanimous\r\n2. identical (views or opinions)\r\n"},{"characters":"涓","pinyin":"d墨ng","tone":"1","id":6,"definition":"1. surname Ding\r\n2. fourth of the ten Heavenly Stems 鍗佸ぉ骞瞇shi2 tian1 gan1]\r\n3. fourth in order\r\n4. letter \"D\" or roman \"IV\" in list \"A, B, C\", or \"I, II, III\" etc\r\n5. ancient Chinese compass point: 195掳\r\n6. butyl\r\n7. cubes (of food)\r\n"},{"characters":"涓囦竴","pinyin":"w脿n y墨","tone":"41","id":7,"definition":"1. just in case\r\n2. if by any chance\r\n3. contingency\r\n"},{"characters":"涓婂綋","pinyin":"sh脿ng d脿ng","tone":"44","id":8,"definition":"1. taken in (by sb's deceit)\r\n2. to be fooled\r\n3. to be duped\r\n"},{"characters":"涓嬭浇","pinyin":"xi脿 z菐i","tone":"43","id":9,"definition":"1. to download\r\n2. also pr. [xia4 zai4]\r\n"},{"characters":"涓","pinyin":"b霉","tone":"4","id":10,"definition":"1. (negative prefix)\r\n2. not\r\n3. no\r\n"},{"characters":"涓嶅厤","pinyin":"b霉 mi菐n","tone":"43","id":11,"definition":"1. inevitably\r\n"},{"characters":"涓嶅牚","pinyin":"b霉 k膩n","tone":"41","id":12,"definition":"1. cannot bear\r\n2. cannot stand\r\n3. utterly\r\n4. extremely\r\n"},{"characters":"涓嶅","pinyin":"b霉 r煤","tone":"42","id":13,"definition":"1. not equal to\r\n2. not as good as\r\n3. inferior to\r\n4. it would be better to\r\n"},{"characters":"涓嶅Θ","pinyin":"b霉 f谩ng","tone":"42","id":14,"definition":"1. there is no harm in\r\n2. might as well\r\n"},{"characters":"涓嶅畨","pinyin":"b霉 膩n","tone":"41","id":15,"definition":"1. unpeaceful\r\n2. unstable\r\n3. uneasy\r\n4. disturbed\r\n5. restless\r\n6. worried\r\n"},{"characters":"涓嶆儨","pinyin":"b霉 x墨","tone":"41","id":16,"definition":"1. not stint\r\n2. not spare\r\n3. not hesitate (to do sth)\r\n4. not scruple (to do sth)\r\n"},{"characters":"涓嶆劎","pinyin":"b霉 ku矛","tone":"44","id":17,"definition":"1. to be worthy of\r\n2. to deserve to be called\r\n3. to prove oneself to be\r\n"},{"characters":"涓嶆枡","pinyin":"b霉 li脿o","tone":"44","id":18,"definition":"1. unexpectedly\r\n2. to one's surprise\r\n"},{"characters":"涓嶆柇","pinyin":"b霉 du脿n","tone":"44","id":19,"definition":"1. unceasing\r\n2. uninterrupted\r\n3. continuous\r\n4. constant\r\n"},{"characters":"涓嶆椂","pinyin":"b霉 sh铆","tone":"42","id":20,"definition":"1. from time to time\r\n2. now and then\r\n3. occasionally\r\n4. frequently\r\n"},{"characters":"涓嶆","pinyin":"b霉 zh菒","tone":"43","id":21,"definition":"1. incessantly\r\n2. without end\r\n3. more than\r\n4. not limited to\r\n"},{"characters":"涓嶇劧","pinyin":"b霉 r谩n","tone":"42","id":22,"definition":"1. not so\r\n2. no\r\n3. or else\r\n4. otherwise\r\n5. if not\r\n6. How about ...?\r\n"},{"characters":"涓嶇","pinyin":"b霉 j墨n","tone":"41","id":23,"definition":"1. can't help (doing sth)\r\n2. can't refrain from\r\n"},{"characters":"涓嶈冻","pinyin":"b霉 z煤","tone":"42","id":24,"definition":"1. insufficient\r\n2. lacking\r\n3. deficiency\r\n4. not enough\r\n5. inadequate\r\n6. not worth\r\n7. cannot\r\n8. should not\r\n"},{"characters":"涓嶉【","pinyin":"b霉 g霉","tone":"44","id":25,"definition":"1. in spite of\r\n2. regardless of\r\n"},{"characters":"涓","pinyin":"y菙","tone":"3","id":26,"definition":"1. variant of 姝焲娆yu2]\r\n2. and\r\n3. to give\r\n4. together with\r\n5. to take part in\r\n"},{"characters":"涓庡叾","pinyin":"y菙 q铆","tone":"32","id":27,"definition":"1. rather than...\r\n2. 鑸囧叾|涓庡叾[yu3 qi2] A 涓嶅[bu4 ru2] B (rather than A, better to B)\r\n"},{"characters":"涓","pinyin":"ch菕u","tone":"3","id":28,"definition":"1. surname Chou\r\n2. clown\r\n3. 2nd earthly branch: 1-3 a.m., 12th solar month (6th January to 3rd February), year of the Ox\r\n4. ancient Chinese compass point: 30掳\r\n5. shameful\r\n6. ugly\r\n7. disgraceful\r\n"},{"characters":"涓戞伓","pinyin":"ch菕u 猫","tone":"34","id":29,"definition":"1. ugly\r\n2. repulsive\r\n"},{"characters":"涓撲笟","pinyin":"zhu膩n y猫","tone":"14","id":30,"definition":"1. specialty\r\n2. specialized field\r\n3. main field of study (at university)\r\n4. major\r\n5. CL:闁|闂╗men2],鍊媩涓猍ge4]\r\n6. professional\r\n"},{"characters":"涓撳","pinyin":"zhu膩n ji膩","tone":"11","id":31,"definition":"1. expert\r\n2. specialist\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涓撳績","pinyin":"zhu膩n x墨n","tone":"11","id":32,"definition":"1. to concentrate\r\n2. absorption\r\n3. concentration\r\n4. engrossed\r\n"},{"characters":"涓撻棬","pinyin":"zhu膩n m茅n","tone":"12","id":33,"definition":"1. specialist\r\n2. specialized\r\n3. customized\r\n"},{"characters":"涓栫邯","pinyin":"sh矛 j矛","tone":"44","id":34,"definition":"1. century\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涓","pinyin":"b菒ng","tone":"3","id":35,"definition":"1. third of the ten Heavenly Stems 鍗佸ぉ骞瞇shi2 tian1 gan1]\r\n2. third in order\r\n3. letter \"C\" or roman \"III\" in list \"A, B, C\", or \"I, II, III\" etc\r\n4. ancient Chinese compass point: 165掳\r\n5. propyl\r\n"},{"characters":"涓氫綑","pinyin":"y猫 y煤","tone":"42","id":36,"definition":"1. in one's spare time\r\n2. outside working hours\r\n3. amateur (historian etc)\r\n"},{"characters":"涓氬姟","pinyin":"y猫 w霉","tone":"44","id":37,"definition":"1. business\r\n2. professional work\r\n3. service\r\n4. CL:闋厊椤筟xiang4]\r\n"},{"characters":"涓","pinyin":"c贸ng","tone":"2","id":38,"definition":"1. cluster\r\n2. collection\r\n3. collection of books\r\n4. thicket\r\n"},{"characters":"涓滆タ","pinyin":"d艒ng x墨","tone":"11","id":39,"definition":"1. east and west\r\n2. thing\r\n3. stuff\r\n4. person\r\n5. CL:鍊媩涓猍ge4],浠禰jian4]\r\n"},{"characters":"涓濇","pinyin":"s墨 h谩o","tone":"12","id":40,"definition":"1. the slightest amount or degree\r\n2. a bit\r\n"},{"characters":"涓濈桓","pinyin":"s墨 ch贸u","tone":"12","id":41,"definition":"1. silk cloth\r\n2. silk\r\n"},{"characters":"涓汉","pinyin":"di奴 r茅n","tone":"12","id":42,"definition":"1. to lose face\r\n"},{"characters":"涓ユ牸","pinyin":"y谩n g茅","tone":"22","id":43,"definition":"1. strict\r\n2. stringent\r\n3. tight\r\n4. rigorous\r\n"},{"characters":"涓ヨ們","pinyin":"y谩n s霉","tone":"24","id":44,"definition":"1. solemn\r\n2. grave\r\n3. serious\r\n4. earnest\r\n5. severe\r\n"},{"characters":"涓ラ噸","pinyin":"y谩n zh貌ng","tone":"24","id":45,"definition":"1. grave\r\n2. serious\r\n3. severe\r\n4. critical\r\n"},{"characters":"涓","pinyin":"g猫","tone":"4","id":46,"definition":"1. individual\r\n2. this\r\n3. that\r\n4. size\r\n5. classifier for people or objects in general\r\n6. variant of 鍊媩涓猍ge4]\r\n"},{"characters":"涓汉","pinyin":"g猫 r茅n","tone":"42","id":47,"definition":"1. individual\r\n2. personal\r\n3. oneself\r\n"},{"characters":"涓埆","pinyin":"g猫 bi茅","tone":"42","id":48,"definition":"1. individual\r\n2. specific\r\n3. respective\r\n4. just one or two\r\n"},{"characters":"涓","pinyin":"g猫 x矛ng","tone":"44","id":49,"definition":"1. individuality\r\n2. personality\r\n"},{"characters":"涓粙","pinyin":"zh艒ng ji猫","tone":"14","id":50,"definition":"1. to act as intermediary\r\n2. to link\r\n3. intermediate\r\n4. inter-\r\n5. agency\r\n6. agent\r\n"},{"characters":"涓績","pinyin":"zh艒ng x墨n","tone":"11","id":51,"definition":"1. center\r\n2. heart\r\n3. core\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涓棳","pinyin":"zh艒ng x煤n","tone":"12","id":52,"definition":"1. middle third of a month\r\n"},{"characters":"涓","pinyin":"chu脿n","tone":"4","id":53,"definition":"1. to string together\r\n2. to skewer\r\n3. to connect wrongly\r\n4. to gang up\r\n5. to rove\r\n6. string\r\n7. bunch\r\n8. skewer\r\n9. classifier for things that are strung together, or in a bunch, or in a row: string of, bunch of, series of\r\n10. to make a swift or abrupt linear movement (like a bead on an abacus)\r\n11. to move across\r\n"},{"characters":"涓存椂","pinyin":"l铆n sh铆","tone":"22","id":54,"definition":"1. at the instant sth happens\r\n2. temporary\r\n3. interim\r\n4. ad hoc\r\n"},{"characters":"涓讳汉","pinyin":"zh菙 r茅n","tone":"32","id":55,"definition":"1. master\r\n2. host\r\n3. owner\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涓讳换","pinyin":"zh菙 r猫n","tone":"34","id":56,"definition":"1. director\r\n2. head\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涓诲姩","pinyin":"zh菙 d貌ng","tone":"34","id":57,"definition":"1. to take the initiative\r\n2. to do sth of one's own accord\r\n3. spontaneous\r\n4. active\r\n5. opposite: passive 琚嫊|琚姩[bei4 dong4]\r\n6. drive (of gears and shafts etc)\r\n"},{"characters":"涓诲腑","pinyin":"zh菙 x铆","tone":"32","id":58,"definition":"1. chairperson\r\n2. premier\r\n3. chairman\r\n4. CL:鍊媩涓猍ge4],浣峓wei4]\r\n"},{"characters":"涓诲紶","pinyin":"zh菙 zh膩ng","tone":"31","id":59,"definition":"1. to advocate\r\n2. to stand for\r\n3. view\r\n4. position\r\n5. stand\r\n6. proposition\r\n7. viewpoint\r\n8. assertion\r\n9. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涓绘剰","pinyin":"zh菙 yi","tone":"30","id":60,"definition":"1. plan\r\n2. idea\r\n3. decision\r\n4. CL:鍊媩涓猍ge4]\r\n5. Beijing pr. [zhu2 yi5]\r\n"},{"characters":"涓绘寔","pinyin":"zh菙 ch铆","tone":"32","id":61,"definition":"1. to take charge of\r\n2. to manage or direct\r\n3. to preside over\r\n4. to uphold\r\n5. to stand for (justice etc)\r\n6. to host (a TV or radio program etc)\r\n7. (TV) anchor\r\n"},{"characters":"涓昏","pinyin":"zh菙 gu膩n","tone":"31","id":62,"definition":"1. subjective\r\n"},{"characters":"涓婚","pinyin":"zh菙 t铆","tone":"32","id":63,"definition":"1. theme\r\n2. subject\r\n"},{"characters":"涔夊姟","pinyin":"y矛 w霉","tone":"44","id":64,"definition":"1. duty\r\n2. obligation\r\n3. commitment\r\n4. volunteer duty\r\n5. CL:闋厊椤筟xiang4]\r\n6. mandatory\r\n7. voluntary\r\n"},{"characters":"涔","pinyin":"zh墨","tone":"1","id":65,"definition":"1. (possessive particle, literary equivalent of 鐨刐de5])\r\n2. him\r\n3. her\r\n4. it\r\n"},{"characters":"涔愬櫒","pinyin":"yu猫 q矛","tone":"44","id":66,"definition":"1. musical instrument\r\n2. CL:浠禰jian4]\r\n"},{"characters":"涔愯","pinyin":"l猫 gu膩n","tone":"41","id":67,"definition":"1. optimistic\r\n2. hopeful\r\n"},{"characters":"涔掍箵","pinyin":"p墨ng p膩ng","tone":"11","id":68,"definition":"1. ping-pong\r\n2. table tennis\r\n"},{"characters":"涔","pinyin":"gu膩i","tone":"1","id":69,"definition":"1. (of a child) obedient, well-behaved\r\n2. clever\r\n3. shrewd\r\n4. alert\r\n5. perverse\r\n6. contrary to reason\r\n7. irregular\r\n8. abnormal\r\n"},{"characters":"涔","pinyin":"Ch茅ng","tone":"2","id":70,"definition":"1. surname Cheng\r\n2. to ride\r\n3. to mount\r\n4. to make use of\r\n5. to avail oneself of\r\n6. to take advantage of\r\n7. to multiply (mathematics)\r\n8. Buddhist sect or creed\r\n9. four horse military chariot (archaic)\r\n10. four (archaic)\r\n11. generic term for history books\r\n12. old variant of 涔榌cheng2]\r\n"},{"characters":"涔","pinyin":"y菒","tone":"3","id":71,"definition":"1. second of the ten Heavenly Stems 鍗佸ぉ骞瞇shi2 tian1 gan1]\r\n2. second in order\r\n3. letter \"B\" or roman \"II\" in list \"A, B, C\", or \"I, II, III\" etc\r\n4. second party (in legal contract, usually 涔欐柟[yi3 fang1], as opposed to 鐢叉柟[jia3 fang1])\r\n5. ethyl\r\n6. bent\r\n7. winding\r\n8. radical in Chinese characters (Kangxi radical 5)\r\n9. ancient Chinese compass point: 105掳\r\n10. turning stroke (in Chinese characters)\r\n11. see also 鎶榌zhe2]\r\n"},{"characters":"涔","pinyin":"ji菙","tone":"3","id":72,"definition":"1. nine\r\n2. 9\r\n"},{"characters":"涔熻","pinyin":"y臎 x菙","tone":"33","id":73,"definition":"1. perhaps\r\n2. maybe\r\n"},{"characters":"涔︽灦","pinyin":"sh奴 ji脿","tone":"14","id":74,"definition":"1. bookshelf\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"涔","pinyin":"m菐i","tone":"3","id":75,"definition":"1. to buy\r\n2. to purchase\r\n"},{"characters":"浜","pinyin":"le","tone":"0","id":76,"definition":"1. (modal particle intensifying preceding clause)\r\n2. (completed action marker)\r\n3. to finish\r\n4. to achieve\r\n5. variant of 鐬瓅浜哰liao3]\r\n6. to understand clearly\r\n7. (of eyes) bright\r\n8. clear-sighted\r\n9. to understand clearly\r\n10. unofficial variant of 鐬璠liao4]\r\n"},{"characters":"浜夊彇","pinyin":"zh膿ng q菙","tone":"13","id":77,"definition":"1. to fight for\r\n2. to strive for\r\n3. to win over\r\n"},{"characters":"浜夎","pinyin":"zh膿ng l霉n","tone":"14","id":78,"definition":"1. to argue\r\n2. to debate\r\n3. to contend\r\n4. argument\r\n5. contention\r\n6. controversy\r\n7. debate\r\n8. CL:娆ci4],鍫磡鍦篬chang3]\r\n"},{"characters":"浜嬪厛","pinyin":"sh矛 xi膩n","tone":"41","id":79,"definition":"1. in advance\r\n2. before the event\r\n3. beforehand\r\n4. prior\r\n"},{"characters":"浜嬪疄","pinyin":"sh矛 sh铆","tone":"42","id":80,"definition":"1. fact\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浜嬬墿","pinyin":"sh矛 w霉","tone":"44","id":81,"definition":"1. thing\r\n2. object\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浜","pinyin":"猫r","tone":"4","id":82,"definition":"1. two\r\n2. 2\r\n3. (Beijing dialect) stupid\r\n"},{"characters":"浜庢槸","pinyin":"y煤 sh矛","tone":"24","id":83,"definition":"1. thereupon\r\n2. as a result\r\n3. consequently\r\n4. thus\r\n5. hence\r\n"},{"characters":"浜","pinyin":"Y煤n","tone":"2","id":84,"definition":"1. (classical) to say\r\n2. surname Yun\r\n3. abbr. for Yunnan Province 闆插崡鐪亅浜戝崡鐪乕Yun2 nan2 Sheng3]\r\n4. cloud\r\n5. CL:鏈礫duo3]\r\n"},{"characters":"浜氭床","pinyin":"Y脿 zh艒u","tone":"41","id":85,"definition":"1. Asia\r\n2. abbr. for 浜炵窗浜炴床|浜氱粏浜氭床[Ya4 xi4 ya4 Zhou1]\r\n"},{"characters":"浜ゅ線","pinyin":"ji膩o w菐ng","tone":"13","id":86,"definition":"1. to associate (with)\r\n2. to have contact (with)\r\n3. to hang out (with)\r\n4. to date\r\n5. (interpersonal) relationship\r\n6. association\r\n7. contact\r\n"},{"characters":"浜ゆ崲","pinyin":"ji膩o hu脿n","tone":"14","id":87,"definition":"1. to exchange\r\n2. to swap\r\n3. to switch (telecom)\r\n4. commutative (math)\r\n5. to commute\r\n"},{"characters":"浜ら檯","pinyin":"ji膩o j矛","tone":"14","id":88,"definition":"1. communication\r\n2. social intercourse\r\n"},{"characters":"浜т笟","pinyin":"ch菐n y猫","tone":"34","id":89,"definition":"1. industry\r\n2. estate\r\n3. property\r\n4. industrial\r\n"},{"characters":"浜у搧","pinyin":"ch菐n p菒n","tone":"33","id":90,"definition":"1. goods\r\n2. merchandise\r\n3. product\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浜х敓","pinyin":"ch菐n sh膿ng","tone":"31","id":91,"definition":"1. to arise\r\n2. to come into being\r\n3. to come about\r\n4. to give rise to\r\n5. to bring into being\r\n6. to bring about\r\n7. to produce\r\n8. to engender\r\n9. to generate\r\n10. to appear\r\n11. appearance\r\n12. emergence\r\n13. generation\r\n14. production\r\n15. yield\r\n"},{"characters":"浜彈","pinyin":"xi菐ng sh貌u","tone":"34","id":92,"definition":"1. to enjoy\r\n2. to live it up\r\n3. pleasure\r\n4. CL:绋畖绉峓zhong3]\r\n"},{"characters":"浜","pinyin":"li脿ng","tone":"4","id":93,"definition":"1. bright\r\n2. clear\r\n3. resonant\r\n4. to shine\r\n5. to show\r\n6. to reveal\r\n"},{"characters":"浜插垏","pinyin":"q墨n qi猫","tone":"14","id":94,"definition":"1. amiable\r\n2. cordial\r\n3. close and dear\r\n4. familiar\r\n"},{"characters":"浜叉垰","pinyin":"q墨n qi","tone":"10","id":95,"definition":"1. a relative (i.e. family relation)\r\n2. CL:闁|闂╗men2],鍊媩涓猍ge4],浣峓wei4]\r\n"},{"characters":"浜茬埍","pinyin":"q墨n 脿i","tone":"14","id":96,"definition":"1. dear\r\n2. beloved\r\n3. darling\r\n"},{"characters":"浜茶嚜","pinyin":"q墨n z矛","tone":"14","id":97,"definition":"1. personally\r\n2. in person\r\n3. oneself\r\n"},{"characters":"浜轰簨","pinyin":"r茅n sh矛","tone":"24","id":98,"definition":"1. personnel\r\n2. human resources\r\n3. human affairs\r\n4. ways of the world\r\n5. (euphemism) sexuality\r\n6. the facts of life\r\n"},{"characters":"浜哄彛","pinyin":"r茅n k菕u","tone":"23","id":99,"definition":"1. population\r\n2. people\r\n"},{"characters":"浜哄憳","pinyin":"r茅n yu谩n","tone":"22","id":100,"definition":"1. staff\r\n2. crew\r\n3. personnel\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浜烘墠","pinyin":"r茅n c谩i","tone":"22","id":101,"definition":"1. talent\r\n2. talented person\r\n3. looks\r\n4. attractive looks\r\n"},{"characters":"浜虹墿","pinyin":"r茅n w霉","tone":"24","id":102,"definition":"1. person\r\n2. character (in a play, novel etc)\r\n3. protagonist\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浜虹敓","pinyin":"r茅n sh膿ng","tone":"21","id":103,"definition":"1. life (one's time on earth)\r\n"},{"characters":"浜虹被","pinyin":"r茅n l猫i","tone":"24","id":104,"definition":"1. humanity\r\n2. human race\r\n3. mankind\r\n"},{"characters":"浜","pinyin":"y矛","tone":"4","id":105,"definition":"1. 100 million\r\n"},{"characters":"浠婂ぉ","pinyin":"j墨n ti膩n","tone":"11","id":106,"definition":"1. today\r\n2. at the present\r\n3. now\r\n"},{"characters":"浠嶇劧","pinyin":"r茅ng r谩n","tone":"22","id":107,"definition":"1. still\r\n2. yet\r\n"},{"characters":"浠庝簨","pinyin":"c贸ng sh矛","tone":"24","id":108,"definition":"1. to go for\r\n2. to engage in\r\n3. to undertake\r\n4. to deal with\r\n5. to handle\r\n6. to do\r\n"},{"characters":"浠庡墠","pinyin":"c贸ng qi谩n","tone":"22","id":109,"definition":"1. previously\r\n2. formerly\r\n3. once upon a time\r\n"},{"characters":"浠庡","pinyin":"c贸ng r贸ng","tone":"22","id":110,"definition":"1. to go easy\r\n2. unhurried\r\n3. calm\r\n4. Taiwan pr. [cong1 rong2]\r\n"},{"characters":"浠庢","pinyin":"c贸ng c菒","tone":"23","id":111,"definition":"1. from now on\r\n2. since then\r\n3. henceforth\r\n"},{"characters":"浠庤","pinyin":"c贸ng 茅r","tone":"22","id":112,"definition":"1. thus\r\n2. thereby\r\n"},{"characters":"浠撲績","pinyin":"c膩ng c霉","tone":"14","id":113,"definition":"1. all of a sudden\r\n2. hurriedly\r\n"},{"characters":"浠撳簱","pinyin":"c膩ng k霉","tone":"14","id":114,"definition":"1. depot\r\n2. storehouse\r\n3. warehouse\r\n"},{"characters":"浠旂粏","pinyin":"z菒 x矛","tone":"34","id":115,"definition":"1. careful\r\n2. attentive\r\n3. cautious\r\n"},{"characters":"浠d环","pinyin":"d脿i ji脿","tone":"44","id":116,"definition":"1. price\r\n2. cost\r\n3. consideration (in share dealing)\r\n"},{"characters":"浠g悊","pinyin":"d脿i l菒","tone":"43","id":117,"definition":"1. to act on behalf of sb in a responsible position\r\n2. to act as an agent or proxy\r\n3. surrogate\r\n"},{"characters":"浠h〃","pinyin":"d脿i bi菐o","tone":"43","id":118,"definition":"1. representative\r\n2. delegate\r\n3. CL:浣峓wei4],鍊媩涓猍ge4],鍚峓ming2]\r\n4. to represent\r\n5. to stand for\r\n6. on behalf of\r\n7. in the name of\r\n"},{"characters":"浠","pinyin":"y菒","tone":"3","id":119,"definition":"1. old variant of 浠yi3]\r\n2. old variant of 浠yi3]\r\n3. abbr. for Israel 浠ヨ壊鍒梉Yi3 se4 lie4]\r\n4. to use\r\n5. by means of\r\n6. according to\r\n7. in order to\r\n8. because of\r\n9. at (a certain date or place)\r\n"},{"characters":"浠ヤ负","pinyin":"y菒 w茅i","tone":"32","id":120,"definition":"1. to believe\r\n2. to think\r\n3. to consider\r\n4. to be under the impression\r\n"},{"characters":"浠ュ強","pinyin":"y菒 j铆","tone":"32","id":121,"definition":"1. as well as\r\n2. too\r\n3. and\r\n"},{"characters":"浠ユ潵","pinyin":"y菒 l谩i","tone":"32","id":122,"definition":"1. since (a previous event)\r\n"},{"characters":"浠峰","pinyin":"ji脿 zh铆","tone":"42","id":123,"definition":"1. value\r\n2. worth\r\n3. fig. values (ethical, cultural etc)\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浠讳綍","pinyin":"r猫n h茅","tone":"42","id":124,"definition":"1. any\r\n2. whatever\r\n3. whichever\r\n4. whatsoever\r\n"},{"characters":"浠诲姟","pinyin":"r猫n wu","tone":"40","id":125,"definition":"1. mission\r\n2. assignment\r\n3. task\r\n4. duty\r\n5. role\r\n6. CL:闋厊椤筟xiang4],鍊媩涓猍ge4]\r\n"},{"characters":"浠夸經","pinyin":"f菐ng f煤","tone":"32","id":126,"definition":"1. variant of 褰峰娇|浠夸經[fang3 fu2]\r\n2. to seem\r\n3. as if\r\n4. alike\r\n5. similar\r\n"},{"characters":"浼佷笟","pinyin":"q菒 y猫","tone":"34","id":127,"definition":"1. company\r\n2. firm\r\n3. enterprise\r\n4. corporation\r\n5. CL:瀹禰jia1]\r\n"},{"characters":"浼戦棽","pinyin":"xi奴 xi谩n","tone":"12","id":128,"definition":"1. leisure\r\n2. relaxation\r\n3. not working\r\n4. idle\r\n5. to enjoy leisure\r\n6. to lie fallow\r\n"},{"characters":"浼樺娍","pinyin":"y艒u sh矛","tone":"14","id":129,"definition":"1. superiority\r\n2. dominance\r\n3. advantage\r\n"},{"characters":"浼樻儬","pinyin":"y艒u hu矛","tone":"14","id":130,"definition":"1. preferential\r\n2. favorable\r\n"},{"characters":"浼樼偣","pinyin":"y艒u di菐n","tone":"13","id":131,"definition":"1. merit\r\n2. benefit\r\n3. strong point\r\n4. advantage\r\n5. CL:鍊媩涓猍ge4],闋厊椤筟xiang4]\r\n"},{"characters":"浼樼","pinyin":"y艒u xi霉","tone":"14","id":132,"definition":"1. outstanding\r\n2. excellent\r\n"},{"characters":"浼樼編","pinyin":"y艒u m臎i","tone":"13","id":133,"definition":"1. graceful\r\n2. fine\r\n3. elegant\r\n"},{"characters":"浼欎即","pinyin":"hu菕 b脿n","tone":"34","id":134,"definition":"1. partner\r\n2. companion\r\n3. comrade\r\n"},{"characters":"浼","pinyin":"hu矛","tone":"4","id":135,"definition":"1. can\r\n2. to be possible\r\n3. to be able to\r\n4. will\r\n5. to be likely to\r\n6. to be sure to\r\n7. to assemble\r\n8. to meet\r\n9. to gather\r\n10. to see\r\n11. union\r\n12. group\r\n13. association\r\n14. CL:鍊媩涓猍ge4]\r\n15. a moment (Taiwan pr. for this sense is [hui3])\r\n16. to balance an account\r\n17. accountancy\r\n18. accounting\r\n"},{"characters":"浼氳","pinyin":"ku脿i j矛","tone":"44","id":136,"definition":"1. accountant\r\n2. accountancy\r\n3. accounting\r\n"},{"characters":"浼熷ぇ","pinyin":"w臎i d脿","tone":"34","id":137,"definition":"1. huge\r\n2. great\r\n3. grand\r\n4. worthy of the greatest admiration\r\n5. important (contribution etc)\r\n"},{"characters":"浼犲崟","pinyin":"chu谩n d膩n","tone":"21","id":138,"definition":"1. leaflet\r\n2. flier\r\n3. pamphlet\r\n"},{"characters":"浼犳巿","pinyin":"chu谩n sh貌u","tone":"24","id":139,"definition":"1. to impart\r\n2. to pass on\r\n3. to teach\r\n"},{"characters":"浼犳挱","pinyin":"chu谩n b艒","tone":"21","id":140,"definition":"1. to disseminate\r\n2. to propagate\r\n3. to spread\r\n"},{"characters":"浼犳煋","pinyin":"chu谩n r菐n","tone":"23","id":141,"definition":"1. to infect\r\n2. contagious\r\n"},{"characters":"浼犵粺","pinyin":"chu谩n t菕ng","tone":"23","id":142,"definition":"1. tradition\r\n2. traditional\r\n3. convention\r\n4. conventional\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浼犺","pinyin":"chu谩n shu艒","tone":"21","id":143,"definition":"1. legend\r\n2. folklore\r\n3. tradition\r\n4. it is said\r\n5. they say that...\r\n"},{"characters":"浼犺揪","pinyin":"chu谩n d谩","tone":"22","id":144,"definition":"1. to pass on\r\n2. to convey\r\n3. to relay\r\n4. to transmit\r\n5. transmission\r\n"},{"characters":"浼ゅ","pinyin":"sh膩ng h脿i","tone":"14","id":145,"definition":"1. to injure\r\n2. to harm\r\n"},{"characters":"浼ゅ績","pinyin":"sh膩ng x墨n","tone":"11","id":146,"definition":"1. to grieve\r\n2. to be broken-hearted\r\n3. to feel deeply hurt\r\n"},{"characters":"浼瘝","pinyin":"b贸 m菙","tone":"23","id":147,"definition":"1. wife of father's elder brother\r\n2. aunt\r\n3. (polite form of address for a woman who is about the age of one's mother)\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浼翠荆","pinyin":"b脿n l菤","tone":"43","id":148,"definition":"1. companion\r\n2. mate\r\n3. partner\r\n"},{"characters":"浼撮殢","pinyin":"b脿n su铆","tone":"42","id":149,"definition":"1. to accompany\r\n2. to follow\r\n3. to occur together with\r\n4. concomitant\r\n"},{"characters":"浼","pinyin":"sh膿n","tone":"1","id":150,"definition":"1. to stretch\r\n2. to extend\r\n"},{"characters":"浼哄","pinyin":"c矛 h貌u","tone":"44","id":151,"definition":"1. to serve\r\n2. to wait upon\r\n"},{"characters":"浼间箮","pinyin":"s矛 h奴","tone":"41","id":152,"definition":"1. apparently\r\n2. to seem\r\n3. to appear\r\n4. as if\r\n5. seemingly\r\n"},{"characters":"浼肩殑","pinyin":"sh矛 de","tone":"40","id":153,"definition":"1. seems as if\r\n2. rather like\r\n3. Taiwan pr. [si4 de5]\r\n"},{"characters":"浣嶄簬","pinyin":"w猫i y煤","tone":"42","id":154,"definition":"1. to be located at\r\n2. to be situated at\r\n3. to lie\r\n"},{"characters":"浣嶇疆","pinyin":"w猫i zh矛","tone":"44","id":155,"definition":"1. position\r\n2. place\r\n3. seat\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浣撲細","pinyin":"t菒 hu矛","tone":"34","id":156,"definition":"1. to know from experience\r\n2. to learn through experience\r\n3. to realize\r\n4. understanding\r\n5. experience\r\n"},{"characters":"浣撶幇","pinyin":"t菒 xi脿n","tone":"34","id":157,"definition":"1. to embody\r\n2. to reflect\r\n3. to incarnate\r\n"},{"characters":"浣撹创","pinyin":"t菒 ti膿","tone":"31","id":158,"definition":"1. considerate (of other people's needs)\r\n"},{"characters":"浣撻獙","pinyin":"t菒 y脿n","tone":"34","id":159,"definition":"1. to experience for oneself\r\n"},{"characters":"浣曞喌","pinyin":"h茅 ku脿ng","tone":"24","id":160,"definition":"1. let alone\r\n2. to say nothing of\r\n3. besides\r\n4. what's more\r\n"},{"characters":"浣曞繀","pinyin":"h茅 b矛","tone":"24","id":161,"definition":"1. there is no need\r\n2. why should\r\n"},{"characters":"浣滀负","pinyin":"zu貌 w茅i","tone":"42","id":162,"definition":"1. one's conduct\r\n2. deed\r\n3. activity\r\n4. accomplishment\r\n5. achievement\r\n6. to act as\r\n7. as (in the capacity of)\r\n8. qua\r\n9. to view as\r\n10. to look upon (sth as)\r\n11. to take sth to be\r\n"},{"characters":"浣滃搧","pinyin":"zu貌 p菒n","tone":"43","id":163,"definition":"1. work (of art)\r\n2. opus\r\n3. CL:閮╗bu4],绡嘯pian1]\r\n"},{"characters":"浣滃","pinyin":"zu貌 ji膩","tone":"41","id":164,"definition":"1. author\r\n2. CL:鍊媩涓猍ge4],浣峓wei4]\r\n"},{"characters":"浣滄枃","pinyin":"zu貌 w茅n","tone":"42","id":165,"definition":"1. to write an essay\r\n2. composition (student essay)\r\n3. CL:绡嘯pian1]\r\n"},{"characters":"浣滅敤","pinyin":"zu貌 y貌ng","tone":"44","id":166,"definition":"1. to act on\r\n2. to affect\r\n3. action\r\n4. function\r\n5. activity\r\n6. impact\r\n7. result\r\n8. effect\r\n9. purpose\r\n10. intent\r\n11. to play a role\r\n12. corresponds to English -ity, -ism, -ization\r\n13. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浣滆","pinyin":"zu貌 zh臎","tone":"43","id":167,"definition":"1. author\r\n2. writer\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"浣╂湇","pinyin":"p猫i f煤","tone":"42","id":168,"definition":"1. to admire\r\n"},{"characters":"浣","pinyin":"sh菒","tone":"3","id":169,"definition":"1. to make\r\n2. to cause\r\n3. to enable\r\n4. to use\r\n5. to employ\r\n6. to send\r\n7. to instruct sb to do sth\r\n8. envoy\r\n9. messenger\r\n"},{"characters":"浣垮姴","pinyin":"sh菒 j矛n","tone":"34","id":170,"definition":"1. to exert all one's strength"},{"characters":"浣跨敤","pinyin":"sh菒 y貌ng","tone":"34","id":171,"definition":"1. to use\r\n2. to employ\r\n3. to apply\r\n4. to make use of\r\n"},{"characters":"渚濈劧","pinyin":"y墨 r谩n","tone":"12","id":172,"definition":"1. still\r\n2. as before\r\n"},{"characters":"渚ч潰","pinyin":"c猫 mi脿n","tone":"44","id":173,"definition":"1. lateral side\r\n2. side\r\n3. aspect\r\n4. profile\r\n"},{"characters":"渚","pinyin":"bi脿n","tone":"4","id":174,"definition":"1. ordinary\r\n2. plain\r\n3. convenient\r\n4. as convenient\r\n5. when the chance arises\r\n6. handy\r\n7. easy\r\n8. informal\r\n9. simple\r\n10. so\r\n11. thus\r\n12. to relieve oneself\r\n13. to urinate\r\n14. to defecate\r\n15. equivalent to 灏盵jiu4]: then\r\n16. in that case\r\n17. even if\r\n18. soon afterwards\r\n19. advantageous\r\n20. cheap\r\n"},{"characters":"渚夸簬","pinyin":"bi脿n y煤","tone":"42","id":175,"definition":"1. easy to\r\n2. convenient for\r\n"},{"characters":"渚垮埄","pinyin":"bi脿n l矛","tone":"44","id":176,"definition":"1. convenient\r\n2. easy\r\n3. to facilitate\r\n"},{"characters":"渚挎潯","pinyin":"bi脿n ti谩o","tone":"42","id":177,"definition":"1. (informal) note\r\n2. CL:寮祙寮燵zhang1],鍊媩涓猍ge4]\r\n"},{"characters":"淇冧娇","pinyin":"c霉 sh菒","tone":"43","id":178,"definition":"1. to induce\r\n2. to promote\r\n3. to urge\r\n4. to impel\r\n5. to bring about\r\n6. to provoke\r\n7. to drive (sb to do sth)\r\n8. to catalyze\r\n9. to actuate\r\n10. to contribute to (some development)\r\n"},{"characters":"淇冭繘","pinyin":"c霉 j矛n","tone":"44","id":179,"definition":"1. to promote (an idea or cause)\r\n2. to advance\r\n3. boost\r\n"},{"characters":"淇濆吇","pinyin":"b菐o y菐ng","tone":"33","id":180,"definition":"1. to take good care of (or conserve) one's health\r\n2. to keep in good repair\r\n3. to maintain\r\n4. maintenance\r\n"},{"characters":"淇濆崼","pinyin":"b菐o w猫i","tone":"34","id":181,"definition":"1. to defend\r\n2. to safeguard\r\n"},{"characters":"淇濆","pinyin":"b菐o m菙","tone":"33","id":182,"definition":"1. nanny\r\n2. housekeeper\r\n"},{"characters":"淇濆瓨","pinyin":"b菐o c煤n","tone":"32","id":183,"definition":"1. to conserve\r\n2. to preserve\r\n3. to keep\r\n4. to save (a file etc) (computing)\r\n"},{"characters":"淇濆畧","pinyin":"b菐o sh菕u","tone":"33","id":184,"definition":"1. conservative\r\n2. to guard\r\n3. to keep\r\n"},{"characters":"淇濆瘑","pinyin":"b菐o m矛","tone":"34","id":185,"definition":"1. to keep sth confidential\r\n2. to maintain secrecy\r\n"},{"characters":"淇濇寔","pinyin":"b菐o ch铆","tone":"32","id":186,"definition":"1. to keep\r\n2. to maintain\r\n3. to hold\r\n4. to preserve\r\n"},{"characters":"淇濈暀","pinyin":"b菐o li煤","tone":"32","id":187,"definition":"1. to retain\r\n2. to continue to have\r\n3. to preserve\r\n4. to maintain\r\n5. to reserve\r\n6. reservations\r\n7. to hold back (approval or acceptance)\r\n"},{"characters":"淇濈","pinyin":"b菐o gu菐n","tone":"33","id":188,"definition":"1. to assure\r\n2. to guarantee\r\n3. to take care of\r\n4. to safeguard\r\n5. certainly\r\n6. surely\r\n"},{"characters":"淇濋噸","pinyin":"b菐o zh貌ng","tone":"34","id":189,"definition":"1. to take care of oneself\r\n"},{"characters":"淇濋櫓","pinyin":"b菐o xi菐n","tone":"33","id":190,"definition":"1. insurance\r\n2. to insure\r\n3. safe\r\n4. secure\r\n5. be sure\r\n6. be bound to\r\n7. CL:浠絒fen4]\r\n"},{"characters":"淇濋殰","pinyin":"b菐o zh脿ng","tone":"34","id":191,"definition":"1. to ensure\r\n2. to guarantee\r\n3. to safeguard\r\n"},{"characters":"淇′换","pinyin":"x矛n r猫n","tone":"44","id":192,"definition":"1. to trust\r\n2. to have confidence in\r\n"},{"characters":"淇″彿","pinyin":"x矛n h脿o","tone":"44","id":193,"definition":"1. signal\r\n"},{"characters":"淇″皝","pinyin":"x矛n f膿ng","tone":"41","id":194,"definition":"1. envelope\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"淇″績","pinyin":"x矛n x墨n","tone":"41","id":195,"definition":"1. confidence\r\n2. faith (in sb or sth)\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"淇℃伅","pinyin":"x矛n x墨","tone":"41","id":196,"definition":"1. information\r\n2. news\r\n3. message\r\n"},{"characters":"淇敼","pinyin":"xi奴 g菐i","tone":"13","id":197,"definition":"1. to amend\r\n2. to alter\r\n3. to modify\r\n"},{"characters":"淇悊","pinyin":"xi奴 l菒","tone":"13","id":198,"definition":"1. to repair\r\n2. to fix\r\n3. to prune\r\n4. to trim\r\n5. (coll.) to sort sb out\r\n6. to fix sb\r\n"},{"characters":"鍊掗棴","pinyin":"d菐o b矛","tone":"34","id":199,"definition":"1. to go bankrupt\r\n2. to close down\r\n"},{"characters":"鍊掗湁","pinyin":"d菐o m茅i","tone":"32","id":200,"definition":"1. to have bad luck\r\n2. to be out of luck\r\n"},{"characters":"鍊熷彛","pinyin":"ji猫 k菕u","tone":"43","id":201,"definition":"1. to use as an excuse\r\n2. on the pretext\r\n3. excuse\r\n4. pretext\r\n"},{"characters":"鍊″","pinyin":"ch脿ng d菐o","tone":"43","id":202,"definition":"1. to advocate\r\n2. to initiate\r\n3. to propose\r\n4. to be a proponent of (an idea or school of thought)\r\n"},{"characters":"鍊¤","pinyin":"ch脿ng y矛","tone":"44","id":203,"definition":"1. to suggest\r\n2. to initiate\r\n3. proposal\r\n4. initiative\r\n"},{"characters":"鍊煎緱","pinyin":"zh铆 de","tone":"20","id":204,"definition":"1. to be worth\r\n2. to deserve\r\n"},{"characters":"鍋囧","pinyin":"ji菐 r煤","tone":"32","id":205,"definition":"1. if\r\n"},{"characters":"鍋囪","pinyin":"ji菐 zhu膩ng","tone":"31","id":206,"definition":"1. to feign\r\n2. to pretend\r\n"},{"characters":"鍋囪","pinyin":"ji菐 sh猫","tone":"34","id":207,"definition":"1. to suppose\r\n2. to presume\r\n3. to assume\r\n4. supposing that ...\r\n5. if\r\n6. hypothesis\r\n7. conjecture\r\n"},{"characters":"鍋","pinyin":"t铆ng","tone":"2","id":208,"definition":"1. to stop\r\n2. to halt\r\n3. to park (a car)\r\n"},{"characters":"鍋ヨ韩","pinyin":"ji脿n sh膿n","tone":"41","id":209,"definition":"1. to exercise\r\n2. to keep fit\r\n3. to work out\r\n4. physical exercise\r\n"},{"characters":"鍋剁劧","pinyin":"菕u r谩n","tone":"32","id":210,"definition":"1. incidentally\r\n2. occasional\r\n3. occasionally\r\n4. by chance\r\n5. randomly\r\n"},{"characters":"鍋","pinyin":"t艒u","tone":"1","id":211,"definition":"1. to steal\r\n2. to pilfer\r\n3. to snatch\r\n4. thief\r\n5. stealthily\r\n"},{"characters":"鍋胯繕","pinyin":"ch谩ng hu谩n","tone":"22","id":212,"definition":"1. to repay\r\n2. to reimburse\r\n"},{"characters":"鍌嶆櫄","pinyin":"b脿ng w菐n","tone":"43","id":213,"definition":"1. in the evening\r\n2. when night falls\r\n3. towards evening\r\n4. at night fall\r\n5. at dusk\r\n"},{"characters":"鍌ㄥ","pinyin":"ch菙 b猫i","tone":"34","id":214,"definition":"1. reserves\r\n2. to store up\r\n"},{"characters":"鍌ㄥ瓨","pinyin":"ch菙 c煤n","tone":"32","id":215,"definition":"1. stockpile\r\n2. to store\r\n3. to stockpile\r\n4. storage\r\n"},{"characters":"鍌ㄨ搫","pinyin":"ch菙 x霉","tone":"34","id":216,"definition":"1. to deposit money\r\n2. to save\r\n3. savings\r\n"},{"characters":"鍌","pinyin":"cu墨","tone":"1","id":217,"definition":"1. to urge\r\n2. to press\r\n3. to prompt\r\n4. to rush sb\r\n5. to hasten sth\r\n6. to expedite\r\n"},{"characters":"鍌","pinyin":"sh菐","tone":"3","id":218,"definition":"1. foolish\r\n"},{"characters":"鍎垮瓙","pinyin":"茅r zi","tone":"20","id":219,"definition":"1. son\r\n"},{"characters":"鍏佽","pinyin":"y菙n x菙","tone":"33","id":220,"definition":"1. to permit\r\n2. to allow\r\n"},{"characters":"鍏冩棪","pinyin":"Yu谩n d脿n","tone":"24","id":221,"definition":"1. New Year's Day\r\n"},{"characters":"鍏勫紵","pinyin":"xi艒ng d矛","tone":"14","id":222,"definition":"1. brothers\r\n2. younger brother\r\n3. CL:鍊媩涓猍ge4]\r\n4. I, me (humble term used by men in public speech)\r\n5. brotherly\r\n6. fraternal\r\n"},{"characters":"鍏呭垎","pinyin":"ch艒ng f猫n","tone":"14","id":223,"definition":"1. ample\r\n2. sufficient\r\n3. adequate\r\n4. full\r\n5. fully\r\n6. to the full\r\n"},{"characters":"鍏呭疄","pinyin":"ch艒ng sh铆","tone":"12","id":224,"definition":"1. rich\r\n2. full\r\n3. substantial\r\n4. to enrich\r\n5. to augment\r\n6. to substantiate (an argument)\r\n"},{"characters":"鍏呭綋","pinyin":"ch艒ng d膩ng","tone":"11","id":225,"definition":"1. to serve as\r\n2. to act as\r\n3. to play the role of\r\n"},{"characters":"鍏呮矝","pinyin":"ch艒ng p猫i","tone":"14","id":226,"definition":"1. abundant\r\n2. plentiful\r\n3. vigorous\r\n"},{"characters":"鍏呮弧","pinyin":"ch艒ng m菐n","tone":"13","id":227,"definition":"1. full of\r\n2. brimming with\r\n3. very full\r\n4. permeated\r\n"},{"characters":"鍏呰冻","pinyin":"ch艒ng z煤","tone":"12","id":228,"definition":"1. adequate\r\n2. sufficient\r\n3. abundant\r\n"},{"characters":"鍏変复","pinyin":"gu膩ng l铆n","tone":"12","id":229,"definition":"1. (formal) to honor with one's presence\r\n2. to attend\r\n"},{"characters":"鍏夋槑","pinyin":"gu膩ng m铆ng","tone":"12","id":230,"definition":"1. light\r\n2. radiance\r\n3. (fig.) bright (prospects etc)\r\n4. openhearted\r\n"},{"characters":"鍏夋粦","pinyin":"gu膩ng hu谩","tone":"12","id":231,"definition":"1. glossy\r\n2. sleek\r\n3. smooth\r\n"},{"characters":"鍏夌洏","pinyin":"gu膩ng p谩n","tone":"12","id":232,"definition":"1. compact disc\r\n2. CD or DVD\r\n3. CD ROM\r\n4. CL:鐗嘯pian4],寮祙寮燵zhang1]\r\n"},{"characters":"鍏","pinyin":"k猫","tone":"4","id":233,"definition":"1. to be able to\r\n2. to subdue\r\n3. to restrain\r\n4. to overcome\r\n5. gram\r\n6. Tibetan unit of land area, about 6 ares\r\n7. Ke (c. 2000 BC), seventh of the legendary Flame Emperors, 鐐庡笣[Yan2 di4] descended from Shennong 绁炶静|绁炲啘[Shen2 nong2] Farmer God\r\n8. variant of 鍏媅ke4]\r\n9. to subdue\r\n10. to overthrow\r\n11. to restrain\r\n12. to scold\r\n13. to beat\r\n14. variant of 鍓媩鍏媅ke4]\r\n"},{"characters":"鍏嬫湇","pinyin":"k猫 f煤","tone":"42","id":234,"definition":"1. (try to) overcome (hardships etc)\r\n2. to conquer\r\n3. to put up with\r\n4. to endure\r\n"},{"characters":"鍏戞崲","pinyin":"du矛 hu脿n","tone":"44","id":235,"definition":"1. to convert\r\n2. to exchange\r\n"},{"characters":"鍏戠幇","pinyin":"du矛 xi脿n","tone":"44","id":236,"definition":"1. (of a cheque etc) to cash\r\n2. to honor a commitment\r\n"},{"characters":"鍏斿瓙","pinyin":"t霉 zi","tone":"40","id":237,"definition":"1. hare\r\n2. rabbit\r\n3. CL:闅粅鍙猍zhi1]\r\n"},{"characters":"鍏","pinyin":"d菐ng","tone":"3","id":238,"definition":"1. surname Dang\r\n2. party\r\n3. association\r\n4. club\r\n5. society\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍏","pinyin":"d艒u","tone":"1","id":239,"definition":"1. pocket\r\n2. bag\r\n3. to wrap up or hold in a bag\r\n4. to move in a circle\r\n5. to canvas or solicit\r\n6. to take responsibility for\r\n7. to disclose in detail\r\n8. combat armor (old)\r\n9. old variant of 鍏淸dou1]\r\n"},{"characters":"鍏ュ彛","pinyin":"r霉 k菕u","tone":"43","id":240,"definition":"1. entrance\r\n2. to import\r\n"},{"characters":"鍏ㄩ儴","pinyin":"qu谩n b霉","tone":"24","id":241,"definition":"1. whole\r\n2. entire\r\n3. complete\r\n"},{"characters":"鍏ㄩ潰","pinyin":"qu谩n mi脿n","tone":"24","id":242,"definition":"1. all-around\r\n2. comprehensive\r\n3. total\r\n4. overall\r\n"},{"characters":"鍏富","pinyin":"g艒ng zh菙","tone":"13","id":243,"definition":"1. princess\r\n"},{"characters":"鍏厓","pinyin":"g艒ng yu谩n","tone":"12","id":244,"definition":"1. CE (Common Era)\r\n2. Christian Era\r\n3. AD (Anno Domini)\r\n"},{"characters":"鍏瘬","pinyin":"g艒ng y霉","tone":"14","id":245,"definition":"1. apartment building\r\n2. block of flats\r\n3. CL:濂梉tao4]\r\n"},{"characters":"鍏竷","pinyin":"g艒ng b霉","tone":"14","id":246,"definition":"1. to announce\r\n2. to make public\r\n3. to publish\r\n"},{"characters":"鍏钩","pinyin":"g艒ng p铆ng","tone":"12","id":247,"definition":"1. fair\r\n2. impartial\r\n"},{"characters":"鍏紑","pinyin":"g艒ng k膩i","tone":"11","id":248,"definition":"1. public\r\n2. to publish\r\n3. to make public\r\n"},{"characters":"鍏","pinyin":"li霉","tone":"4","id":249,"definition":"1. six\r\n2. 6\r\n"},{"characters":"鍏抽棴","pinyin":"gu膩n b矛","tone":"14","id":250,"definition":"1. to close\r\n2. to shut\r\n"},{"characters":"鍏村","pinyin":"x墨ng f猫n","tone":"14","id":251,"definition":"1. excited\r\n2. excitement\r\n"},{"characters":"鍏朵腑","pinyin":"q铆 zh艒ng","tone":"21","id":252,"definition":"1. among\r\n2. in\r\n3. included among these\r\n"},{"characters":"鍏朵綑","pinyin":"q铆 y煤","tone":"22","id":253,"definition":"1. the rest\r\n2. the others\r\n3. remaining\r\n4. remainder\r\n5. apart from them\r\n"},{"characters":"鍏舵","pinyin":"q铆 c矛","tone":"24","id":254,"definition":"1. next\r\n2. secondly\r\n"},{"characters":"鍏蜂綋","pinyin":"j霉 t菒","tone":"43","id":255,"definition":"1. concrete\r\n2. definite\r\n3. specific\r\n"},{"characters":"鍏峰","pinyin":"j霉 b猫i","tone":"44","id":256,"definition":"1. to possess\r\n2. to have\r\n3. equipped with\r\n4. able to fulfill (conditions or requirements)\r\n"},{"characters":"鍏稿瀷","pinyin":"di菐n x铆ng","tone":"32","id":257,"definition":"1. model\r\n2. typical case\r\n3. archetype\r\n4. typical\r\n5. representative\r\n"},{"characters":"鍏哥ぜ","pinyin":"di菐n l菒","tone":"33","id":258,"definition":"1. celebration\r\n2. ceremony\r\n"},{"characters":"鍏绘垚","pinyin":"y菐ng ch茅ng","tone":"32","id":259,"definition":"1. to cultivate\r\n2. to raise\r\n3. to form (a habit)\r\n4. to acquire\r\n"},{"characters":"鍏艰亴","pinyin":"ji膩n zh铆","tone":"12","id":260,"definition":"1. to hold concurrent posts\r\n2. concurrent job\r\n3. moonlighting\r\n"},{"characters":"鍐呯","pinyin":"n猫i k膿","tone":"41","id":261,"definition":"1. internal medicine\r\n2. general medicine\r\n"},{"characters":"鍐呴儴","pinyin":"n猫i b霉","tone":"44","id":262,"definition":"1. interior\r\n2. inside (part, section)\r\n3. internal\r\n"},{"characters":"鍐","pinyin":"c猫","tone":"4","id":263,"definition":"1. book\r\n2. booklet\r\n3. classifier for books\r\n"},{"characters":"鍐嶄笁","pinyin":"z脿i s膩n","tone":"41","id":264,"definition":"1. over and over again\r\n2. again and again\r\n"},{"characters":"鍐掗櫓","pinyin":"m脿o xi菐n","tone":"43","id":265,"definition":"1. to take risks\r\n2. to take chances\r\n3. foray\r\n4. adventure\r\n"},{"characters":"鍐欎綔","pinyin":"xi臎 zu貌","tone":"34","id":266,"definition":"1. to write\r\n2. to compose\r\n3. writing\r\n4. written works\r\n"},{"characters":"鍐涗簨","pinyin":"j奴n sh矛","tone":"14","id":267,"definition":"1. military affairs\r\n2. military matters\r\n3. military\r\n"},{"characters":"鍐滀笟","pinyin":"n贸ng y猫","tone":"24","id":268,"definition":"1. agriculture\r\n2. farming\r\n"},{"characters":"鍐滄潙","pinyin":"n贸ng c奴n","tone":"21","id":269,"definition":"1. rural area\r\n2. village\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍐滄皯","pinyin":"n贸ng m铆n","tone":"22","id":270,"definition":"1. peasant\r\n2. farmer\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍐犲啗","pinyin":"gu脿n j奴n","tone":"41","id":271,"definition":"1. champion\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍐伴浌","pinyin":"b墨ng b谩o","tone":"12","id":272,"definition":"1. hail\r\n2. hailstone\r\n3. CL:鍫磡鍦篬chang2],绮抂li4]\r\n"},{"characters":"鍐","pinyin":"ch艒ng","tone":"1","id":273,"definition":"1. (of water) to dash against\r\n2. to mix with water\r\n3. to infuse\r\n4. to rinse\r\n5. to flush\r\n6. to develop (a film)\r\n7. to rise in the air\r\n8. to clash\r\n9. to collide with\r\n10. thoroughfare\r\n11. to go straight ahead\r\n12. to rush\r\n13. to clash\r\n14. powerful\r\n15. vigorous\r\n16. pungent\r\n17. towards\r\n18. in view of\r\n"},{"characters":"鍐插嚮","pinyin":"ch艒ng j墨","tone":"11","id":274,"definition":"1. to attack\r\n2. to batter\r\n3. (of waves) to pound against\r\n4. shock\r\n5. impact\r\n"},{"characters":"鍐插姩","pinyin":"ch艒ng d貌ng","tone":"14","id":275,"definition":"1. to have an urge\r\n2. to be impetuous\r\n3. impulse\r\n4. urge\r\n"},{"characters":"鍐茬獊","pinyin":"ch艒ng t奴","tone":"11","id":276,"definition":"1. conflict\r\n2. to conflict\r\n3. clash of opposing forces\r\n4. collision (of interests)\r\n5. contention\r\n"},{"characters":"鍐冲績","pinyin":"ju茅 x墨n","tone":"21","id":277,"definition":"1. determination\r\n2. resolution\r\n3. determined\r\n4. firm and resolute\r\n5. to make up one's mind\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍐宠禌","pinyin":"ju茅 s脿i","tone":"24","id":278,"definition":"1. finals (of a competition)\r\n"},{"characters":"鍐","pinyin":"l臎ng","tone":"3","id":279,"definition":"1. surname Leng\r\n2. cold\r\n"},{"characters":"鍐锋贰","pinyin":"l臎ng d脿n","tone":"34","id":280,"definition":"1. cold\r\n2. indifferent\r\n"},{"characters":"鍐","pinyin":"d貌ng","tone":"4","id":281,"definition":"1. to freeze\r\n2. to feel very cold\r\n3. aspic or jelly\r\n"},{"characters":"鍐荤粨","pinyin":"d貌ng ji茅","tone":"42","id":282,"definition":"1. to freeze (loan, wage, price etc)\r\n"},{"characters":"鍑嗘椂","pinyin":"zh菙n sh铆","tone":"32","id":283,"definition":"1. on time\r\n2. punctual\r\n3. on schedule\r\n"},{"characters":"鍑嗙‘","pinyin":"zh菙n qu猫","tone":"34","id":284,"definition":"1. accurate\r\n2. exact\r\n3. precise\r\n"},{"characters":"鍑戝悎","pinyin":"c貌u he","tone":"40","id":285,"definition":"1. to bring together\r\n2. to make do in a bad situation\r\n3. to just get by\r\n4. to improvise\r\n5. passable\r\n6. not too bad\r\n"},{"characters":"鍑℃槸","pinyin":"f谩n sh矛","tone":"24","id":286,"definition":"1. each and every\r\n2. every\r\n3. all\r\n4. any\r\n"},{"characters":"鍑","pinyin":"p铆ng","tone":"2","id":287,"definition":"1. variant of 鎲憒鍑璠ping2]\r\n2. to lean against\r\n3. to rely on\r\n4. on the basis of\r\n5. no matter (how, what etc)\r\n6. proof\r\n"},{"characters":"鍑瑰嚫","pinyin":"膩o t奴","tone":"11","id":288,"definition":"1. bumpy\r\n2. uneven\r\n3. slotted and tabbed joint\r\n4. crenelation\r\n"},{"characters":"鍑哄崠","pinyin":"ch奴 m脿i","tone":"14","id":289,"definition":"1. to offer for sale\r\n2. to sell\r\n3. to sell out or betray\r\n"},{"characters":"鍑哄彛","pinyin":"ch奴 k菕u","tone":"13","id":290,"definition":"1. an exit\r\n2. CL:鍊媩涓猍ge4]\r\n3. to speak\r\n4. to export\r\n5. (of a ship) to leave port\r\n"},{"characters":"鍑哄腑","pinyin":"ch奴 x铆","tone":"12","id":291,"definition":"1. to attend\r\n2. to participate\r\n3. present\r\n"},{"characters":"鍑烘伅","pinyin":"ch奴 xi","tone":"10","id":292,"definition":"1. to yield interest, profit etc\r\n2. to exhale (Buddhism)\r\n3. future prospects\r\n4. profit\r\n5. to mature\r\n6. to grow up\r\n"},{"characters":"鍑虹増","pinyin":"ch奴 b菐n","tone":"13","id":293,"definition":"1. to publish\r\n2. to come off the press\r\n3. to put out\r\n"},{"characters":"鍑虹ず","pinyin":"ch奴 sh矛","tone":"14","id":294,"definition":"1. to show\r\n2. to take out and show to others\r\n3. to display\r\n"},{"characters":"鍑虹","pinyin":"ch奴 sh茅n","tone":"12","id":295,"definition":"1. spellbound\r\n2. entranced\r\n3. lost in thought\r\n"},{"characters":"鍑鸿壊","pinyin":"ch奴 s猫","tone":"14","id":296,"definition":"1. remarkable\r\n2. outstanding\r\n"},{"characters":"鍑鸿矾","pinyin":"ch奴 l霉","tone":"14","id":297,"definition":"1. a way out (of a difficulty etc)\r\n"},{"characters":"鍑鸿韩","pinyin":"ch奴 sh膿n","tone":"11","id":298,"definition":"1. to be born of\r\n2. to come from\r\n3. family background\r\n4. class origin\r\n"},{"characters":"鍒嗗埆","pinyin":"f膿n bi茅","tone":"12","id":299,"definition":"1. to part or leave each other\r\n2. to distinguish\r\n3. difference\r\n4. in different ways\r\n5. differently\r\n6. separately or individually\r\n"},{"characters":"鍒嗗竷","pinyin":"f膿n b霉","tone":"14","id":300,"definition":"1. distributed\r\n2. to distribute\r\n"},{"characters":"鍒嗘墜","pinyin":"f膿n sh菕u","tone":"13","id":301,"definition":"1. to part company\r\n2. to split up\r\n3. to break up\r\n"},{"characters":"鍒嗘瀽","pinyin":"f膿n x墨","tone":"11","id":302,"definition":"1. to analyze\r\n2. analysis\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍒嗛厤","pinyin":"f膿n p猫i","tone":"14","id":303,"definition":"1. to distribute\r\n2. to assign\r\n3. to allocate\r\n4. to partition (a hard drive)\r\n"},{"characters":"鍒","pinyin":"qi猫","tone":"4","id":304,"definition":"1. to cut\r\n2. to slice\r\n3. tangent (math)\r\n4. definitely\r\n5. absolutely (not)\r\n6. (scoffing or dismissive interjection) Yeah, right.\r\n7. Tut!\r\n8. to grind\r\n9. close to\r\n10. eager\r\n11. to correspond to\r\n12. see also 鍙嶅垏[fan3 qie4]\r\n"},{"characters":"鍒","pinyin":"hu脿","tone":"4","id":305,"definition":"1. to row\r\n2. to paddle\r\n3. profitable\r\n4. worth (the effort)\r\n5. it pays (to do sth)\r\n6. to cut\r\n7. to slash\r\n8. to scratch (cut into the surface of sth)\r\n9. to strike (a match)\r\n10. to delimit\r\n11. to transfer\r\n12. to assign\r\n13. to plan\r\n14. to draw (a line)\r\n15. stroke of a Chinese character\r\n"},{"characters":"鍒楄溅","pinyin":"li猫 ch膿","tone":"41","id":306,"definition":"1. (railway) train\r\n"},{"characters":"鍒","pinyin":"z茅","tone":"2","id":307,"definition":"1. (conjunction used to express contrast with a previous clause) but\r\n2. then\r\n3. standard\r\n4. norm\r\n5. principle\r\n6. to imitate\r\n7. to follow\r\n8. classifier for written items\r\n"},{"characters":"鍒涗笟","pinyin":"chu脿ng y猫","tone":"44","id":308,"definition":"1. to begin an undertaking\r\n2. to start a major task\r\n3. to initiate\r\n4. to venture\r\n5. venture\r\n6. entrepreneurship\r\n"},{"characters":"鍒涗綔","pinyin":"chu脿ng zu貌","tone":"44","id":309,"definition":"1. to create\r\n2. to produce\r\n3. to write\r\n4. creative work\r\n5. creation\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍒涙柊","pinyin":"chu脿ng x墨n","tone":"41","id":310,"definition":"1. innovation\r\n2. to bring forth new ideas\r\n3. to blaze new trails\r\n"},{"characters":"鍒涚珛","pinyin":"chu脿ng l矛","tone":"44","id":311,"definition":"1. to establish\r\n2. to set up\r\n3. to found\r\n"},{"characters":"鍒涢","pinyin":"chu脿ng z脿o","tone":"44","id":312,"definition":"1. to create\r\n2. to bring about\r\n3. to produce\r\n4. to set (a record)\r\n"},{"characters":"鍒濇","pinyin":"ch奴 b霉","tone":"14","id":313,"definition":"1. initial\r\n2. preliminary\r\n3. tentative\r\n"},{"characters":"鍒濈骇","pinyin":"ch奴 j铆","tone":"12","id":314,"definition":"1. junior\r\n2. primary\r\n"},{"characters":"鍒犻櫎","pinyin":"sh膩n ch煤","tone":"12","id":315,"definition":"1. to delete\r\n2. to cancel\r\n"},{"characters":"鍒╂伅","pinyin":"l矛 x墨","tone":"41","id":316,"definition":"1. interest (on a loan)\r\n2. CL:绛唡绗擺bi3]\r\n"},{"characters":"鍒╂鼎","pinyin":"l矛 r霉n","tone":"44","id":317,"definition":"1. profits\r\n"},{"characters":"鍒╃敤","pinyin":"l矛 y貌ng","tone":"44","id":318,"definition":"1. to exploit\r\n2. to make use of\r\n3. to use\r\n4. to take advantage of\r\n5. to utilize\r\n"},{"characters":"鍒╃泭","pinyin":"l矛 y矛","tone":"44","id":319,"definition":"1. benefit\r\n2. (in sb's) interest\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍒","pinyin":"bi茅 sh霉","tone":"24","id":320,"definition":"1. villa\r\n2. CL:骞zhuang4],搴zuo4]\r\n"},{"characters":"鍒壄","pinyin":"bi猫 niu","tone":"40","id":321,"definition":"1. awkward\r\n2. difficult\r\n3. uncomfortable\r\n4. not agreeing\r\n5. at loggerheads\r\n6. gauche\r\n"},{"characters":"鍒嚧","pinyin":"bi茅 zh矛","tone":"24","id":322,"definition":"1. unusual\r\n2. unique\r\n3. variant of 鍒ョ坊|鍒嚧[bie2 zhi4]\r\n"},{"characters":"鍒拌揪","pinyin":"d脿o d谩","tone":"42","id":323,"definition":"1. to reach\r\n2. to arrive\r\n"},{"characters":"鍒朵綔","pinyin":"zh矛 zu貌","tone":"44","id":324,"definition":"1. to make\r\n2. to manufacture\r\n"},{"characters":"鍒跺畾","pinyin":"zh矛 d矛ng","tone":"44","id":325,"definition":"1. to draw up\r\n2. to formulate\r\n"},{"characters":"鍒跺害","pinyin":"zh矛 d霉","tone":"44","id":326,"definition":"1. system (e.g. political, adminstrative etc)\r\n2. institution\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍒堕","pinyin":"zh矛 z脿o","tone":"44","id":327,"definition":"1. to manufacture\r\n2. to make\r\n"},{"characters":"鍒归偅","pinyin":"ch脿 n脿","tone":"44","id":328,"definition":"1. an instant (Sanskrit: ksana)\r\n2. split second\r\n3. the twinkling of an eye\r\n"},{"characters":"鍒","pinyin":"c矛","tone":"4","id":329,"definition":"1. (onom.) whoosh\r\n2. thorn\r\n3. sting\r\n4. thrust\r\n5. to prick\r\n6. to pierce\r\n7. to stab\r\n8. to assassinate\r\n9. to murder\r\n"},{"characters":"鍒烘縺","pinyin":"c矛 j墨","tone":"41","id":330,"definition":"1. to provoke\r\n2. to irritate\r\n3. to upset\r\n4. to stimulate\r\n5. to excite\r\n6. irritant\r\n"},{"characters":"鍒昏嫤","pinyin":"k猫 k菙","tone":"43","id":331,"definition":"1. hardworking\r\n2. assiduous\r\n"},{"characters":"鍓嶉","pinyin":"qi谩n t煤","tone":"22","id":332,"definition":"1. prospects\r\n2. future outlook\r\n3. journey\r\n"},{"characters":"鍓ュ墛","pinyin":"b艒 xu膿","tone":"11","id":333,"definition":"1. to exploit\r\n2. exploitation\r\n"},{"characters":"鍓","pinyin":"sh猫ng","tone":"4","id":334,"definition":"1. to remain\r\n2. to be left\r\n3. to have as remainder\r\n"},{"characters":"鍓垁","pinyin":"ji菐n d膩o","tone":"31","id":335,"definition":"1. scissors\r\n2. CL:鎶奫ba3]\r\n"},{"characters":"鍔涢噺","pinyin":"l矛 liang","tone":"40","id":336,"definition":"1. power\r\n2. force\r\n3. strength\r\n"},{"characters":"鍔","pinyin":"qu脿n","tone":"4","id":337,"definition":"1. to advise\r\n2. to urge\r\n3. to try to persuade\r\n4. to exhort\r\n5. to console\r\n6. to soothe\r\n"},{"characters":"鍔炵悊","pinyin":"b脿n l菒","tone":"43","id":338,"definition":"1. to handle\r\n2. to transact\r\n3. to conduct\r\n"},{"characters":"鍔熻兘","pinyin":"g艒ng n茅ng","tone":"12","id":339,"definition":"1. function\r\n2. capability\r\n"},{"characters":"鍔ㄥ姏","pinyin":"d貌ng l矛","tone":"44","id":340,"definition":"1. power\r\n2. motion\r\n3. propulsion\r\n4. force\r\n"},{"characters":"鍔ㄥ憳","pinyin":"d貌ng yu谩n","tone":"42","id":341,"definition":"1. to mobilize\r\n2. to arouse\r\n3. mobilization\r\n4. CL:娆ci4],鍊媩涓猍ge4]\r\n"},{"characters":"鍔ㄦ","pinyin":"d貌ng t脿i","tone":"44","id":342,"definition":"1. movement\r\n2. motion\r\n3. development\r\n4. trend\r\n5. dynamic (science)\r\n"},{"characters":"鍔ㄦ墜","pinyin":"d貌ng sh菕u","tone":"43","id":343,"definition":"1. to set about (a task)\r\n2. to hit\r\n3. to punch\r\n4. to touch\r\n"},{"characters":"鍔ㄦ満","pinyin":"d貌ng j墨","tone":"41","id":344,"definition":"1. motor\r\n2. locomotive\r\n3. motive\r\n4. motivation\r\n5. intention\r\n"},{"characters":"鍔ㄨ剦","pinyin":"d貌ng m脿i","tone":"44","id":345,"definition":"1. artery\r\n"},{"characters":"鍔ㄨ崱","pinyin":"d貌ng d脿ng","tone":"44","id":346,"definition":"1. variant of 鍕曡暕|鍔ㄨ崱[dong4 dang4]\r\n2. unrest (social or political)\r\n3. turmoil\r\n4. upheaval\r\n5. commotion\r\n"},{"characters":"鍔ㄨ韩","pinyin":"d貌ng sh膿n","tone":"41","id":347,"definition":"1. to go on a journey\r\n2. to leave\r\n"},{"characters":"鍔ㄩ潤","pinyin":"d貌ng j矛ng","tone":"44","id":348,"definition":"1. sound of activity or people talking\r\n2. news of activity\r\n"},{"characters":"鍔冲姩","pinyin":"l谩o d貌ng","tone":"24","id":349,"definition":"1. work\r\n2. toil\r\n3. physical labor\r\n4. CL:娆ci4]\r\n"},{"characters":"鍔抽┚","pinyin":"l谩o ji脿","tone":"24","id":350,"definition":"1. excuse me\r\n"},{"characters":"鍕囨暍","pinyin":"y菕ng g菐n","tone":"33","id":351,"definition":"1. brave\r\n2. courageous\r\n"},{"characters":"鍕囨皵","pinyin":"y菕ng q矛","tone":"34","id":352,"definition":"1. courage\r\n2. valor\r\n"},{"characters":"鍕ゅ","pinyin":"q铆n f猫n","tone":"24","id":353,"definition":"1. hardworking\r\n2. diligent\r\n"},{"characters":"鍕哄瓙","pinyin":"sh谩o zi","tone":"20","id":354,"definition":"1. scoop\r\n2. ladle\r\n3. CL:鎶奫ba3]\r\n"},{"characters":"鍕","pinyin":"w霉","tone":"4","id":355,"definition":"1. do not\r\n"},{"characters":"鍖呭惈","pinyin":"b膩o h谩n","tone":"12","id":356,"definition":"1. to contain\r\n2. to embody\r\n3. to include\r\n"},{"characters":"鍖呭洿","pinyin":"b膩o w茅i","tone":"12","id":357,"definition":"1. to surround\r\n2. to encircle\r\n3. to hem in\r\n"},{"characters":"鍖呭簢","pinyin":"b膩o b矛","tone":"14","id":358,"definition":"1. to shield\r\n2. to harbor\r\n3. to cover up\r\n"},{"characters":"鍖呮嫭","pinyin":"b膩o ku貌","tone":"14","id":359,"definition":"1. to comprise\r\n2. to include\r\n3. to involve\r\n4. to incorporate\r\n5. to consist of\r\n"},{"characters":"鍖呰⒈","pinyin":"b膩o fu","tone":"10","id":360,"definition":"1. wrapping cloth\r\n2. a bundle wrapped in cloth\r\n3. load\r\n4. weight\r\n5. burden\r\n6. funny part\r\n7. punchline\r\n"},{"characters":"鍖呰","pinyin":"b膩o zhu膩ng","tone":"11","id":361,"definition":"1. to pack\r\n2. to package\r\n3. to wrap\r\n4. packaging\r\n"},{"characters":"鍖呰9","pinyin":"b膩o gu菕","tone":"13","id":362,"definition":"1. to wrap up\r\n2. to bind up\r\n3. bundle\r\n4. parcel\r\n5. package\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍖嗗繖","pinyin":"c艒ng m谩ng","tone":"12","id":363,"definition":"1. hasty\r\n2. hurried\r\n"},{"characters":"鍖栧","pinyin":"hu脿 xu茅","tone":"42","id":364,"definition":"1. chemistry\r\n2. chemical\r\n"},{"characters":"鍖椾含","pinyin":"B臎i j墨ng","tone":"31","id":365,"definition":"1. Beijing, capital of People's Republic of China\r\n2. Peking\r\n3. PRC government\r\n"},{"characters":"鍖楁瀬","pinyin":"b臎i j铆","tone":"32","id":366,"definition":"1. the North Pole\r\n2. the Arctic Pole\r\n3. the north magnetic pole\r\n"},{"characters":"鍖","pinyin":"p菒","tone":"3","id":367,"definition":"1. mate\r\n2. one of a pair\r\n3. classifier for horses, mules etc\r\n4. Taiwan pr. [pi1]\r\n5. ordinary person\r\n6. classifier for cloth: bolt\r\n7. horsepower\r\n8. variant of 鍖筟pi3]\r\n9. classifier for cloth: bolt\r\n"},{"characters":"鍖哄埆","pinyin":"q奴 bi茅","tone":"12","id":368,"definition":"1. difference\r\n2. to distinguish\r\n3. to discriminate\r\n4. to make a distinction\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍗佸垎","pinyin":"sh铆 f膿n","tone":"21","id":369,"definition":"1. very\r\n2. completely\r\n3. utterly\r\n4. extremely\r\n5. absolutely\r\n6. hundred percent\r\n7. to divide into ten equal parts\r\n"},{"characters":"鍗冧竾","pinyin":"qi膩n w脿n","tone":"14","id":370,"definition":"1. ten million\r\n2. countless\r\n3. many\r\n4. one must by all means\r\n"},{"characters":"鍗","pinyin":"sh膿ng","tone":"1","id":371,"definition":"1. to ascend\r\n2. to rise to the rank of\r\n3. to promote\r\n4. to hoist\r\n5. liter\r\n6. measure for dry grain equal to one-tenth dou 鏂梉dou3]\r\n7. variant of 鍗嘯sheng1]\r\n8. to ascend\r\n9. to rise in rank\r\n10. variant of 鍗嘯sheng1]\r\n"},{"characters":"鍗庤","pinyin":"Hu谩 y矛","tone":"24","id":372,"definition":"1. ethnic Chinese\r\n2. non-Chinese citizen of Chinese ancestry\r\n"},{"characters":"鍗戦剻","pinyin":"b膿i b菒","tone":"13","id":373,"definition":"1. base\r\n2. mean\r\n3. contemptible\r\n4. despicable\r\n"},{"characters":"鍗曞厓","pinyin":"d膩n yu谩n","tone":"12","id":374,"definition":"1. unit (forming an entity)\r\n2. element\r\n3. (in a residential building) entrance or staircase\r\n"},{"characters":"鍗曠函","pinyin":"d膩n ch煤n","tone":"12","id":375,"definition":"1. simple\r\n2. pure\r\n3. unsophisticated\r\n4. merely\r\n5. purely\r\n"},{"characters":"鍗氱墿棣","pinyin":"b贸 w霉 gu菐n","tone":"243","id":376,"definition":"1. museum\r\n"},{"characters":"鍗","pinyin":"zh脿n","tone":"4","id":377,"definition":"1. variant of 鍗燵zhan4]\r\n2. to observe\r\n3. to divine\r\n4. to take possession of\r\n5. to occupy\r\n6. to take up\r\n"},{"characters":"鍗犵嚎","pinyin":"zh脿n xi脿n","tone":"44","id":378,"definition":"1. busy (telephone line)\r\n"},{"characters":"鍗¤溅","pinyin":"k菐 ch膿","tone":"31","id":379,"definition":"1. truck\r\n2. CL:杓泑杈哰liang4]\r\n"},{"characters":"鍗у","pinyin":"w貌 sh矛","tone":"44","id":380,"definition":"1. bedroom\r\n2. CL:闁搢闂碵jian1]\r\n"},{"characters":"鍗板埛","pinyin":"y矛n shu膩","tone":"41","id":381,"definition":"1. to print\r\n2. printing\r\n"},{"characters":"鍗拌薄","pinyin":"y矛n xi脿ng","tone":"44","id":382,"definition":"1. impression\r\n"},{"characters":"鍗卞","pinyin":"w膿i h脿i","tone":"14","id":383,"definition":"1. to jeopardize\r\n2. to harm\r\n3. to endanger\r\n4. harmful effect\r\n5. damage\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍗遍櫓","pinyin":"w膿i xi菐n","tone":"13","id":384,"definition":"1. danger\r\n2. dangerous\r\n"},{"characters":"鍗","pinyin":"qu猫","tone":"4","id":385,"definition":"1. old variant of 鍗粅鍗碵que4]\r\n2. but\r\n3. yet\r\n4. however\r\n5. while\r\n6. to go back\r\n7. to decline\r\n8. to retreat\r\n9. nevertheless\r\n10. even though\r\n"},{"characters":"鍘嬪姏","pinyin":"y膩 l矛","tone":"14","id":386,"definition":"1. pressure\r\n"},{"characters":"鍘樼背","pinyin":"l铆 m菒","tone":"23","id":387,"definition":"1. centimeter\r\n2. also written 閲愮背|鍘樼背\r\n3. centimeter\r\n4. also written 鍘樼背\r\n"},{"characters":"鍘熷垯","pinyin":"yu谩n z茅","tone":"22","id":388,"definition":"1. principle\r\n2. doctrine\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍘熷洜","pinyin":"yu谩n y墨n","tone":"21","id":389,"definition":"1. cause\r\n2. origin\r\n3. root cause\r\n4. reason\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍘熸枡","pinyin":"yu谩n li脿o","tone":"24","id":390,"definition":"1. raw material\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍘熸潵","pinyin":"yu谩n l谩i","tone":"22","id":391,"definition":"1. original\r\n2. former\r\n3. originally\r\n4. formerly\r\n5. at first\r\n6. so, actually, as it turns out\r\n"},{"characters":"鍘熻皡","pinyin":"yu谩n li脿ng","tone":"24","id":392,"definition":"1. to excuse\r\n2. to forgive\r\n3. to pardon\r\n"},{"characters":"鍘讳笘","pinyin":"q霉 sh矛","tone":"44","id":393,"definition":"1. to pass away\r\n2. to die\r\n"},{"characters":"鍘","pinyin":"xi脿n","tone":"4","id":394,"definition":"1. county\r\n"},{"characters":"鍙備笌","pinyin":"c膩n y霉","tone":"14","id":395,"definition":"1. to participate (in sth)\r\n"},{"characters":"鍙傜収","pinyin":"c膩n zh脿o","tone":"14","id":396,"definition":"1. to consult a reference\r\n2. to refer to (another document)\r\n"},{"characters":"鍙傝","pinyin":"c膩n k菐o","tone":"13","id":397,"definition":"1. consultation\r\n2. reference\r\n3. to consult\r\n4. to refer\r\n"},{"characters":"鍙傝皨","pinyin":"c膩n m贸u","tone":"12","id":398,"definition":"1. staff officer\r\n2. to give advice\r\n"},{"characters":"鍙夊瓙","pinyin":"ch膩 zi","tone":"10","id":399,"definition":"1. fork\r\n2. CL:鎶奫ba3]\r\n"},{"characters":"鍙婃牸","pinyin":"j铆 g茅","tone":"22","id":400,"definition":"1. to pass an exam or a test\r\n2. to meet a minimum standard\r\n"},{"characters":"鍙嬪ソ","pinyin":"y菕u h菐o","tone":"33","id":401,"definition":"1. Youhao district of Yichun city 浼婃槬甯俒Yi1 chun1 shi4], Heilongjiang\r\n2. friendly\r\n3. amicable\r\n4. close friend\r\n"},{"characters":"鍙嬭皧","pinyin":"y菕u y矛","tone":"34","id":402,"definition":"1. companionship\r\n2. fellowship\r\n3. friendship\r\n"},{"characters":"鍙屾柟","pinyin":"shu膩ng f膩ng","tone":"11","id":403,"definition":"1. bilateral\r\n2. both sides\r\n3. both parties involved\r\n"},{"characters":"鍙嶅","pinyin":"f菐n f霉","tone":"34","id":404,"definition":"1. variant of 鍙嶈|鍙嶅[fan3 fu4]\r\n2. repeatedly\r\n3. over and over\r\n4. to upend\r\n5. unstable\r\n6. to come and go\r\n7. (of an illness) to return\r\n"},{"characters":"鍙嶅簲","pinyin":"f菐n y矛ng","tone":"34","id":405,"definition":"1. to react\r\n2. to respond\r\n3. reaction\r\n4. response\r\n5. reply\r\n6. chemical reaction\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍙嶆槧","pinyin":"f菐n y矛ng","tone":"34","id":406,"definition":"1. to mirror\r\n2. to reflect\r\n3. mirror image\r\n4. reflection\r\n5. (fig.) to report\r\n6. to make known\r\n7. to render\r\n"},{"characters":"鍙嶆","pinyin":"f菐n zh猫ng","tone":"34","id":407,"definition":"1. anyway\r\n2. in any case\r\n3. to come over from the enemy's side\r\n"},{"characters":"鍙嶈","pinyin":"f菐n 茅r","tone":"32","id":408,"definition":"1. instead\r\n2. on the contrary\r\n3. contrary (to expectations)\r\n"},{"characters":"鍙嶉┏","pinyin":"f菐n b贸","tone":"32","id":409,"definition":"1. to retort\r\n2. to refute\r\n"},{"characters":"鍙戝姩","pinyin":"f膩 d貌ng","tone":"14","id":410,"definition":"1. to start\r\n2. to launch\r\n3. to unleash\r\n4. to mobilize\r\n5. to arouse\r\n"},{"characters":"鍙戝憜","pinyin":"f膩 d膩i","tone":"11","id":411,"definition":"1. to stare blankly\r\n2. to be stunned\r\n3. to be lost in thought\r\n"},{"characters":"鍙戝皠","pinyin":"f膩 sh猫","tone":"14","id":412,"definition":"1. to shoot (a projectile)\r\n2. to fire (a rocket)\r\n3. to launch\r\n4. to emit (a particle)\r\n5. to discharge\r\n6. emanation\r\n7. emission\r\n"},{"characters":"鍙戝竷","pinyin":"f膩 b霉","tone":"14","id":413,"definition":"1. to release\r\n2. to issue\r\n3. to announce\r\n4. to distribute\r\n5. also written 鐧煎竷|鍙戝竷[fa1 bu4]\r\n6. to release\r\n7. to issue\r\n8. to announce\r\n9. to distribute\r\n"},{"characters":"鍙戞剚","pinyin":"f膩 ch贸u","tone":"12","id":414,"definition":"1. to worry\r\n2. to fret\r\n3. to be anxious\r\n4. to become sad\r\n"},{"characters":"鍙戞壃","pinyin":"f膩 y谩ng","tone":"12","id":415,"definition":"1. to develop\r\n2. to make full use of\r\n"},{"characters":"鍙戞姈","pinyin":"f膩 d菕u","tone":"13","id":416,"definition":"1. to tremble\r\n2. to shake\r\n3. to shiver\r\n"},{"characters":"鍙戞尌","pinyin":"f膩 hu墨","tone":"11","id":417,"definition":"1. to display\r\n2. to exhibit\r\n3. to bring out implicit or innate qualities\r\n4. to express (a thought or moral)\r\n5. to develop (an idea)\r\n6. to elaborate (on a theme)\r\n"},{"characters":"鍙戞槑","pinyin":"f膩 m铆ng","tone":"12","id":418,"definition":"1. to invent\r\n2. an invention\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍙戠値","pinyin":"f膩 y谩n","tone":"12","id":419,"definition":"1. to become inflamed\r\n2. inflammation\r\n"},{"characters":"鍙戠エ","pinyin":"f膩 pi脿o","tone":"14","id":420,"definition":"1. invoice\r\n2. receipt or bill for purchase\r\n"},{"characters":"鍙戣偛","pinyin":"f膩 y霉","tone":"14","id":421,"definition":"1. to develop\r\n2. to mature\r\n3. growth\r\n4. development\r\n5. (sexually) mature\r\n"},{"characters":"鍙戣","pinyin":"f膩 x铆ng","tone":"12","id":422,"definition":"1. to publish\r\n2. to issue (stocks, currency etc)\r\n3. to release\r\n4. to distribute (a film)\r\n"},{"characters":"鍙戣〃","pinyin":"f膩 bi菐o","tone":"13","id":423,"definition":"1. to issue\r\n2. to publish\r\n"},{"characters":"鍙戣","pinyin":"f膩 ju茅","tone":"12","id":424,"definition":"1. to become aware\r\n2. to detect\r\n3. to realize\r\n4. to perceive\r\n"},{"characters":"鍙戣█","pinyin":"f膩 y谩n","tone":"12","id":425,"definition":"1. to make a speech\r\n2. statement\r\n3. utterance\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍙戣獡","pinyin":"f膩 sh矛","tone":"14","id":426,"definition":"1. to vow\r\n2. to pledge\r\n3. to swear\r\n"},{"characters":"鍙戣储","pinyin":"f膩 c谩i","tone":"12","id":427,"definition":"1. to get rich\r\n"},{"characters":"鍙戣揪","pinyin":"f膩 d谩","tone":"12","id":428,"definition":"1. developed (country etc)\r\n2. flourishing\r\n3. to develop\r\n"},{"characters":"鍙","pinyin":"q菙","tone":"3","id":429,"definition":"1. to take\r\n2. to get\r\n3. to choose\r\n4. to fetch\r\n"},{"characters":"鍙栨秷","pinyin":"q菙 xi膩o","tone":"31","id":430,"definition":"1. to cancel\r\n2. cancellation\r\n"},{"characters":"鍙椾激","pinyin":"sh貌u sh膩ng","tone":"41","id":431,"definition":"1. to sustain injuries\r\n2. wounded (in an accident etc)\r\n3. harmed\r\n"},{"characters":"鍙樻晠","pinyin":"bi脿n g霉","tone":"44","id":432,"definition":"1. an unforeseen event\r\n2. accident\r\n3. misfortune\r\n"},{"characters":"鍙樿川","pinyin":"bi脿n zh矛","tone":"44","id":433,"definition":"1. to degenerate\r\n2. to go bad\r\n3. to deteriorate\r\n4. metamorphosis\r\n"},{"characters":"鍙樿縼","pinyin":"bi脿n qi膩n","tone":"41","id":434,"definition":"1. changes\r\n2. vicissitudes\r\n"},{"characters":"鍙欒堪","pinyin":"x霉 sh霉","tone":"44","id":435,"definition":"1. to relate (a story or information)\r\n2. to tell or talk about\r\n3. to recount\r\n4. narration\r\n5. telling\r\n6. narrative\r\n7. account\r\n"},{"characters":"鍙e懗","pinyin":"k菕u w猫i","tone":"34","id":436,"definition":"1. a person's preferences\r\n2. tastes (in food)\r\n3. flavor\r\n"},{"characters":"鍙や唬","pinyin":"g菙 d脿i","tone":"34","id":437,"definition":"1. ancient times\r\n2. olden times\r\n"},{"characters":"鍙ゅ吀","pinyin":"g菙 di菐n","tone":"33","id":438,"definition":"1. classical\r\n"},{"characters":"鍙ソ","pinyin":"zh菒 h菐o","tone":"33","id":439,"definition":"1. without any better option\r\n2. to have to\r\n3. to be forced to\r\n"},{"characters":"鍙","pinyin":"zh菒 y脿o","tone":"34","id":440,"definition":"1. if only\r\n2. so long as\r\n"},{"characters":"鍙","pinyin":"ji脿o","tone":"4","id":441,"definition":"1. to shout\r\n2. to call\r\n3. to order\r\n4. to ask\r\n5. to be called\r\n6. by (indicates agent in the passive mood)\r\n7. variant of 鍙玔jiao4]\r\n"},{"characters":"鍙紑","pinyin":"zh脿o k膩i","tone":"41","id":442,"definition":"1. to convene (a conference or meeting)\r\n2. to convoke\r\n3. to call together\r\n"},{"characters":"鍙槺","pinyin":"d墨ng zh菙","tone":"13","id":443,"definition":"1. to warn repeatedly\r\n2. to urge\r\n3. to exhort again and again\r\n"},{"characters":"鍙","pinyin":"k臎 p脿","tone":"34","id":444,"definition":"1. awful\r\n2. dreadful\r\n3. fearful\r\n4. formidable\r\n5. frightful\r\n6. scary\r\n7. hideous\r\n8. horrible\r\n9. terrible\r\n10. terribly\r\n"},{"characters":"鍙","pinyin":"k臎 ji脿n","tone":"34","id":445,"definition":"1. it can clearly be seen (that this is the case)\r\n2. it is (thus) clear\r\n3. clear\r\n4. visible\r\n"},{"characters":"鍙潬","pinyin":"k臎 k脿o","tone":"34","id":446,"definition":"1. reliable\r\n"},{"characters":"鍙","pinyin":"t谩i","tone":"2","id":447,"definition":"1. Taiwan (abbr.)\r\n2. surname Tai\r\n3. (classical) you (in letters)\r\n4. variant of 鑷簗鍙癧tai2]\r\n5. desk\r\n6. table\r\n7. counter\r\n8. Taiwan (abbr.)\r\n9. platform\r\n10. stage\r\n11. terrace\r\n12. stand\r\n13. support\r\n14. station\r\n15. broadcasting station\r\n16. classifier for vehicles or machines\r\n17. typhoon\r\n"},{"characters":"鍙伴樁","pinyin":"t谩i ji膿","tone":"21","id":448,"definition":"1. steps\r\n2. flight of steps\r\n3. step (over obstacle)\r\n4. fig. way out of an embarrassing situation\r\n5. bench (geology)\r\n"},{"characters":"鍙跺瓙","pinyin":"y猫 zi","tone":"40","id":449,"definition":"1. foliage\r\n2. leaf\r\n3. CL:鐗嘯pian4]\r\n"},{"characters":"鍙","pinyin":"h脿o","tone":"4","id":450,"definition":"1. roar\r\n2. cry\r\n3. CL:鍊媩涓猍ge4]\r\n4. ordinal number\r\n5. day of a month\r\n6. mark\r\n7. sign\r\n8. business establishment\r\n9. size\r\n10. ship suffix\r\n11. horn (wind instrument)\r\n12. bugle call\r\n13. assumed name\r\n14. to take a pulse\r\n15. classifier used to indicate number of people\r\n"},{"characters":"鍙","pinyin":"di膩o","tone":"1","id":451,"definition":"1. to hold with one's mouth (as a smoker with a cigarette or a dog with a bone)\r\n"},{"characters":"鍚","pinyin":"ch墨","tone":"1","id":452,"definition":"1. to eat\r\n2. to consume\r\n3. to eat at (a cafeteria etc)\r\n4. to eradicate\r\n5. to destroy\r\n6. to absorb\r\n7. to suffer\r\n8. to stammer (Taiwan pr. for this sense is [ji2])\r\n9. variant of 鍚僛chi1]\r\n"},{"characters":"鍚冧簭","pinyin":"ch墨 ku墨","tone":"11","id":453,"definition":"1. to suffer losses\r\n2. to come to grief\r\n3. to lose out\r\n4. to get the worst of it\r\n5. to be at a disadvantage\r\n6. unfortunately\r\n"},{"characters":"鍚冨姏","pinyin":"ch墨 l矛","tone":"14","id":454,"definition":"1. to entail strenuous effort\r\n2. to toil at a task\r\n3. strenuous\r\n4. laborious\r\n5. strain\r\n"},{"characters":"鍚冭嫤","pinyin":"ch墨 k菙","tone":"13","id":455,"definition":"1. to bear hardships\r\n"},{"characters":"鍚勮嚜","pinyin":"g猫 z矛","tone":"44","id":456,"definition":"1. each\r\n2. respective\r\n3. apiece\r\n"},{"characters":"鍚堜綔","pinyin":"h茅 zu貌","tone":"24","id":457,"definition":"1. to cooperate\r\n2. to collaborate\r\n3. to work together\r\n4. cooperation\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍚堝悓","pinyin":"h茅 tong","tone":"20","id":458,"definition":"1. (business) contract\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍚堝奖","pinyin":"h茅 y菒ng","tone":"23","id":459,"definition":"1. to take a joint photo\r\n2. group photo\r\n"},{"characters":"鍚堟硶","pinyin":"h茅 f菐","tone":"23","id":460,"definition":"1. lawful\r\n2. legitimate\r\n3. legal\r\n"},{"characters":"鍚堢悊","pinyin":"h茅 l菒","tone":"23","id":461,"definition":"1. rational\r\n2. reasonable\r\n3. fair\r\n"},{"characters":"鍚","pinyin":"di脿o","tone":"4","id":462,"definition":"1. to suspend\r\n2. to hang up\r\n3. to hang a person\r\n4. a string of 100 cash (arch.)\r\n5. to lament\r\n6. to condole with\r\n7. variant of 鍚奫diao4]\r\n"},{"characters":"鍚屾儏","pinyin":"t贸ng q铆ng","tone":"22","id":463,"definition":"1. to sympathize with\r\n2. sympathy\r\n"},{"characters":"鍚屾椂","pinyin":"t贸ng sh铆","tone":"22","id":464,"definition":"1. at the same time\r\n2. simultaneously\r\n"},{"characters":"鍚嶅瓧","pinyin":"m铆ng zi","tone":"20","id":465,"definition":"1. name (of a person or thing)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍚嶇墖","pinyin":"m铆ng pi脿n","tone":"24","id":466,"definition":"1. (business) card\r\n"},{"characters":"鍚嶇墝","pinyin":"m铆ng p谩i","tone":"22","id":467,"definition":"1. famous brand\r\n"},{"characters":"鍚庢灉","pinyin":"h貌u gu菕","tone":"43","id":468,"definition":"1. consequences\r\n2. aftermath\r\n"},{"characters":"鍚庤儗","pinyin":"h貌u b猫i","tone":"44","id":469,"definition":"1. the back (human anatomy)\r\n2. the back part of sth\r\n"},{"characters":"鍚","pinyin":"t菙","tone":"3","id":470,"definition":"1. to spit\r\n2. to put\r\n3. to say\r\n4. to vomit\r\n5. to throw up\r\n"},{"characters":"鍚","pinyin":"xi脿","tone":"4","id":471,"definition":"1. to scare\r\n2. to intimidate\r\n3. to threaten\r\n4. (interjection showing disapproval) tut-tut\r\n5. (interjection showing astonishment)\r\n6. to frighten\r\n7. to scare\r\n"},{"characters":"鍚","pinyin":"ma","tone":"0","id":472,"definition":"1. see 鍡庡暋|鍚楀暋, morphine\r\n2. (question particle for \"yes-no\" questions)\r\n"},{"characters":"鍚﹀畾","pinyin":"f菕u d矛ng","tone":"34","id":473,"definition":"1. to negate\r\n2. to deny\r\n3. to reject\r\n4. negative (answer)\r\n5. negation\r\n"},{"characters":"鍚﹁","pinyin":"f菕u r猫n","tone":"34","id":474,"definition":"1. to declare to be untrue\r\n2. to deny\r\n"},{"characters":"鍚","pinyin":"d奴n","tone":"1","id":475,"definition":"1. ton (loanword)\r\n2. Taiwan pr. [dun4]\r\n"},{"characters":"鍚彂","pinyin":"q菒 f膩","tone":"31","id":476,"definition":"1. to enlighten\r\n2. to explain (a text etc)\r\n3. to stimulate (a mental attitude)\r\n4. enlightenment\r\n5. revelation\r\n6. motivation\r\n"},{"characters":"鍚","pinyin":"ch菐o","tone":"3","id":477,"definition":"1. to quarrel\r\n2. to make a noise\r\n3. noisy\r\n4. to disturb by making a noise\r\n"},{"characters":"鍚垫灦","pinyin":"ch菐o ji脿","tone":"34","id":478,"definition":"1. to quarrel\r\n2. to have a row\r\n3. quarrel\r\n4. CL:闋搢椤縖dun4]\r\n"},{"characters":"鍚稿彇","pinyin":"x墨 q菙","tone":"13","id":479,"definition":"1. to absorb\r\n2. to draw (a lesson, insight etc)\r\n3. to assimilate\r\n"},{"characters":"鍚稿紩","pinyin":"x墨 y菒n","tone":"13","id":480,"definition":"1. to attract (interest, investment etc)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍚告敹","pinyin":"x墨 sh艒u","tone":"11","id":481,"definition":"1. to absorb\r\n2. to assimilate\r\n3. to ingest\r\n4. to recruit\r\n"},{"characters":"鍚","pinyin":"chu墨","tone":"1","id":482,"definition":"1. to blow\r\n2. to play a wind instrument\r\n3. to blast\r\n4. to puff\r\n5. to boast\r\n6. to brag\r\n7. to end in failure\r\n8. to fall through\r\n"},{"characters":"鍚规崸","pinyin":"chu墨 p臎ng","tone":"13","id":483,"definition":"1. to flatter\r\n2. to laud sb's accomplishments\r\n3. adulation\r\n"},{"characters":"鍚圭墰","pinyin":"chu墨 ni煤","tone":"12","id":484,"definition":"1. to talk big\r\n2. to shoot off one's mouth\r\n3. to chat (dialect)\r\n"},{"characters":"鍚","pinyin":"w臎n","tone":"3","id":485,"definition":"1. kiss\r\n2. to kiss\r\n3. mouth\r\n4. variant of 鍚籟wen3]\r\n"},{"characters":"鍛","pinyin":"ya","tone":"0","id":486,"definition":"1. (particle equivalent to 鍟 after a vowel, expressing surprise or doubt)\r\n"},{"characters":"鍛","pinyin":"d膩i","tone":"1","id":487,"definition":"1. foolish\r\n2. stupid\r\n3. expressionless\r\n4. blank\r\n5. to stay\r\n"},{"characters":"鍛堢幇","pinyin":"ch茅ng xi脿n","tone":"24","id":488,"definition":"1. to appear\r\n2. to emerge\r\n3. to present (a certain appearance)\r\n4. to demonstrate\r\n"},{"characters":"鍛婂埆","pinyin":"g脿o bi茅","tone":"42","id":489,"definition":"1. to leave\r\n2. to bid farewell to\r\n3. to say good-bye to\r\n"},{"characters":"鍛樺伐","pinyin":"yu谩n g艒ng","tone":"21","id":490,"definition":"1. staff\r\n2. personnel\r\n3. employee\r\n"},{"characters":"鍛ㄥ埌","pinyin":"zh艒u d脿o","tone":"14","id":491,"definition":"1. thoughtful\r\n2. considerate\r\n3. attentive\r\n4. thorough\r\n5. also pr. [zhou1 dao5]\r\n"},{"characters":"鍛ㄥ洿","pinyin":"zh艒u w茅i","tone":"12","id":492,"definition":"1. surroundings\r\n2. environment\r\n3. to encompass\r\n"},{"characters":"鍛抽亾","pinyin":"w猫i dao","tone":"40","id":493,"definition":"1. flavor\r\n2. smell\r\n3. hint of\r\n"},{"characters":"鍛煎惛","pinyin":"h奴 x墨","tone":"11","id":494,"definition":"1. to breathe\r\n"},{"characters":"鍛戒护","pinyin":"m矛ng l矛ng","tone":"44","id":495,"definition":"1. order\r\n2. command\r\n3. CL:閬揫dao4],鍊媩涓猍ge4]\r\n"},{"characters":"鍛借繍","pinyin":"m矛ng y霉n","tone":"44","id":496,"definition":"1. fate\r\n2. destiny\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍜","pinyin":"h茅","tone":"2","id":497,"definition":"1. old variant of 鍜孾he2]\r\n2. surname He\r\n3. Japanese (food, clothes etc)\r\n4. and\r\n5. together with\r\n6. with\r\n7. sum\r\n8. union\r\n9. peace\r\n10. harmony\r\n11. Taiwan pr. [han4] when it means \"and\" or \"with\"\r\n12. to compose a poem in reply (to sb's poem) using the same rhyme sequence\r\n13. to join in the singing\r\n14. to chime in with others\r\n15. to complete a set in mahjong or playing cards\r\n16. soft\r\n17. warm\r\n18. to mix together\r\n19. to blend\r\n20. old variant of 鍜孾he2]\r\n21. harmonious\r\n"},{"characters":"鍜屽钩","pinyin":"h茅 p铆ng","tone":"22","id":498,"definition":"1. Heping district of Shenyang city 娌堥櫧甯倈娌堥槼甯, Liaoning\r\n2. Hoping township in Taichung county 鑷轰腑绺鍙颁腑鍘縖Tai2 zhong1 xian4], Taiwan\r\n3. peace\r\n4. peaceful\r\n"},{"characters":"鍜ㄨ","pinyin":"z墨 x煤n","tone":"12","id":499,"definition":"1. to consult\r\n2. to seek advice\r\n3. consultation\r\n4. (sales) inquiry (formal)\r\n"},{"characters":"鍜","pinyin":"y菐o","tone":"3","id":500,"definition":"1. to bite\r\n2. to nip\r\n3. variant of 鍜琜yao3]\r\n"},{"characters":"鍜变滑","pinyin":"z谩n men","tone":"20","id":501,"definition":"1. we or us (including both the speaker and the person(s) spoken to)\r\n2. (dialect) I or me\r\n3. (dialect) (in a coaxing or familiar way) you\r\n4. also pr. [za2 men5]\r\n"},{"characters":"鍜","pinyin":"xi谩n","tone":"2","id":502,"definition":"1. surname Xian\r\n2. all\r\n3. everyone\r\n4. each\r\n5. widespread\r\n6. harmonious\r\n7. salted\r\n8. salty\r\n9. stingy\r\n10. miserly\r\n"},{"characters":"鍝嗗棪","pinyin":"du艒 suo","tone":"10","id":503,"definition":"1. to tremble\r\n2. to shiver\r\n3. uncontrolled shaking of the body\r\n"},{"characters":"鍝","pinyin":"H膩","tone":"1","id":504,"definition":"1. abbr. for 鍝堣柀鍏嬫柉鍧鍝堣惃鍏嬫柉鍧Ha1 sa4 ke4 si1 tan3], Kazakhstan\r\n2. abbr. for 鍝堢埦婵眧鍝堝皵婊╗Ha1 er3 bin1], Harbin\r\n3. laughter\r\n4. yawn\r\n5. a Pekinese\r\n6. a pug\r\n7. (dialect) to scold\r\n"},{"characters":"鍝","pinyin":"xi菐ng","tone":"3","id":505,"definition":"1. echo\r\n2. sound\r\n3. noise\r\n4. to make a sound\r\n5. to sound\r\n6. to ring\r\n7. loud\r\n8. classifier for noises\r\n"},{"characters":"鍝","pinyin":"膩i","tone":"1","id":506,"definition":"1. hey!\r\n2. (interjection used to attract attention or to express surprise or disapprobation)\r\n"},{"characters":"鍝","pinyin":"n菐","tone":"3","id":507,"definition":"1. how\r\n2. which\r\n3. (particle equivalent to 鍟 after noun ending in -n)\r\n4. which? (interrogative, followed by classifier or numeral-classifier)\r\n"},{"characters":"鍝","pinyin":"n菐 p脿","tone":"34","id":508,"definition":"1. even\r\n2. even if\r\n3. even though\r\n4. no matter how\r\n"},{"characters":"鍝插","pinyin":"zh茅 xu茅","tone":"22","id":509,"definition":"1. philosophy\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍝轰钩","pinyin":"b菙 r菙","tone":"33","id":510,"definition":"1. breast feeding\r\n2. to suckle\r\n3. to nurse\r\n"},{"characters":"鍞","pinyin":"膩i","tone":"1","id":511,"definition":"1. interjection or grunt of agreement or recognition (e.g. yes, it's me!)\r\n2. to sigh\r\n3. alas\r\n4. oh dear\r\n"},{"characters":"鍞竴","pinyin":"w茅i y墨","tone":"21","id":512,"definition":"1. only\r\n2. sole\r\n"},{"characters":"鍟嗕笟","pinyin":"sh膩ng y猫","tone":"14","id":513,"definition":"1. business\r\n2. trade\r\n3. commerce\r\n"},{"characters":"鍟嗗姟","pinyin":"sh膩ng w霉","tone":"14","id":514,"definition":"1. commercial affairs\r\n2. commercial\r\n3. commerce\r\n4. business\r\n"},{"characters":"鍟嗗搧","pinyin":"sh膩ng p菒n","tone":"13","id":515,"definition":"1. good\r\n2. commodity\r\n3. merchandise\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍟嗛噺","pinyin":"sh膩ng liang","tone":"10","id":516,"definition":"1. to consult\r\n2. to talk over\r\n3. to discuss\r\n"},{"characters":"鍠勪簬","pinyin":"sh脿n y煤","tone":"42","id":517,"definition":"1. to be good at\r\n2. to be adept at\r\n"},{"characters":"鍠勮壇","pinyin":"sh脿n li谩ng","tone":"42","id":518,"definition":"1. good and honest\r\n2. kindhearted\r\n"},{"characters":"鍠","pinyin":"h菐n","tone":"3","id":519,"definition":"1. to yell\r\n2. to shout\r\n3. to call out for (a person)\r\n"},{"characters":"鍠樻皵","pinyin":"chu菐n q矛","tone":"34","id":520,"definition":"1. to breathe deeply\r\n2. to pant\r\n"},{"characters":"鍠","pinyin":"h膿","tone":"1","id":521,"definition":"1. to drink\r\n2. My goodness!\r\n3. to shout loudly\r\n"},{"characters":"鍡撳瓙","pinyin":"s菐ng zi","tone":"30","id":522,"definition":"1. throat\r\n2. voice\r\n3. CL:鎶奫ba3]\r\n"},{"characters":"鍡","pinyin":"猫n","tone":"4","id":523,"definition":"1. (a groaning sound)\r\n2. (nonverbal grunt as interjection)\r\n3. OK, yeah\r\n4. what?\r\n5. interjection indicating approval, appreciation or agreement\r\n"},{"characters":"鍢堟潅","pinyin":"c谩o z谩","tone":"22","id":524,"definition":"1. noisy\r\n2. clamorous\r\n"},{"characters":"鍢夊","pinyin":"ji膩 b墨n","tone":"11","id":525,"definition":"1. esteemed guest\r\n2. honored guest\r\n3. guest (on a show)\r\n"},{"characters":"鍢茬瑧","pinyin":"ch谩o xi脿o","tone":"24","id":526,"definition":"1. to jeer at\r\n2. to deride\r\n3. to ridicule\r\n4. mockery\r\n5. derision\r\n"},{"characters":"鍥","pinyin":"hu铆","tone":"2","id":527,"definition":"1. to circle\r\n2. to go back\r\n3. to turn around\r\n4. to answer\r\n5. to return\r\n6. to revolve\r\n7. Hui ethnic group (Chinese Muslims)\r\n8. time\r\n9. classifier for acts of a play\r\n10. section or chapter (of a classic book)\r\n11. to curve\r\n12. to return\r\n13. to revolve\r\n14. variant of 杩磡鍥瀃hui2]\r\n"},{"characters":"鍥犳","pinyin":"y墨n c菒","tone":"13","id":528,"definition":"1. thus\r\n2. consequently\r\n3. as a result\r\n"},{"characters":"鍥犵礌","pinyin":"y墨n s霉","tone":"14","id":529,"definition":"1. element\r\n2. factor\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍥犺","pinyin":"y墨n 茅r","tone":"12","id":530,"definition":"1. therefore\r\n2. as a result\r\n3. thus\r\n4. and as a result, ...\r\n"},{"characters":"鍥","pinyin":"tu谩n","tone":"2","id":531,"definition":"1. round\r\n2. lump\r\n3. ball\r\n4. to roll into a ball\r\n5. to gather\r\n6. regiment\r\n7. group\r\n8. society\r\n9. classifier for a lump or a soft mass: wad (of paper), ball (of wool), cloud (of smoke)\r\n10. dumpling\r\n"},{"characters":"鍥村肪","pinyin":"w茅i j墨n","tone":"21","id":532,"definition":"1. scarf\r\n2. shawl\r\n3. CL:姊潀鏉tiao2]\r\n"},{"characters":"鍥寸粫","pinyin":"w茅i r脿o","tone":"24","id":533,"definition":"1. to revolve around\r\n2. to center on (an issue)\r\n"},{"characters":"鍥哄畾","pinyin":"g霉 d矛ng","tone":"44","id":534,"definition":"1. to fix\r\n2. to fasten\r\n3. to set rigidly in place\r\n4. fixed\r\n5. set\r\n6. regular\r\n"},{"characters":"鍥界帇","pinyin":"gu贸 w谩ng","tone":"22","id":535,"definition":"1. king\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍦","pinyin":"yu谩n","tone":"2","id":536,"definition":"1. circle\r\n2. round\r\n3. circular\r\n4. spherical\r\n5. (of the moon) full\r\n6. unit of Chinese currency (Yuan)\r\n7. tactful\r\n8. to justify\r\n"},{"characters":"鍦","pinyin":"qu膩n","tone":"1","id":537,"definition":"1. to confine\r\n2. to lock up\r\n3. to pen in\r\n4. pen (pig)\r\n5. a fold\r\n6. circle\r\n7. ring\r\n8. loop\r\n9. classifier for loops, orbits, laps of race etc\r\n10. CL:鍊媩涓猍ge4]\r\n11. to surround\r\n12. to circle\r\n"},{"characters":"鍦熷湴","pinyin":"t菙 d矛","tone":"34","id":538,"definition":"1. land\r\n2. soil\r\n3. territory\r\n4. CL:鐗嘯pian4],濉妡鍧梉kuai4]\r\n5. local god\r\n6. genius loci\r\n"},{"characters":"鍦熻眴","pinyin":"t菙 d貌u","tone":"34","id":539,"definition":"1. potato\r\n2. CL:鍊媩涓猍ge4]\r\n3. (Tw) peanut\r\n4. CL:椤唡棰梉ke1]\r\n"},{"characters":"鍦ㄤ箮","pinyin":"z脿i hu","tone":"40","id":540,"definition":"1. to care about\r\n2. equivalent of 鍦ㄦ柤|鍦ㄤ簬[zai4 yu2]\r\n"},{"characters":"鍦ㄤ簬","pinyin":"z脿i y煤","tone":"42","id":541,"definition":"1. to be in\r\n2. to lie in\r\n3. to consist in\r\n4. to depend on\r\n5. to rest with\r\n"},{"characters":"鍦颁綅","pinyin":"d矛 w猫i","tone":"44","id":542,"definition":"1. position\r\n2. status\r\n3. place\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍦板娍","pinyin":"d矛 sh矛","tone":"44","id":543,"definition":"1. terrain\r\n2. topography relief\r\n"},{"characters":"鍦板尯","pinyin":"d矛 q奴","tone":"41","id":544,"definition":"1. local\r\n2. regional\r\n3. district (not necessarily formal administrative unit)\r\n4. region\r\n5. area\r\n6. as suffix to city name, means prefecture or county (area administered by a prefecture level city or county level city)\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鍦版","pinyin":"d矛 b霉","tone":"44","id":545,"definition":"1. condition\r\n2. situation\r\n3. plight\r\n4. extent\r\n5. room for action\r\n"},{"characters":"鍦版","pinyin":"d矛 t菐n","tone":"43","id":546,"definition":"1. carpet\r\n2. rug\r\n"},{"characters":"鍦扮悊","pinyin":"d矛 l菒","tone":"43","id":547,"definition":"1. geography\r\n"},{"characters":"鍦拌川","pinyin":"d矛 zh矛","tone":"44","id":548,"definition":"1. geology\r\n"},{"characters":"鍦伴亾","pinyin":"d矛 d脿o","tone":"44","id":549,"definition":"1. tunnel\r\n2. causeway\r\n3. authentic\r\n4. genuine\r\n5. typical\r\n6. from a place known for the product\r\n7. thorough\r\n8. conscientious\r\n"},{"characters":"鍦伴渿","pinyin":"d矛 zh猫n","tone":"44","id":550,"definition":"1. earthquake\r\n"},{"characters":"鍦哄悎","pinyin":"ch菐ng h茅","tone":"32","id":551,"definition":"1. situation\r\n2. occasion\r\n3. context\r\n4. setting\r\n5. location\r\n6. venue\r\n"},{"characters":"鍦烘墍","pinyin":"ch菐ng su菕","tone":"33","id":552,"definition":"1. location\r\n2. place\r\n"},{"characters":"鍦洪潰","pinyin":"ch菐ng mi脿n","tone":"34","id":553,"definition":"1. scene\r\n2. spectacle\r\n3. occasion\r\n4. situation\r\n"},{"characters":"鍧囧寑","pinyin":"j奴n y煤n","tone":"12","id":554,"definition":"1. even\r\n2. well-distributed\r\n3. homogeneous\r\n4. well-proportioned (figure, body etc)\r\n"},{"characters":"鍧氬喅","pinyin":"ji膩n ju茅","tone":"12","id":555,"definition":"1. firm\r\n2. resolute\r\n3. determined\r\n"},{"characters":"鍧氬己","pinyin":"ji膩n qi谩ng","tone":"12","id":556,"definition":"1. staunch\r\n2. strong\r\n"},{"characters":"鍧︾巼","pinyin":"t菐n shu脿i","tone":"34","id":557,"definition":"1. frank (discussion)\r\n2. blunt\r\n3. open\r\n"},{"characters":"鍨傜洿","pinyin":"chu铆 zh铆","tone":"22","id":558,"definition":"1. perpendicular\r\n2. vertical\r\n"},{"characters":"鍨","pinyin":"di脿n","tone":"4","id":559,"definition":"1. pad\r\n2. cushion\r\n3. mat\r\n4. to pad out\r\n5. to fill a gap\r\n6. to pay for sb\r\n7. to advance (money)\r\n"},{"characters":"鍩庡牎","pinyin":"ch茅ng b菐o","tone":"23","id":560,"definition":"1. castle\r\n2. rook (chess piece)\r\n"},{"characters":"鍩瑰吇","pinyin":"p茅i y菐ng","tone":"23","id":561,"definition":"1. to cultivate\r\n2. to breed\r\n3. to foster\r\n4. to nurture\r\n5. to educate\r\n6. to groom (for a position)\r\n7. education\r\n8. fostering\r\n9. culture (biology)\r\n"},{"characters":"鍩硅","pinyin":"p茅i x霉n","tone":"24","id":562,"definition":"1. to cultivate\r\n2. to train\r\n3. to groom\r\n4. training\r\n"},{"characters":"鍩烘湰","pinyin":"j墨 b臎n","tone":"13","id":563,"definition":"1. basic\r\n2. fundamental\r\n3. main\r\n4. elementary\r\n"},{"characters":"鍫","pinyin":"du墨","tone":"1","id":564,"definition":"1. to pile up\r\n2. to heap up\r\n3. a mass\r\n4. pile\r\n5. heap\r\n6. stack\r\n7. large amount\r\n"},{"characters":"鍫嗙Н","pinyin":"du墨 j墨","tone":"11","id":565,"definition":"1. to pile up\r\n2. to heap\r\n3. accumulation\r\n"},{"characters":"鍫曡惤","pinyin":"du貌 lu貌","tone":"44","id":566,"definition":"1. to degrade\r\n2. to degenerate\r\n3. to become depraved\r\n4. corrupt\r\n5. a fall from grace\r\n"},{"characters":"鍫ゅ潩","pinyin":"d墨 b脿","tone":"14","id":567,"definition":"1. dam\r\n"},{"characters":"鍫靛","pinyin":"d菙 s猫","tone":"34","id":568,"definition":"1. to block\r\n2. to stop\r\n3. blockage\r\n"},{"characters":"濉┖","pinyin":"ti谩n k貌ng","tone":"24","id":569,"definition":"1. to fill a job vacancy\r\n2. to fill in a blank (e.g. on questionnaire or exam paper)\r\n"},{"characters":"澧","pinyin":"qi谩ng","tone":"2","id":570,"definition":"1. variant of 鐗唡澧橻qiang2], wall\r\n2. wall\r\n3. CL:闈mian4],鍫礫du3]\r\n"},{"characters":"澧炲姞","pinyin":"z膿ng ji膩","tone":"11","id":571,"definition":"1. to raise\r\n2. to increase\r\n"},{"characters":"澹叺","pinyin":"sh矛 b墨ng","tone":"41","id":572,"definition":"1. soldier\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"澹拌皟","pinyin":"sh膿ng di脿o","tone":"14","id":573,"definition":"1. tone\r\n2. note\r\n3. a tone (on a Chinese syllable)\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"澹","pinyin":"h煤","tone":"2","id":574,"definition":"1. pot\r\n2. classifier for bottled liquid\r\n"},{"characters":"澶勫垎","pinyin":"ch菙 f猫n","tone":"34","id":575,"definition":"1. to discipline sb\r\n2. to punish\r\n3. disciplinary action\r\n4. to deal with (a matter)\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"澶勫","pinyin":"ch菙 j矛ng","tone":"34","id":576,"definition":"1. situation (of a person)\r\n"},{"characters":"澶勭悊","pinyin":"ch菙 l菒","tone":"33","id":577,"definition":"1. to handle\r\n2. to treat\r\n3. to deal with\r\n4. to process\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"澶勭疆","pinyin":"ch菙 zh矛","tone":"34","id":578,"definition":"1. to handle\r\n2. to take care of\r\n3. to punish\r\n"},{"characters":"澶囦唤","pinyin":"b猫i f猫n","tone":"44","id":579,"definition":"1. backup\r\n"},{"characters":"澶囧繕褰","pinyin":"b猫i w脿ng l霉","tone":"444","id":580,"definition":"1. memorandum\r\n2. aide-memoire\r\n3. memorandum book\r\n"},{"characters":"澶嶅埗","pinyin":"f霉 zh矛","tone":"44","id":581,"definition":"1. to duplicate\r\n2. to make a copy of\r\n3. to copy\r\n4. to reproduce\r\n5. to clone\r\n"},{"characters":"澶忎护钀","pinyin":"xi脿 l矛ng y铆ng","tone":"442","id":582,"definition":"1. summer camp\r\n"},{"characters":"澶栦氦","pinyin":"w脿i ji膩o","tone":"41","id":583,"definition":"1. diplomacy\r\n2. diplomatic\r\n3. foreign affairs\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"澶栧叕","pinyin":"w脿i g艒ng","tone":"41","id":584,"definition":"1. (coll.) mother's father\r\n2. maternal grandfather\r\n"},{"characters":"澶","pinyin":"du艒","tone":"1","id":585,"definition":"1. many\r\n2. much\r\n3. often\r\n4. a lot of\r\n5. numerous\r\n6. more\r\n7. in excess\r\n8. how (to what extent)\r\n9. multi-\r\n10. Taiwan pr. [duo2] when it means \"how\"\r\n"},{"characters":"澶氫簭","pinyin":"du艒 ku墨","tone":"11","id":586,"definition":"1. thanks to\r\n2. luckily\r\n"},{"characters":"澶氫綑","pinyin":"du艒 y煤","tone":"12","id":587,"definition":"1. superfluous\r\n2. unnecessary\r\n3. surplus\r\n"},{"characters":"澶氬皯","pinyin":"du艒 sh菐o","tone":"13","id":588,"definition":"1. number\r\n2. amount\r\n3. somewhat\r\n4. how much\r\n5. how many\r\n6. which (number)\r\n7. as much as\r\n"},{"characters":"澶","pinyin":"y猫","tone":"4","id":589,"definition":"1. variant of 澶淸ye4]\r\n2. night\r\n"},{"characters":"澶","pinyin":"d脿","tone":"4","id":590,"definition":"1. big\r\n2. huge\r\n3. large\r\n4. major\r\n5. great\r\n6. wide\r\n7. deep\r\n8. older (than)\r\n9. oldest\r\n10. eldest\r\n11. greatly\r\n12. very much\r\n13. (dialect) father\r\n14. father's elder or younger brother\r\n15. see 澶уか[dai4 fu5]\r\n"},{"characters":"澶т綋","pinyin":"d脿 t菒","tone":"43","id":591,"definition":"1. in general\r\n2. more or less\r\n3. in rough terms\r\n4. basically\r\n5. on the whole\r\n"},{"characters":"澶у帵","pinyin":"d脿 sh脿","tone":"44","id":592,"definition":"1. large building\r\n2. edifice\r\n3. mansion\r\n4. CL:搴zuo4]\r\n"},{"characters":"澶у瀷","pinyin":"d脿 x铆ng","tone":"42","id":593,"definition":"1. large\r\n2. large-scale\r\n"},{"characters":"澶ф剰","pinyin":"d脿 y矛","tone":"44","id":594,"definition":"1. general idea\r\n2. main idea\r\n3. careless\r\n"},{"characters":"澶ф柟","pinyin":"d脿 f膩ng","tone":"41","id":595,"definition":"1. expert\r\n2. scholar\r\n3. mother earth\r\n4. a type of green tea\r\n5. generous\r\n6. magnanimous\r\n7. stylish\r\n8. in good taste\r\n9. easy-mannered\r\n10. natural and relaxed\r\n"},{"characters":"澶ц倖","pinyin":"d脿 s矛","tone":"44","id":596,"definition":"1. wantonly\r\n2. without restraint (of enemy or malefactor)\r\n3. unbridled\r\n"},{"characters":"澶ц嚕","pinyin":"d脿 ch茅n","tone":"42","id":597,"definition":"1. chancellor (of a monarchy)\r\n2. cabinet minister\r\n"},{"characters":"澶ц嚧","pinyin":"d脿 zh矛","tone":"44","id":598,"definition":"1. more or less\r\n2. roughly\r\n3. approximately\r\n"},{"characters":"澶ц薄","pinyin":"d脿 xi脿ng","tone":"44","id":599,"definition":"1. elephant\r\n2. CL:闅粅鍙猍zhi1]\r\n"},{"characters":"澶╃湡","pinyin":"ti膩n zh膿n","tone":"11","id":600,"definition":"1. naive\r\n2. innocent\r\n3. artless\r\n"},{"characters":"澶╃┖","pinyin":"ti膩n k艒ng","tone":"11","id":601,"definition":"1. sky\r\n"},{"characters":"澶お","pinyin":"t脿i tai","tone":"40","id":602,"definition":"1. married woman\r\n2. Mrs.\r\n3. Madam\r\n4. wife\r\n5. CL:鍊媩涓猍ge4],浣峓wei4]\r\n"},{"characters":"澶瀬鎷","pinyin":"t脿i j铆 qu谩n","tone":"422","id":603,"definition":"1. shadowboxing or Taiji, T'aichi or T'aichichuan\r\n2. traditional form of physical exercise or relaxation\r\n3. a martial art\r\n"},{"characters":"澶变笟","pinyin":"sh墨 y猫","tone":"14","id":604,"definition":"1. unemployment\r\n2. to lose one's job\r\n"},{"characters":"澶卞幓","pinyin":"sh墨 q霉","tone":"14","id":605,"definition":"1. to lose\r\n"},{"characters":"澶辨湜","pinyin":"sh墨 w脿ng","tone":"14","id":606,"definition":"1. disappointed\r\n2. to lose hope\r\n3. to despair\r\n"},{"characters":"澶辩湢","pinyin":"sh墨 mi谩n","tone":"12","id":607,"definition":"1. to suffer from insomnia\r\n"},{"characters":"澶辫触","pinyin":"sh墨 b脿i","tone":"14","id":608,"definition":"1. to be defeated\r\n2. to lose\r\n3. to fail (e.g. experiments)\r\n4. failure\r\n5. defeat\r\n6. CL:娆ci4]\r\n"},{"characters":"澶","pinyin":"ku膩","tone":"1","id":609,"definition":"1. see 澶稿厠[kua1 ke4]\r\n2. to boast\r\n3. to exaggerate\r\n4. to praise\r\n"},{"characters":"澶稿紶","pinyin":"ku膩 zh膩ng","tone":"11","id":610,"definition":"1. to exaggerate\r\n2. overstated\r\n3. exaggerated\r\n4. hyperbole\r\n5. (coll.) excessive\r\n6. extreme\r\n7. ridiculous\r\n"},{"characters":"澶瑰瓙","pinyin":"ji膩 zi","tone":"10","id":611,"definition":"1. clip\r\n2. clamp\r\n3. tongs\r\n4. folder\r\n5. wallet\r\n"},{"characters":"濂囪抗","pinyin":"q铆 j矛","tone":"24","id":612,"definition":"1. miracle\r\n2. miraculous\r\n3. wonder\r\n4. marvel\r\n"},{"characters":"濂嬫枟","pinyin":"f猫n d貌u","tone":"44","id":613,"definition":"1. to strive\r\n2. to struggle\r\n"},{"characters":"濂旀尝","pinyin":"b膿n b艒","tone":"11","id":614,"definition":"1. to rush about\r\n2. to be constantly on the move\r\n"},{"characters":"濂旈┌","pinyin":"b膿n ch铆","tone":"12","id":615,"definition":"1. Benz (name)\r\n2. Mercedes-Benz, German car maker\r\n3. to run quickly\r\n4. to speed\r\n5. to gallop\r\n"},{"characters":"濂","pinyin":"t脿o","tone":"4","id":616,"definition":"1. to cover\r\n2. to encase\r\n3. cover\r\n4. sheath\r\n5. to overlap\r\n6. to interleave\r\n7. to model after\r\n8. to copy\r\n9. formula\r\n10. harness\r\n11. loop of rope\r\n12. (fig.) to fish for\r\n13. to obtain slyly\r\n14. classifier for sets, collections\r\n15. bend (of a river or mountain range, in place names)\r\n16. tau (Greek letter 韦蟿)\r\n"},{"characters":"濂犲畾","pinyin":"di脿n d矛ng","tone":"44","id":617,"definition":"1. to establish\r\n2. to fix\r\n3. to settle\r\n"},{"characters":"濂ョ","pinyin":"脿o m矛","tone":"44","id":618,"definition":"1. secret\r\n2. mystery\r\n"},{"characters":"濂冲+","pinyin":"n菤 sh矛","tone":"34","id":619,"definition":"1. lady\r\n2. madam\r\n3. CL:鍊媩涓猍ge4],浣峓wei4]\r\n4. Miss\r\n5. Ms\r\n"},{"characters":"濂","pinyin":"h菐o","tone":"3","id":620,"definition":"1. good\r\n2. well\r\n3. proper\r\n4. good to\r\n5. easy to\r\n6. very\r\n7. so\r\n8. (suffix indicating completion or readiness)\r\n9. (of two people) close\r\n10. on intimate terms\r\n11. to be fond of\r\n12. to have a tendency to\r\n13. to be prone to\r\n"},{"characters":"濂藉","pinyin":"h脿o q铆","tone":"42","id":621,"definition":"1. inquisitive\r\n2. curious\r\n3. inquisitiveness\r\n4. curiosity\r\n"},{"characters":"濂藉","pinyin":"h脿o k猫","tone":"44","id":622,"definition":"1. hospitality\r\n2. to treat guests well\r\n3. to enjoy having guests\r\n4. hospitable\r\n5. friendly\r\n"},{"characters":"濡備粖","pinyin":"r煤 j墨n","tone":"21","id":623,"definition":"1. nowadays\r\n2. now\r\n"},{"characters":"濡備綍","pinyin":"r煤 h茅","tone":"22","id":624,"definition":"1. how\r\n2. what way\r\n3. what\r\n"},{"characters":"濡囧コ","pinyin":"f霉 n菤","tone":"43","id":625,"definition":"1. woman\r\n"},{"characters":"濡堝","pinyin":"m膩 ma","tone":"10","id":626,"definition":"1. mama\r\n2. mommy\r\n3. mother\r\n4. CL:鍊媩涓猍ge4],浣峓wei4]\r\n"},{"characters":"濡ㄧ","pinyin":"f谩ng 脿i","tone":"24","id":627,"definition":"1. to hinder\r\n2. to obstruct\r\n"},{"characters":"濮嬬粓","pinyin":"sh菒 zh艒ng","tone":"31","id":628,"definition":"1. from beginning to end\r\n2. all along\r\n"},{"characters":"濮戝","pinyin":"g奴 gu","tone":"10","id":629,"definition":"1. paternal aunt\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"濮戝","pinyin":"g奴 niang","tone":"10","id":630,"definition":"1. girl\r\n2. young woman\r\n3. young lady\r\n4. daughter\r\n5. paternal aunt (old)\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"濮斿眻","pinyin":"w臎i qu","tone":"30","id":631,"definition":"1. to feel wronged\r\n2. to cause sb to feel wronged\r\n3. grievance\r\n"},{"characters":"濮ュД","pinyin":"l菐o lao","tone":"30","id":632,"definition":"1. (coll.) mother's mother\r\n2. maternal grandmother\r\n"},{"characters":"濮垮娍","pinyin":"z墨 sh矛","tone":"14","id":633,"definition":"1. posture\r\n2. position\r\n"},{"characters":"濞变箰","pinyin":"y煤 l猫","tone":"24","id":634,"definition":"1. to entertain\r\n2. to amuse\r\n3. entertainment\r\n4. recreation\r\n5. amusement\r\n6. hobby\r\n7. fun\r\n8. joy\r\n"},{"characters":"濞","pinyin":"q菙","tone":"3","id":635,"definition":"1. to take a wife\r\n2. to marry (a woman)\r\n"},{"characters":"濠氬Щ","pinyin":"h奴n y墨n","tone":"11","id":636,"definition":"1. matrimony\r\n2. wedding\r\n3. marriage\r\n4. CL:妯亅妗zhuang1],娆ci4]\r\n"},{"characters":"濠氱ぜ","pinyin":"h奴n l菒","tone":"13","id":637,"definition":"1. wedding ceremony\r\n2. wedding\r\n3. CL:鍫磡鍦篬chang3]\r\n"},{"characters":"濯掍綋","pinyin":"m茅i t菒","tone":"23","id":638,"definition":"1. media, esp. news media\r\n"},{"characters":"瀚","pinyin":"ji脿","tone":"4","id":639,"definition":"1. (of a woman) to marry\r\n2. to marry off a daughter\r\n3. to shift (blame etc)\r\n"},{"characters":"瀚","pinyin":"n猫n","tone":"4","id":640,"definition":"1. tender\r\n2. soft\r\n3. delicate\r\n4. light (color)\r\n5. inexperienced\r\n6. unskilled\r\n7. old variant of 瀚nen4]\r\n8. tender\r\n9. delicate\r\n"},{"characters":"瀛楀箷","pinyin":"z矛 m霉","tone":"44","id":641,"definition":"1. caption\r\n2. subtitle\r\n"},{"characters":"瀛楁瘝","pinyin":"z矛 m菙","tone":"43","id":642,"definition":"1. letter (of the alphabet)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀛樺湪","pinyin":"c煤n z脿i","tone":"24","id":643,"definition":"1. to exist\r\n2. to be\r\n3. existence\r\n"},{"characters":"瀛欏瓙","pinyin":"s奴n zi","tone":"10","id":644,"definition":"1. Sun Tzu, also known as Sun Wu 瀛|瀛欐[Sun1 Wu3] (c. 500 BC, dates of birth and death uncertain), general, strategist and philosopher of the Spring and Autumn Period (700-475 BC), believed to be the author of the 鈥淎rt of War鈥 瀛瓙鍏垫硶|瀛欏瓙鍏垫硶[Sun1 zi3 Bing1 fa3], one of the Seven Military Classics of ancient China 姝︾稉涓冩浉|姝︾粡涓冧功[Wu3 jing1 Qi1 shu1]\r\n2. grandson\r\n3. son's son\r\n"},{"characters":"瀛濋『","pinyin":"xi脿o sh霉n","tone":"44","id":645,"definition":"1. filial piety\r\n2. to be obedient to one's parents\r\n"},{"characters":"瀛﹀巻","pinyin":"xu茅 l矛","tone":"24","id":646,"definition":"1. educational background\r\n2. academic qualifications\r\n"},{"characters":"瀛︽湡","pinyin":"xu茅 q墨","tone":"21","id":647,"definition":"1. term\r\n2. semester\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀛︽湳","pinyin":"xu茅 sh霉","tone":"24","id":648,"definition":"1. learning\r\n2. science\r\n3. academic\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀛﹂棶","pinyin":"xu茅 w猫n","tone":"24","id":649,"definition":"1. learning\r\n2. knowledge\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹佸彲","pinyin":"n矛ng k臎","tone":"43","id":650,"definition":"1. preferably\r\n2. one would prefer to...(or not to...)\r\n3. would rather\r\n4. (would) be better to\r\n5. (to pick) the lesser of two evils\r\n"},{"characters":"瀹夊畞","pinyin":"膩n n铆ng","tone":"12","id":651,"definition":"1. Anning District of Lanzhou City 铇窞甯倈鍏板窞甯俒Lan2 zhou1 Shi4], Gansu\r\n2. peaceful\r\n3. tranquil\r\n4. calm\r\n5. composed\r\n6. free from worry\r\n"},{"characters":"瀹夋叞","pinyin":"膩n w猫i","tone":"14","id":652,"definition":"1. to comfort\r\n2. to console\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹夌疆","pinyin":"膩n zh矛","tone":"14","id":653,"definition":"1. to find a place for\r\n2. to help settle down\r\n3. to arrange for\r\n4. to get into bed\r\n5. placement\r\n"},{"characters":"瀹夎","pinyin":"膩n zhu膩ng","tone":"11","id":654,"definition":"1. to install\r\n2. to erect\r\n3. to fix\r\n4. to mount\r\n5. installation\r\n"},{"characters":"瀹夎","pinyin":"膩n xi谩ng","tone":"12","id":655,"definition":"1. serene\r\n"},{"characters":"瀹屽叏","pinyin":"w谩n qu谩n","tone":"22","id":656,"definition":"1. complete\r\n2. whole\r\n3. totally\r\n4. entirely\r\n"},{"characters":"瀹屽杽","pinyin":"w谩n sh脿n","tone":"24","id":657,"definition":"1. perfect\r\n2. to make perfect\r\n3. to improve\r\n"},{"characters":"瀹屾暣","pinyin":"w谩n zh臎ng","tone":"23","id":658,"definition":"1. complete\r\n2. intact\r\n"},{"characters":"瀹岀編","pinyin":"w谩n m臎i","tone":"23","id":659,"definition":"1. perfect\r\n2. perfection\r\n3. perfectly\r\n"},{"characters":"瀹","pinyin":"gu膩n","tone":"1","id":660,"definition":"1. surname Guan\r\n2. government official\r\n3. governmental\r\n4. official\r\n5. public\r\n6. organ of the body\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹氫箟","pinyin":"d矛ng y矛","tone":"44","id":661,"definition":"1. definition\r\n"},{"characters":"瀹氭湡","pinyin":"d矛ng q墨","tone":"41","id":662,"definition":"1. at set dates\r\n2. at regular intervals\r\n3. periodic\r\n4. limited to a fixed period of time\r\n5. fixed term\r\n"},{"characters":"瀹濊礉","pinyin":"b菐o b猫i","tone":"34","id":663,"definition":"1. treasured object\r\n2. treasure\r\n3. darling\r\n4. baby\r\n5. cowry\r\n6. good-for-nothing or queer character\r\n"},{"characters":"瀹濊吹","pinyin":"b菐o gu矛","tone":"34","id":664,"definition":"1. valuable\r\n2. precious\r\n3. to value\r\n4. to treasure\r\n5. to set store by\r\n"},{"characters":"瀹炰範","pinyin":"sh铆 x铆","tone":"22","id":665,"definition":"1. to practice\r\n2. field work\r\n3. to intern\r\n4. internship\r\n"},{"characters":"瀹炲湪","pinyin":"sh铆 z脿i","tone":"24","id":666,"definition":"1. really\r\n2. actually\r\n3. indeed\r\n4. true\r\n5. real\r\n6. honest\r\n7. dependable\r\n8. (philosophy) reality\r\n"},{"characters":"瀹炵幇","pinyin":"sh铆 xi脿n","tone":"24","id":667,"definition":"1. to achieve\r\n2. to implement\r\n3. to realize\r\n4. to bring about\r\n"},{"characters":"瀹炵敤","pinyin":"sh铆 y貌ng","tone":"24","id":668,"definition":"1. practical\r\n2. functional\r\n3. pragmatic\r\n4. applied (science)\r\n"},{"characters":"瀹炶瘽","pinyin":"sh铆 hu脿","tone":"24","id":669,"definition":"1. truth\r\n"},{"characters":"瀹炶返","pinyin":"sh铆 ji脿n","tone":"24","id":670,"definition":"1. to practice\r\n2. to put into practice\r\n3. to fulfill\r\n"},{"characters":"瀹為檯","pinyin":"sh铆 j矛","tone":"24","id":671,"definition":"1. reality\r\n2. practice\r\n3. practical\r\n4. realistic\r\n5. real\r\n6. actual\r\n"},{"characters":"瀹為獙","pinyin":"sh铆 y脿n","tone":"24","id":672,"definition":"1. experiment\r\n2. test\r\n3. CL:鍊媩涓猍ge4],娆ci4]\r\n4. experimental\r\n5. to experiment\r\n"},{"characters":"瀹犵墿","pinyin":"ch菕ng w霉","tone":"34","id":673,"definition":"1. house pet\r\n"},{"characters":"瀹″垽","pinyin":"sh臎n p脿n","tone":"34","id":674,"definition":"1. a trial\r\n2. to try sb\r\n"},{"characters":"瀹℃煡","pinyin":"sh臎n ch谩","tone":"32","id":675,"definition":"1. to examine\r\n2. to investigate\r\n3. to censor out\r\n4. censorship\r\n"},{"characters":"瀹$悊","pinyin":"sh臎n l菒","tone":"33","id":676,"definition":"1. to hear (a case)\r\n"},{"characters":"瀹$編","pinyin":"sh臎n m臎i","tone":"33","id":677,"definition":"1. esthetics\r\n2. appreciating the arts\r\n3. taste\r\n"},{"characters":"瀹㈣","pinyin":"k猫 gu膩n","tone":"41","id":678,"definition":"1. objective\r\n2. impartial\r\n"},{"characters":"瀹d紶","pinyin":"xu膩n chu谩n","tone":"12","id":679,"definition":"1. to disseminate\r\n2. to give publicity to\r\n3. propaganda\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹e竷","pinyin":"xu膩n b霉","tone":"14","id":680,"definition":"1. to declare\r\n2. to announce\r\n3. to proclaim\r\n"},{"characters":"瀹翠細","pinyin":"y脿n hu矛","tone":"44","id":681,"definition":"1. banquet\r\n2. feast\r\n3. dinner party\r\n4. CL:甯璠xi2],鍊媩涓猍ge4]\r\n"},{"characters":"瀹","pinyin":"Ji膩","tone":"1","id":682,"definition":"1. see 鍌紮|瀹朵紮[jia1 huo5]\r\n2. surname Jia\r\n3. home\r\n4. family\r\n5. (polite) my (sister, uncle etc)\r\n6. classifier for families or businesses\r\n7. refers to the philosophical schools of pre-Han China\r\n8. noun suffix for a specialist in some activity, such as a musician or revolutionary, corresponding to English -ist, -er, -ary or -ian\r\n9. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹朵埂","pinyin":"ji膩 xi膩ng","tone":"11","id":683,"definition":"1. hometown\r\n2. native place\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀹跺姟","pinyin":"ji膩 w霉","tone":"14","id":684,"definition":"1. household duties\r\n2. housework\r\n"},{"characters":"瀹跺涵","pinyin":"ji膩 t铆ng","tone":"12","id":685,"definition":"1. family\r\n2. household\r\n3. CL:鎴秥鎴穂hu4],鍊媩涓猍ge4]\r\n"},{"characters":"瀹","pinyin":"ku膩n","tone":"1","id":686,"definition":"1. surname Kuan\r\n2. lenient\r\n3. wide\r\n4. broad\r\n"},{"characters":"瀹胯垗","pinyin":"s霉 sh猫","tone":"44","id":687,"definition":"1. dormitory\r\n2. dorm room\r\n3. living quarters\r\n4. hostel\r\n5. CL:闁搢闂碵jian1]\r\n"},{"characters":"瀵傚癁","pinyin":"j矛 m貌","tone":"44","id":688,"definition":"1. lonely\r\n2. lonesome\r\n3. (of a place) quiet\r\n4. silent\r\n"},{"characters":"瀵嗗垏","pinyin":"m矛 qi猫","tone":"44","id":689,"definition":"1. close\r\n2. familiar\r\n3. intimate\r\n4. closely (related)\r\n5. to foster close ties\r\n6. to pay close attention\r\n"},{"characters":"瀵逛粯","pinyin":"du矛 fu","tone":"40","id":690,"definition":"1. to handle\r\n2. to deal with\r\n3. to cope\r\n4. to get by with\r\n"},{"characters":"瀵瑰簲","pinyin":"du矛 y矛ng","tone":"44","id":691,"definition":"1. to correspond\r\n2. a correspondence\r\n3. corresponding\r\n4. homologous\r\n5. matching with sth\r\n6. counterpart\r\n"},{"characters":"瀵瑰緟","pinyin":"du矛 d脿i","tone":"44","id":692,"definition":"1. to treat\r\n2. treatment\r\n"},{"characters":"瀵规墜","pinyin":"du矛 sh菕u","tone":"43","id":693,"definition":"1. opponent\r\n2. rival\r\n3. competitor\r\n4. (well-matched) adversary\r\n5. match\r\n"},{"characters":"瀵规姉","pinyin":"du矛 k脿ng","tone":"44","id":694,"definition":"1. to withstand\r\n2. to resist\r\n3. to stand off\r\n4. antagonism\r\n5. confrontation\r\n"},{"characters":"瀵规柟","pinyin":"du矛 f膩ng","tone":"41","id":695,"definition":"1. counterpart\r\n2. other person involved\r\n3. opposite side\r\n4. other side\r\n5. receiving party\r\n"},{"characters":"瀵规瘮","pinyin":"du矛 b菒","tone":"43","id":696,"definition":"1. to contrast\r\n2. contrast\r\n3. ratio\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀵圭収","pinyin":"du矛 zh脿o","tone":"44","id":697,"definition":"1. to contrast\r\n2. to compare\r\n3. to place side by side for comparison (as parallel texts)\r\n4. to check\r\n"},{"characters":"瀵圭О","pinyin":"du矛 ch猫n","tone":"44","id":698,"definition":"1. symmetry\r\n2. symmetrical\r\n"},{"characters":"瀵圭珛","pinyin":"du矛 l矛","tone":"44","id":699,"definition":"1. to oppose\r\n2. to set sth against\r\n3. to be antagonistic to\r\n4. antithetical\r\n5. relative opposite\r\n6. opposing\r\n7. diametrical\r\n"},{"characters":"瀵圭瓥","pinyin":"du矛 c猫","tone":"44","id":700,"definition":"1. countermeasure for dealing with a situation\r\n"},{"characters":"瀵硅仈","pinyin":"du矛 li谩n","tone":"42","id":701,"definition":"1. rhyming couplet\r\n2. pair of lines of verse written vertically down the sides of a doorway\r\n3. CL:鍓痆fu4],骞匸fu2]\r\n"},{"characters":"瀵硅薄","pinyin":"du矛 xi脿ng","tone":"44","id":702,"definition":"1. target\r\n2. object\r\n3. partner\r\n4. boyfriend\r\n5. girlfriend\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瀵绘壘","pinyin":"x煤n zh菐o","tone":"23","id":703,"definition":"1. to seek\r\n2. to look for\r\n"},{"characters":"瀵煎悜","pinyin":"d菐o xi脿ng","tone":"34","id":704,"definition":"1. to be oriented towards\r\n2. orientation\r\n"},{"characters":"瀵煎脊","pinyin":"d菐o d脿n","tone":"34","id":705,"definition":"1. guided missile\r\n2. cruise missile\r\n3. missile\r\n4. CL:鏋歔mei2]\r\n"},{"characters":"瀵兼紨","pinyin":"d菐o y菐n","tone":"33","id":706,"definition":"1. to direct\r\n2. director (film etc)\r\n"},{"characters":"瀵艰嚧","pinyin":"d菐o zh矛","tone":"34","id":707,"definition":"1. to lead to\r\n2. to create\r\n3. to cause\r\n4. to bring about\r\n"},{"characters":"瀵艰埅","pinyin":"d菐o h谩ng","tone":"32","id":708,"definition":"1. navigation\r\n"},{"characters":"瀵垮懡","pinyin":"sh貌u m矛ng","tone":"44","id":709,"definition":"1. life span\r\n2. life expectancy\r\n3. lifetime (of a machine)\r\n"},{"characters":"灏勫嚮","pinyin":"sh猫 j墨","tone":"41","id":710,"definition":"1. to shoot\r\n2. to fire (a gun)\r\n"},{"characters":"灏婃暚","pinyin":"z奴n j矛ng","tone":"14","id":711,"definition":"1. to respect\r\n2. to revere\r\n"},{"characters":"灏婇噸","pinyin":"z奴n zh貌ng","tone":"14","id":712,"definition":"1. to esteem\r\n2. to respect\r\n3. to honor\r\n4. to value\r\n5. eminent\r\n6. serious\r\n7. proper\r\n"},{"characters":"灏忓悆","pinyin":"xi菐o ch墨","tone":"31","id":713,"definition":"1. snack\r\n2. refreshments\r\n3. CL:瀹禰jia1]\r\n"},{"characters":"灏忔皵","pinyin":"xi菐o q矛","tone":"34","id":714,"definition":"1. stingy\r\n2. petty\r\n3. miserly\r\n4. narrow-minded\r\n"},{"characters":"灏忚","pinyin":"xi菐o shu艒","tone":"31","id":715,"definition":"1. novel\r\n2. fiction\r\n3. CL:鏈琜ben3],閮╗bu4]\r\n"},{"characters":"灏忛害","pinyin":"xi菐o m脿i","tone":"34","id":716,"definition":"1. wheat\r\n2. CL:绮抂li4]\r\n"},{"characters":"灏濊瘯","pinyin":"ch谩ng sh矛","tone":"24","id":717,"definition":"1. to try\r\n2. to attempt\r\n3. CL:娆ci4]\r\n"},{"characters":"灏ゅ叾","pinyin":"y贸u q铆","tone":"22","id":718,"definition":"1. especially\r\n2. particularly\r\n"},{"characters":"灏哄瓙","pinyin":"ch菒 zi","tone":"30","id":719,"definition":"1. rule\r\n2. ruler (measuring instrument)\r\n3. CL:鎶奫ba3]\r\n"},{"characters":"灏藉姏","pinyin":"j矛n l矛","tone":"44","id":720,"definition":"1. to strive one's hardest\r\n2. to spare no effort\r\n"},{"characters":"灏藉揩","pinyin":"j菒n ku脿i","tone":"34","id":721,"definition":"1. as quickly as possible\r\n2. as soon as possible\r\n3. with all speed\r\n4. also written 鐩″揩|灏藉揩\r\n5. see 鐩″揩|灏藉揩[jin3 kuai4]\r\n6. as quickly as possible\r\n7. as soon as possible\r\n8. with all speed\r\n"},{"characters":"灏介噺","pinyin":"j菒n li脿ng","tone":"34","id":722,"definition":"1. as much as possible\r\n2. to the greatest extent\r\n3. as much as possible\r\n4. to the greatest extent\r\n"},{"characters":"灏惧反","pinyin":"w臎i ba","tone":"30","id":723,"definition":"1. tail\r\n2. colloquial pr. [yi3 ba5]\r\n"},{"characters":"灞傛","pinyin":"c茅ng c矛","tone":"24","id":724,"definition":"1. layer\r\n2. level\r\n3. gradation\r\n4. arrangement of ideas\r\n5. (a person's) standing\r\n"},{"characters":"灞呯劧","pinyin":"j奴 r谩n","tone":"12","id":725,"definition":"1. unexpectedly\r\n2. to one's surprise\r\n3. go so far as to\r\n"},{"characters":"灞","pinyin":"ji猫","tone":"4","id":726,"definition":"1. to arrive at (place or time)\r\n2. period\r\n3. to become due\r\n4. classifier for events, meetings, elections, sporting fixtures, years (of graduation)\r\n"},{"characters":"灞嬪瓙","pinyin":"w奴 zi","tone":"10","id":727,"definition":"1. house\r\n2. room\r\n3. CL:闁搢闂碵jian1]\r\n"},{"characters":"灞曞紑","pinyin":"zh菐n k膩i","tone":"31","id":728,"definition":"1. to unfold\r\n2. to carry out\r\n3. to be in full swing\r\n4. to launch\r\n"},{"characters":"灞曡","pinyin":"zh菐n l菐n","tone":"33","id":729,"definition":"1. to put on display\r\n2. to exhibit\r\n3. exhibition\r\n4. show\r\n5. CL:鍊媩涓猍ge4],娆ci4]\r\n"},{"characters":"灞炰簬","pinyin":"sh菙 y煤","tone":"32","id":730,"definition":"1. to be classified as\r\n2. to belong to\r\n3. to be part of\r\n"},{"characters":"宀","pinyin":"ch脿","tone":"4","id":731,"definition":"1. fork in road\r\n2. bifurcation\r\n3. branch in road, river, mountain range etc\r\n4. to branch off\r\n5. to turn off\r\n6. to diverge\r\n7. to stray (from the path)\r\n8. to change the subject\r\n9. to interrupt\r\n10. to stagger (times)\r\n"},{"characters":"宀涘笨","pinyin":"d菐o y菙","tone":"33","id":732,"definition":"1. island\r\n"},{"characters":"宀","pinyin":"脿n","tone":"4","id":733,"definition":"1. variant of 宀竅an4]\r\n2. bank\r\n3. shore\r\n4. beach\r\n5. coast\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"宕囨嫓","pinyin":"ch贸ng b脿i","tone":"24","id":734,"definition":"1. to worship\r\n2. adoration\r\n"},{"characters":"宕囨暚","pinyin":"ch贸ng j矛ng","tone":"24","id":735,"definition":"1. to revere\r\n2. to venerate\r\n3. high esteem\r\n"},{"characters":"宕囬珮","pinyin":"ch贸ng g膩o","tone":"21","id":736,"definition":"1. majestic\r\n2. sublime\r\n"},{"characters":"宕╂簝","pinyin":"b膿ng ku矛","tone":"14","id":737,"definition":"1. to collapse\r\n2. to crumble\r\n3. to fall apart\r\n"},{"characters":"宸㈢┐","pinyin":"ch谩o xu茅","tone":"22","id":738,"definition":"1. lair\r\n2. nest\r\n3. den\r\n4. hideout\r\n"},{"characters":"宸ヤ笟","pinyin":"g艒ng y猫","tone":"14","id":739,"definition":"1. industry\r\n"},{"characters":"宸ヤ汉","pinyin":"g艒ng r茅n","tone":"12","id":740,"definition":"1. worker\r\n2. CL:鍊媩涓猍ge4],鍚峓ming2]\r\n"},{"characters":"宸ヤ綔","pinyin":"g艒ng zu貌","tone":"14","id":741,"definition":"1. to work\r\n2. (of a machine) to operate\r\n3. job\r\n4. work\r\n5. task\r\n6. CL:鍊媩涓猍ge4],浠絒fen4],闋厊椤筟xiang4]\r\n"},{"characters":"宸ュ叿","pinyin":"g艒ng j霉","tone":"14","id":742,"definition":"1. tool\r\n2. instrument\r\n3. utensil\r\n4. means (to achieve a goal etc)\r\n"},{"characters":"宸ュ巶","pinyin":"g艒ng ch菐ng","tone":"13","id":743,"definition":"1. factory\r\n2. CL:瀹禰jia1],搴zuo4]\r\n"},{"characters":"宸﹀彸","pinyin":"zu菕 y貌u","tone":"34","id":744,"definition":"1. left and right\r\n2. nearby\r\n3. approximately\r\n4. attendant\r\n5. to control\r\n6. to influence\r\n"},{"characters":"宸у","pinyin":"qi菐o mi脿o","tone":"34","id":745,"definition":"1. ingenious\r\n2. clever\r\n3. ingenuity\r\n4. artifice\r\n"},{"characters":"宸ㄥぇ","pinyin":"j霉 d脿","tone":"44","id":746,"definition":"1. huge\r\n2. immense\r\n3. very large\r\n4. tremendous\r\n5. gigantic\r\n6. enormous\r\n"},{"characters":"宸埆","pinyin":"ch膩 bi茅","tone":"12","id":747,"definition":"1. difference\r\n2. distinction\r\n3. diversity\r\n4. disparity\r\n"},{"characters":"宸窛","pinyin":"ch膩 j霉","tone":"14","id":748,"definition":"1. disparity\r\n2. gap\r\n"},{"characters":"宸寸粨","pinyin":"b膩 jie","tone":"10","id":749,"definition":"1. to fawn on\r\n2. to curry favor with\r\n3. to make up to\r\n"},{"characters":"甯傚満","pinyin":"sh矛 ch菐ng","tone":"43","id":750,"definition":"1. marketplace\r\n2. market (also in abstract)\r\n"},{"characters":"甯","pinyin":"b霉","tone":"4","id":751,"definition":"1. variant of 甯僛bu4]\r\n2. to announce\r\n3. to spread\r\n4. cloth\r\n5. to declare\r\n6. to announce\r\n7. to spread\r\n8. to make known\r\n"},{"characters":"甯冨憡","pinyin":"b霉 g脿o","tone":"44","id":752,"definition":"1. posting on a bulletin board\r\n2. notice\r\n3. bulletin\r\n4. to announce\r\n"},{"characters":"甯冨眬","pinyin":"b霉 j煤","tone":"42","id":753,"definition":"1. arrangement\r\n2. composition\r\n3. layout\r\n4. opening (chess jargon)\r\n"},{"characters":"甯冪疆","pinyin":"b霉 zh矛","tone":"44","id":754,"definition":"1. to put in order\r\n2. to arrange\r\n3. to decorate\r\n4. to fix up\r\n5. to deploy\r\n"},{"characters":"甯","pinyin":"shu脿i","tone":"4","id":755,"definition":"1. surname Shuai\r\n2. handsome\r\n3. graceful\r\n4. smart\r\n5. commander in chief\r\n6. (coll.) cool!\r\n7. sweet!\r\n"},{"characters":"甯堝倕","pinyin":"sh墨 fu","tone":"10","id":756,"definition":"1. master\r\n2. qualified worker\r\n3. respectful form of address for older men\r\n4. CL:鍊媩涓猍ge4],浣峓wei4],鍚峓ming2]\r\n"},{"characters":"甯﹂","pinyin":"d脿i l菒ng","tone":"43","id":757,"definition":"1. to guide\r\n2. to lead\r\n"},{"characters":"甯歌瘑","pinyin":"ch谩ng sh铆","tone":"22","id":758,"definition":"1. common sense\r\n2. general knowledge\r\n3. CL:闁|闂╗men2]\r\n"},{"characters":"骞","pinyin":"f煤","tone":"2","id":759,"definition":"1. width\r\n2. roll\r\n3. classifier for textiles or pictures\r\n"},{"characters":"骞茬嚗","pinyin":"g膩n z脿o","tone":"14","id":760,"definition":"1. to dry (of weather, paint, cement etc)\r\n2. desiccation\r\n3. dull\r\n4. uninteresting\r\n5. arid\r\n"},{"characters":"骞茶剢","pinyin":"g膩n cu矛","tone":"14","id":761,"definition":"1. straightforward\r\n2. clear-cut\r\n3. blunt (e.g. statement)\r\n4. you might as well\r\n5. simply\r\n"},{"characters":"骞","pinyin":"p铆ng","tone":"2","id":762,"definition":"1. surname Ping\r\n2. flat\r\n3. level\r\n4. equal\r\n5. to tie (make the same score)\r\n6. to draw (score)\r\n7. calm\r\n8. peaceful\r\n9. see also 骞宠伈|骞冲0[ping2 sheng1]\r\n"},{"characters":"骞冲潎","pinyin":"p铆ng j奴n","tone":"21","id":763,"definition":"1. average\r\n2. on average\r\n3. evenly\r\n4. in equal proportions\r\n"},{"characters":"骞冲畨","pinyin":"p铆ng 膩n","tone":"21","id":764,"definition":"1. safe and sound\r\n2. well\r\n3. without mishap\r\n4. quiet and safe\r\n5. at peace\r\n"},{"characters":"骞冲父","pinyin":"p铆ng ch谩ng","tone":"22","id":765,"definition":"1. ordinary\r\n2. common\r\n3. usually\r\n4. ordinarily\r\n"},{"characters":"骞虫柟","pinyin":"p铆ng f膩ng","tone":"21","id":766,"definition":"1. square (as in square foot, square mile, square root)\r\n"},{"characters":"骞虫椂","pinyin":"p铆ng sh铆","tone":"22","id":767,"definition":"1. ordinarily\r\n2. in normal times\r\n3. in peacetime\r\n"},{"characters":"骞崇瓑","pinyin":"p铆ng d臎ng","tone":"23","id":768,"definition":"1. equal\r\n2. equality\r\n"},{"characters":"骞宠 ","pinyin":"p铆ng h茅ng","tone":"22","id":769,"definition":"1. balance\r\n2. equilibrium\r\n"},{"characters":"骞抽潤","pinyin":"p铆ng j矛ng","tone":"24","id":770,"definition":"1. tranquil\r\n2. undisturbed\r\n3. serene\r\n"},{"characters":"骞翠唬","pinyin":"ni谩n d脿i","tone":"24","id":771,"definition":"1. a decade of a century (e.g. the Sixties)\r\n2. age\r\n3. era\r\n4. period\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"骞寸邯","pinyin":"ni谩n j矛","tone":"24","id":772,"definition":"1. age\r\n2. CL:鎶奫ba3],鍊媩涓猍ge4]\r\n"},{"characters":"骞跺垪","pinyin":"b矛ng li猫","tone":"44","id":773,"definition":"1. to stand side by side\r\n2. to be juxtaposed\r\n"},{"characters":"骞堕潪","pinyin":"b矛ng f膿i","tone":"41","id":774,"definition":"1. really isn't\r\n"},{"characters":"骞镐簭","pinyin":"x矛ng ku墨","tone":"41","id":775,"definition":"1. fortunately\r\n2. luckily\r\n"},{"characters":"骞哥","pinyin":"x矛ng f煤","tone":"42","id":776,"definition":"1. happiness\r\n2. happy\r\n3. blessed\r\n"},{"characters":"骞歌繍","pinyin":"x矛ng y霉n","tone":"44","id":777,"definition":"1. fortunate\r\n2. lucky\r\n3. fortune\r\n4. luck\r\n"},{"characters":"骞绘兂","pinyin":"hu脿n xi菐ng","tone":"43","id":778,"definition":"1. delusion\r\n2. fantasy\r\n"},{"characters":"骞介粯","pinyin":"y艒u m貌","tone":"14","id":779,"definition":"1. (loanword) humor\r\n2. humorous\r\n"},{"characters":"骞垮満","pinyin":"gu菐ng ch菐ng","tone":"33","id":780,"definition":"1. public square\r\n2. plaza\r\n"},{"characters":"骞垮ぇ","pinyin":"gu菐ng d脿","tone":"34","id":781,"definition":"1. (of an area) vast or extensive\r\n2. large-scale\r\n3. widespread\r\n4. (of people) numerous\r\n"},{"characters":"骞挎硾","pinyin":"gu菐ng f脿n","tone":"34","id":782,"definition":"1. extensive\r\n2. wide range\r\n"},{"characters":"搴嗙","pinyin":"q矛ng zh霉","tone":"44","id":783,"definition":"1. to celebrate\r\n"},{"characters":"搴婂崟","pinyin":"chu谩ng d膩n","tone":"21","id":784,"definition":"1. bed sheet\r\n2. CL:姊潀鏉tiao2],浠禰jian4],寮祙寮燵zhang1],搴奫chuang2]\r\n"},{"characters":"搴斾粯","pinyin":"y矛ng fu","tone":"40","id":785,"definition":"1. to deal with\r\n2. to cope\r\n"},{"characters":"搴旂敤","pinyin":"y矛ng y貌ng","tone":"44","id":786,"definition":"1. to use\r\n2. to apply\r\n3. application\r\n4. applicable\r\n"},{"characters":"搴旇仒","pinyin":"y矛ng p矛n","tone":"44","id":787,"definition":"1. to accept a job offer\r\n2. to apply for an advertised position\r\n"},{"characters":"搴熻瘽","pinyin":"f猫i hu脿","tone":"44","id":788,"definition":"1. nonsense\r\n2. rubbish\r\n3. superfluous words\r\n4. You don't say!\r\n5. No kidding! (gently sarcastic)\r\n"},{"characters":"搴﹁繃","pinyin":"d霉 gu貌","tone":"44","id":789,"definition":"1. to pass\r\n2. to spend (time)\r\n3. to survive\r\n4. to get through\r\n"},{"characters":"搴","pinyin":"zu貌","tone":"4","id":790,"definition":"1. seat\r\n2. base\r\n3. stand\r\n4. CL:鍊媩涓猍ge4]\r\n5. classifier for buildings, mountains and similar immovable objects\r\n"},{"characters":"搴т綅","pinyin":"zu貌 w猫i","tone":"44","id":791,"definition":"1. seat\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"寤堕暱","pinyin":"y谩n ch谩ng","tone":"22","id":792,"definition":"1. Yanchang county in Yan'an 寤跺畨[Yan2 an1], Shaanxi\r\n2. to prolong\r\n3. to extend\r\n4. to delay\r\n"},{"characters":"寤虹珛","pinyin":"ji脿n l矛","tone":"44","id":793,"definition":"1. to establish\r\n2. to set up\r\n3. to found\r\n"},{"characters":"寤虹瓚","pinyin":"ji脿n zh霉","tone":"44","id":794,"definition":"1. to construct\r\n2. building\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"寤鸿","pinyin":"ji脿n sh猫","tone":"44","id":795,"definition":"1. to build\r\n2. to construct\r\n3. construction\r\n4. constructive\r\n"},{"characters":"寮鍙","pinyin":"k膩i f膩","tone":"11","id":796,"definition":"1. to exploit (a resource)\r\n2. to open up (for development)\r\n3. to develop\r\n"},{"characters":"寮鏀","pinyin":"k膩i f脿ng","tone":"14","id":797,"definition":"1. to bloom\r\n2. to open\r\n3. to be open (to the public)\r\n4. to open up (to the outside)\r\n5. to be open-minded\r\n6. unrestrained by convention\r\n7. unconstrained in one's sexuality\r\n"},{"characters":"寮姘","pinyin":"k膩i shu菒","tone":"13","id":798,"definition":"1. boiled water\r\n2. boiling water\r\n"},{"characters":"寮婄","pinyin":"b矛 du膩n","tone":"41","id":799,"definition":"1. malpractice\r\n2. abuse\r\n3. corrupt practice\r\n"},{"characters":"寮曡捣","pinyin":"y菒n q菒","tone":"33","id":800,"definition":"1. to give rise to\r\n2. to lead to\r\n3. to cause\r\n4. to arouse\r\n"},{"characters":"寮","pinyin":"ru貌","tone":"4","id":801,"definition":"1. weak\r\n2. feeble\r\n3. young\r\n4. inferior\r\n5. (following a decimal or fraction) slightly less than\r\n"},{"characters":"寮虹儓","pinyin":"qi谩ng li猫","tone":"24","id":802,"definition":"1. intense\r\n2. (violently) strong\r\n"},{"characters":"寮鸿皟","pinyin":"qi谩ng di脿o","tone":"24","id":803,"definition":"1. to emphasize (a statement)\r\n2. to stress\r\n"},{"characters":"褰掔撼","pinyin":"gu墨 n脿","tone":"14","id":804,"definition":"1. to sum up\r\n2. to summarize\r\n3. to conclude from facts\r\n4. induction (method of deduction in logic)\r\n"},{"characters":"褰撲唬","pinyin":"d膩ng d脿i","tone":"14","id":805,"definition":"1. the present age\r\n2. the contemporary era\r\n"},{"characters":"褰撳垵","pinyin":"d膩ng ch奴","tone":"11","id":806,"definition":"1. at that time\r\n2. originally\r\n"},{"characters":"褰撳墠","pinyin":"d膩ng qi谩n","tone":"12","id":807,"definition":"1. current\r\n2. today's\r\n3. modern\r\n4. present\r\n5. to be facing (us)\r\n"},{"characters":"褰撳湴","pinyin":"d膩ng d矛","tone":"14","id":808,"definition":"1. local\r\n"},{"characters":"褰撳満","pinyin":"d膩ng ch菐ng","tone":"13","id":809,"definition":"1. at the scene\r\n2. on the spot\r\n"},{"characters":"褰撳績","pinyin":"d膩ng x墨n","tone":"11","id":810,"definition":"1. to take care\r\n2. to look out\r\n"},{"characters":"褰撻","pinyin":"d膩ng xu菐n","tone":"13","id":811,"definition":"1. to be elected\r\n"},{"characters":"褰撻潰","pinyin":"d膩ng mi脿n","tone":"14","id":812,"definition":"1. to sb's face\r\n2. in sb's presence\r\n"},{"characters":"褰曞彇","pinyin":"l霉 q菙","tone":"43","id":813,"definition":"1. to recruit\r\n2. to enroll\r\n"},{"characters":"褰曢煶","pinyin":"l霉 y墨n","tone":"41","id":814,"definition":"1. to record (sound)\r\n2. sound recording\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"褰㈠娍","pinyin":"x铆ng sh矛","tone":"24","id":815,"definition":"1. circumstances\r\n2. situation\r\n3. terrain\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"褰㈠","pinyin":"x铆ng r贸ng","tone":"22","id":816,"definition":"1. to describe\r\n2. description\r\n3. appearance\r\n4. look\r\n"},{"characters":"褰㈠紡","pinyin":"x铆ng sh矛","tone":"24","id":817,"definition":"1. outer appearance\r\n2. form\r\n3. shape\r\n4. formality\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"褰㈡垚","pinyin":"x铆ng ch茅ng","tone":"22","id":818,"definition":"1. to form\r\n2. to take shape\r\n"},{"characters":"褰㈢姸","pinyin":"x铆ng zhu脿ng","tone":"24","id":819,"definition":"1. form\r\n2. shape\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"褰㈣薄","pinyin":"x铆ng xi脿ng","tone":"24","id":820,"definition":"1. image\r\n2. form\r\n3. figure\r\n4. CL:鍊媩涓猍ge4]\r\n5. visualization\r\n6. vivid\r\n"},{"characters":"褰╃エ","pinyin":"c菐i pi脿o","tone":"34","id":821,"definition":"1. lottery ticket\r\n"},{"characters":"褰╄櫣","pinyin":"c菐i h贸ng","tone":"32","id":822,"definition":"1. rainbow\r\n2. CL:閬揫dao4]\r\n"},{"characters":"褰卞瓙","pinyin":"y菒ng zi","tone":"30","id":823,"definition":"1. shadow\r\n2. reflection\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"褰诲簳","pinyin":"ch猫 d菒","tone":"43","id":824,"definition":"1. thorough\r\n2. thoroughly\r\n3. complete\r\n"},{"characters":"褰兼","pinyin":"b菒 c菒","tone":"33","id":825,"definition":"1. each other\r\n2. one another\r\n"},{"characters":"寰寰","pinyin":"w菐ng w菐ng","tone":"33","id":826,"definition":"1. often\r\n2. frequently\r\n"},{"characters":"寰杩","pinyin":"w菐ng f菐n","tone":"33","id":827,"definition":"1. to go back and forth\r\n2. to go to and fro\r\n3. round trip\r\n"},{"characters":"寰佹眰","pinyin":"zh膿ng qi煤","tone":"12","id":828,"definition":"1. to solicit\r\n2. to seek\r\n3. to request (opinions, feedback etc)\r\n4. to petition\r\n"},{"characters":"寰呴亣","pinyin":"d脿i y霉","tone":"44","id":829,"definition":"1. treatment\r\n2. pay\r\n3. salary\r\n4. status\r\n5. rank\r\n"},{"characters":"寰","pinyin":"h臎n","tone":"3","id":830,"definition":"1. (adverb of degree)\r\n2. quite\r\n3. very\r\n4. awfully\r\n"},{"characters":"寰楀姏","pinyin":"d茅 l矛","tone":"24","id":831,"definition":"1. able\r\n2. capable\r\n3. competent\r\n4. efficient\r\n"},{"characters":"寰楃姜","pinyin":"d茅 zu矛","tone":"24","id":832,"definition":"1. to commit an offense\r\n2. to violate the law\r\n3. excuse me! (formal)\r\n4. see also 寰楃姜[de2 zui5]\r\n5. to offend somebody\r\n6. to make a faux pas\r\n7. a faux pas\r\n8. see also 寰楃姜[de2 zui4]\r\n"},{"characters":"寰瑧","pinyin":"w膿i xi脿o","tone":"14","id":833,"definition":"1. smile\r\n2. CL:鍊媩涓猍ge4],绲瞸涓漑si1]\r\n3. to smile\r\n"},{"characters":"蹇冩儏","pinyin":"x墨n q铆ng","tone":"12","id":834,"definition":"1. mood\r\n2. frame of mind\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"蹇冪悊","pinyin":"x墨n l菒","tone":"13","id":835,"definition":"1. mental\r\n2. psychological\r\n"},{"characters":"蹇冭剰","pinyin":"x墨n z脿ng","tone":"14","id":836,"definition":"1. heart\r\n2. CL:椤唡棰梉ke1],鍊媩涓猍ge4]\r\n"},{"characters":"蹇呯劧","pinyin":"b矛 r谩n","tone":"42","id":837,"definition":"1. inevitable\r\n2. certain\r\n3. necessity\r\n"},{"characters":"蹇呰","pinyin":"b矛 y脿o","tone":"44","id":838,"definition":"1. necessary\r\n2. essential\r\n3. indispensable\r\n4. required\r\n"},{"characters":"蹇","pinyin":"ni脿n","tone":"4","id":839,"definition":"1. variant of 蹇礫nian4], to read aloud\r\n2. to read\r\n3. to study (a subject)\r\n4. to attend (a school)\r\n5. to read aloud\r\n6. to miss (sb)\r\n7. idea\r\n8. remembrance\r\n9. twenty (banker's anti-fraud numeral corresponding to 寤, 20)\r\n"},{"characters":"蹇界劧","pinyin":"h奴 r谩n","tone":"12","id":840,"definition":"1. suddenly\r\n2. all of a sudden\r\n"},{"characters":"蹇借","pinyin":"h奴 sh矛","tone":"14","id":841,"definition":"1. to neglect\r\n2. to ignore\r\n"},{"characters":"鎬瀛","pinyin":"hu谩i y霉n","tone":"24","id":842,"definition":"1. pregnant\r\n2. to have conceived\r\n3. gestation\r\n4. pregnancy\r\n"},{"characters":"鎬蹇","pinyin":"hu谩i ni脿n","tone":"24","id":843,"definition":"1. to cherish the memory of\r\n2. to think of\r\n3. reminisce\r\n"},{"characters":"鎬佸害","pinyin":"t脿i du","tone":"40","id":844,"definition":"1. manner\r\n2. bearing\r\n3. attitude\r\n4. approach\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎬濇兂","pinyin":"s墨 xi菐ng","tone":"13","id":845,"definition":"1. thought\r\n2. thinking\r\n3. idea\r\n4. ideology\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎬濊","pinyin":"s墨 k菐o","tone":"13","id":846,"definition":"1. to reflect on\r\n2. to ponder over\r\n"},{"characters":"鎬犳參","pinyin":"d脿i m脿n","tone":"44","id":847,"definition":"1. to slight\r\n2. to neglect\r\n"},{"characters":"鎬ュ繖","pinyin":"j铆 m谩ng","tone":"22","id":848,"definition":"1. hastily\r\n"},{"characters":"鎬ヨ瘖","pinyin":"j铆 zh臎n","tone":"23","id":849,"definition":"1. emergency call\r\n2. emergency (medical) treatment\r\n"},{"characters":"鎬у埆","pinyin":"x矛ng bi茅","tone":"42","id":850,"definition":"1. gender\r\n2. sex\r\n3. distinguishing between the sexes\r\n"},{"characters":"鎬ф牸","pinyin":"x矛ng g茅","tone":"42","id":851,"definition":"1. nature\r\n2. disposition\r\n3. temperament\r\n4. character\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎬ц川","pinyin":"x矛ng zh矛","tone":"44","id":852,"definition":"1. nature\r\n2. characteristic\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎬讳箣","pinyin":"z菕ng zh墨","tone":"31","id":853,"definition":"1. in a word\r\n2. in short\r\n3. in brief\r\n"},{"characters":"鎬诲叡","pinyin":"z菕ng g貌ng","tone":"34","id":854,"definition":"1. altogether\r\n2. in sum\r\n3. in all\r\n4. in total\r\n"},{"characters":"鎬荤悊","pinyin":"z菕ng l菒","tone":"33","id":855,"definition":"1. premier\r\n2. prime minister\r\n3. CL:鍊媩涓猍ge4],浣峓wei4],鍚峓ming2]\r\n"},{"characters":"鎬荤畻","pinyin":"z菕ng su脿n","tone":"34","id":856,"definition":"1. at long last\r\n2. finally\r\n3. on the whole\r\n"},{"characters":"鎬荤粨","pinyin":"z菕ng ji茅","tone":"32","id":857,"definition":"1. to sum up\r\n2. to conclude\r\n3. summary\r\n4. r茅sum茅\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎬荤粺","pinyin":"z菕ng t菕ng","tone":"33","id":858,"definition":"1. president (of a country)\r\n2. CL:鍊媩涓猍ge4],浣峓wei4],鍚峓ming2],灞唡灞奫jie4]\r\n"},{"characters":"鎬昏","pinyin":"z菕ng c谩i","tone":"32","id":859,"definition":"1. chairman\r\n2. director-general (of a company etc)\r\n"},{"characters":"鎭嬬埍","pinyin":"li脿n 脿i","tone":"44","id":860,"definition":"1. (romantic) love\r\n2. CL:鍊媩涓猍ge4],鍫磡鍦篬chang3]\r\n3. in love\r\n4. to have an affair\r\n"},{"characters":"鎭㈠","pinyin":"hu墨 f霉","tone":"14","id":861,"definition":"1. to reinstate\r\n2. to resume\r\n3. to restore\r\n4. to recover\r\n5. to regain\r\n6. to rehabilitate\r\n"},{"characters":"鎭","pinyin":"h猫n","tone":"4","id":862,"definition":"1. to hate\r\n2. to regret\r\n"},{"characters":"鎭╂","pinyin":"膿n yu脿n","tone":"14","id":863,"definition":"1. gratitude and grudges\r\n2. resentment\r\n3. grudges\r\n4. grievances\r\n"},{"characters":"鎭枩","pinyin":"g艒ng x菒","tone":"13","id":864,"definition":"1. congratulations\r\n2. greetings\r\n"},{"characters":"鎭跺姡","pinyin":"猫 li猫","tone":"44","id":865,"definition":"1. vile\r\n2. nasty\r\n3. of very poor quality\r\n"},{"characters":"鎭跺寲","pinyin":"猫 hu脿","tone":"44","id":866,"definition":"1. to worsen\r\n"},{"characters":"鎭跺績","pinyin":"臎 x墨n","tone":"31","id":867,"definition":"1. variant of 鎯″績|鎭跺績[e3 xin1]\r\n2. nausea\r\n3. to feel sick\r\n4. disgust\r\n5. nauseating\r\n6. to embarrass (deliberately)\r\n7. bad habit\r\n8. vicious habit\r\n9. vice\r\n"},{"characters":"鎮勬倓","pinyin":"qi膩o qi膩o","tone":"11","id":868,"definition":"1. quietly\r\n2. secretly\r\n3. stealthily\r\n4. quiet\r\n5. worried\r\n6. Taiwan pr. [qiao3 qiao3]\r\n"},{"characters":"鎮犱箙","pinyin":"y艒u ji菙","tone":"13","id":869,"definition":"1. long (tradition, history etc)\r\n"},{"characters":"鎮插搥","pinyin":"b膿i 膩i","tone":"11","id":870,"definition":"1. grieved\r\n2. sorrowful\r\n"},{"characters":"鎮叉儴","pinyin":"b膿i c菐n","tone":"13","id":871,"definition":"1. miserable\r\n2. tragic\r\n"},{"characters":"鎮茶","pinyin":"b膿i gu膩n","tone":"11","id":872,"definition":"1. pessimistic\r\n"},{"characters":"鎯呭喌","pinyin":"q铆ng ku脿ng","tone":"24","id":873,"definition":"1. circumstances\r\n2. state of affairs\r\n3. situation\r\n4. CL:鍊媩涓猍ge4],绋畖绉峓zhong3]\r\n"},{"characters":"鎯呮櫙","pinyin":"q铆ng j菒ng","tone":"23","id":874,"definition":"1. scene\r\n2. sight\r\n3. circumstances\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎯呯华","pinyin":"q铆ng x霉","tone":"24","id":875,"definition":"1. mood\r\n2. state of mind\r\n3. moodiness\r\n4. CL:绋畖绉峓zhong3]\r\n"},{"characters":"鎯﹁","pinyin":"di脿n j矛","tone":"44","id":876,"definition":"1. to think of\r\n2. to keep thinking about\r\n3. to be concerned about\r\n"},{"characters":"鎯╃綒","pinyin":"ch茅ng f谩","tone":"22","id":877,"definition":"1. penalty\r\n2. punishment\r\n3. to punish\r\n"},{"characters":"鎯劎","pinyin":"c谩n ku矛","tone":"24","id":878,"definition":"1. ashamed\r\n"},{"characters":"鎯冲康","pinyin":"xi菐ng ni脿n","tone":"34","id":879,"definition":"1. to miss\r\n2. to remember with longing\r\n3. to long to see again\r\n"},{"characters":"鎯宠薄","pinyin":"xi菐ng xi脿ng","tone":"34","id":880,"definition":"1. to imagine\r\n2. to fancy\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎰夊揩","pinyin":"y煤 ku脿i","tone":"24","id":881,"definition":"1. cheerful\r\n2. cheerily\r\n3. delightful\r\n4. pleasant\r\n5. pleasantly\r\n6. pleasing\r\n7. happy\r\n8. delighted\r\n"},{"characters":"鎰忎箟","pinyin":"y矛 y矛","tone":"44","id":882,"definition":"1. sense\r\n2. meaning\r\n3. significance\r\n4. importance\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎰忓","pinyin":"y矛 w脿i","tone":"44","id":883,"definition":"1. unexpected\r\n2. accident\r\n3. mishap\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎰忚","pinyin":"y矛 ji脿n","tone":"44","id":884,"definition":"1. idea\r\n2. opinion\r\n3. suggestion\r\n4. objection\r\n5. complaint\r\n6. CL:榛瀨鐐筟dian3],姊潀鏉tiao2]\r\n"},{"characters":"鎰熷彈","pinyin":"g菐n sh貌u","tone":"34","id":885,"definition":"1. to sense\r\n2. perception\r\n3. to feel (through the senses)\r\n4. to experience\r\n5. a feeling\r\n6. an impression\r\n7. an experience\r\n"},{"characters":"鎰熸兂","pinyin":"g菐n xi菐ng","tone":"33","id":886,"definition":"1. impressions\r\n2. reflections\r\n3. thoughts\r\n4. CL:閫歔tong4],鍊媩涓猍ge4]\r\n"},{"characters":"鎰熸縺","pinyin":"g菐n j墨","tone":"31","id":887,"definition":"1. to be grateful\r\n2. to appreciate\r\n3. thankful\r\n"},{"characters":"鎰挎湜","pinyin":"yu脿n w脿ng","tone":"44","id":888,"definition":"1. desire\r\n2. wish\r\n"},{"characters":"鎱堝杽","pinyin":"c铆 sh脿n","tone":"24","id":889,"definition":"1. benevolent\r\n2. charitable\r\n"},{"characters":"鎱堢ゥ","pinyin":"c铆 xi谩ng","tone":"22","id":890,"definition":"1. kindly\r\n2. benevolent (often of older person)\r\n"},{"characters":"鎱屽紶","pinyin":"hu膩ng zh膩ng","tone":"11","id":891,"definition":"1. confused\r\n2. flustered\r\n"},{"characters":"鎱庨噸","pinyin":"sh猫n zh貌ng","tone":"44","id":892,"definition":"1. cautious\r\n2. careful\r\n3. prudent\r\n"},{"characters":"鎲","pinyin":"bi膿","tone":"1","id":893,"definition":"1. to choke\r\n2. to stifle\r\n3. to restrain\r\n4. to hold back\r\n5. to hold in (urine)\r\n6. to hold (one's breath)\r\n"},{"characters":"鎴忓墽","pinyin":"x矛 j霉","tone":"44","id":894,"definition":"1. drama\r\n2. play\r\n3. theater\r\n"},{"characters":"鎴愪氦","pinyin":"ch茅ng ji膩o","tone":"21","id":895,"definition":"1. to complete a contract\r\n2. to reach a deal\r\n"},{"characters":"鎴愪汉","pinyin":"ch茅ng r茅n","tone":"22","id":896,"definition":"1. adult\r\n"},{"characters":"鎴愬垎","pinyin":"ch茅ng f猫n","tone":"24","id":897,"definition":"1. composition\r\n2. make-up\r\n3. ingredient\r\n4. element\r\n5. component\r\n6. one's social status\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎴愬憳","pinyin":"ch茅ng yu谩n","tone":"22","id":898,"definition":"1. member\r\n"},{"characters":"鎴愬ぉ","pinyin":"ch茅ng ti膩n","tone":"21","id":899,"definition":"1. (coll.) all day long\r\n2. all the time\r\n"},{"characters":"鎴愬氨","pinyin":"ch茅ng ji霉","tone":"24","id":900,"definition":"1. accomplishment\r\n2. success\r\n3. achievement\r\n4. CL:鍊媩涓猍ge4]\r\n5. to attain a result\r\n"},{"characters":"鎴愬績","pinyin":"ch茅ng x墨n","tone":"21","id":901,"definition":"1. intentional\r\n2. deliberate\r\n3. on purpose\r\n"},{"characters":"鎴愭晥","pinyin":"ch茅ng xi脿o","tone":"24","id":902,"definition":"1. effect\r\n2. result\r\n"},{"characters":"鎴愭湰","pinyin":"ch茅ng b臎n","tone":"23","id":903,"definition":"1. (manufacturing, production etc) costs\r\n"},{"characters":"鎴愭灉","pinyin":"ch茅ng gu菕","tone":"23","id":904,"definition":"1. result\r\n2. achievement\r\n3. gain\r\n4. profit\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎴愮啛","pinyin":"ch茅ng sh煤","tone":"22","id":905,"definition":"1. mature\r\n2. ripe\r\n3. to mature\r\n4. to ripen\r\n5. Taiwan pr. [cheng2 shou2]\r\n"},{"characters":"鎴愮珛","pinyin":"ch茅ng l矛","tone":"24","id":906,"definition":"1. to establish\r\n2. to set up\r\n3. to be tenable\r\n4. to hold water\r\n"},{"characters":"鎴愯","pinyin":"ch茅ng y菙","tone":"23","id":907,"definition":"1. Chinese set expression, often made up of 4 characters or two couplets of 4 characters each, often alluding to a story or historical quotation\r\n2. idiom\r\n3. proverb\r\n4. saying\r\n5. adage\r\n6. set expression\r\n7. CL:姊潀鏉tiao2],鏈琜ben3],鍙ju4]\r\n"},{"characters":"鎴愰暱","pinyin":"ch茅ng zh菐ng","tone":"23","id":908,"definition":"1. to mature\r\n2. to grow\r\n3. growth\r\n"},{"characters":"鎴","pinyin":"ji猫","tone":"4","id":909,"definition":"1. to guard against\r\n2. to exhort\r\n3. to admonish or warn\r\n4. to give up or stop doing sth\r\n5. Buddhist monastic discipline\r\n6. ring (for a finger)\r\n"},{"characters":"鎴掓寚","pinyin":"ji猫 zhi","tone":"40","id":910,"definition":"1. (finger) ring\r\n"},{"characters":"鎴栬","pinyin":"hu貌 x菙","tone":"43","id":911,"definition":"1. perhaps\r\n2. maybe\r\n"},{"characters":"鎴樹簤","pinyin":"zh脿n zh膿ng","tone":"41","id":912,"definition":"1. war\r\n2. conflict\r\n3. CL:鍫磡鍦篬chang2],娆ci4]\r\n"},{"characters":"鎵","pinyin":"su菕","tone":"3","id":913,"definition":"1. actually\r\n2. place\r\n3. classifier for houses, small buildings, institutions etc\r\n4. that which\r\n5. particle introducing a relative clause or passive\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎵鏈","pinyin":"su菕 y菕u","tone":"33","id":914,"definition":"1. all\r\n2. to have\r\n3. to possess\r\n4. to own\r\n"},{"characters":"鎵","pinyin":"bi菐n","tone":"3","id":915,"definition":"1. surname Pian\r\n2. flat\r\n3. (coll.) to beat (sb) up\r\n4. old variant of 鍖綶bian3]\r\n5. small boat\r\n"},{"characters":"鎵囧瓙","pinyin":"sh脿n zi","tone":"40","id":916,"definition":"1. fan\r\n2. CL:鎶奫ba3]\r\n"},{"characters":"鎵嬪","pinyin":"sh菕u t脿o","tone":"34","id":917,"definition":"1. glove\r\n2. mitten\r\n3. CL:闆檤鍙孾shuang1],闅粅鍙猍zhi1]\r\n"},{"characters":"鎵嬪伐","pinyin":"sh菕u g艒ng","tone":"31","id":918,"definition":"1. handwork\r\n2. manual\r\n"},{"characters":"鎵嬫寚","pinyin":"sh菕u zh菒","tone":"33","id":919,"definition":"1. finger\r\n2. CL:鍊媩涓猍ge4],闅粅鍙猍zhi1]\r\n"},{"characters":"鎵嬫湳","pinyin":"sh菕u sh霉","tone":"34","id":920,"definition":"1. (surgical) operation\r\n2. surgery\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎵嬬画","pinyin":"sh菕u x霉","tone":"34","id":921,"definition":"1. procedure\r\n2. CL:閬揫dao4],鍊媩涓猍ge4]\r\n3. formalities\r\n"},{"characters":"鎵嶅共","pinyin":"c谩i g脿n","tone":"24","id":922,"definition":"1. ability\r\n2. competence\r\n"},{"characters":"鎵","pinyin":"b膩","tone":"1","id":923,"definition":"1. to peel\r\n2. to skin\r\n3. to tear\r\n4. to pull down\r\n5. to cling to (sth on which one is climbing)\r\n6. to dig\r\n7. to rake up\r\n8. to steal\r\n9. to braise\r\n10. to crawl\r\n"},{"characters":"鎵撲粭","pinyin":"d菐 zh脿ng","tone":"34","id":924,"definition":"1. to fight a battle\r\n2. to go to war\r\n"},{"characters":"鎵撳嚮","pinyin":"d菐 j墨","tone":"31","id":925,"definition":"1. to hit\r\n2. to strike\r\n3. to attack\r\n4. to crack down on sth\r\n5. blow\r\n6. (psychological) shock\r\n7. percussion (music)\r\n"},{"characters":"鎵撳寘","pinyin":"d菐 b膩o","tone":"31","id":926,"definition":"1. to wrap\r\n2. to pack\r\n3. to put leftovers in a doggy bag for take-out\r\n"},{"characters":"鎵撳惉","pinyin":"d菐 ting","tone":"30","id":927,"definition":"1. to ask about\r\n2. to make some inquiries\r\n3. to ask around\r\n"},{"characters":"鎵撳畼鍙","pinyin":"d菐 gu膩n si","tone":"310","id":928,"definition":"1. to file a lawsuit\r\n2. to sue\r\n3. to dispute\r\n"},{"characters":"鎵撳伐","pinyin":"d菐 g艒ng","tone":"31","id":929,"definition":"1. to work a temporary or casual job\r\n2. (of students) to have a job outside of class time, or during vacation\r\n"},{"characters":"鎵撴灦","pinyin":"d菐 ji脿","tone":"34","id":930,"definition":"1. to fight\r\n2. to scuffle\r\n3. to come to blows\r\n4. CL:鍫磡鍦篬chang2]\r\n"},{"characters":"鎵撻噺","pinyin":"d菐 liang","tone":"30","id":931,"definition":"1. to size sb up\r\n2. to look sb up and down\r\n3. to take the measure of\r\n4. to suppose\r\n5. to reckon\r\n"},{"characters":"鎵","pinyin":"r膿ng","tone":"1","id":932,"definition":"1. to throw\r\n2. to throw away\r\n"},{"characters":"鎵х収","pinyin":"zh铆 zh脿o","tone":"24","id":933,"definition":"1. license\r\n2. permit\r\n"},{"characters":"鎵╁ぇ","pinyin":"ku貌 d脿","tone":"44","id":934,"definition":"1. to expand\r\n2. to enlarge\r\n3. to broaden one's scope\r\n"},{"characters":"鎵紨","pinyin":"b脿n y菐n","tone":"43","id":935,"definition":"1. to play the role of\r\n2. to act\r\n"},{"characters":"鎵","pinyin":"f煤","tone":"2","id":936,"definition":"1. to support with the hand\r\n2. to help sb up\r\n3. to support oneself by holding onto something\r\n4. to help\r\n"},{"characters":"鎵","pinyin":"p墨","tone":"1","id":937,"definition":"1. to ascertain\r\n2. to act on\r\n3. to criticize\r\n4. to pass on\r\n5. classifier for batches, lots, military flights\r\n6. tier (for the ranking of universities and colleges)\r\n"},{"characters":"鎵瑰噯","pinyin":"p墨 zh菙n","tone":"13","id":938,"definition":"1. to approve\r\n2. to ratify\r\n"},{"characters":"鎵垮姙","pinyin":"ch茅ng b脿n","tone":"24","id":939,"definition":"1. to undertake\r\n2. to accept a contract\r\n"},{"characters":"鎵垮寘","pinyin":"ch茅ng b膩o","tone":"21","id":940,"definition":"1. to contract\r\n2. to undertake (a job)\r\n"},{"characters":"鎵垮彈","pinyin":"ch茅ng sh貌u","tone":"24","id":941,"definition":"1. to bear\r\n2. to support\r\n3. to inherit\r\n"},{"characters":"鎵挎媴","pinyin":"ch茅ng d膩n","tone":"21","id":942,"definition":"1. to undertake\r\n2. to assume (responsibility etc)\r\n"},{"characters":"鎵胯","pinyin":"ch茅ng r猫n","tone":"24","id":943,"definition":"1. to admit\r\n2. to concede\r\n3. to recognize\r\n4. recognition (diplomatic, artistic etc)\r\n5. to acknowledge\r\n"},{"characters":"鎵胯","pinyin":"ch茅ng nu貌","tone":"24","id":944,"definition":"1. to promise\r\n2. to undertake to do something\r\n3. commitment\r\n"},{"characters":"鎶","pinyin":"ch膩o","tone":"1","id":945,"definition":"1. to make a copy\r\n2. to plagiarize\r\n3. to search and seize\r\n4. to raid\r\n5. to grab\r\n6. to go off with\r\n7. to take a shortcut\r\n8. to make a turning move\r\n9. to fold one's arms\r\n"},{"characters":"鎶婂叧","pinyin":"b菐 gu膩n","tone":"31","id":946,"definition":"1. to guard a pass\r\n2. to check on sth\r\n"},{"characters":"鎶婃墜","pinyin":"b菐 sh菕u","tone":"33","id":947,"definition":"1. handle\r\n2. grip\r\n3. knob\r\n"},{"characters":"鎶婃彙","pinyin":"b菐 w貌","tone":"34","id":948,"definition":"1. to grasp (also fig.)\r\n2. to seize\r\n3. to hold\r\n4. assurance\r\n5. certainty\r\n6. sure (of the outcome)\r\n"},{"characters":"鎶","pinyin":"zhu膩","tone":"1","id":949,"definition":"1. to grab\r\n2. to catch\r\n3. to arrest\r\n4. to snatch\r\n5. to scratch\r\n"},{"characters":"鎶撶揣","pinyin":"zhu膩 j菒n","tone":"13","id":950,"definition":"1. to grasp firmly\r\n2. to pay special attention to\r\n3. to rush in\r\n4. to make the most of\r\n"},{"characters":"鎶曞叆","pinyin":"t贸u r霉","tone":"24","id":951,"definition":"1. to throw into\r\n2. to put into\r\n3. to throw oneself into\r\n4. to participate in\r\n5. to invest in\r\n6. absorbed\r\n7. engrossed\r\n"},{"characters":"鎶曡祫","pinyin":"t贸u z墨","tone":"21","id":952,"definition":"1. investment\r\n2. to invest\r\n"},{"characters":"鎶","pinyin":"qi菐ng","tone":"3","id":953,"definition":"1. see 鎼堕ⅷ|鎶㈤[qiang1 feng1]\r\n2. to fight over\r\n3. to rush\r\n4. to scramble\r\n5. to grab\r\n6. to rob\r\n7. to snatch\r\n"},{"characters":"鎶ヤ粐","pinyin":"b脿o ch贸u","tone":"42","id":954,"definition":"1. to take revenge\r\n2. to avenge\r\n"},{"characters":"鎶ュ埌","pinyin":"b脿o d脿o","tone":"44","id":955,"definition":"1. to report for duty\r\n2. to check in\r\n3. to register\r\n"},{"characters":"鎶ュ憡","pinyin":"b脿o g脿o","tone":"44","id":956,"definition":"1. to inform\r\n2. to report\r\n3. to make known\r\n4. report\r\n5. speech\r\n6. talk\r\n7. lecture\r\n8. CL:绡嘯pian1],浠絒fen4],鍊媩涓猍ge4],閫歔tong4]\r\n"},{"characters":"鎶ュ","pinyin":"b脿o f霉","tone":"44","id":957,"definition":"1. to make reprisals\r\n2. to retaliate\r\n3. revenge\r\n4. retaliation\r\n"},{"characters":"鎶ョぞ","pinyin":"b脿o sh猫","tone":"44","id":958,"definition":"1. general office of a newspaper\r\n2. newspaper office\r\n3. CL:瀹禰jia1]\r\n"},{"characters":"鎶ョ瓟","pinyin":"b脿o d谩","tone":"42","id":959,"definition":"1. to repay\r\n2. to requite\r\n"},{"characters":"鎶ヨ","pinyin":"b脿o j菒ng","tone":"43","id":960,"definition":"1. to sound an alarm\r\n2. to report sth to the police\r\n"},{"characters":"鎶ラ亾","pinyin":"b脿o d脿o","tone":"44","id":961,"definition":"1. to report (news)\r\n2. report\r\n3. CL:绡嘯pian1],浠絒fen4]\r\n"},{"characters":"鎶ラ叕","pinyin":"b脿o chou","tone":"40","id":962,"definition":"1. reward\r\n2. remuneration\r\n"},{"characters":"鎶ラ攢","pinyin":"b脿o xi膩o","tone":"41","id":963,"definition":"1. to submit an expense account\r\n2. to apply for reimbursement\r\n3. to write off\r\n4. to wipe out\r\n"},{"characters":"鎶","pinyin":"p墨","tone":"1","id":964,"definition":"1. to drape over one's shoulders\r\n2. to open\r\n3. to unroll\r\n4. to split open\r\n5. to spread out\r\n"},{"characters":"鎶","pinyin":"t谩i","tone":"2","id":965,"definition":"1. to lift\r\n2. to raise\r\n3. (of two or more persons) to carry\r\n"},{"characters":"鎶辨","pinyin":"b脿o yu脿n","tone":"44","id":966,"definition":"1. to complain\r\n2. to grumble\r\n3. to harbor a complaint\r\n4. to feel dissatisfied\r\n"},{"characters":"鎶辫礋","pinyin":"b脿o f霉","tone":"44","id":967,"definition":"1. aspiration\r\n2. ambition\r\n"},{"characters":"鎶靛埗","pinyin":"d菒 zh矛","tone":"34","id":968,"definition":"1. to resist\r\n2. to boycott\r\n3. to refuse (to cooperate)\r\n4. to reject\r\n5. resistance\r\n6. refusal\r\n"},{"characters":"鎶垫姉","pinyin":"d菒 k脿ng","tone":"34","id":969,"definition":"1. to resist\r\n2. resistance\r\n"},{"characters":"鎶佃揪","pinyin":"d菒 d谩","tone":"32","id":970,"definition":"1. to arrive\r\n2. to reach (a destination)\r\n"},{"characters":"鎶奸噾","pinyin":"y膩 j墨n","tone":"11","id":971,"definition":"1. deposit\r\n2. down payment\r\n"},{"characters":"鎶藉眽","pinyin":"ch艒u ti","tone":"10","id":972,"definition":"1. drawer\r\n"},{"characters":"鎶借薄","pinyin":"ch艒u xi脿ng","tone":"14","id":973,"definition":"1. abstract\r\n2. abstraction\r\n3. CL:绋畖绉峓zhong3]\r\n"},{"characters":"鎷呬换","pinyin":"d膩n r猫n","tone":"14","id":974,"definition":"1. to hold a governmental office or post\r\n2. to assume office of\r\n3. to take charge of\r\n4. to serve as\r\n"},{"characters":"鎷呬繚","pinyin":"d膩n b菐o","tone":"13","id":975,"definition":"1. to guarantee\r\n2. to vouch for\r\n"},{"characters":"鎷","pinyin":"ch膩i","tone":"1","id":976,"definition":"1. to tear open\r\n2. to tear down\r\n3. to tear apart\r\n4. to open\r\n"},{"characters":"鎷","pinyin":"p膩i","tone":"1","id":977,"definition":"1. to pat\r\n2. to clap\r\n3. to slap\r\n4. to swat\r\n5. to take (a photo)\r\n6. to shoot (a film)\r\n7. racket (sports)\r\n8. beat (music)\r\n"},{"characters":"鎷愬集","pinyin":"gu菐i w膩n","tone":"31","id":978,"definition":"1. to go round a curve\r\n2. to turn a corner\r\n3. fig. a new direction\r\n"},{"characters":"鎷涘緟","pinyin":"zh膩o d脿i","tone":"14","id":979,"definition":"1. to receive (guests)\r\n2. to entertain\r\n3. reception\r\n"},{"characters":"鎷涜仒","pinyin":"zh膩o p矛n","tone":"14","id":980,"definition":"1. to invite applications for a job\r\n2. to recruit\r\n"},{"characters":"鎷滃勾","pinyin":"b脿i ni谩n","tone":"42","id":981,"definition":"1. to pay a New Year call\r\n2. to wish sb a Happy New Year\r\n"},{"characters":"鎷滄墭","pinyin":"b脿i tu艒","tone":"41","id":982,"definition":"1. to request sb to do sth\r\n2. please!\r\n"},{"characters":"鎷滆","pinyin":"b脿i f菐ng","tone":"43","id":983,"definition":"1. to pay a visit\r\n2. to call on\r\n"},{"characters":"鎷ユ姳","pinyin":"y艒ng b脿o","tone":"14","id":984,"definition":"1. to embrace\r\n2. to hug\r\n"},{"characters":"鎷ユ尋","pinyin":"y艒ng j菒","tone":"13","id":985,"definition":"1. crowded\r\n2. to throng\r\n3. congestion\r\n"},{"characters":"鎷","pinyin":"l谩n","tone":"2","id":986,"definition":"1. to block sb's path\r\n2. to obstruct\r\n3. to flag down (a taxi)\r\n"},{"characters":"鎷","pinyin":"b艒","tone":"1","id":987,"definition":"1. to push aside with the hand, foot, a stick etc\r\n2. to dial\r\n3. to allocate\r\n4. to set aside (money)\r\n5. to poke (the fire)\r\n6. to pluck (a string instrument)\r\n7. to turn round\r\n8. classifier: group, batch\r\n"},{"characters":"鎷奸煶","pinyin":"p墨n y墨n","tone":"11","id":988,"definition":"1. phonetic writing\r\n2. pinyin (Chinese romanization)\r\n"},{"characters":"鎸佷箙","pinyin":"ch铆 ji菙","tone":"23","id":989,"definition":"1. lasting\r\n2. enduring\r\n3. persistent\r\n4. permanent\r\n5. protracted\r\n6. endurance\r\n7. persistence\r\n8. to last long\r\n"},{"characters":"鎸佺画","pinyin":"ch铆 x霉","tone":"24","id":990,"definition":"1. to continue\r\n2. to persist\r\n3. sustainable\r\n4. preservation\r\n"},{"characters":"鎸傚彿","pinyin":"gu脿 h脿o","tone":"44","id":991,"definition":"1. to register (at a hospital etc)\r\n2. to send by registered mail\r\n"},{"characters":"鎸","pinyin":"zh菒","tone":"3","id":992,"definition":"1. finger\r\n2. to point at or to\r\n3. to indicate or refer to\r\n4. to depend on\r\n5. to count on\r\n6. (of hair) to stand on end\r\n"},{"characters":"鎸囧","pinyin":"zh菒 d菐o","tone":"33","id":993,"definition":"1. to guide\r\n2. to give directions\r\n3. to direct\r\n4. to coach\r\n5. guidance\r\n6. tuition\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎸囨尌","pinyin":"zh菒 hu墨","tone":"31","id":994,"definition":"1. to conduct\r\n2. to command\r\n3. to direct\r\n4. conductor (of an orchestra)\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎸夋懇","pinyin":"脿n m贸","tone":"42","id":995,"definition":"1. massage\r\n2. to massage\r\n"},{"characters":"鎸戞垬","pinyin":"ti菐o zh脿n","tone":"34","id":996,"definition":"1. to challenge\r\n2. challenge\r\n"},{"characters":"鎸","pinyin":"d菐ng","tone":"3","id":997,"definition":"1. to resist\r\n2. to obstruct\r\n3. to hinder\r\n4. to keep off\r\n5. to block (a blow)\r\n6. to get in the way of\r\n7. cover\r\n8. gear (e.g. in a car's transmission)\r\n9. to arrange\r\n10. to put in order\r\n11. variant of 鎿媩鎸dang3]\r\n"},{"characters":"鎸","pinyin":"zh膿ng","tone":"1","id":998,"definition":"1. see 鎺欐墡|鎸f墡[zheng1 zha2]\r\n2. to struggle to get free\r\n3. to strive to acquire\r\n4. to make (money)\r\n"},{"characters":"鎸","pinyin":"j菒","tone":"3","id":999,"definition":"1. to crowd in\r\n2. to cram in\r\n3. to force others aside\r\n4. to press\r\n5. to squeeze\r\n6. to find (time in one's busy schedule)\r\n"},{"characters":"鎸","pinyin":"hu墨","tone":"1","id":1000,"definition":"1. to wave\r\n2. to brandish\r\n3. to command\r\n4. to conduct\r\n5. to scatter\r\n6. to disperse\r\n"},{"characters":"鎸","pinyin":"膩i","tone":"1","id":1001,"definition":"1. in order\r\n2. in sequence\r\n3. close to\r\n4. adjacent to\r\n5. to suffer\r\n6. to endure\r\n7. to pull through (hard times)\r\n8. to delay\r\n9. to stall\r\n10. to play for time\r\n11. to dawdle\r\n"},{"characters":"鎸姌","pinyin":"cu貌 zh茅","tone":"42","id":1002,"definition":"1. setback\r\n2. reverse\r\n3. check\r\n4. defeat\r\n5. frustration\r\n6. disappointment\r\n7. to frustrate\r\n8. to discourage\r\n9. to set sb back\r\n10. to blunt\r\n11. to subdue\r\n"},{"characters":"鎸姩","pinyin":"zh猫n d貌ng","tone":"44","id":1003,"definition":"1. to vibrate\r\n2. to shake\r\n3. vibration\r\n"},{"characters":"鎸","pinyin":"t菒ng","tone":"3","id":1004,"definition":"1. straight\r\n2. erect\r\n3. to stick out (a part of the body)\r\n4. to (physically) straighten up\r\n5. to support\r\n6. to withstand\r\n7. outstanding\r\n8. (coll.) quite\r\n9. very\r\n10. classifier for machine guns\r\n"},{"characters":"鎹","pinyin":"ju膩n","tone":"1","id":1005,"definition":"1. to contribute\r\n2. to donate\r\n3. contribution\r\n4. tax\r\n5. to abandon\r\n"},{"characters":"鎹曟崏","pinyin":"b菙 zhu艒","tone":"31","id":1006,"definition":"1. to catch\r\n2. to seize\r\n3. to capture\r\n"},{"characters":"鎹熷け","pinyin":"s菙n sh墨","tone":"31","id":1007,"definition":"1. loss\r\n2. damage\r\n3. CL:鍊媩涓猍ge4]\r\n4. to lose\r\n5. to suffer damage\r\n"},{"characters":"鎹","pinyin":"ji菐n","tone":"3","id":1008,"definition":"1. to pick up\r\n2. to collect\r\n3. to gather\r\n"},{"characters":"鎹d贡","pinyin":"d菐o lu脿n","tone":"34","id":1009,"definition":"1. to disturb\r\n2. to look for trouble\r\n3. to stir up a row\r\n4. to bother sb intentionally\r\n"},{"characters":"鎹","pinyin":"j霉 shu艒","tone":"41","id":1010,"definition":"1. it is said that\r\n2. reportedly\r\n"},{"characters":"鎺屾彙","pinyin":"zh菐ng w貌","tone":"34","id":1011,"definition":"1. to grasp (often fig.)\r\n2. to control\r\n3. to seize (initiative, opportunity, destiny)\r\n4. to master\r\n5. to know well\r\n6. to understand sth well and know how to use it\r\n7. fluency\r\n"},{"characters":"鎺ュ緟","pinyin":"ji膿 d脿i","tone":"14","id":1012,"definition":"1. to receive (a visitor)\r\n2. to admit (allow sb to enter)\r\n"},{"characters":"鎺ヨЕ","pinyin":"ji膿 ch霉","tone":"14","id":1013,"definition":"1. to touch\r\n2. to contact\r\n3. access\r\n4. in touch with\r\n"},{"characters":"鎺ヨ繎","pinyin":"ji膿 j矛n","tone":"14","id":1014,"definition":"1. to approach\r\n2. to get close to\r\n"},{"characters":"鎺у埗","pinyin":"k貌ng zh矛","tone":"44","id":1015,"definition":"1. control\r\n2. to exercise control over\r\n3. to contain\r\n"},{"characters":"鎺","pinyin":"tu墨","tone":"1","id":1016,"definition":"1. to push\r\n2. to cut\r\n3. to refuse\r\n4. to reject\r\n5. to decline\r\n6. to shirk (responsibility)\r\n7. to put off\r\n8. to delay\r\n9. to push forward\r\n10. to nominate\r\n11. to elect\r\n12. massage\r\n"},{"characters":"鎺ㄥ箍","pinyin":"tu墨 gu菐ng","tone":"13","id":1017,"definition":"1. to extend\r\n2. to spread\r\n3. to popularize\r\n4. generalization\r\n5. promotion (of a product etc)\r\n"},{"characters":"鎺ㄨ崘","pinyin":"tu墨 ji脿n","tone":"14","id":1018,"definition":"1. to recommend\r\n2. recommendation\r\n"},{"characters":"鎺ㄨ緸","pinyin":"tu墨 c铆","tone":"12","id":1019,"definition":"1. to decline (an appointment, invitation etc)\r\n"},{"characters":"鎺ㄨ繜","pinyin":"tu墨 ch铆","tone":"12","id":1020,"definition":"1. to postpone\r\n2. to put off\r\n3. to defer\r\n"},{"characters":"鎺柦","pinyin":"cu貌 sh墨","tone":"41","id":1021,"definition":"1. measure\r\n2. step\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎺","pinyin":"b膩i","tone":"1","id":1022,"definition":"1. to break off or break open sth with one's hands\r\n2. (fig.) to break off (a relationship)\r\n"},{"characters":"鎻忓啓","pinyin":"mi谩o xi臎","tone":"23","id":1023,"definition":"1. to describe\r\n2. to depict\r\n3. to portray\r\n4. description\r\n"},{"characters":"鎻","pinyin":"t铆","tone":"2","id":1024,"definition":"1. to carry (hanging down from the hand)\r\n2. to lift\r\n3. to put forward\r\n4. to mention\r\n5. to raise (an issue)\r\n6. upwards character stroke\r\n7. lifting brush stroke (in painting)\r\n8. scoop for measuring liquid\r\n"},{"characters":"鎻愪緵","pinyin":"t铆 g艒ng","tone":"21","id":1025,"definition":"1. to offer\r\n2. to supply\r\n3. to provide\r\n4. to furnish\r\n"},{"characters":"鎻愬","pinyin":"t铆 ch脿ng","tone":"24","id":1026,"definition":"1. to promote\r\n2. to advocate\r\n"},{"characters":"鎻愬墠","pinyin":"t铆 qi谩n","tone":"22","id":1027,"definition":"1. to shift to an earlier date\r\n2. to do sth ahead of time\r\n3. in advance\r\n"},{"characters":"鎻愮翰","pinyin":"t铆 g膩ng","tone":"21","id":1028,"definition":"1. outline\r\n2. synopsis\r\n3. notes\r\n"},{"characters":"鎻愰啋","pinyin":"t铆 x菒ng","tone":"23","id":1029,"definition":"1. to remind\r\n2. to call attention to\r\n3. to warn of\r\n"},{"characters":"鎻愰棶","pinyin":"t铆 w猫n","tone":"24","id":1030,"definition":"1. to question\r\n2. to quiz\r\n3. to grill\r\n"},{"characters":"鎻","pinyin":"ch膩","tone":"1","id":1031,"definition":"1. to insert\r\n2. stick in\r\n3. pierce\r\n4. to take part in\r\n5. to interfere\r\n6. to interpose\r\n7. old variant of 鎻抂cha1]\r\n"},{"characters":"鎻掑骇","pinyin":"ch膩 zu貌","tone":"14","id":1032,"definition":"1. socket\r\n2. outlet\r\n"},{"characters":"鎻℃墜","pinyin":"w貌 sh菕u","tone":"43","id":1033,"definition":"1. to shake hands\r\n"},{"characters":"鎼","pinyin":"ch膩n","tone":"1","id":1034,"definition":"1. to take by the arm and assist\r\n2. to mix\r\n3. to blend\r\n4. to dilute\r\n5. to adulterate\r\n"},{"characters":"鎼忔枟","pinyin":"b贸 d貌u","tone":"24","id":1035,"definition":"1. to wrestle\r\n2. to fight\r\n3. to struggle\r\n"},{"characters":"鎼","pinyin":"cu艒","tone":"1","id":1036,"definition":"1. to rub or roll between the hands or fingers\r\n2. to twist\r\n"},{"characters":"鎼滅储","pinyin":"s艒u su菕","tone":"13","id":1037,"definition":"1. to search (a place)\r\n2. to search (a database etc)\r\n"},{"characters":"鎼","pinyin":"g菐o","tone":"3","id":1038,"definition":"1. to do\r\n2. to make\r\n3. to go in for\r\n4. to set up\r\n5. to get hold of\r\n6. to take care of\r\n"},{"characters":"鎼","pinyin":"d膩","tone":"1","id":1039,"definition":"1. to put up\r\n2. to build (scaffolding)\r\n3. to hang (clothes on a pole)\r\n4. to connect\r\n5. to join\r\n6. to arrange in pairs\r\n7. to match\r\n8. to add\r\n9. to throw in (resources)\r\n10. to take (boat, train)\r\n11. variant of 瑜da1]\r\n"},{"characters":"鎼。","pinyin":"d膩 d脿ng","tone":"14","id":1040,"definition":"1. to cooperate\r\n2. partner\r\n"},{"characters":"鎼厤","pinyin":"d膩 p猫i","tone":"14","id":1041,"definition":"1. to pair up\r\n2. to match\r\n3. to arrange in pairs\r\n4. to add sth into a group\r\n"},{"characters":"鎽勫奖","pinyin":"sh猫 y菒ng","tone":"43","id":1042,"definition":"1. to take a photograph\r\n2. photography\r\n3. to shoot (a movie)\r\n"},{"characters":"鎽","pinyin":"b菐i","tone":"3","id":1043,"definition":"1. to arrange\r\n2. to exhibit\r\n3. to move to and fro\r\n4. a pendulum\r\n"},{"characters":"鎽嗚劚","pinyin":"b菐i tu艒","tone":"31","id":1044,"definition":"1. to break away from\r\n2. to cast off (old ideas etc)\r\n3. to get rid of\r\n4. to break away (from)\r\n5. to break out (of)\r\n6. to free oneself from\r\n7. to extricate oneself\r\n"},{"characters":"鎽","pinyin":"y谩o","tone":"2","id":1045,"definition":"1. surname Yao\r\n2. to shake\r\n3. to rock\r\n4. to row\r\n5. to crank\r\n"},{"characters":"鎽斿","pinyin":"shu膩i d菐o","tone":"13","id":1046,"definition":"1. to fall down\r\n2. to slip and fall\r\n3. to throw sb to the ground\r\n"},{"characters":"鎽","pinyin":"zh膩i","tone":"1","id":1047,"definition":"1. to take\r\n2. to borrow\r\n3. to pick (flowers, fruit etc)\r\n4. to pluck\r\n5. to select\r\n6. to remove\r\n7. to take off (glasses, hat etc)\r\n"},{"characters":"鎽ф畫","pinyin":"cu墨 c谩n","tone":"12","id":1048,"definition":"1. to ravage\r\n2. to ruin\r\n"},{"characters":"鎽","pinyin":"m艒","tone":"1","id":1049,"definition":"1. to feel with the hand\r\n2. to touch\r\n3. to stroke\r\n4. to grope\r\n5. to steal\r\n6. to abstract\r\n7. variant of 鎽筟mo2]\r\n"},{"characters":"鎾","pinyin":"s墨","tone":"1","id":1050,"definition":"1. to tear\r\n"},{"characters":"鎾","pinyin":"zhu脿ng","tone":"4","id":1051,"definition":"1. to knock against\r\n2. to bump into\r\n3. to run into\r\n4. to meet by accident\r\n"},{"characters":"鎾ら","pinyin":"ch猫 tu矛","tone":"44","id":1052,"definition":"1. to retreat\r\n"},{"characters":"鎾ら攢","pinyin":"ch猫 xi膩o","tone":"41","id":1053,"definition":"1. to repeal\r\n2. to revoke\r\n3. (computing) to undo\r\n"},{"characters":"鎾斁","pinyin":"b艒 f脿ng","tone":"14","id":1054,"definition":"1. to broadcast\r\n2. to transmit\r\n"},{"characters":"鎾","pinyin":"b艒 zh菕ng","tone":"13","id":1055,"definition":"1. to sow seeds\r\n2. sowing\r\n3. seed\r\n"},{"characters":"鎿嶄綔","pinyin":"c膩o zu貌","tone":"14","id":1056,"definition":"1. to work\r\n2. to operate\r\n3. to manipulate\r\n"},{"characters":"鎿嶅姵","pinyin":"c膩o l谩o","tone":"12","id":1057,"definition":"1. to work hard\r\n2. to look after\r\n"},{"characters":"鎿嶅満","pinyin":"c膩o ch菐ng","tone":"13","id":1058,"definition":"1. playground\r\n2. sports field\r\n3. drill ground\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鎿嶅績","pinyin":"c膩o x墨n","tone":"11","id":1059,"definition":"1. to worry about\r\n"},{"characters":"鎿嶇旱","pinyin":"c膩o z貌ng","tone":"14","id":1060,"definition":"1. to operate\r\n2. to control\r\n3. to rig\r\n4. to manipulate\r\n"},{"characters":"鎿嶇粌","pinyin":"c膩o li脿n","tone":"14","id":1061,"definition":"1. drill\r\n2. practice\r\n"},{"characters":"鏀","pinyin":"zh墨","tone":"1","id":1062,"definition":"1. surname Zhi\r\n2. to support\r\n3. to sustain\r\n4. to erect\r\n5. to raise\r\n6. branch\r\n7. division\r\n8. to draw money\r\n9. classifier for rods such as pens and guns, for army divisions and for songs or compositions\r\n"},{"characters":"鏀寔","pinyin":"zh墨 ch铆","tone":"12","id":1063,"definition":"1. to be in favor of\r\n2. to support\r\n3. to back\r\n4. support\r\n5. backing\r\n6. to stand by\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏀エ","pinyin":"zh墨 pi脿o","tone":"14","id":1064,"definition":"1. check (bank)\r\n2. cheque\r\n3. CL:鏈琜ben3]\r\n"},{"characters":"鏀","pinyin":"sh艒u","tone":"1","id":1065,"definition":"1. to receive\r\n2. to accept\r\n3. to collect\r\n4. to put away\r\n5. to restrain\r\n6. to stop\r\n7. in care of (used on address line after name)\r\n"},{"characters":"鏀跺叆","pinyin":"sh艒u r霉","tone":"14","id":1066,"definition":"1. to take in\r\n2. income\r\n3. revenue\r\n4. CL:绛唡绗擺bi3],鍊媩涓猍ge4]\r\n"},{"characters":"鏀舵嵁","pinyin":"sh艒u j霉","tone":"14","id":1068,"definition":"1. receipt\r\n2. CL:寮祙寮燵zhang1]\r\n"},{"characters":"鏀惰幏","pinyin":"sh艒u hu貌","tone":"14","id":1069,"definition":"1. variant of 鏀剁┇|鏀惰幏[shou1 huo4]\r\n2. to harvest\r\n3. to reap\r\n4. to gain\r\n5. crop\r\n6. harvest\r\n7. profit\r\n8. gain\r\n9. bonus\r\n10. reward\r\n"},{"characters":"鏀瑰杽","pinyin":"g菐i sh脿n","tone":"34","id":1070,"definition":"1. to make better\r\n2. to improve\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏀规","pinyin":"g菐i zh猫ng","tone":"34","id":1071,"definition":"1. to correct\r\n2. to amend\r\n3. to put right\r\n4. correction\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏀硅繘","pinyin":"g菐i j矛n","tone":"34","id":1072,"definition":"1. to improve\r\n2. to make better\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏀归潻","pinyin":"g菐i g茅","tone":"32","id":1073,"definition":"1. reform\r\n2. CL:娆ci4],绋畖绉峓zhong3],闋厊椤筟xiang4]\r\n3. to reform\r\n"},{"characters":"鏀垮簻","pinyin":"zh猫ng f菙","tone":"43","id":1074,"definition":"1. government\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏀挎不","pinyin":"zh猫ng zh矛","tone":"44","id":1075,"definition":"1. politics\r\n2. political\r\n"},{"characters":"鏁堟灉","pinyin":"xi脿o gu菕","tone":"43","id":1076,"definition":"1. result\r\n2. effect\r\n3. quality\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏁堢巼","pinyin":"xi脿o l菧","tone":"44","id":1077,"definition":"1. efficiency\r\n"},{"characters":"鏁屼汉","pinyin":"d铆 r茅n","tone":"22","id":1078,"definition":"1. enemy\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏁岃","pinyin":"d铆 sh矛","tone":"24","id":1079,"definition":"1. hostile\r\n2. malevolence\r\n3. antagonism\r\n4. to view as enemy\r\n5. to stand against\r\n"},{"characters":"鏁忔劅","pinyin":"m菒n g菐n","tone":"33","id":1080,"definition":"1. sensitive\r\n2. susceptible\r\n"},{"characters":"鏁","pinyin":"ji霉","tone":"4","id":1081,"definition":"1. variant of 鏁慬jiu4]\r\n2. to save\r\n3. to assist\r\n4. to rescue\r\n"},{"characters":"鏁欐潗","pinyin":"ji脿o c谩i","tone":"42","id":1082,"definition":"1. teaching material\r\n2. CL:鏈琜ben3]\r\n"},{"characters":"鏁欑粌","pinyin":"ji脿o li脿n","tone":"44","id":1083,"definition":"1. instructor\r\n2. sports coach\r\n3. trainer\r\n4. CL:鍊媩涓猍ge4],浣峓wei4],鍚峓ming2]\r\n"},{"characters":"鏁欒","pinyin":"ji脿o xun","tone":"40","id":1084,"definition":"1. lesson\r\n2. moral\r\n3. to chide sb\r\n4. to lecture sb\r\n"},{"characters":"鏁炲紑","pinyin":"ch菐ng k膩i","tone":"31","id":1085,"definition":"1. to open wide\r\n2. unrestrictedly\r\n"},{"characters":"鏁f","pinyin":"s脿n b霉","tone":"44","id":1086,"definition":"1. to take a walk\r\n2. to go for a walk\r\n"},{"characters":"鏁","pinyin":"sh霉","tone":"4","id":1087,"definition":"1. to count\r\n2. to enumerate\r\n3. to criticize (i.e. enumerate shortcomings)\r\n4. number\r\n5. figure\r\n6. several\r\n7. CL:鍊媩涓猍ge4]\r\n8. frequently\r\n9. repeatedly\r\n"},{"characters":"鏁板瓧","pinyin":"sh霉 z矛","tone":"44","id":1088,"definition":"1. numeral\r\n2. digit\r\n3. number\r\n4. figure\r\n5. amount\r\n6. digital (electronics etc)\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏁版嵁","pinyin":"sh霉 j霉","tone":"44","id":1089,"definition":"1. data\r\n2. numbers\r\n3. digital\r\n"},{"characters":"鏁扮爜","pinyin":"sh霉 m菐","tone":"43","id":1090,"definition":"1. number\r\n2. numerals\r\n3. figures\r\n4. digital\r\n5. amount\r\n6. numerical code\r\n"},{"characters":"鏁伴噺","pinyin":"sh霉 li脿ng","tone":"44","id":1091,"definition":"1. amount\r\n2. quantity\r\n3. CL:鍊媩涓猍ge4]\r\n4. quantitative\r\n"},{"characters":"鏁","pinyin":"qi膩o","tone":"1","id":1092,"definition":"1. to hit\r\n2. to strike\r\n3. to tap\r\n4. to rap\r\n5. to knock\r\n6. to rip sb off\r\n7. to overcharge\r\n"},{"characters":"鏁翠釜","pinyin":"zh臎ng g猫","tone":"34","id":1093,"definition":"1. whole\r\n2. entire\r\n3. total\r\n"},{"characters":"鏁翠綋","pinyin":"zh臎ng t菒","tone":"33","id":1094,"definition":"1. whole entity\r\n2. entire body\r\n3. synthesis\r\n4. as a whole (situation, construction, team etc)\r\n5. global\r\n6. macrocosm\r\n7. integral\r\n8. holistic\r\n9. whole\r\n"},{"characters":"鏁寸悊","pinyin":"zh臎ng l菒","tone":"33","id":1095,"definition":"1. to arrange\r\n2. to tidy up\r\n3. to sort out\r\n4. to straighten out\r\n5. to list systematically\r\n6. to collate (data, files)\r\n7. to pack (luggage)\r\n"},{"characters":"鏁撮綈","pinyin":"zh臎ng q铆","tone":"32","id":1096,"definition":"1. orderly\r\n2. neat\r\n3. even\r\n4. tidy\r\n"},{"characters":"鏂囦欢","pinyin":"w茅n ji脿n","tone":"24","id":1097,"definition":"1. document\r\n2. file\r\n3. CL:浠絒fen4]\r\n"},{"characters":"鏂囧叿","pinyin":"w茅n j霉","tone":"24","id":1098,"definition":"1. stationery\r\n2. item of stationery (pen, pencil, eraser, pencil sharpener etc)\r\n"},{"characters":"鏂囧瓧","pinyin":"w茅n z矛","tone":"24","id":1099,"definition":"1. character\r\n2. script\r\n3. writing\r\n4. written language\r\n5. writing style\r\n6. phraseology\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏂囧","pinyin":"w茅n xu茅","tone":"22","id":1100,"definition":"1. literature\r\n2. CL:绋畖绉峓zhong3]\r\n"},{"characters":"鏂囨槑","pinyin":"w茅n m铆ng","tone":"22","id":1101,"definition":"1. civilized\r\n2. civilization\r\n3. culture\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏂囩珷","pinyin":"w茅n zh膩ng","tone":"21","id":1102,"definition":"1. article\r\n2. essay\r\n3. literary works\r\n4. writings\r\n5. hidden meaning\r\n6. CL:绡嘯pian1],娈礫duan4],闋亅椤礫ye4]\r\n"},{"characters":"鏂","pinyin":"b膩n","tone":"1","id":1103,"definition":"1. spot\r\n2. colored patch\r\n3. stripe\r\n4. spotted\r\n5. striped\r\n6. variegated\r\n"},{"characters":"鏂椾簤","pinyin":"d貌u zh膿ng","tone":"41","id":1104,"definition":"1. a struggle\r\n2. fight\r\n3. battle\r\n"},{"characters":"鏂","pinyin":"xi茅","tone":"2","id":1105,"definition":"1. inclined\r\n2. slanting\r\n3. oblique\r\n4. tilting\r\n"},{"characters":"鏂","pinyin":"du脿n","tone":"4","id":1106,"definition":"1. to break\r\n2. to snap\r\n3. to cut off\r\n4. to give up or abstain from sth\r\n5. to judge\r\n6. (usu. used in the negative) absolutely\r\n7. definitely\r\n8. decidedly\r\n"},{"characters":"鏂畾","pinyin":"du脿n d矛ng","tone":"44","id":1107,"definition":"1. to conclude\r\n2. to determine\r\n3. to come to a judgment\r\n"},{"characters":"鏂粷","pinyin":"du脿n ju茅","tone":"42","id":1108,"definition":"1. to sever\r\n2. to break off\r\n"},{"characters":"鏂","pinyin":"f膩ng","tone":"1","id":1109,"definition":"1. surname Fang\r\n2. square\r\n3. power or involution (mathematics)\r\n4. upright\r\n5. honest\r\n6. fair and square\r\n7. direction\r\n8. side\r\n9. party (to a contract, dispute etc)\r\n10. place\r\n11. method\r\n12. prescription (medicine)\r\n13. just when\r\n14. only or just\r\n15. classifier for square things\r\n16. abbr. for square or cubic meter\r\n"},{"characters":"鏂瑰紡","pinyin":"f膩ng sh矛","tone":"14","id":1110,"definition":"1. way\r\n2. manner\r\n3. style\r\n4. mode\r\n5. pattern\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏂规","pinyin":"f膩ng 脿n","tone":"14","id":1111,"definition":"1. plan\r\n2. program (for action etc)\r\n3. proposal\r\n4. proposed bill\r\n5. CL:鍊媩涓猍ge4],濂梉tao4]\r\n"},{"characters":"鏃","pinyin":"w煤","tone":"2","id":1112,"definition":"1. not to have\r\n2. no\r\n3. none\r\n4. not\r\n5. to lack\r\n6. un-\r\n7. -less\r\n"},{"characters":"鏃犲","pinyin":"w煤 n脿i","tone":"24","id":1113,"definition":"1. helpless\r\n2. without choice\r\n3. for lack of better option\r\n4. grudgingly\r\n5. willy-nilly\r\n6. nolens volens\r\n7. abbr. for 鐒″彲濂堜綍|鏃犲彲濂堜綍[wu2 ke3 nai4 he2]\r\n"},{"characters":"鏃犳暟","pinyin":"w煤 sh霉","tone":"24","id":1114,"definition":"1. countless\r\n2. numberless\r\n3. innumerable\r\n"},{"characters":"鏃犺亰","pinyin":"w煤 li谩o","tone":"22","id":1115,"definition":"1. bored\r\n2. boring\r\n3. senseless\r\n"},{"characters":"鏃犺","pinyin":"w煤 l霉n","tone":"24","id":1116,"definition":"1. no matter what or how\r\n2. regardless of whether...\r\n"},{"characters":"鏃ュ巻","pinyin":"r矛 l矛","tone":"44","id":1117,"definition":"1. calendar\r\n2. CL:寮祙寮燵zhang1],鏈琜ben3]\r\n"},{"characters":"鏃ュ瓙","pinyin":"r矛 zi","tone":"40","id":1118,"definition":"1. day\r\n2. a (calendar) date\r\n3. days of one's life\r\n"},{"characters":"鏃ュ父","pinyin":"r矛 ch谩ng","tone":"42","id":1119,"definition":"1. daily\r\n2. everyday\r\n"},{"characters":"鏃ユ湡","pinyin":"r矛 q墨","tone":"41","id":1120,"definition":"1. date\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏃ョ敤鍝","pinyin":"r矛 y貌ng p菒n","tone":"443","id":1121,"definition":"1. articles for daily use\r\n2. CL:浠禰jian4],鍊媩涓猍ge4]\r\n"},{"characters":"鏃ョ▼","pinyin":"r矛 ch茅ng","tone":"42","id":1122,"definition":"1. schedule\r\n2. itinerary\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏃ヨ","pinyin":"r矛 j矛","tone":"44","id":1123,"definition":"1. diary\r\n2. CL:鍓噟鍒橻ze2],鏈琜ben3],绡嘯pian1]\r\n"},{"characters":"鏃朵唬","pinyin":"sh铆 d脿i","tone":"24","id":1124,"definition":"1. Time, US weekly news magazine\r\n2. age\r\n3. era\r\n4. epoch\r\n5. period (in one's life)\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏃跺埢","pinyin":"sh铆 k猫","tone":"24","id":1125,"definition":"1. moment\r\n2. CL:鍊媩涓猍ge4]\r\n3. constantly\r\n4. always\r\n"},{"characters":"鏃跺皻","pinyin":"sh铆 sh脿ng","tone":"24","id":1126,"definition":"1. fashion\r\n2. fad\r\n3. fashionable\r\n"},{"characters":"鏃跺樊","pinyin":"sh铆 ch膩","tone":"21","id":1127,"definition":"1. time difference\r\n2. time lag\r\n3. jet lag\r\n"},{"characters":"鏃舵湡","pinyin":"sh铆 q墨","tone":"21","id":1128,"definition":"1. period\r\n2. phase\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏃堕","pinyin":"sh铆 m谩o","tone":"22","id":1129,"definition":"1. in vogue\r\n2. fashionable\r\n"},{"characters":"鏄傝吹","pinyin":"谩ng gu矛","tone":"24","id":1130,"definition":"1. expensive\r\n2. costly\r\n"},{"characters":"鏄嗚櫕","pinyin":"k奴n ch贸ng","tone":"12","id":1131,"definition":"1. insect\r\n2. CL:闅粅鍙猍zhi1],缇qun2],鍫哰dui1]\r\n"},{"characters":"鏄岀洓","pinyin":"ch膩ng sh猫ng","tone":"14","id":1132,"definition":"1. prosperous\r\n"},{"characters":"鏄庢槦","pinyin":"m铆ng x墨ng","tone":"21","id":1133,"definition":"1. star\r\n2. celebrity\r\n"},{"characters":"鏄庢樉","pinyin":"m铆ng xi菐n","tone":"23","id":1134,"definition":"1. clear\r\n2. distinct\r\n3. obvious\r\n"},{"characters":"鏄庣‘","pinyin":"m铆ng qu猫","tone":"24","id":1135,"definition":"1. clear-cut\r\n2. definite\r\n3. explicit\r\n4. to clarify\r\n5. to specify\r\n6. to make definite\r\n"},{"characters":"鏄惁","pinyin":"sh矛 f菕u","tone":"43","id":1136,"definition":"1. whether (or not)\r\n2. if\r\n3. is or isn't\r\n"},{"characters":"鏄惧緱","pinyin":"xi菐n de","tone":"30","id":1137,"definition":"1. to seem\r\n2. to look\r\n3. to appear\r\n"},{"characters":"鏄剧劧","pinyin":"xi菐n r谩n","tone":"32","id":1138,"definition":"1. clear\r\n2. evident\r\n3. obvious(ly)\r\n"},{"characters":"鏄剧ず","pinyin":"xi菐n sh矛","tone":"34","id":1139,"definition":"1. to show\r\n2. to illustrate\r\n3. to display\r\n4. to demonstrate\r\n"},{"characters":"鏅","pinyin":"sh脿i","tone":"4","id":1140,"definition":"1. variant of 鏇瑋鏅抂shai4]\r\n2. (of the sun) to shine on\r\n3. to bask in (the sunshine)\r\n4. to dry (clothes, grain etc) in the sun\r\n5. (fig.) to expose and share (one's experiences and thoughts) on the Web (loanword from \"share\")\r\n6. (coll.) to give the cold shoulder to\r\n"},{"characters":"鏅","pinyin":"y奴n","tone":"1","id":1141,"definition":"1. confused\r\n2. dizzy\r\n3. giddy\r\n4. to faint\r\n5. to swoon\r\n6. to lose consciousness\r\n7. to pass out\r\n8. dizzy\r\n9. halo\r\n10. ring around moon or sun\r\n"},{"characters":"鏅亶","pinyin":"p菙 bi脿n","tone":"34","id":1142,"definition":"1. universal\r\n2. general\r\n3. widespread\r\n4. common\r\n"},{"characters":"鏅烘収","pinyin":"zh矛 hu矛","tone":"44","id":1143,"definition":"1. wisdom\r\n2. knowledge\r\n3. intelligent\r\n4. intelligence\r\n"},{"characters":"鏆傛椂","pinyin":"z脿n sh铆","tone":"42","id":1144,"definition":"1. temporary\r\n2. provisional\r\n3. for the time being\r\n"},{"characters":"鏆","pinyin":"脿n","tone":"4","id":1145,"definition":"1. variant of 鏆梉an4]\r\n2. dark\r\n3. gloomy\r\n4. hidden\r\n5. secret\r\n6. muddled\r\n7. obscure\r\n8. in the dark\r\n9. to close (a door)\r\n10. to eclipse\r\n11. muddled\r\n12. stupid\r\n13. ignorant\r\n14. variant of 鏆梉an4]\r\n"},{"characters":"鏆楃ず","pinyin":"脿n sh矛","tone":"44","id":1146,"definition":"1. to hint\r\n2. to suggest\r\n3. suggestion\r\n4. hint\r\n"},{"characters":"鏆ф槯","pinyin":"脿i m猫i","tone":"44","id":1147,"definition":"1. vague\r\n2. ambiguous\r\n3. equivocal\r\n4. dubious\r\n"},{"characters":"鏆村姏","pinyin":"b脿o l矛","tone":"44","id":1148,"definition":"1. violence\r\n2. force\r\n3. violent\r\n"},{"characters":"鏆撮湶","pinyin":"b脿o l霉","tone":"44","id":1149,"definition":"1. to expose\r\n2. to reveal\r\n3. to lay bare\r\n4. also pr. [pu4 lu4]\r\n"},{"characters":"鏇濆厜","pinyin":"b脿o gu膩ng","tone":"41","id":1150,"definition":"1. to expose (photography)\r\n2. (fig.) to expose (a scandal)\r\n3. (advertising) exposure\r\n4. Taiwan pr. [pu4 guang1]\r\n"},{"characters":"鏇剧粡","pinyin":"c茅ng j墨ng","tone":"21","id":1151,"definition":"1. once\r\n2. already\r\n3. former\r\n4. previously\r\n5. ever\r\n6. (past tense marker used before verb or clause)\r\n"},{"characters":"鏈鍒","pinyin":"zu矛 ch奴","tone":"41","id":1152,"definition":"1. first\r\n2. primary\r\n3. initial\r\n4. original\r\n5. at first\r\n6. initially\r\n7. originally\r\n"},{"characters":"鏈濂","pinyin":"zu矛 h菐o","tone":"43","id":1153,"definition":"1. best\r\n2. (you) had better (do what we suggest)\r\n"},{"characters":"鏈夊埄","pinyin":"y菕u l矛","tone":"34","id":1154,"definition":"1. advantageous\r\n2. to have advantages\r\n3. favorable\r\n"},{"characters":"鏈夎叮","pinyin":"y菕u q霉","tone":"34","id":1155,"definition":"1. interesting\r\n2. fascinating\r\n3. amusing\r\n"},{"characters":"鏈嶈","pinyin":"f煤 zhu膩ng","tone":"21","id":1156,"definition":"1. dress\r\n2. clothing\r\n3. costume\r\n4. clothes\r\n5. CL:韬玔shen1]\r\n"},{"characters":"鏈楄","pinyin":"l菐ng d煤","tone":"32","id":1157,"definition":"1. to read aloud\r\n"},{"characters":"鏈","pinyin":"Ch谩o","tone":"2","id":1158,"definition":"1. abbr. for 鏈濋|鏈濋矞[Chao2 xian3] Korea\r\n2. imperial or royal court\r\n3. government\r\n4. dynasty\r\n5. reign of a sovereign or emperor\r\n6. court or assembly held by a sovereign or emperor\r\n7. to make a pilgrimage to\r\n8. facing\r\n9. towards\r\n10. morning\r\n"},{"characters":"鏈濅唬","pinyin":"ch谩o d脿i","tone":"24","id":1159,"definition":"1. dynasty\r\n2. reign (of a king)\r\n"},{"characters":"鏈熷緟","pinyin":"q墨 d脿i","tone":"14","id":1160,"definition":"1. to look forward to\r\n2. to await\r\n3. expectation\r\n"},{"characters":"鏈熼棿","pinyin":"q墨 ji膩n","tone":"11","id":1161,"definition":"1. period of time\r\n2. time\r\n3. time period\r\n4. period\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏈ㄥご","pinyin":"m霉 tou","tone":"40","id":1162,"definition":"1. slow-witted\r\n2. blockhead\r\n3. log (of wood, timber etc)\r\n4. CL:濉妡鍧梉kuai4],鏍筟gen1]\r\n"},{"characters":"鏈繀","pinyin":"w猫i b矛","tone":"44","id":1163,"definition":"1. not necessarily\r\n2. maybe not\r\n"},{"characters":"鏈潵","pinyin":"w猫i l谩i","tone":"42","id":1164,"definition":"1. future\r\n2. tomorrow\r\n3. CL:鍊媩涓猍ge4]\r\n4. approaching\r\n5. coming\r\n6. pending\r\n"},{"characters":"鏈簨","pinyin":"b臎n sh矛","tone":"34","id":1165,"definition":"1. source material\r\n2. original story\r\n3. ability\r\n4. skill\r\n"},{"characters":"鏈汉","pinyin":"b臎n r茅n","tone":"32","id":1166,"definition":"1. the person himself\r\n2. I (humble form used in speeches)\r\n3. oneself\r\n4. myself\r\n5. in person\r\n6. personal\r\n"},{"characters":"鏈","pinyin":"b臎n k膿","tone":"31","id":1167,"definition":"1. undergraduate course\r\n2. undergraduate (attributive)\r\n"},{"characters":"鏈兘","pinyin":"b臎n n茅ng","tone":"32","id":1168,"definition":"1. instinct\r\n"},{"characters":"鏈川","pinyin":"b臎n zh矛","tone":"34","id":1169,"definition":"1. essence\r\n2. nature\r\n3. innate character\r\n4. intrinsic quality\r\n"},{"characters":"鏈韩","pinyin":"b臎n sh膿n","tone":"31","id":1170,"definition":"1. itself\r\n2. in itself\r\n3. per se\r\n"},{"characters":"鏈挶","pinyin":"b臎n qi谩n","tone":"32","id":1171,"definition":"1. capital\r\n2. (fig.) asset\r\n3. advantage\r\n4. the means (to do sth)\r\n"},{"characters":"鏈","pinyin":"b臎n l菒ng","tone":"33","id":1172,"definition":"1. skill\r\n2. ability\r\n3. capability\r\n4. CL:闋厊椤筟xiang4],鍊媩涓猍ge4]\r\n"},{"characters":"鏈","pinyin":"du菕","tone":"3","id":1173,"definition":"1. flower\r\n2. earlobe\r\n3. fig. item on both sides\r\n4. classifier for flowers, clouds etc\r\n5. variant of 鏈礫duo3]\r\n"},{"characters":"鏈哄櫒","pinyin":"j墨 q矛","tone":"14","id":1174,"definition":"1. machine\r\n2. CL:鑷簗鍙癧tai2],閮╗bu4],鍊媩涓猍ge4]\r\n"},{"characters":"鏉","pinyin":"sh膩","tone":"1","id":1175,"definition":"1. to kill\r\n2. to murder\r\n3. to fight\r\n4. to weaken or reduce\r\n5. to smart (dialect)\r\n6. to counteract\r\n7. (used after a verb) extremely\r\n"},{"characters":"鏉傚織","pinyin":"z谩 zh矛","tone":"24","id":1176,"definition":"1. magazine\r\n2. CL:鏈琜ben3],浠絒fen4],鏈焄qi1]\r\n"},{"characters":"鏉冨埄","pinyin":"qu谩n l矛","tone":"24","id":1177,"definition":"1. power\r\n2. right\r\n3. privilege\r\n"},{"characters":"鏉冨姏","pinyin":"qu谩n l矛","tone":"24","id":1178,"definition":"1. power\r\n2. authority\r\n"},{"characters":"鏉滅粷","pinyin":"d霉 ju茅","tone":"42","id":1179,"definition":"1. to put an end to\r\n"},{"characters":"鏉′欢","pinyin":"ti谩o ji脿n","tone":"24","id":1180,"definition":"1. condition\r\n2. circumstances\r\n3. term\r\n4. factor\r\n5. requirement\r\n6. prerequisite\r\n7. qualification\r\n8. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏉","pinyin":"l谩i","tone":"2","id":1181,"definition":"1. to come\r\n2. to arrive\r\n3. to come round\r\n4. ever since\r\n5. next\r\n"},{"characters":"鏉瓙","pinyin":"b膿i zi","tone":"10","id":1182,"definition":"1. cup\r\n2. glass\r\n3. CL:鍊媩涓猍ge4],鏀痆zhi1],鏋漑zhi1]\r\n"},{"characters":"鏋佸叾","pinyin":"j铆 q铆","tone":"22","id":1183,"definition":"1. extremely\r\n"},{"characters":"鏋勬垚","pinyin":"g貌u ch茅ng","tone":"42","id":1184,"definition":"1. to constitute\r\n2. to form\r\n3. to compose\r\n4. to make up\r\n5. to configure (computing)\r\n"},{"characters":"鏋滃疄","pinyin":"gu菕 sh铆","tone":"32","id":1185,"definition":"1. fruit (produced by a plant)\r\n2. (fig.) fruits (of success etc)\r\n3. results\r\n4. gains\r\n"},{"characters":"鏋滅劧","pinyin":"gu菕 r谩n","tone":"32","id":1186,"definition":"1. really\r\n2. sure enough\r\n3. as expected\r\n4. if indeed\r\n"},{"characters":"鏋","pinyin":"qi膩ng","tone":"1","id":1187,"definition":"1. surname Qiang\r\n2. gun\r\n3. firearm\r\n4. rifle\r\n5. spear\r\n6. thing with shape or function similar to a gun\r\n7. CL:鏀痆zhi1],鎶奫ba3],妗縷鏉哰gan3],姊潀鏉tiao2],鏋漑zhi1]\r\n8. to substitute for another person in a test\r\n9. to knock\r\n10. classifier for rifle shots\r\n11. variant of 妲峾鏋猍qiang1]\r\n12. rifle\r\n13. spear\r\n"},{"characters":"鏌","pinyin":"m菕u","tone":"3","id":1188,"definition":"1. some\r\n2. a certain\r\n3. sb or sth indefinite\r\n4. such-and-such\r\n"},{"characters":"鏌滃彴","pinyin":"gu矛 t谩i","tone":"42","id":1189,"definition":"1. variant of 娅冩|鏌滃彴[gui4 tai2]\r\n2. sales counter\r\n3. front desk\r\n4. bar\r\n5. (of markets, medicines etc) OTC (over-the-counter)\r\n6. variant of 娅冩|鏌滃彴[gui4 tai2]\r\n"},{"characters":"鏌ヨ幏","pinyin":"ch谩 hu貌","tone":"24","id":1190,"definition":"1. to track down and seize (a criminal suspect, contraband etc)\r\n"},{"characters":"鏌存补","pinyin":"ch谩i y贸u","tone":"22","id":1191,"definition":"1. diesel fuel\r\n"},{"characters":"鏍囧織","pinyin":"bi膩o zh矛","tone":"14","id":1192,"definition":"1. sign\r\n2. mark\r\n3. symbol\r\n4. to symbolize\r\n5. to indicate\r\n6. to mark\r\n"},{"characters":"鏍囨湰","pinyin":"bi膩o b臎n","tone":"13","id":1193,"definition":"1. specimen\r\n2. sample\r\n3. the root cause and symptoms of a disease\r\n"},{"characters":"鏍囩偣","pinyin":"bi膩o di菐n","tone":"13","id":1194,"definition":"1. punctuation\r\n2. a punctuation mark\r\n3. to punctuate\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏍囪","pinyin":"bi膩o j矛","tone":"14","id":1195,"definition":"1. sign\r\n2. mark\r\n3. symbol\r\n4. to mark up\r\n"},{"characters":"鏍囬","pinyin":"bi膩o t铆","tone":"12","id":1196,"definition":"1. title\r\n2. heading\r\n3. headline\r\n4. caption\r\n5. subject\r\n"},{"characters":"鏍","pinyin":"d貌ng","tone":"4","id":1197,"definition":"1. classifier for houses or buildings\r\n2. ridgepole (old)\r\n"},{"characters":"鏍峰瓙","pinyin":"y脿ng zi","tone":"40","id":1198,"definition":"1. appearance\r\n2. manner\r\n3. pattern\r\n4. model\r\n"},{"characters":"鏍峰紡","pinyin":"y脿ng sh矛","tone":"44","id":1199,"definition":"1. type\r\n2. style\r\n"},{"characters":"鏍稿績","pinyin":"h茅 x墨n","tone":"21","id":1200,"definition":"1. core\r\n2. nucleus\r\n"},{"characters":"鏍","pinyin":"g膿n","tone":"1","id":1201,"definition":"1. root\r\n2. basis\r\n3. classifier for long slender objects, e.g. cigarettes, guitar strings\r\n4. CL:姊潀鏉tiao2]\r\n5. radical (chemistry)\r\n"},{"characters":"鏍规湰","pinyin":"g膿n b臎n","tone":"13","id":1202,"definition":"1. fundamental\r\n2. basic\r\n3. root\r\n4. simply\r\n5. absolutely (not)\r\n6. (not) at all\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鏍煎","pinyin":"g茅 w脿i","tone":"24","id":1203,"definition":"1. especially\r\n2. particularly\r\n"},{"characters":"妗","pinyin":"t谩o","tone":"2","id":1204,"definition":"1. peach\r\n"},{"characters":"妗堜欢","pinyin":"脿n ji脿n","tone":"44","id":1205,"definition":"1. case\r\n2. instance\r\n3. CL:瀹梉zong1],妯亅妗zhuang1],璧穂qi3]\r\n"},{"characters":"妗堜緥","pinyin":"脿n l矛","tone":"44","id":1206,"definition":"1. case (law)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"妗斿瓙","pinyin":"j煤 zi","tone":"20","id":1207,"definition":"1. tangerine\r\n2. also written 姗樺瓙\r\n3. CL:鍊媩涓猍ge4],鐡ban4]\r\n"},{"characters":"妗f","pinyin":"d脿ng 脿n","tone":"44","id":1208,"definition":"1. file\r\n2. record\r\n3. archive\r\n"},{"characters":"妗f","pinyin":"d脿ng c矛","tone":"44","id":1209,"definition":"1. grade\r\n2. class\r\n3. quality\r\n4. level\r\n"},{"characters":"妗","pinyin":"qi谩o","tone":"2","id":1210,"definition":"1. bridge\r\n2. CL:搴zuo4]\r\n"},{"characters":"姊︽兂","pinyin":"m猫ng xi菐ng","tone":"43","id":1211,"definition":"1. (fig.) to dream of\r\n2. dream\r\n"},{"characters":"姊","pinyin":"l铆","tone":"2","id":1212,"definition":"1. pear\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"姊冲瓙","pinyin":"sh奴 zi","tone":"10","id":1213,"definition":"1. comb\r\n2. CL:鎶奫ba3]\r\n"},{"characters":"妫灄","pinyin":"s膿n l铆n","tone":"12","id":1214,"definition":"1. forest\r\n2. CL:鐗嘯pian4]\r\n"},{"characters":"妞嶇墿","pinyin":"zh铆 w霉","tone":"24","id":1215,"definition":"1. plant\r\n2. vegetation\r\n3. CL:绋畖绉峓zhong3]\r\n"},{"characters":"姒傚康","pinyin":"g脿i ni脿n","tone":"44","id":1216,"definition":"1. concept\r\n2. idea\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"姒傛嫭","pinyin":"g脿i ku貌","tone":"44","id":1217,"definition":"1. to summarize\r\n2. to generalize\r\n3. briefly\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"姒滄牱","pinyin":"b菐ng y脿ng","tone":"34","id":1218,"definition":"1. example\r\n2. model\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"妯′豢","pinyin":"m贸 f菐ng","tone":"23","id":1219,"definition":"1. to imitate\r\n2. to copy\r\n3. to emulate\r\n4. to mimic\r\n5. model\r\n"},{"characters":"妯$壒","pinyin":"m贸 t猫","tone":"24","id":1220,"definition":"1. (fashion) model (loanword)\r\n"},{"characters":"妯$硦","pinyin":"m贸 hu","tone":"20","id":1221,"definition":"1. vague\r\n2. indistinct\r\n3. fuzzy\r\n"},{"characters":"姗","pinyin":"ch茅ng","tone":"2","id":1222,"definition":"1. orange tree\r\n2. orange (color)\r\n"},{"characters":"姗$毊","pinyin":"xi脿ng p铆","tone":"42","id":1223,"definition":"1. rubber\r\n2. an eraser\r\n3. CL:濉妡鍧梉kuai4]\r\n"},{"characters":"娆","pinyin":"qi脿n","tone":"4","id":1224,"definition":"1. deficient\r\n2. to owe\r\n3. to lack\r\n4. yawn\r\n"},{"characters":"娆″搧","pinyin":"c矛 p菒n","tone":"43","id":1225,"definition":"1. substandard products\r\n2. defective\r\n3. seconds\r\n"},{"characters":"娆″簭","pinyin":"c矛 x霉","tone":"44","id":1226,"definition":"1. sequence\r\n2. order\r\n"},{"characters":"娆¤","pinyin":"c矛 y脿o","tone":"44","id":1227,"definition":"1. secondary\r\n"},{"characters":"娆h祻","pinyin":"x墨n sh菐ng","tone":"13","id":1228,"definition":"1. to appreciate\r\n2. to enjoy\r\n3. to admire\r\n"},{"characters":"娆ф床","pinyin":"O奴 zh艒u","tone":"11","id":1229,"definition":"1. Europe\r\n2. abbr. for 姝愮緟宸存床|娆х綏宸存床[Ou1 luo2 ba1 Zhou1]\r\n"},{"characters":"姝","pinyin":"xi膿","tone":"1","id":1230,"definition":"1. to rest\r\n2. to take a break\r\n3. to stop\r\n4. to halt\r\n5. (dialect) to sleep\r\n6. a moment\r\n7. a short while\r\n"},{"characters":"姝","pinyin":"zh猫ng","tone":"4","id":1231,"definition":"1. first month of the lunar year\r\n2. straight\r\n3. upright\r\n4. proper\r\n5. main\r\n6. principal\r\n7. to correct\r\n8. to rectify\r\n9. exactly\r\n10. just (at that time)\r\n11. right (in that place)\r\n12. (math.) positive\r\n"},{"characters":"姝eソ","pinyin":"zh猫ng h菐o","tone":"43","id":1232,"definition":"1. just (in time)\r\n2. just right\r\n3. just enough\r\n4. to happen to\r\n5. to chance to\r\n6. by chance\r\n7. it just so happens that\r\n"},{"characters":"姝e父","pinyin":"zh猫ng ch谩ng","tone":"42","id":1233,"definition":"1. regular\r\n2. normal\r\n3. ordinary\r\n"},{"characters":"姝e紡","pinyin":"zh猫ng sh矛","tone":"44","id":1234,"definition":"1. formal\r\n2. official\r\n"},{"characters":"姝g‘","pinyin":"zh猫ng qu猫","tone":"44","id":1235,"definition":"1. correct\r\n2. proper\r\n"},{"characters":"姝ゅ","pinyin":"c菒 w脿i","tone":"34","id":1236,"definition":"1. besides\r\n2. in addition\r\n3. moreover\r\n4. furthermore\r\n"},{"characters":"姝ヤ紣","pinyin":"b霉 f谩","tone":"42","id":1237,"definition":"1. pace\r\n2. (measured) step\r\n3. march\r\n"},{"characters":"姝ラ","pinyin":"b霉 zh貌u","tone":"44","id":1238,"definition":"1. procedure\r\n2. step\r\n"},{"characters":"姝︽湳","pinyin":"w菙 sh霉","tone":"34","id":1239,"definition":"1. military skill or technique (in former times)\r\n2. all kinds of martial art sports (some claiming spiritual development)\r\n3. self-defense\r\n4. tradition of choreographed fights from opera and film (recent usage)\r\n5. also called kungfu 鍔熷か\r\n6. CL:绋畖绉峓zhong3]\r\n"},{"characters":"姝","pinyin":"w膩i","tone":"1","id":1240,"definition":"1. askew\r\n2. at a crooked angle\r\n3. devious\r\n4. noxious\r\n5. (coll.) to lie on one's side\r\n6. to sprain (one's ankle) (Tw)\r\n"},{"characters":"姝瑰緬","pinyin":"d菐i t煤","tone":"32","id":1241,"definition":"1. evildoer\r\n2. malefactor\r\n3. gangster\r\n4. hoodlum\r\n"},{"characters":"姝","pinyin":"s菒","tone":"3","id":1242,"definition":"1. to die\r\n2. impassable\r\n3. uncrossable\r\n4. inflexible\r\n5. rigid\r\n6. extremely\r\n7. damned\r\n"},{"characters":"娈嬪繊","pinyin":"c谩n r臎n","tone":"23","id":1243,"definition":"1. cruel\r\n2. mean\r\n3. merciless\r\n4. ruthless\r\n"},{"characters":"娈嬬柧","pinyin":"c谩n j铆","tone":"22","id":1244,"definition":"1. disabled\r\n2. handicapped\r\n3. deformity on a person or animal\r\n"},{"characters":"娈嬮叿","pinyin":"c谩n k霉","tone":"24","id":1245,"definition":"1. cruel\r\n2. cruelty\r\n"},{"characters":"姣掑搧","pinyin":"d煤 p菒n","tone":"23","id":1246,"definition":"1. drugs\r\n2. narcotics\r\n3. poison\r\n"},{"characters":"姣斾緥","pinyin":"b菒 l矛","tone":"34","id":1247,"definition":"1. proportion\r\n2. scale\r\n"},{"characters":"姣斿柣","pinyin":"b菒 y霉","tone":"34","id":1248,"definition":"1. to compare\r\n2. to liken to\r\n3. metaphor\r\n4. analogy\r\n5. figure of speech\r\n6. figuratively\r\n"},{"characters":"姣旀柟","pinyin":"b菒 f膩ng ","tone":"31","id":1249,"definition":"1. analogy\r\n2. instance\r\n3. for instance\r\n"},{"characters":"姣旈噸","pinyin":"b菒 zh貌ng","tone":"34","id":1250,"definition":"1. proportion\r\n2. specific gravity\r\n"},{"characters":"姣曠珶","pinyin":"b矛 j矛ng","tone":"44","id":1251,"definition":"1. after all\r\n2. all in all\r\n3. when all is said and done\r\n4. in the final analysis\r\n"},{"characters":"姣涚梾","pinyin":"m谩o b矛ng","tone":"24","id":1252,"definition":"1. fault\r\n2. defect\r\n3. shortcomings\r\n4. ailment\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"姘斿","pinyin":"q矛 h貌u","tone":"44","id":1253,"definition":"1. climate\r\n2. atmosphere\r\n3. situation\r\n4. CL:绋畖绉峓zhong3]\r\n"},{"characters":"姘旀皼","pinyin":"q矛 f膿n","tone":"41","id":1254,"definition":"1. atmosphere\r\n2. mood\r\n"},{"characters":"姘歌繙","pinyin":"y菕ng yu菐n","tone":"33","id":1255,"definition":"1. forever\r\n2. eternal\r\n"},{"characters":"姹囩巼","pinyin":"hu矛 l菧","tone":"44","id":1256,"definition":"1. exchange rate\r\n"},{"characters":"姹夎","pinyin":"H脿n y菙","tone":"43","id":1257,"definition":"1. Chinese language\r\n2. CL:闁|闂╗men2]\r\n"},{"characters":"姹犲","pinyin":"ch铆 t谩ng","tone":"22","id":1258,"definition":"1. pool\r\n2. pond\r\n"},{"characters":"姹℃煋","pinyin":"w奴 r菐n","tone":"13","id":1259,"definition":"1. pollution\r\n2. contamination\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"姹","pinyin":"T膩ng","tone":"1","id":1260,"definition":"1. surname Tang\r\n2. rushing current\r\n3. soup\r\n4. hot or boiling water\r\n5. decoction of medicinal herbs\r\n6. water in which sth has been boiled\r\n"},{"characters":"姹芥补","pinyin":"q矛 y贸u","tone":"42","id":1261,"definition":"1. gasoline\r\n"},{"characters":"娌夋","pinyin":"ch茅n s墨","tone":"21","id":1262,"definition":"1. to contemplate\r\n2. to ponder\r\n3. contemplation\r\n4. meditation\r\n"},{"characters":"娌夋穩","pinyin":"ch茅n di脿n","tone":"24","id":1263,"definition":"1. to settle\r\n2. to precipitate (solid sediment out of a solution)\r\n"},{"characters":"娌夌潃","pinyin":"ch茅n zhu贸","tone":"22","id":1264,"definition":"1. steady\r\n2. calm and collected\r\n3. not nervous\r\n"},{"characters":"娌夐噸","pinyin":"ch茅n zh貌ng","tone":"24","id":1265,"definition":"1. heavy\r\n2. hard\r\n3. serious\r\n4. critical\r\n"},{"characters":"娌夐椃","pinyin":"ch茅n m猫n","tone":"24","id":1266,"definition":"1. oppressive (of weather)\r\n2. heavy\r\n3. depressed\r\n4. not happy\r\n5. (of sound) dull\r\n6. muffled\r\n"},{"characters":"娌夐粯","pinyin":"ch茅n m貌","tone":"24","id":1267,"definition":"1. taciturn\r\n2. uncommunicative\r\n3. silent\r\n"},{"characters":"娌欏彂","pinyin":"sh膩 f膩","tone":"11","id":1268,"definition":"1. sofa (loanword)\r\n2. CL:姊潀鏉tiao2],寮祙寮燵zhang1]\r\n3. (Internet slang) the first reply or replier to a forum post\r\n"},{"characters":"娌欐哗","pinyin":"sh膩 t膩n","tone":"11","id":1269,"definition":"1. beach\r\n2. sandy shore\r\n3. CL:鐗嘯pian4]\r\n"},{"characters":"娌欐紶","pinyin":"sh膩 m貌","tone":"14","id":1270,"definition":"1. desert\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娌熼","pinyin":"g艒u t艒ng","tone":"11","id":1271,"definition":"1. to join\r\n2. to connect\r\n3. to link up\r\n4. to communicate\r\n"},{"characters":"娌℃湁","pinyin":"m茅i y菕u","tone":"23","id":1272,"definition":"1. haven't\r\n2. hasn't\r\n3. doesn't exist\r\n4. to not have\r\n5. to not be\r\n"},{"characters":"娌圭偢","pinyin":"y贸u zh谩","tone":"22","id":1273,"definition":"1. to deep fry\r\n"},{"characters":"娌荤枟","pinyin":"zh矛 li谩o","tone":"42","id":1274,"definition":"1. to treat (an illness)\r\n2. medical treatment\r\n3. therapy\r\n"},{"characters":"娉曚汉","pinyin":"f菐 r茅n","tone":"32","id":1275,"definition":"1. legal person\r\n2. corporation\r\n3. see also 鑷劧浜篬zi4 ran2 ren2]\r\n"},{"characters":"娉曢櫌","pinyin":"f菐 yu脿n","tone":"34","id":1276,"definition":"1. court of law\r\n2. court\r\n"},{"characters":"娉㈡氮","pinyin":"b艒 l脿ng","tone":"14","id":1277,"definition":"1. wave\r\n"},{"characters":"娉㈡稕","pinyin":"b艒 t膩o","tone":"11","id":1278,"definition":"1. great waves\r\n2. billows\r\n"},{"characters":"娉ㄥ唽","pinyin":"zh霉 c猫","tone":"44","id":1279,"definition":"1. to register\r\n2. to enroll\r\n"},{"characters":"娲","pinyin":"s菐","tone":"3","id":1280,"definition":"1. to sprinkle\r\n2. to spray\r\n3. to spill\r\n4. to shed\r\n"},{"characters":"娲","pinyin":"d貌ng","tone":"4","id":1281,"definition":"1. cave\r\n2. hole\r\n3. zero (unambiguous spoken form when spelling out numbers)\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娲昏穬","pinyin":"hu贸 yu猫","tone":"24","id":1282,"definition":"1. active\r\n2. lively\r\n3. excited\r\n4. to enliven\r\n5. to brighten up\r\n"},{"characters":"娲","pinyin":"p脿i","tone":"4","id":1283,"definition":"1. clique\r\n2. school\r\n3. group\r\n4. faction\r\n5. to dispatch\r\n6. to send\r\n7. to assign\r\n8. to appoint\r\n9. pi (Greek letter 螤蟺)\r\n10. the circular ratio pi = 3.1415926\r\n11. (loanword) pie\r\n"},{"characters":"娴佷紶","pinyin":"li煤 chu谩n","tone":"22","id":1284,"definition":"1. to spread\r\n2. to circulate\r\n3. to hand down\r\n"},{"characters":"娴佹唱","pinyin":"li煤 l猫i","tone":"24","id":1285,"definition":"1. to shed tears\r\n"},{"characters":"娴","pinyin":"qi菐n","tone":"3","id":1286,"definition":"1. sound of moving water\r\n2. shallow\r\n3. light (color)\r\n"},{"characters":"娴","pinyin":"ji膩o","tone":"1","id":1287,"definition":"1. to pour liquid\r\n2. to irrigate (using waterwheel)\r\n3. to water\r\n4. to cast (molten metal)\r\n5. to mold\r\n"},{"characters":"娴嬮噺","pinyin":"c猫 li谩ng","tone":"42","id":1288,"definition":"1. survey\r\n2. to measure\r\n3. to gauge\r\n4. to determine\r\n"},{"characters":"娴嬮獙","pinyin":"c猫 y脿n","tone":"44","id":1289,"definition":"1. test\r\n2. to test\r\n3. CL:娆ci4],鍊媩涓猍ge4]\r\n"},{"characters":"娴忚","pinyin":"li煤 l菐n","tone":"23","id":1290,"definition":"1. to skim over\r\n2. to browse\r\n"},{"characters":"娴","pinyin":"n贸ng","tone":"2","id":1291,"definition":"1. concentrated\r\n2. dense\r\n3. strong (smell etc)\r\n"},{"characters":"娴峰叧","pinyin":"h菐i gu膩n","tone":"31","id":1292,"definition":"1. customs (i.e. border crossing inspection)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娴烽矞","pinyin":"h菐i xi膩n","tone":"31","id":1293,"definition":"1. seafood\r\n"},{"characters":"娑堝寲","pinyin":"xi膩o hu脿","tone":"14","id":1294,"definition":"1. to digest\r\n2. digestion\r\n3. digestive\r\n"},{"characters":"娑堝け","pinyin":"xi膩o sh墨","tone":"11","id":1295,"definition":"1. to disappear\r\n2. to fade away\r\n"},{"characters":"娑堟伅","pinyin":"xi膩o xi","tone":"10","id":1296,"definition":"1. news\r\n2. information\r\n3. CL:姊潀鏉tiao2]\r\n"},{"characters":"娑堟瀬","pinyin":"xi膩o j铆","tone":"12","id":1297,"definition":"1. negative\r\n2. passive\r\n3. inactive\r\n"},{"characters":"娑堣垂","pinyin":"xi膩o f猫i","tone":"14","id":1298,"definition":"1. to consume\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娑","pinyin":"zh菐ng","tone":"3","id":1299,"definition":"1. to rise (of prices, rivers)\r\n2. to swell\r\n3. to distend\r\n"},{"characters":"娣樻皵","pinyin":"t谩o q矛","tone":"24","id":1300,"definition":"1. naughty\r\n2. mischievous\r\n"},{"characters":"娣","pinyin":"d脿n","tone":"4","id":1301,"definition":"1. insipid\r\n2. diluted\r\n3. weak\r\n4. mild\r\n5. light in color\r\n6. tasteless\r\n7. fresh\r\n8. indifferent\r\n9. nitrogen\r\n"},{"characters":"娣″","pinyin":"d脿n j矛","tone":"44","id":1302,"definition":"1. off season\r\n2. slow business season\r\n3. see also 鏃哄[wang4 ji4]\r\n"},{"characters":"娣℃按","pinyin":"d脿n shu菒","tone":"43","id":1303,"definition":"1. Danshui or Tanshui town in New Taipei City 鏂板寳甯俒Xin1 bei3 shi4], Taiwan\r\n2. potable water (water with low salt content)\r\n3. fresh water\r\n"},{"characters":"娣","pinyin":"sh膿n","tone":"1","id":1304,"definition":"1. old variant of 娣盵shen1]\r\n2. deep\r\n3. depth\r\n4. deeply\r\n5. (of a color) dark\r\n6. deep\r\n7. rich\r\n"},{"characters":"娣卞埢","pinyin":"sh膿n k猫","tone":"14","id":1305,"definition":"1. profound\r\n2. deep\r\n3. deep-going\r\n"},{"characters":"娓呮贰","pinyin":"q墨ng d脿n","tone":"14","id":1306,"definition":"1. light (of food, not greasy or strongly flavored)\r\n2. insipid\r\n3. slack (sales)\r\n"},{"characters":"娓╁害","pinyin":"w膿n d霉","tone":"14","id":1307,"definition":"1. temperature\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"娓╂殩","pinyin":"w膿n nu菐n","tone":"13","id":1308,"definition":"1. warm\r\n"},{"characters":"娓╂煍","pinyin":"w膿n r贸u","tone":"12","id":1309,"definition":"1. gentle and soft\r\n2. tender\r\n"},{"characters":"娓歌","pinyin":"y贸u l菐n","tone":"23","id":1310,"definition":"1. to go sight-seeing\r\n2. to tour\r\n3. to visit\r\n4. CL:娆ci4]\r\n"},{"characters":"婀挎鼎","pinyin":"sh墨 r霉n","tone":"14","id":1311,"definition":"1. moist\r\n"},{"characters":"婊","pinyin":"hu谩","tone":"2","id":1312,"definition":"1. surname Hua\r\n2. to slip\r\n3. to slide\r\n4. smooth\r\n5. slippery\r\n6. cunning\r\n"},{"characters":"婊","pinyin":"g菙n","tone":"3","id":1313,"definition":"1. to boil\r\n2. to roll\r\n3. to take a hike\r\n4. Get lost!\r\n"},{"characters":"婊¤冻","pinyin":"m菐n z煤","tone":"32","id":1314,"definition":"1. to satisfy\r\n2. to meet (the needs of)\r\n3. satisfied\r\n4. content\r\n"},{"characters":"婊","pinyin":"d墨","tone":"1","id":1315,"definition":"1. a drop\r\n2. to drip\r\n"},{"characters":"婕","pinyin":"l貌u","tone":"4","id":1316,"definition":"1. to leak\r\n2. to divulge\r\n3. to leave out by mistake\r\n4. waterclock or hourglass (old)\r\n"},{"characters":"婕斿嚭","pinyin":"y菐n ch奴","tone":"31","id":1317,"definition":"1. to act (in a play)\r\n2. to perform\r\n3. to put on (a performance)\r\n4. performance\r\n5. concert\r\n6. show\r\n7. CL:鍫磡鍦篬chang3],娆ci4]\r\n"},{"characters":"婕斿憳","pinyin":"y菐n yu谩n","tone":"32","id":1318,"definition":"1. actor or actress\r\n2. performer\r\n3. CL:鍊媩涓猍ge4],浣峓wei4],鍚峓ming2]\r\n"},{"characters":"婕旇","pinyin":"y菐n ji菐ng","tone":"33","id":1319,"definition":"1. lecture\r\n2. to make a speech\r\n"},{"characters":"娼祦","pinyin":"ch谩o li煤","tone":"22","id":1320,"definition":"1. tide\r\n2. current\r\n3. trend\r\n"},{"characters":"娼箍","pinyin":"ch谩o sh墨","tone":"21","id":1321,"definition":"1. damp\r\n2. moist\r\n"},{"characters":"婢勬竻","pinyin":"ch茅ng q墨ng","tone":"21","id":1322,"definition":"1. clear (of liquid)\r\n2. limpid\r\n3. to clarify\r\n4. to make sth clear\r\n5. to be clear (about the facts)\r\n6. to settle (of liquid)\r\n7. to become clear (by precipitation of impurities)\r\n8. precipitate (chemistry)\r\n9. to put in order\r\n10. to quell disturbances\r\n"},{"characters":"婵鐑","pinyin":"j墨 li猫","tone":"14","id":1323,"definition":"1. intense\r\n2. acute\r\n3. fierce\r\n"},{"characters":"婵掍复","pinyin":"b墨n l铆n","tone":"12","id":1324,"definition":"1. on the edge of\r\n2. (fig.) on the verge of\r\n3. close to\r\n"},{"characters":"鐏煷","pinyin":"hu菕 ch谩i","tone":"32","id":1325,"definition":"1. match (for lighting fire)\r\n2. CL:鏍筟gen1],鐩抂he2]\r\n"},{"characters":"鐏","pinyin":"d膿ng l贸ng","tone":"12","id":1326,"definition":"1. lantern\r\n"},{"characters":"鐏","pinyin":"hu墨","tone":"1","id":1327,"definition":"1. ash\r\n2. dust\r\n3. lime\r\n4. gray\r\n5. discouraged\r\n6. dejected\r\n"},{"characters":"鐏板皹","pinyin":"hu墨 ch茅n","tone":"12","id":1328,"definition":"1. dust\r\n"},{"characters":"鐏板績","pinyin":"hu墨 x墨n","tone":"11","id":1329,"definition":"1. to lose heart\r\n2. to be discouraged\r\n"},{"characters":"鐏垫椿","pinyin":"l铆ng hu贸","tone":"22","id":1330,"definition":"1. flexible\r\n2. nimble\r\n3. agile\r\n"},{"characters":"鐏惧","pinyin":"z膩i h脿i","tone":"14","id":1331,"definition":"1. calamity\r\n2. disaster\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐏跨儌","pinyin":"c脿n l脿n","tone":"44","id":1332,"definition":"1. to glitter\r\n2. brilliant\r\n3. splendid\r\n"},{"characters":"鐐婄儫","pinyin":"chu墨 y膩n","tone":"11","id":1333,"definition":"1. smoke from kitchen chimneys\r\n"},{"characters":"鐐","pinyin":"ch菐o","tone":"3","id":1334,"definition":"1. to saut茅\r\n2. to stir-fry\r\n3. to speculate\r\n4. to hype\r\n5. to fire (sb)\r\n"},{"characters":"鐐","pinyin":"di菐n","tone":"3","id":1335,"definition":"1. point\r\n2. dot\r\n3. drop\r\n4. speck\r\n5. o'clock\r\n6. point (in space or time)\r\n7. to draw a dot\r\n8. to check on a list\r\n9. to choose\r\n10. to order (food in a restaurant)\r\n11. to touch briefly\r\n12. to hint\r\n13. to light\r\n14. to ignite\r\n15. to pour a liquid drop by drop\r\n16. (old) one fifth of a two-hour watch 鏇碵geng1]\r\n17. dot stroke in Chinese characters\r\n18. classifier for items\r\n"},{"characters":"鐐瑰績","pinyin":"di菐n xin","tone":"30","id":1336,"definition":"1. light refreshments\r\n2. pastry\r\n3. dimsum (in Cantonese cooking)\r\n4. dessert\r\n"},{"characters":"鐐圭紑","pinyin":"di菐n zhu矛","tone":"34","id":1337,"definition":"1. to decorate\r\n2. to adorn\r\n3. sprinkled\r\n4. studded\r\n5. only for show\r\n"},{"characters":"鐑","pinyin":"l脿n","tone":"4","id":1338,"definition":"1. soft\r\n2. mushy\r\n3. well-cooked and soft\r\n4. to rot\r\n5. to decompose\r\n6. rotten\r\n7. worn out\r\n8. chaotic\r\n9. messy\r\n10. utterly\r\n11. thoroughly\r\n12. crappy\r\n13. bad\r\n"},{"characters":"鐑","pinyin":"t脿ng","tone":"4","id":1339,"definition":"1. to scald\r\n2. to burn (by scalding)\r\n3. to blanch (cooking)\r\n4. to heat (sth) up in hot water\r\n5. to perm\r\n6. to iron\r\n7. scalding hot\r\n"},{"characters":"鐑績","pinyin":"r猫 x墨n","tone":"41","id":1340,"definition":"1. enthusiasm\r\n2. zeal\r\n3. zealous\r\n4. zest\r\n5. enthusiastic\r\n6. ardent\r\n7. warmhearted\r\n"},{"characters":"鐑儓","pinyin":"r猫 li猫","tone":"44","id":1341,"definition":"1. enthusiastic\r\n2. ardent\r\n3. warm\r\n"},{"characters":"鐑埍","pinyin":"r猫 脿i","tone":"44","id":1342,"definition":"1. to love ardently\r\n2. to adore\r\n"},{"characters":"鐑椆","pinyin":"r猫 nao","tone":"40","id":1343,"definition":"1. bustling with noise and excitement\r\n2. lively\r\n"},{"characters":"鐒惰","pinyin":"r谩n 茅r","tone":"22","id":1344,"definition":"1. however\r\n2. yet\r\n3. but\r\n"},{"characters":"鐓ょ偔","pinyin":"m茅i t脿n","tone":"24","id":1345,"definition":"1. coal\r\n"},{"characters":"鐓","pinyin":"zh脿o","tone":"4","id":1346,"definition":"1. variant of 鐓zhao4]\r\n2. to shine\r\n3. to illuminate\r\n4. according to\r\n5. in accordance with\r\n6. to shine\r\n7. to illuminate\r\n8. to reflect\r\n9. to look at (one's reflection)\r\n10. to take (a photo)\r\n11. photo\r\n12. as requested\r\n13. as before\r\n"},{"characters":"鐓у父","pinyin":"zh脿o ch谩ng","tone":"42","id":1347,"definition":"1. as usual\r\n"},{"characters":"鐓","pinyin":"zh菙","tone":"3","id":1348,"definition":"1. variant of 鐓甗zhu3]\r\n2. to cook\r\n3. to boil\r\n"},{"characters":"鐔熸倝","pinyin":"sh煤 x墨","tone":"21","id":1349,"definition":"1. to be familiar with\r\n2. to know well\r\n"},{"characters":"鐔熺粌","pinyin":"sh煤 li脿n","tone":"24","id":1350,"definition":"1. practiced\r\n2. proficient\r\n3. skilled\r\n4. skillful\r\n"},{"characters":"鐔","pinyin":"谩o","tone":"2","id":1351,"definition":"1. to boil\r\n2. to simmer\r\n3. to cook on a slow fire\r\n4. to extract by heating\r\n5. to decoct\r\n6. to endure\r\n"},{"characters":"鐔","pinyin":"谩o y猫","tone":"24","id":1352,"definition":"1. to stay up late or all night\r\n"},{"characters":"鐕冪儳","pinyin":"r谩n sh膩o","tone":"21","id":1353,"definition":"1. to ignite\r\n2. to combust\r\n3. to burn\r\n4. combustion\r\n5. flaming\r\n"},{"characters":"鐖嗗彂","pinyin":"b脿o f膩","tone":"41","id":1354,"definition":"1. to break out\r\n2. to erupt\r\n3. to explode\r\n4. to burst out\r\n"},{"characters":"鐖嗙偢","pinyin":"b脿o zh脿","tone":"44","id":1355,"definition":"1. explosion\r\n2. to explode\r\n3. to blow up\r\n4. to detonate\r\n"},{"characters":"鐖","pinyin":"脿i","tone":"4","id":1356,"definition":"1. to love\r\n2. affection\r\n3. to be fond of\r\n4. to like\r\n"},{"characters":"鐖卞績","pinyin":"脿i x墨n","tone":"41","id":1357,"definition":"1. compassion\r\n2. kindness\r\n3. care for others\r\n4. love\r\n5. CL:鐗嘯pian4]\r\n6. charity (bazaar, golf day etc)\r\n7. heart (the symbol ?)\r\n"},{"characters":"鐖辨儨","pinyin":"脿i x墨","tone":"41","id":1358,"definition":"1. to cherish\r\n2. to treasure\r\n3. to use sparingly\r\n"},{"characters":"鐖辨埓","pinyin":"脿i d脿i","tone":"44","id":1359,"definition":"1. to love and respect\r\n2. love and respect\r\n"},{"characters":"鐖辨姢","pinyin":"脿i h霉","tone":"44","id":1360,"definition":"1. to cherish\r\n2. to treasure\r\n3. to take care of\r\n4. to love and protect\r\n"},{"characters":"鐗","pinyin":"pi脿n","tone":"4","id":1361,"definition":"1. disk\r\n2. sheet\r\n3. thin piece\r\n4. flake\r\n5. a slice\r\n6. film\r\n7. TV play\r\n8. to slice\r\n9. to carve thin\r\n10. partial\r\n11. incomplete\r\n12. one-sided\r\n13. classifier for slices, tablets, tract of land, area of water\r\n14. classifier for CDs, movies, DVDs etc\r\n15. used with numeral 涓[yi1]: classifier for scenario, scene, feeling, atmosphere, sound etc\r\n"},{"characters":"鐗囬潰","pinyin":"pi脿n mi脿n","tone":"44","id":1362,"definition":"1. unilateral\r\n2. one-sided\r\n"},{"characters":"鐗堟湰","pinyin":"b菐n b臎n","tone":"33","id":1363,"definition":"1. version\r\n2. edition\r\n3. release\r\n"},{"characters":"鐗欒啅","pinyin":"y谩 g膩o","tone":"21","id":1364,"definition":"1. toothpaste\r\n2. CL:绠guan3]\r\n"},{"characters":"鐗欓娇","pinyin":"y谩 ch菒","tone":"23","id":1365,"definition":"1. tooth\r\n2. dental\r\n3. CL:椤唡棰梉ke1]\r\n"},{"characters":"鐗╃悊","pinyin":"w霉 l菒","tone":"43","id":1366,"definition":"1. physics\r\n2. physical\r\n"},{"characters":"鐗╄川","pinyin":"w霉 zh矛","tone":"44","id":1367,"definition":"1. matter\r\n2. substance\r\n3. material\r\n4. materialistic\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐗瑰緛","pinyin":"t猫 zh膿ng","tone":"41","id":1368,"definition":"1. characteristic\r\n2. diagnostic property\r\n3. distinctive feature\r\n4. trait\r\n"},{"characters":"鐗规畩","pinyin":"t猫 sh奴","tone":"41","id":1369,"definition":"1. special\r\n2. particular\r\n3. unusual\r\n4. extraordinary\r\n"},{"characters":"鐗圭偣","pinyin":"t猫 di菐n","tone":"43","id":1370,"definition":"1. characteristic (feature)\r\n2. trait\r\n3. feature\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐗硅壊","pinyin":"t猫 s猫","tone":"44","id":1371,"definition":"1. characteristic\r\n2. distinguishing feature or quality\r\n"},{"characters":"鐘跺喌","pinyin":"zhu脿ng ku脿ng","tone":"44","id":1372,"definition":"1. condition\r\n2. state\r\n3. situation\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐘舵","pinyin":"zhu脿ng t脿i","tone":"44","id":1373,"definition":"1. state of affairs\r\n2. state\r\n3. mode\r\n4. situation\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐘硅鲍","pinyin":"y贸u y霉","tone":"24","id":1374,"definition":"1. to hesitate\r\n"},{"characters":"鐙","pinyin":"g菕u","tone":"3","id":1375,"definition":"1. dog\r\n2. CL:闅粅鍙猍zhi1],姊潀鏉tiao2]\r\n"},{"characters":"鐙$尵","pinyin":"ji菐o hu谩","tone":"32","id":1376,"definition":"1. crafty\r\n2. cunning\r\n3. sly\r\n"},{"characters":"鐙壒","pinyin":"d煤 t猫","tone":"24","id":1377,"definition":"1. unique\r\n2. distinct\r\n3. having special characteristics\r\n"},{"characters":"鐙珛","pinyin":"d煤 l矛","tone":"24","id":1378,"definition":"1. independent\r\n2. independence\r\n3. to stand alone\r\n"},{"characters":"鐙","pinyin":"d煤 c谩i","tone":"22","id":1379,"definition":"1. dictatorship\r\n"},{"characters":"鐙瓙","pinyin":"sh墨 zi","tone":"10","id":1380,"definition":"1. Leo (star sign)\r\n2. Shihtzu township in Pingtung County 灞忔澅绺灞忎笢鍘縖Ping2 dong1 Xian4], Taiwan\r\n3. lion\r\n4. CL:闅粅鍙猍zhi1],闋瓅澶碵tou2]\r\n"},{"characters":"鐚","pinyin":"zh奴","tone":"1","id":1381,"definition":"1. hog\r\n2. pig\r\n3. swine\r\n4. CL:鍙kou3],闋瓅澶碵tou2]\r\n"},{"characters":"鐚","pinyin":"m膩o","tone":"1","id":1382,"definition":"1. cat\r\n2. CL:闅粅鍙猍zhi1]\r\n3. (dialect) to hide oneself\r\n4. (coll.) modem\r\n"},{"characters":"鐚村瓙","pinyin":"h贸u zi","tone":"20","id":1383,"definition":"1. monkey\r\n2. CL:闅粅鍙猍zhi1]\r\n"},{"characters":"鐜夌背","pinyin":"y霉 m菒","tone":"43","id":1384,"definition":"1. corn\r\n2. maize\r\n3. CL:绮抂li4]\r\n"},{"characters":"鐜嬪瓙","pinyin":"w谩ng z菒","tone":"23","id":1385,"definition":"1. prince\r\n2. son of a king\r\n"},{"characters":"鐜╁叿","pinyin":"w谩n j霉","tone":"24","id":1386,"definition":"1. plaything\r\n2. toy\r\n"},{"characters":"鐜颁唬","pinyin":"xi脿n d脿i","tone":"44","id":1387,"definition":"1. Hyundai, South Korean company\r\n2. modern times\r\n3. modern age\r\n4. modern era\r\n"},{"characters":"鐜板疄","pinyin":"xi脿n sh铆","tone":"42","id":1388,"definition":"1. reality\r\n2. actuality\r\n3. real\r\n4. actual\r\n5. realistic\r\n"},{"characters":"鐜拌薄","pinyin":"xi脿n xi脿ng","tone":"44","id":1389,"definition":"1. appearance\r\n2. phenomenon\r\n3. CL:鍊媩涓猍ge4],绋畖绉峓zhong3]\r\n"},{"characters":"鐜伴噾","pinyin":"xi脿n j墨n","tone":"41","id":1390,"definition":"1. cash\r\n"},{"characters":"鐜荤拑","pinyin":"b艒 li","tone":"10","id":1391,"definition":"1. glass\r\n2. CL:寮祙寮燵zhang1],濉妡鍧梉kuai4]\r\n3. (slang) male homosexual\r\n"},{"characters":"鐝嶆儨","pinyin":"zh膿n x墨","tone":"11","id":1392,"definition":"1. to treasure\r\n2. to value\r\n3. to cherish\r\n"},{"characters":"鐞冭糠","pinyin":"qi煤 m铆","tone":"22","id":1393,"definition":"1. fan (ball sports)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐞嗙敱","pinyin":"l菒 y贸u","tone":"32","id":1394,"definition":"1. reason\r\n2. grounds\r\n3. justification\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐞嗚","pinyin":"l菒 l霉n","tone":"34","id":1395,"definition":"1. theory\r\n2. CL:鍊媩涓猍ge4]\r\n3. to argue\r\n4. to take notice of\r\n"},{"characters":"鐢氳嚦","pinyin":"sh猫n zh矛","tone":"44","id":1396,"definition":"1. even\r\n2. so much so that\r\n"},{"characters":"鐢熶骇","pinyin":"sh膿ng ch菐n","tone":"13","id":1397,"definition":"1. to produce\r\n2. to manufacture\r\n3. to give birth to a child\r\n"},{"characters":"鐢熷姩","pinyin":"sh膿ng d貌ng","tone":"14","id":1398,"definition":"1. vivid\r\n2. lively\r\n"},{"characters":"鐢熷懡","pinyin":"sh膿ng m矛ng","tone":"14","id":1399,"definition":"1. life\r\n2. living\r\n3. biological\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐢熸剰","pinyin":"sh膿ng y矛","tone":"14","id":1400,"definition":"1. life force\r\n2. vitality\r\n3. business\r\n4. CL:绛唡绗擺bi3]\r\n"},{"characters":"鐢熸椿","pinyin":"sh膿ng hu贸","tone":"12","id":1401,"definition":"1. life\r\n2. activity\r\n3. to live\r\n4. livelihood\r\n"},{"characters":"鐢熼暱","pinyin":"sh膿ng zh菐ng","tone":"13","id":1402,"definition":"1. to grow\r\n"},{"characters":"鐢ㄥ姛","pinyin":"y貌ng g艒ng","tone":"41","id":1403,"definition":"1. diligent\r\n2. industrious (in one's studies)\r\n3. to study hard\r\n4. to make great effort\r\n"},{"characters":"鐢ㄩ","pinyin":"y貌ng t煤","tone":"42","id":1404,"definition":"1. use\r\n2. application\r\n"},{"characters":"鐢","pinyin":"shu菐i","tone":"3","id":1405,"definition":"1. to throw\r\n2. to fling\r\n3. to swing\r\n4. to leave behind\r\n5. to throw off\r\n6. to dump (sb)\r\n"},{"characters":"鐢","pinyin":"b茅ng","tone":"2","id":1406,"definition":"1. need not\r\n2. (contraction of 涓 and 鐢)\r\n"},{"characters":"鐢","pinyin":"y贸u","tone":"2","id":1407,"definition":"1. to follow\r\n2. from\r\n3. it is for...to\r\n4. reason\r\n5. cause\r\n6. because of\r\n7. due to\r\n8. to\r\n9. to leave it (to sb)\r\n10. by (introduces passive verb)\r\n"},{"characters":"鐢变簬","pinyin":"y贸u y煤","tone":"22","id":1408,"definition":"1. due to\r\n2. as a result of\r\n3. thanks to\r\n4. owing to\r\n5. since\r\n6. because\r\n"},{"characters":"鐢","pinyin":"ji菐","tone":"3","id":1409,"definition":"1. first of the ten Heavenly Stems 鍗佸ぉ骞瞇shi2 tian1 gan1]\r\n2. (used for an unspecified person or thing)\r\n3. first (in a list, as a party to a contract etc)\r\n4. letter \"A\" or roman \"I\" in list \"A, B, C\", or \"I, II, III\" etc\r\n5. armor plating\r\n6. shell or carapace\r\n7. (of the fingers or toes) nail\r\n8. bladed leather or metal armor (old)\r\n9. ranking system used in the Imperial examinations (old)\r\n10. civil administration unit (old)\r\n11. ancient Chinese compass point: 75掳\r\n"},{"characters":"鐢靛彴","pinyin":"di脿n t谩i","tone":"42","id":1410,"definition":"1. transmitter-receiver\r\n2. broadcasting station\r\n3. radio station\r\n4. CL:鍊媩涓猍ge4],瀹禰jia1]\r\n"},{"characters":"鐢靛奖","pinyin":"di脿n y菒ng","tone":"43","id":1411,"definition":"1. movie\r\n2. film\r\n3. CL:閮╗bu4],鐗嘯pian4],骞昜mu4],鍫磡鍦篬chang3]\r\n"},{"characters":"鐢垫睜","pinyin":"di脿n ch铆","tone":"42","id":1412,"definition":"1. battery\r\n2. CL:绡|鑺俒jie2],绲剕缁刐zu3]\r\n"},{"characters":"鐢垫簮","pinyin":"di脿n yu谩n","tone":"42","id":1413,"definition":"1. electric power source\r\n"},{"characters":"鐢佃剳","pinyin":"di脿n n菐o","tone":"43","id":1414,"definition":"1. computer\r\n2. CL:鑷簗鍙癧tai2]\r\n"},{"characters":"鐢佃","pinyin":"di脿n sh矛","tone":"44","id":1415,"definition":"1. television\r\n2. TV\r\n3. CL:鑷簗鍙癧tai2],鍊媩涓猍ge4]\r\n"},{"characters":"鐣呴","pinyin":"ch脿ng t艒ng","tone":"41","id":1416,"definition":"1. unimpeded\r\n2. free-flowing\r\n3. straight path\r\n4. unclogged\r\n5. move without obstruction\r\n"},{"characters":"鐣呴攢","pinyin":"ch脿ng xi膩o","tone":"41","id":1417,"definition":"1. to sell well\r\n2. best seller\r\n3. chart-topping\r\n"},{"characters":"鐣","pinyin":"f膩n","tone":"1","id":1418,"definition":"1. surname Pan\r\n2. foreign country\r\n3. foreigner\r\n4. foreign (non-Chinese)\r\n5. barbarian\r\n6. classifier for occurrences (of an action or deed)\r\n7. -fold (as in twofold etc)\r\n8. kind\r\n9. sort\r\n"},{"characters":"鐤戦棶","pinyin":"y铆 w猫n","tone":"24","id":1419,"definition":"1. question\r\n2. interrogation\r\n3. doubt\r\n"},{"characters":"鐤","pinyin":"b膩","tone":"1","id":1420,"definition":"1. scar\r\n2. scab\r\n"},{"characters":"鐤媯","pinyin":"f膿ng ku谩ng","tone":"12","id":1421,"definition":"1. crazy\r\n2. frantic\r\n3. extreme popularity\r\n"},{"characters":"鐤插姵","pinyin":"p铆 l谩o","tone":"22","id":1422,"definition":"1. fatigue\r\n2. wearily\r\n3. weariness\r\n4. weary\r\n"},{"characters":"鐤肩埍","pinyin":"t茅ng 脿i","tone":"24","id":1423,"definition":"1. to love dearly\r\n"},{"characters":"鐥呮瘨","pinyin":"b矛ng d煤","tone":"42","id":1424,"definition":"1. virus\r\n"},{"characters":"鐥","pinyin":"y菐ng","tone":"3","id":1425,"definition":"1. variant of 鐧鐥抂yang3]\r\n2. to itch\r\n3. to tickle\r\n4. to itch\r\n5. to tickle\r\n"},{"characters":"鐥涘揩","pinyin":"t貌ng ku脿i","tone":"44","id":1426,"definition":"1. delighted\r\n2. to one's heart's content\r\n3. straightforward\r\n4. also pr. [tong4 kuai5]\r\n"},{"characters":"鐥涜嫤","pinyin":"t貌ng k菙","tone":"43","id":1427,"definition":"1. pain\r\n2. suffering\r\n3. painful\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐧岀棁","pinyin":"谩i zh猫ng","tone":"24","id":1428,"definition":"1. cancer\r\n"},{"characters":"鐧诲綍","pinyin":"d膿ng l霉","tone":"14","id":1429,"definition":"1. to register\r\n2. to log in\r\n"},{"characters":"鐧昏","pinyin":"d膿ng j矛","tone":"14","id":1430,"definition":"1. to register (one's name)\r\n"},{"characters":"鐧婚檰","pinyin":"d膿ng l霉","tone":"14","id":1431,"definition":"1. to land\r\n2. to come ashore\r\n3. to make landfall (of typhoon etc)\r\n4. to log in\r\n"},{"characters":"鐨","pinyin":"de","tone":"0","id":1432,"definition":"1. of\r\n2. ~'s (possessive particle)\r\n3. (used after an attribute)\r\n4. (used to form a nominal expression)\r\n5. (used at the end of a declarative sentence for emphasis)\r\n6. see 鐨勫+[di1 shi4]\r\n7. really and truly\r\n8. aim\r\n9. clear\r\n"},{"characters":"鐨勭‘","pinyin":"d铆 qu猫","tone":"24","id":1433,"definition":"1. really\r\n2. indeed\r\n"},{"characters":"鐩","pinyin":"p茅n","tone":"2","id":1434,"definition":"1. basin\r\n2. flower pot\r\n3. unit of volume equal to 12 鏂 and 8 鍗, approx 128 liters\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐩","pinyin":"y谩n","tone":"2","id":1435,"definition":"1. salt\r\n2. CL:绮抂li4]\r\n"},{"characters":"鐩","pinyin":"g脿i","tone":"4","id":1436,"definition":"1. surname Ge\r\n2. lid\r\n3. top\r\n4. cover\r\n5. canopy\r\n6. to cover\r\n7. to conceal\r\n8. to build\r\n"},{"characters":"鐩楃獌","pinyin":"d脿o qi猫","tone":"44","id":1437,"definition":"1. to steal\r\n"},{"characters":"鐩","pinyin":"Sh猫ng","tone":"4","id":1438,"definition":"1. surname Sheng\r\n2. to hold\r\n3. to contain\r\n4. to ladle\r\n5. to pick up with a utensil\r\n6. flourishing\r\n7. vigorous\r\n8. magnificent\r\n9. extensively\r\n"},{"characters":"鐩墠","pinyin":"m霉 qi谩n","tone":"42","id":1439,"definition":"1. at the present time\r\n2. currently\r\n"},{"characters":"鐩綍","pinyin":"m霉 l霉","tone":"44","id":1440,"definition":"1. catalog\r\n2. table of contents\r\n3. directory (on computer hard drive)\r\n4. list\r\n5. contents\r\n"},{"characters":"鐩爣","pinyin":"m霉 bi膩o","tone":"41","id":1441,"definition":"1. target\r\n2. goal\r\n3. objective\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鐩","pinyin":"d墨ng","tone":"1","id":1442,"definition":"1. to watch attentively\r\n2. to fix one's attention on\r\n3. to stare at\r\n4. to gaze at\r\n"},{"characters":"鐩","pinyin":"zh铆","tone":"2","id":1443,"definition":"1. surname Zhi\r\n2. Zhi (c. 2000 BC), fifth of the legendary Flame Emperors 鐐庡笣[Yan2 di4] descended from Shennong 绁炶静|绁炲啘[Shen2 nong2] Farmer God\r\n3. straight\r\n4. to straighten\r\n5. fair and reasonable\r\n6. frank\r\n7. straightforward\r\n8. (indicates continuing motion or action)\r\n9. vertical\r\n10. vertical downward stroke in Chinese characters\r\n"},{"characters":"鐩存帴","pinyin":"zh铆 ji膿","tone":"21","id":1444,"definition":"1. direct\r\n2. opposite: indirect 闁撴帴|闂存帴\r\n3. immediate\r\n4. directly\r\n5. straightforward\r\n"},{"characters":"鐩镐技","pinyin":"xi膩ng s矛","tone":"14","id":1445,"definition":"1. to resemble\r\n2. similar\r\n3. like\r\n4. resemblance\r\n5. similarity\r\n"},{"characters":"鐩稿叧","pinyin":"xi膩ng gu膩n","tone":"11","id":1446,"definition":"1. related\r\n2. relevant\r\n3. pertinent\r\n4. to be interrelated\r\n5. (statistics) correlation\r\n"},{"characters":"鐩稿弽","pinyin":"xi膩ng f菐n","tone":"13","id":1447,"definition":"1. opposite\r\n2. contrary\r\n"},{"characters":"鐩稿悓","pinyin":"xi膩ng t贸ng","tone":"12","id":1448,"definition":"1. identical\r\n2. same\r\n"},{"characters":"鐩稿","pinyin":"xi膩ng ch菙","tone":"13","id":1449,"definition":"1. to be in contact (with sb)\r\n2. to associate\r\n3. to interact\r\n4. to get along (well, poorly)\r\n"},{"characters":"鐩稿","pinyin":"xi膩ng du矛","tone":"14","id":1450,"definition":"1. relatively\r\n2. opposite\r\n3. to resist\r\n4. to oppose\r\n5. relative\r\n6. vis-a-vis\r\n7. counterpart\r\n"},{"characters":"鐩稿綋","pinyin":"xi膩ng d膩ng","tone":"11","id":1451,"definition":"1. equivalent to\r\n2. appropriate\r\n3. considerably\r\n4. to a certain extent\r\n5. fairly\r\n6. quite\r\n"},{"characters":"鐩兼湜","pinyin":"p脿n w脿ng","tone":"44","id":1452,"definition":"1. to hope for\r\n2. to look forward to\r\n"},{"characters":"鐪","pinyin":"sh臎ng","tone":"3","id":1453,"definition":"1. to save\r\n2. to economize\r\n3. to do without\r\n4. to omit\r\n5. to leave out\r\n6. province\r\n7. CL:鍊媩涓猍ge4]\r\n8. to inspect\r\n9. to examine\r\n10. to be aware\r\n11. to pay a visit (to one's parents or elders)\r\n"},{"characters":"鐪佺暐","pinyin":"sh臎ng l眉猫","tone":"34","id":1454,"definition":"1. to leave out\r\n2. an omission\r\n"},{"characters":"鐪夋瘺","pinyin":"m茅i mao","tone":"20","id":1455,"definition":"1. eyebrow\r\n2. CL:鏍筟gen1]\r\n"},{"characters":"鐪嬩笉璧","pinyin":"k脿n bu q菒","tone":"403","id":1456,"definition":"1. to look down upon\r\n2. to despise\r\n"},{"characters":"鐪嬫湜","pinyin":"k脿n w脿ng","tone":"44","id":1457,"definition":"1. to visit\r\n2. to pay a call to\r\n"},{"characters":"鐪熷疄","pinyin":"zh膿n sh铆","tone":"12","id":1458,"definition":"1. true\r\n2. real\r\n"},{"characters":"鐪熸","pinyin":"zh膿n zh猫ng","tone":"14","id":1459,"definition":"1. genuine\r\n2. real\r\n3. true\r\n4. genuinely\r\n"},{"characters":"鐪奸暅","pinyin":"y菐n j矛ng","tone":"34","id":1460,"definition":"1. spectacles\r\n2. eyeglasses\r\n3. CL:鍓痆fu4]\r\n"},{"characters":"鐫鍑","pinyin":"zh谩o li谩ng","tone":"22","id":1461,"definition":"1. to catch cold\r\n2. Taiwan pr. [zhao1 liang2]\r\n"},{"characters":"鐫鐏","pinyin":"zh谩o hu菕","tone":"23","id":1462,"definition":"1. to ignite\r\n2. to burn\r\n"},{"characters":"鐫","pinyin":"zh膿ng","tone":"1","id":1463,"definition":"1. to open (one's eyes)\r\n"},{"characters":"鐫d績","pinyin":"d奴 c霉","tone":"14","id":1464,"definition":"1. to supervise and urge completion of a task\r\n2. to urge on\r\n"},{"characters":"鐬","pinyin":"xi膩","tone":"1","id":1465,"definition":"1. blind\r\n2. groundlessly\r\n3. foolishly\r\n4. to no purpose\r\n"},{"characters":"鐬","pinyin":"qi谩o","tone":"2","id":1466,"definition":"1. to look at\r\n2. to see\r\n3. to see (a doctor)\r\n4. to visit\r\n"},{"characters":"鐬","pinyin":"d猫ng","tone":"4","id":1467,"definition":"1. to open (one's eyes) wide\r\n2. to stare at\r\n3. to glare at\r\n"},{"characters":"鐭涚浘","pinyin":"m谩o d霉n","tone":"24","id":1468,"definition":"1. contradiction\r\n2. CL:鍊媩涓猍ge4]\r\n3. conflicting views\r\n4. contradictory\r\n"},{"characters":"鐭ヨ瘑","pinyin":"zh墨 shi","tone":"10","id":1469,"definition":"1. knowledge\r\n2. CL:闁|闂╗men2]\r\n3. intellectual\r\n"},{"characters":"鐭績","pinyin":"du菐n c霉","tone":"34","id":1470,"definition":"1. short in time\r\n2. fleeting\r\n3. brief\r\n4. gasping (breath)\r\n5. curt (tone of voice)\r\n"},{"characters":"鐭冲ご","pinyin":"sh铆 tou","tone":"20","id":1471,"definition":"1. stone\r\n2. CL:濉妡鍧梉kuai4]\r\n"},{"characters":"鐮","pinyin":"k菐n","tone":"3","id":1472,"definition":"1. to chop\r\n2. to cut down\r\n3. to throw sth at sb\r\n"},{"characters":"鐮旂┒","pinyin":"y谩n ji奴","tone":"21","id":1473,"definition":"1. research\r\n2. a study\r\n3. CL:闋厊椤筟xiang4]\r\n"},{"characters":"鐮","pinyin":"p貌","tone":"4","id":1474,"definition":"1. broken\r\n2. damaged\r\n3. worn out\r\n4. lousy\r\n5. rotten\r\n6. to break, split or cleave\r\n7. to get rid of\r\n8. to destroy\r\n9. to break with\r\n10. to defeat\r\n11. to capture (a city etc)\r\n12. to expose the truth of\r\n"},{"characters":"鐮翠骇","pinyin":"p貌 ch菐n","tone":"43","id":1475,"definition":"1. to go bankrupt\r\n2. to become impoverished\r\n3. bankruptcy\r\n"},{"characters":"鐮村潖","pinyin":"p貌 hu脿i","tone":"44","id":1476,"definition":"1. destruction\r\n2. damage\r\n3. to wreck\r\n4. to break\r\n5. to destroy\r\n"},{"characters":"纭曞+","pinyin":"shu貌 sh矛","tone":"44","id":1477,"definition":"1. master's degree\r\n2. person who has a master's degree\r\n3. learned person\r\n"},{"characters":"纭","pinyin":"y矛ng","tone":"4","id":1478,"definition":"1. hard\r\n2. stiff\r\n3. strong\r\n4. firm\r\n5. resolutely\r\n6. doggedly\r\n7. good (quality)\r\n8. able (person)\r\n"},{"characters":"纭欢","pinyin":"y矛ng ji脿n","tone":"44","id":1479,"definition":"1. hardware\r\n"},{"characters":"纭畾","pinyin":"qu猫 d矛ng","tone":"44","id":1480,"definition":"1. definite\r\n2. certain\r\n3. fixed\r\n4. to fix (on sth)\r\n5. to determine\r\n6. to be sure\r\n7. to ensure\r\n8. to make certain\r\n9. to ascertain\r\n10. to clinch\r\n11. to recognize\r\n12. to confirm\r\n13. OK (on computer dialog box)\r\n"},{"characters":"纭疄","pinyin":"qu猫 sh铆","tone":"42","id":1481,"definition":"1. indeed\r\n2. really\r\n3. reliable\r\n4. real\r\n5. true\r\n"},{"characters":"纭","pinyin":"qu猫 r猫n","tone":"44","id":1482,"definition":"1. to confirm\r\n2. to verify\r\n3. confirmation\r\n"},{"characters":"纰","pinyin":"su矛","tone":"4","id":1483,"definition":"1. to break down\r\n2. to break into pieces\r\n3. fragmentary\r\n"},{"characters":"纰","pinyin":"p猫ng","tone":"4","id":1484,"definition":"1. variant of 纰癧peng4]\r\n2. to touch\r\n3. to meet with\r\n4. to bump\r\n5. old variant of 纰癧peng4]\r\n"},{"characters":"纾佸甫","pinyin":"c铆 d脿i","tone":"24","id":1485,"definition":"1. magnetic tape\r\n2. CL:鐩鐩榌pan2],鐩抂he2]\r\n"},{"characters":"纾","pinyin":"b脿ng","tone":"4","id":1486,"definition":"1. see 纾呯Г scale\r\n2. platform balance\r\n3. (loanword) pound (unit of weight, about 454 grams)\r\n"},{"characters":"纾嬪晢","pinyin":"cu艒 sh膩ng","tone":"11","id":1487,"definition":"1. to consult\r\n2. to discuss seriously\r\n3. to negotiate\r\n4. to confer\r\n5. negotiations\r\n6. consultations\r\n"},{"characters":"绀句細","pinyin":"sh猫 hu矛","tone":"44","id":1488,"definition":"1. society\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绁濈","pinyin":"zh霉 f煤","tone":"42","id":1489,"definition":"1. blessings\r\n2. to wish sb well\r\n"},{"characters":"绁濊春","pinyin":"zh霉 h猫","tone":"44","id":1490,"definition":"1. to congratulate\r\n2. congratulations\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绁炰粰","pinyin":"sh茅n xi膩n","tone":"21","id":1491,"definition":"1. Daoist immortal\r\n2. supernatural entity\r\n3. (in modern fiction) fairy, elf, leprechaun etc\r\n4. fig. lighthearted person\r\n"},{"characters":"绁炵","pinyin":"sh茅n m矛","tone":"24","id":1492,"definition":"1. mysterious\r\n2. mystery\r\n"},{"characters":"绁炶瘽","pinyin":"sh茅n hu脿","tone":"24","id":1493,"definition":"1. legend\r\n2. fairy tale\r\n3. myth\r\n4. mythology\r\n"},{"characters":"绂诲","pinyin":"l铆 h奴n","tone":"21","id":1494,"definition":"1. to divorce\r\n2. divorced from (one's spouse)\r\n"},{"characters":"绉佷汉","pinyin":"s墨 r茅n","tone":"12","id":1495,"definition":"1. private\r\n2. personal\r\n3. interpersonal\r\n4. sb with whom one has a close personal relationship\r\n5. a member of one's clique\r\n"},{"characters":"绉嶇被","pinyin":"zh菕ng l猫i","tone":"34","id":1496,"definition":"1. kind\r\n2. genus\r\n3. type\r\n4. category\r\n5. variety\r\n6. species\r\n7. sort\r\n8. class\r\n"},{"characters":"绉樹功","pinyin":"m矛 sh奴","tone":"41","id":1497,"definition":"1. secretary\r\n"},{"characters":"绉樺瘑","pinyin":"m矛 m矛","tone":"44","id":1498,"definition":"1. secret\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绉","pinyin":"z奴","tone":"1","id":1499,"definition":"1. to hire\r\n2. to rent\r\n3. to charter\r\n4. to rent out\r\n5. to lease out\r\n6. rent\r\n7. land tax\r\n"},{"characters":"绉","pinyin":"ch猫ng","tone":"4","id":1500,"definition":"1. variant of 绋眧绉癧cheng1], to weigh\r\n2. steelyard\r\n3. Roman balance\r\n4. CL:鑷簗鍙癧tai2]\r\n"},{"characters":"绉╁簭","pinyin":"zh矛 x霉","tone":"44","id":1501,"definition":"1. order (orderly)\r\n2. order (sequence)\r\n3. social order\r\n4. the state (of society)\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绉","pinyin":"ch膿ng","tone":"1","id":1502,"definition":"1. to fit\r\n2. balanced\r\n3. suitable\r\n4. to weigh\r\n5. to state\r\n6. to name\r\n7. name\r\n8. appellation\r\n9. to praise\r\n10. variant of 绉cheng4]\r\n11. steelyard\r\n"},{"characters":"绉板彿","pinyin":"ch膿ng h脿o","tone":"14","id":1503,"definition":"1. name\r\n2. term of address\r\n3. title\r\n"},{"characters":"绉板懠","pinyin":"ch膿ng hu","tone":"10","id":1504,"definition":"1. to call\r\n2. to address as\r\n3. appellation\r\n"},{"characters":"绉拌禐","pinyin":"ch膿ng z脿n","tone":"14","id":1505,"definition":"1. to praise\r\n2. to acclaim\r\n3. to commend\r\n4. to compliment\r\n"},{"characters":"绉诲姩","pinyin":"y铆 d貌ng","tone":"24","id":1506,"definition":"1. to move\r\n2. movement\r\n3. migration\r\n4. mobile\r\n5. portable\r\n"},{"characters":"绉绘皯","pinyin":"y铆 m铆n","tone":"22","id":1507,"definition":"1. to immigrate\r\n2. to migrate\r\n3. emigrant\r\n4. immigrant\r\n"},{"characters":"绋嬪簭","pinyin":"ch茅ng x霉","tone":"24","id":1508,"definition":"1. procedures\r\n2. sequence\r\n3. order\r\n4. computer program\r\n"},{"characters":"绋嬪害","pinyin":"ch茅ng d霉","tone":"24","id":1509,"definition":"1. degree (level or extent)\r\n2. level\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绋嶅井","pinyin":"sh膩o w膿i","tone":"11","id":1510,"definition":"1. a little bit\r\n"},{"characters":"绋","pinyin":"shu矛","tone":"4","id":1511,"definition":"1. taxes\r\n2. duties\r\n"},{"characters":"绋犲瘑","pinyin":"ch贸u m矛","tone":"24","id":1512,"definition":"1. dense\r\n"},{"characters":"绋冲畾","pinyin":"w臎n d矛ng","tone":"34","id":1513,"definition":"1. steady\r\n2. stable\r\n3. stability\r\n4. to stabilize\r\n5. to pacify\r\n"},{"characters":"绋昏胺","pinyin":"d脿o g菙","tone":"43","id":1514,"definition":"1. rice crops\r\n"},{"characters":"绌","pinyin":"qi贸ng","tone":"2","id":1515,"definition":"1. exhausted\r\n2. poor\r\n"},{"characters":"绌洪棽","pinyin":"k貌ng xi谩n","tone":"42","id":1516,"definition":"1. idle\r\n2. free time\r\n3. leisure\r\n4. unused (place)\r\n"},{"characters":"绌洪棿","pinyin":"k艒ng ji膩n","tone":"11","id":1517,"definition":"1. space\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绌胯秺","pinyin":"chu膩n yu猫","tone":"14","id":1518,"definition":"1. to pass through\r\n2. to cross\r\n3. to overcome\r\n"},{"characters":"绐佸嚭","pinyin":"t奴 ch奴","tone":"11","id":1519,"definition":"1. prominent\r\n2. outstanding\r\n3. to give prominence to\r\n4. to protrude\r\n5. to project\r\n"},{"characters":"绐","pinyin":"zh菐i","tone":"3","id":1520,"definition":"1. narrow\r\n2. narrow-minded\r\n3. badly off\r\n"},{"characters":"绐楀笜","pinyin":"chu膩ng li谩n","tone":"12","id":1521,"definition":"1. window curtains\r\n"},{"characters":"绐","pinyin":"cu脿n","tone":"4","id":1522,"definition":"1. to flee\r\n2. to scuttle\r\n3. to exile or banish\r\n4. to amend or edit\r\n"},{"characters":"绔嬪埢","pinyin":"l矛 k猫","tone":"44","id":1523,"definition":"1. forthwith\r\n2. immediate\r\n3. prompt\r\n4. promptly\r\n5. straightway\r\n6. thereupon\r\n7. at once\r\n"},{"characters":"绔嬪嵆","pinyin":"l矛 j铆","tone":"42","id":1524,"definition":"1. immediately\r\n"},{"characters":"绔","pinyin":"du膩n","tone":"1","id":1525,"definition":"1. end\r\n2. extremity\r\n3. item\r\n4. port\r\n5. to hold sth level with both hands\r\n6. to carry\r\n7. regular\r\n8. old variant of 绔痆duan1]\r\n9. start\r\n10. origin\r\n"},{"characters":"绔","pinyin":"du膩n zh猫ng","tone":"14","id":1526,"definition":"1. upright\r\n2. regular\r\n3. proper\r\n4. correct\r\n"},{"characters":"绔瑰瓙","pinyin":"zh煤 zi","tone":"20","id":1527,"definition":"1. bamboo\r\n2. CL:妫礫ke1],鏀痆zhi1],鏍筟gen1]\r\n"},{"characters":"绗戣瘽","pinyin":"xi脿o hu脿","tone":"44","id":1528,"definition":"1. joke\r\n2. jest\r\n3. CL:鍊媩涓猍ge4]\r\n4. to laugh at\r\n5. to mock\r\n"},{"characters":"绗ㄦ嫏","pinyin":"b猫n zhu艒","tone":"41","id":1529,"definition":"1. clumsy\r\n2. awkward\r\n3. stupid\r\n"},{"characters":"绛変簬","pinyin":"d臎ng y煤","tone":"32","id":1530,"definition":"1. to equal\r\n2. to be tantamount to\r\n"},{"characters":"绛夊","pinyin":"d臎ng h貌u","tone":"34","id":1531,"definition":"1. to wait\r\n2. to wait for\r\n"},{"characters":"绛夊緟","pinyin":"d臎ng d脿i","tone":"34","id":1532,"definition":"1. to wait\r\n2. to wait for\r\n"},{"characters":"绛夌骇","pinyin":"d臎ng j铆","tone":"32","id":1533,"definition":"1. grade\r\n2. rank\r\n3. status\r\n"},{"characters":"绛斿","pinyin":"d谩 f霉","tone":"24","id":1534,"definition":"1. variant of 绛旇|绛斿[da2 fu4]\r\n2. to answer\r\n3. to reply\r\n4. Reply to: (in email header)\r\n"},{"characters":"绛斿簲","pinyin":"d膩 ying","tone":"10","id":1535,"definition":"1. to promise\r\n2. to agree\r\n3. to reply\r\n4. to respond\r\n"},{"characters":"绛旇京","pinyin":"d谩 bi脿n","tone":"24","id":1536,"definition":"1. to reply (to an accusation)\r\n2. to defend one's dissertation\r\n"},{"characters":"绛栧垝","pinyin":"c猫 hu脿","tone":"44","id":1537,"definition":"1. to plot\r\n2. to scheme\r\n3. to bring about\r\n4. to engineer\r\n5. planning\r\n6. producer\r\n7. planner\r\n"},{"characters":"绛栫暐","pinyin":"c猫 l眉猫","tone":"44","id":1538,"definition":"1. tactics\r\n2. to be tactful\r\n"},{"characters":"绛瑰","pinyin":"ch贸u b猫i","tone":"24","id":1539,"definition":"1. preparations\r\n2. to get ready for sth\r\n"},{"characters":"绛","pinyin":"qi膩n","tone":"1","id":1540,"definition":"1. to sign one's name\r\n2. visa\r\n3. variant of 绫绛綶qian1]\r\n4. Japanese variant of 绫绛綶qian1]\r\n5. inscribed bamboo stick (used in divination, gambling, drawing lots etc)\r\n6. small wood sliver\r\n7. label\r\n8. tag\r\n"},{"characters":"绛捐瘉","pinyin":"qi膩n zh猫ng","tone":"14","id":1541,"definition":"1. visa\r\n2. certificate\r\n3. to certify\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绠鍘","pinyin":"ji菐n l矛","tone":"34","id":1542,"definition":"1. curriculum vitae (CV)\r\n2. r茅sum茅\r\n3. biographical notes\r\n"},{"characters":"绠鐩","pinyin":"ji菐n zh铆","tone":"32","id":1543,"definition":"1. simply\r\n2. at all\r\n3. practically\r\n"},{"characters":"绠″瓙","pinyin":"gu菐n zi","tone":"30","id":1544,"definition":"1. Guanzi or Guan Zhong 绠′徊 (-645 BC), famous politician of Qi 榻婂湅|榻愬浗 of Spring and Autumn period\r\n2. Guanzi, classical book containing writings of Guan Zhong and his school\r\n3. tube\r\n4. pipe\r\n5. drinking straw\r\n6. CL:鏍筟gen1]\r\n"},{"characters":"绡","pinyin":"pi膩n","tone":"1","id":1545,"definition":"1. sheet\r\n2. piece of writing\r\n3. bound set of bamboo slips used for record keeping (old)\r\n4. classifier for written items: chapter, article\r\n"},{"characters":"绫抽キ","pinyin":"m菒 f脿n","tone":"34","id":1546,"definition":"1. (cooked) rice\r\n"},{"characters":"绫诲瀷","pinyin":"l猫i x铆ng","tone":"42","id":1547,"definition":"1. type\r\n2. category\r\n3. genre\r\n4. form\r\n5. style\r\n"},{"characters":"绮楃硻","pinyin":"c奴 c膩o","tone":"11","id":1548,"definition":"1. crude\r\n2. gruff\r\n3. rough\r\n4. coarse\r\n"},{"characters":"绮楅瞾","pinyin":"c奴 l菙","tone":"13","id":1549,"definition":"1. coarse\r\n2. crude (in one's manner)\r\n3. boorish\r\n"},{"characters":"绮樿创","pinyin":"zh膩n ti膿","tone":"11","id":1550,"definition":"1. to stick\r\n2. to affix\r\n3. to adhere\r\n4. to paste (as in \"copy and paste\")\r\n5. Taiwan pr. [nian2 tie1]\r\n6. also written 榛忚布|榛忚创[nian2 tie1]\r\n"},{"characters":"绮","pinyin":"li谩ng shi","tone":"20","id":1551,"definition":"1. foodstuff\r\n2. cereals\r\n3. CL:绋畖绉峓zhong3]\r\n"},{"characters":"绮惧姏","pinyin":"j墨ng l矛","tone":"14","id":1552,"definition":"1. energy\r\n"},{"characters":"绮剧","pinyin":"j墨ng sh茅n","tone":"12","id":1553,"definition":"1. spirit\r\n2. mind\r\n3. consciousness\r\n4. thought\r\n5. mental\r\n6. psychological\r\n7. essence\r\n8. gist\r\n9. CL:鍊媩涓猍ge4]\r\n10. vigor\r\n11. vitality\r\n12. drive\r\n13. spiritual\r\n"},{"characters":"绯婃秱","pinyin":"h煤 tu","tone":"20","id":1554,"definition":"1. muddled\r\n2. silly\r\n3. confused\r\n"},{"characters":"绯","pinyin":"t谩ng","tone":"2","id":1555,"definition":"1. sugar\r\n2. sweets\r\n3. candy\r\n4. CL:椤唡棰梉ke1],濉妡鍧梉kuai4]\r\n5. old variant of 绯朳tang2]\r\n"},{"characters":"绯熺硶","pinyin":"z膩o g膩o","tone":"11","id":1556,"definition":"1. too bad\r\n2. how terrible\r\n3. what bad luck\r\n4. terrible\r\n5. bad\r\n"},{"characters":"绯","pinyin":"x矛","tone":"4","id":1557,"definition":"1. to connect\r\n2. to relate to\r\n3. to tie up\r\n4. to bind\r\n5. to be (literary)\r\n6. system\r\n7. department\r\n8. faculty\r\n9. to tie\r\n10. to fasten\r\n11. to button up\r\n12. to connect\r\n13. to arrest\r\n14. to worry\r\n"},{"characters":"绯荤粺","pinyin":"x矛 t菕ng","tone":"43","id":1558,"definition":"1. system\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绱ф","pinyin":"j菒n j铆","tone":"32","id":1559,"definition":"1. urgent\r\n2. emergency\r\n"},{"characters":"绱","pinyin":"z菒","tone":"3","id":1560,"definition":"1. purple\r\n2. violet\r\n3. amethyst\r\n4. Lithospermum erythrorhizon (flowering plant whose root provides red purple dye)\r\n5. Japanese: murasaki\r\n"},{"characters":"绻佸崕","pinyin":"f谩n hu谩","tone":"22","id":1561,"definition":"1. flourishing\r\n2. bustling\r\n"},{"characters":"绻佸繖","pinyin":"f谩n m谩ng","tone":"22","id":1562,"definition":"1. busy\r\n2. bustling\r\n"},{"characters":"绻佹畺","pinyin":"f谩n zh铆","tone":"22","id":1563,"definition":"1. to breed\r\n2. to reproduce\r\n3. to propagate\r\n"},{"characters":"绻佽崳","pinyin":"f谩n r贸ng","tone":"22","id":1564,"definition":"1. prosperous\r\n2. booming (economy)\r\n"},{"characters":"绾︿細","pinyin":"yu膿 hu矛","tone":"14","id":1565,"definition":"1. appointment\r\n2. engagement\r\n3. date\r\n4. CL:娆ci4],鍊媩涓猍ge4]\r\n5. to arrange to meet\r\n"},{"characters":"绾綍","pinyin":"j矛 l霉","tone":"44","id":1566,"definition":"1. variant of 瑷橀寗|璁板綍[ji4 lu4]\r\n"},{"characters":"绾緥","pinyin":"j矛 l菧","tone":"44","id":1567,"definition":"1. discipline\r\n"},{"characters":"绾康","pinyin":"j矛 ni脿n","tone":"44","id":1568,"definition":"1. to commemorate\r\n2. to remember\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"绾磥","pinyin":"ch煤n ji茅","tone":"22","id":1569,"definition":"1. pure\r\n2. clean and honest\r\n3. to purify\r\n"},{"characters":"绾补","pinyin":"ch煤n cu矛","tone":"24","id":1570,"definition":"1. pure\r\n2. unadulterated\r\n3. purely\r\n4. completely\r\n"},{"characters":"绾风悍","pinyin":"f膿n f膿n","tone":"11","id":1571,"definition":"1. one after another\r\n2. in succession\r\n3. one by one\r\n4. continuously\r\n5. diverse\r\n6. in profusion\r\n7. numerous and confused\r\n8. pell-mell\r\n"},{"characters":"缁","pinyin":"z菙","tone":"3","id":1572,"definition":"1. surname Zu\r\n2. to form\r\n3. to organize\r\n4. group\r\n5. team\r\n6. classifier for sets, series, groups of people, batteries\r\n"},{"characters":"缁勫悎","pinyin":"z菙 h茅","tone":"32","id":1573,"definition":"1. to assemble\r\n2. combination\r\n3. combinatorial\r\n"},{"characters":"缁勬垚","pinyin":"z菙 ch茅ng","tone":"32","id":1574,"definition":"1. to form\r\n2. to make up\r\n3. to constitute\r\n"},{"characters":"缁勭粐","pinyin":"z菙 zh墨","tone":"31","id":1575,"definition":"1. to organize\r\n2. organization\r\n3. organized system\r\n4. nerve\r\n5. tissue\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"缁嗚妭","pinyin":"x矛 ji茅","tone":"42","id":1576,"definition":"1. details\r\n2. particulars\r\n"},{"characters":"缁忓吀","pinyin":"j墨ng di菐n","tone":"13","id":1577,"definition":"1. the classics\r\n2. scriptures\r\n3. classical\r\n4. classic (example, case etc)\r\n5. typical\r\n"},{"characters":"缁忓晢","pinyin":"j墨ng sh膩ng","tone":"11","id":1578,"definition":"1. to trade\r\n2. to carry out commercial activities\r\n3. in business\r\n"},{"characters":"缁忚惀","pinyin":"j墨ng y铆ng","tone":"12","id":1579,"definition":"1. to engage in (business etc)\r\n2. to run\r\n3. to operate\r\n"},{"characters":"缁戞灦","pinyin":"b菐ng ji脿","tone":"34","id":1580,"definition":"1. to kidnap\r\n2. to abduct\r\n3. to hijack\r\n4. a kidnapping\r\n5. abduction\r\n6. staking\r\n"},{"characters":"缁撳悎","pinyin":"ji茅 h茅","tone":"22","id":1581,"definition":"1. to combine\r\n2. to link\r\n3. to integrate\r\n4. binding\r\n5. CL:娆ci4]\r\n"},{"characters":"缁撳疄","pinyin":"ji膿 shi","tone":"10","id":1582,"definition":"1. to bear fruit\r\n2. rugged\r\n3. sturdy\r\n4. strong\r\n5. durable\r\n6. buff (physique)\r\n"},{"characters":"缁撴瀯","pinyin":"ji茅 g貌u","tone":"24","id":1583,"definition":"1. structure\r\n2. composition\r\n3. makeup\r\n4. architecture\r\n5. CL:搴zuo4],鍊媩涓猍ge4]\r\n"},{"characters":"缁撹","pinyin":"ji茅 l霉n","tone":"24","id":1584,"definition":"1. conclusion\r\n2. verdict\r\n3. CL:鍊媩涓猍ge4]\r\n4. to conclude\r\n5. to reach a verdict\r\n"},{"characters":"缁撹处","pinyin":"ji茅 zh脿ng","tone":"24","id":1585,"definition":"1. to pay the bill\r\n2. to settle accounts\r\n3. also written 绲愬赋|缁撳笎\r\n"},{"characters":"缁","pinyin":"r脿o","tone":"4","id":1586,"definition":"1. to wind\r\n2. to coil (thread)\r\n3. to rotate around\r\n4. to spiral\r\n5. to move around\r\n6. to go round (an obstacle)\r\n7. to by-pass\r\n8. to make a detour\r\n9. to confuse\r\n10. to perplex\r\n11. variant of 绻瀨缁昜rao4], to rotate around\r\n12. to spiral\r\n13. to move around\r\n14. to go round (an obstacle)\r\n15. to by-pass\r\n16. to make a detour\r\n"},{"characters":"缁濆","pinyin":"ju茅 du矛","tone":"24","id":1587,"definition":"1. absolute\r\n2. unconditional\r\n"},{"characters":"缁熶竴","pinyin":"t菕ng y墨","tone":"31","id":1588,"definition":"1. to unify\r\n2. to unite\r\n3. to integrate\r\n"},{"characters":"缁冲瓙","pinyin":"sh茅ng zi","tone":"20","id":1589,"definition":"1. cord\r\n2. string\r\n3. rope\r\n4. CL:姊潀鏉tiao2]\r\n"},{"characters":"缁翠慨","pinyin":"w茅i xi奴","tone":"21","id":1590,"definition":"1. maintenance (of equipment)\r\n2. to protect and maintain\r\n"},{"characters":"缁煎悎","pinyin":"z艒ng h茅","tone":"12","id":1591,"definition":"1. comprehensive\r\n2. composite\r\n3. synthesized\r\n4. mixed\r\n5. to sum up\r\n6. to integrate\r\n7. to synthesize\r\n"},{"characters":"缂撹В","pinyin":"hu菐n ji臎","tone":"33","id":1592,"definition":"1. to bring relief\r\n2. to alleviate (a crisis)\r\n3. to dull (a pain)\r\n"},{"characters":"缂栫粐","pinyin":"bi膩n zh墨","tone":"11","id":1593,"definition":"1. to weave\r\n2. to knit\r\n3. to plait\r\n4. to braid\r\n5. (fig.) to create (sth abstract, e.g. a dream, a lie etc)\r\n"},{"characters":"缂栬緫","pinyin":"bi膩n j铆","tone":"12","id":1594,"definition":"1. to edit\r\n2. to compile\r\n3. editor\r\n4. compiler\r\n"},{"characters":"缂犵粫","pinyin":"ch谩n r脿o","tone":"24","id":1595,"definition":"1. twisting\r\n2. to twine\r\n3. to wind\r\n4. to pester\r\n5. to bother\r\n"},{"characters":"缂╃煭","pinyin":"su艒 du菐n","tone":"13","id":1596,"definition":"1. to curtail\r\n2. to cut down\r\n"},{"characters":"缂轰箯","pinyin":"qu膿 f谩","tone":"12","id":1597,"definition":"1. to lack\r\n2. to be short of\r\n3. lack\r\n4. shortage\r\n"},{"characters":"缂哄皯","pinyin":"qu膿 sh菐o","tone":"13","id":1598,"definition":"1. lack\r\n2. shortage of\r\n3. shortfall\r\n4. to be short (of)\r\n5. to lack\r\n"},{"characters":"缂虹偣","pinyin":"qu膿 di菐n","tone":"13","id":1599,"definition":"1. weak point\r\n2. fault\r\n3. shortcoming\r\n4. disadvantage\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"缃戠悆","pinyin":"w菐ng qi煤","tone":"32","id":1600,"definition":"1. tennis\r\n2. tennis ball\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"缃戠珯","pinyin":"w菐ng zh脿n","tone":"34","id":1601,"definition":"1. website\r\n2. network station\r\n3. node\r\n"},{"characters":"缃戠粶","pinyin":"w菐ng lu貌","tone":"34","id":1602,"definition":"1. Internet\r\n2. network (computing, telecommunications, transport etc)\r\n"},{"characters":"缃氭","pinyin":"f谩 ku菐n","tone":"23","id":1603,"definition":"1. to fine\r\n2. penalty\r\n3. fine (monetary)\r\n"},{"characters":"缃㈠伐","pinyin":"b脿 g艒ng","tone":"41","id":1604,"definition":"1. a strike\r\n2. to go on strike\r\n"},{"characters":"缇庢湳","pinyin":"m臎i sh霉","tone":"34","id":1605,"definition":"1. art\r\n2. fine arts\r\n3. painting\r\n4. CL:绋畖绉峓zhong3]\r\n"},{"characters":"缇℃厱","pinyin":"xi脿n m霉","tone":"44","id":1606,"definition":"1. to envy\r\n2. to admire\r\n"},{"characters":"缇","pinyin":"q煤n","tone":"2","id":1607,"definition":"1. variant of 缇qun2]\r\n2. group\r\n3. crowd\r\n4. flock, herd, pack etc\r\n"},{"characters":"缈呰唨","pinyin":"ch矛 b菐ng","tone":"43","id":1608,"definition":"1. wing\r\n2. CL:鍊媩涓猍ge4],灏峾瀵筟dui4]\r\n"},{"characters":"缈","pinyin":"f膩n","tone":"1","id":1609,"definition":"1. to turn over\r\n2. to flip over\r\n3. to overturn\r\n4. to rummage through\r\n5. to translate\r\n6. to decode\r\n7. to double\r\n8. to climb over or into\r\n9. to cross\r\n10. variant of 缈籟fan1]\r\n"},{"characters":"鑰佸﹩","pinyin":"l菐o p贸","tone":"32","id":1610,"definition":"1. (coll.) wife\r\n"},{"characters":"鑰佸疄","pinyin":"l菐o shi","tone":"30","id":1611,"definition":"1. honest\r\n2. sincere\r\n3. well-behaved\r\n4. open and guileless\r\n5. naive\r\n"},{"characters":"鑰佸笀","pinyin":"l菐o sh墨","tone":"31","id":1612,"definition":"1. teacher\r\n2. CL:鍊媩涓猍ge4],浣峓wei4]\r\n"},{"characters":"鑰佹澘","pinyin":"L菐o b菐n","tone":"33","id":1613,"definition":"1. variant of 鑰侀梿|鑰佹澘[lao3 ban3]\r\n2. Robam (brand)\r\n3. boss\r\n4. business proprietor\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑰侀紶","pinyin":"l菐o sh菙","tone":"33","id":1614,"definition":"1. rat\r\n2. mouse\r\n3. CL:闅粅鍙猍zhi1]\r\n"},{"characters":"鑰屽凡","pinyin":"茅r y菒","tone":"23","id":1615,"definition":"1. that's all\r\n2. nothing more\r\n"},{"characters":"鑰崇幆","pinyin":"臎r hu谩n","tone":"32","id":1616,"definition":"1. earring\r\n2. CL:闅粅鍙猍zhi1],灏峾瀵筟dui4]\r\n"},{"characters":"鑰借","pinyin":"d膩n wu","tone":"10","id":1617,"definition":"1. to delay\r\n2. to hold up\r\n3. to waste time\r\n4. to interfere with\r\n"},{"characters":"鑱屼笟","pinyin":"zh铆 y猫","tone":"24","id":1618,"definition":"1. occupation\r\n2. profession\r\n3. vocation\r\n4. professional\r\n"},{"characters":"鑱斿悎","pinyin":"li谩n h茅","tone":"22","id":1619,"definition":"1. to combine\r\n2. to join\r\n3. unite\r\n4. alliance\r\n"},{"characters":"鑲岃倝","pinyin":"j墨 r貌u","tone":"14","id":1620,"definition":"1. muscle\r\n2. flesh\r\n"},{"characters":"鑲$エ","pinyin":"g菙 pi脿o","tone":"34","id":1621,"definition":"1. share certificate\r\n2. stock (finance)\r\n"},{"characters":"鑲ョ殏","pinyin":"f茅i z脿o","tone":"24","id":1622,"definition":"1. soap\r\n2. CL:濉妡鍧梉kuai4],姊潀鏉tiao2]\r\n"},{"characters":"鑲╄唨","pinyin":"ji膩n b菐ng","tone":"13","id":1623,"definition":"1. shoulder\r\n"},{"characters":"鑳","pinyin":"w猫i","tone":"4","id":1624,"definition":"1. stomach\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑳冨彛","pinyin":"w猫i k菕u","tone":"43","id":1625,"definition":"1. appetite\r\n2. liking\r\n"},{"characters":"鑳嗘","pinyin":"d菐n qi猫","tone":"34","id":1626,"definition":"1. timid\r\n2. cowardly\r\n"},{"characters":"鑳","pinyin":"b猫i","tone":"4","id":1627,"definition":"1. variant of 鑳孾bei1]\r\n2. to be burdened\r\n3. to carry on the back or shoulder\r\n4. the back of a body or object\r\n5. to turn one's back\r\n6. to hide something from\r\n7. to learn by heart\r\n8. to recite from memory\r\n9. unlucky (slang)\r\n10. hard of hearing\r\n"},{"characters":"鑳屽彌","pinyin":"b猫i p脿n","tone":"44","id":1628,"definition":"1. to betray\r\n"},{"characters":"鑳屾櫙","pinyin":"b猫i j菒ng","tone":"43","id":1629,"definition":"1. background\r\n2. backdrop\r\n3. context\r\n4. CL:绋畖绉峓zhong3]\r\n"},{"characters":"鑳岃","pinyin":"b猫i s貌ng","tone":"44","id":1630,"definition":"1. to recite\r\n2. to repeat from memory\r\n"},{"characters":"鑳滃埄","pinyin":"sh猫ng l矛","tone":"44","id":1631,"definition":"1. victory\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑳″悓","pinyin":"h煤 t貌ng","tone":"24","id":1632,"definition":"1. lane\r\n2. alley\r\n3. CL:姊潀鏉tiao2]\r\n4. variant of 鑳″悓[hu2 tong4]\r\n"},{"characters":"鑳¤","pinyin":"h煤 shu艒","tone":"21","id":1633,"definition":"1. to talk nonsense\r\n2. drivel\r\n"},{"characters":"鑳舵按","pinyin":"ji膩o shu菒","tone":"13","id":1634,"definition":"1. glue\r\n"},{"characters":"鑳","pinyin":"xi艒ng","tone":"1","id":1635,"definition":"1. variant of 鑳竅xiong1]\r\n2. chest\r\n3. bosom\r\n4. heart\r\n5. mind\r\n6. thorax\r\n"},{"characters":"鑳藉共","pinyin":"n茅ng g脿n","tone":"24","id":1636,"definition":"1. capable\r\n2. competent\r\n"},{"characters":"鑳芥簮","pinyin":"n茅ng yu谩n","tone":"22","id":1637,"definition":"1. energy\r\n2. power source\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑴嗗急","pinyin":"cu矛 ru貌","tone":"44","id":1638,"definition":"1. weak\r\n2. frail\r\n"},{"characters":"鑴","pinyin":"z脿ng","tone":"4","id":1639,"definition":"1. viscera\r\n2. (anatomy) organ\r\n3. dirty\r\n4. filthy\r\n"},{"characters":"鑴戣","pinyin":"n菐o d脿i","tone":"34","id":1640,"definition":"1. head\r\n2. skull\r\n3. brains\r\n4. mental capability\r\n5. CL:椤唡棰梉ke1],鍊媩涓猍ge4]\r\n"},{"characters":"鑴栧瓙","pinyin":"b贸 zi","tone":"20","id":1641,"definition":"1. neck\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑴","pinyin":"tu艒","tone":"1","id":1642,"definition":"1. to shed\r\n2. to take off\r\n3. to escape\r\n4. to get away from\r\n"},{"characters":"鑵","pinyin":"y膩o","tone":"1","id":1643,"definition":"1. waist\r\n2. lower back\r\n3. pocket\r\n4. middle\r\n5. loins\r\n"},{"characters":"鑷","pinyin":"b矛","tone":"4","id":1644,"definition":"1. arm\r\n"},{"characters":"鑷粠","pinyin":"z矛 c贸ng","tone":"42","id":1645,"definition":"1. since (a time)\r\n2. ever since\r\n"},{"characters":"鑷俊","pinyin":"z矛 x矛n","tone":"44","id":1646,"definition":"1. to have confidence in oneself\r\n2. self-confidence\r\n"},{"characters":"鑷姩","pinyin":"z矛 d貌ng","tone":"44","id":1647,"definition":"1. automatic\r\n2. voluntarily\r\n"},{"characters":"鑷効","pinyin":"z矛 yu脿n","tone":"44","id":1648,"definition":"1. voluntary\r\n"},{"characters":"鑷劧","pinyin":"z矛 r谩n","tone":"42","id":1649,"definition":"1. nature\r\n2. natural\r\n3. naturally\r\n"},{"characters":"鑷敱","pinyin":"z矛 y贸u","tone":"42","id":1650,"definition":"1. freedom\r\n2. free\r\n3. liberty\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑷","pinyin":"z矛 s墨","tone":"41","id":1651,"definition":"1. selfish\r\n2. selfishness\r\n"},{"characters":"鑷","pinyin":"z矛 ju茅","tone":"42","id":1652,"definition":"1. conscious\r\n2. aware\r\n3. on one's own initiative\r\n4. conscientious\r\n"},{"characters":"鑷豹","pinyin":"z矛 h谩o","tone":"42","id":1653,"definition":"1. proud (of one's achievements etc)\r\n"},{"characters":"鑷","pinyin":"ch貌u","tone":"4","id":1654,"definition":"1. stench\r\n2. smelly\r\n3. to smell (bad)\r\n4. repulsive\r\n5. loathsome\r\n6. terrible\r\n7. bad\r\n8. severely\r\n9. ruthlessly\r\n10. dud (ammunition)\r\n11. sense of smell\r\n12. smell bad\r\n"},{"characters":"鑷充簬","pinyin":"zh矛 y煤","tone":"42","id":1655,"definition":"1. as for\r\n2. as to\r\n3. to go so far as to\r\n"},{"characters":"鑷充粖","pinyin":"zh矛 j墨n","tone":"41","id":1656,"definition":"1. so far\r\n2. to this day\r\n3. until now\r\n"},{"characters":"鑷冲皯","pinyin":"zh矛 sh菐o","tone":"43","id":1657,"definition":"1. at least\r\n2. (to say the) least\r\n"},{"characters":"鑸呰垍","pinyin":"ji霉 jiu","tone":"40","id":1658,"definition":"1. mother's brother\r\n2. maternal uncle (informal)\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑸掗","pinyin":"sh奴 sh矛","tone":"14","id":1659,"definition":"1. cozy\r\n2. snug\r\n"},{"characters":"鑸","pinyin":"c膩ng","tone":"1","id":1660,"definition":"1. cabin\r\n2. the hold of a ship or airplane\r\n"},{"characters":"鑸硅埗","pinyin":"chu谩n b贸","tone":"22","id":1661,"definition":"1. shipping\r\n2. boats\r\n"},{"characters":"鑹ソ","pinyin":"li谩ng h菐o","tone":"23","id":1662,"definition":"1. good\r\n2. favorable\r\n3. well\r\n4. fine\r\n"},{"characters":"鑹板法","pinyin":"ji膩n j霉","tone":"14","id":1663,"definition":"1. arduous\r\n2. terrible (task)\r\n3. very difficult\r\n4. formidable\r\n"},{"characters":"鑹拌嫤","pinyin":"ji膩n k菙","tone":"13","id":1664,"definition":"1. difficult\r\n2. hard\r\n3. arduous\r\n"},{"characters":"鑹插僵","pinyin":"s猫 c菐i","tone":"43","id":1665,"definition":"1. tint\r\n2. coloring\r\n3. coloration\r\n4. (fig.) flavor\r\n5. character\r\n"},{"characters":"鑹烘湳","pinyin":"y矛 sh霉","tone":"44","id":1666,"definition":"1. art\r\n"},{"characters":"鑺傜渷","pinyin":"ji茅 sh臎ng","tone":"23","id":1667,"definition":"1. saving\r\n2. to save\r\n3. to use sparingly\r\n4. to cut down on\r\n"},{"characters":"鑺辩敓","pinyin":"hu膩 sh膿ng","tone":"11","id":1668,"definition":"1. peanut\r\n2. groundnut\r\n3. CL:绮抂li4]\r\n"},{"characters":"鑻嶇櫧","pinyin":"c膩ng b谩i","tone":"12","id":1669,"definition":"1. pale\r\n2. wan\r\n"},{"characters":"鑻楁潯","pinyin":"mi谩o tiao","tone":"20","id":1670,"definition":"1. (of a woman) slim\r\n2. slender\r\n3. graceful\r\n"},{"characters":"鑻变繆","pinyin":"y墨ng j霉n","tone":"14","id":1671,"definition":"1. handsome\r\n"},{"characters":"鑻遍泟","pinyin":"y墨ng xi贸ng","tone":"12","id":1672,"definition":"1. hero\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑼冨洿","pinyin":"f脿n w茅i","tone":"42","id":1673,"definition":"1. range\r\n2. scope\r\n3. limit\r\n4. extent\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"鑼","pinyin":"ch谩","tone":"2","id":1674,"definition":"1. tea\r\n2. tea plant\r\n3. CL:鏉痆bei1],澹簗澹禰hu2]\r\n"},{"characters":"鑽夋","pinyin":"c菐o 脿n","tone":"34","id":1675,"definition":"1. draft (legislation, proposal etc)\r\n"},{"characters":"鑽夌巼","pinyin":"c菐o shu脿i","tone":"34","id":1676,"definition":"1. careless\r\n2. negligent\r\n3. sloppy\r\n4. not serious\r\n"},{"characters":"鑿","pinyin":"c脿i","tone":"4","id":1677,"definition":"1. dish (type of food)\r\n2. vegetable\r\n3. cuisine\r\n4. CL:鐩鐩榌pan2],閬揫dao4]\r\n5. (coll.) (one's) type\r\n"},{"characters":"钀ヤ笟","pinyin":"y铆ng y猫","tone":"24","id":1678,"definition":"1. to do business\r\n2. to trade\r\n"},{"characters":"钀ュ吇","pinyin":"y铆ng y菐ng","tone":"23","id":1679,"definition":"1. nutrition\r\n2. nourishment\r\n3. CL:绋畖绉峓zhong3]\r\n"},{"characters":"钀藉悗","pinyin":"lu貌 h貌u","tone":"44","id":1680,"definition":"1. to fall behind\r\n2. to lag (in technology etc)\r\n3. backward\r\n4. to retrogress\r\n"},{"characters":"钁楀悕","pinyin":"zh霉 m铆ng","tone":"42","id":1681,"definition":"1. famous\r\n2. noted\r\n3. well-known\r\n4. celebrated\r\n"},{"characters":"钁¤悇","pinyin":"p煤 tao","tone":"20","id":1682,"definition":"1. grape\r\n"},{"characters":"钄彍","pinyin":"sh奴 c脿i","tone":"14","id":1683,"definition":"1. vegetables\r\n2. produce\r\n3. CL:绋畖绉峓zhong3]\r\n"},{"characters":"钖","pinyin":"b谩o","tone":"2","id":1684,"definition":"1. surname Bo\r\n2. thin\r\n3. cold in manner\r\n4. indifferent\r\n5. weak\r\n6. light\r\n7. infertile\r\n8. meager\r\n9. slight\r\n10. weak\r\n11. ungenerous or unkind\r\n12. frivolous\r\n13. to despise\r\n14. to belittle\r\n15. to look down on\r\n16. to approach or near\r\n17. see 钖勮嵎[bo4 he5]\r\n"},{"characters":"钖勫急","pinyin":"b贸 ru貌","tone":"24","id":1685,"definition":"1. weak\r\n2. frail\r\n"},{"characters":"铏氬績","pinyin":"x奴 x墨n","tone":"11","id":1686,"definition":"1. modest\r\n"},{"characters":"铔","pinyin":"sh茅","tone":"2","id":1687,"definition":"1. variant of 铔嘯she2]\r\n2. snake\r\n3. serpent\r\n4. CL:姊潀鏉tiao2]\r\n"},{"characters":"铔嬬櫧璐","pinyin":"d脿n b谩i zh矛","tone":"424","id":1688,"definition":"1. protein\r\n"},{"characters":"铚滆渹","pinyin":"m矛 f膿ng","tone":"41","id":1689,"definition":"1. bee\r\n2. honeybee\r\n3. CL:闅粅鍙猍zhi1],缇qun2]\r\n"},{"characters":"铦磋澏","pinyin":"h煤 di茅","tone":"22","id":1690,"definition":"1. butterfly\r\n2. CL:闅粅鍙猍zhi1]\r\n"},{"characters":"琛","pinyin":"xu猫","tone":"4","id":1691,"definition":"1. blood\r\n2. colloquial pr. [xie3]\r\n3. CL:婊碵di1],鐗嘯pian4]\r\n"},{"characters":"琛","pinyin":"x铆ng","tone":"2","id":1692,"definition":"1. a row\r\n2. series\r\n3. age order (of brothers)\r\n4. profession\r\n5. professional\r\n6. relating to company\r\n7. to walk\r\n8. to go\r\n9. to travel\r\n10. a visit\r\n11. temporary\r\n12. makeshift\r\n13. current\r\n14. in circulation\r\n15. to do\r\n16. to perform\r\n17. capable\r\n18. competent\r\n19. effective\r\n20. all right\r\n21. OK!\r\n22. will do\r\n23. behavior\r\n24. conduct\r\n25. Taiwan pr. [xing4] for the behavior-conduct sense\r\n"},{"characters":"琛屼笟","pinyin":"h谩ng y猫","tone":"24","id":1693,"definition":"1. industry\r\n2. business\r\n"},{"characters":"琛屼负","pinyin":"x铆ng w茅i","tone":"22","id":1694,"definition":"1. action\r\n2. conduct\r\n3. behavior\r\n4. activity\r\n"},{"characters":"琛屼汉","pinyin":"x铆ng r茅n","tone":"22","id":1695,"definition":"1. pedestrian\r\n2. traveler on foot\r\n3. passer-by\r\n4. official responsible for arranging audiences with the emperor\r\n"},{"characters":"琛屽姩","pinyin":"x铆ng d貌ng","tone":"24","id":1696,"definition":"1. operation\r\n2. action\r\n3. to move\r\n4. mobile\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"琛ュ伩","pinyin":"b菙 ch谩ng","tone":"32","id":1697,"definition":"1. to compensate\r\n2. to make up\r\n"},{"characters":"琛ュ厖","pinyin":"b菙 ch艒ng","tone":"31","id":1698,"definition":"1. to replenish\r\n2. to supplement\r\n3. to complement\r\n4. additional\r\n5. supplementary\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"琛ユ晳","pinyin":"b菙 ji霉","tone":"34","id":1699,"definition":"1. to remedy\r\n"},{"characters":"琛ヨ创","pinyin":"b菙 ti膿","tone":"31","id":1700,"definition":"1. to subsidize\r\n2. subsidy\r\n3. allowance\r\n4. to supplement (one's salary etc)\r\n5. benefit\r\n"},{"characters":"琛ㄥ喅","pinyin":"bi菐o ju茅","tone":"32","id":1701,"definition":"1. to decide by vote\r\n2. to vote\r\n"},{"characters":"琛ㄥ桨","pinyin":"bi菐o zh膩ng","tone":"31","id":1702,"definition":"1. to honor\r\n2. to commend\r\n3. to cite (in dispatches)\r\n"},{"characters":"琛ㄦ","pinyin":"bi菐o t脿i","tone":"34","id":1703,"definition":"1. to declare one's position\r\n2. to say where one stands\r\n"},{"characters":"琛ㄦ儏","pinyin":"bi菐o q铆ng","tone":"32","id":1704,"definition":"1. (facial) expression\r\n2. to express one's feelings\r\n3. expression\r\n"},{"characters":"琛ㄦ槑","pinyin":"bi菐o m铆ng","tone":"32","id":1705,"definition":"1. to make clear\r\n2. to make known\r\n3. to state clearly\r\n4. to indicate\r\n5. known\r\n"},{"characters":"琛ㄧ幇","pinyin":"bi菐o xi脿n","tone":"34","id":1706,"definition":"1. to show\r\n2. to show off\r\n3. to display\r\n4. to manifest\r\n5. expression\r\n6. manifestation\r\n7. show\r\n8. display\r\n9. performance (at work etc)\r\n10. behavior\r\n"},{"characters":"琛ㄨ揪","pinyin":"bi菐o d谩","tone":"32","id":1707,"definition":"1. to express\r\n2. to convey\r\n"},{"characters":"琛ㄩ潰","pinyin":"bi菐o mi脿n","tone":"34","id":1708,"definition":"1. surface\r\n2. face\r\n3. outside\r\n4. appearance\r\n"},{"characters":"琛墭","pinyin":"ch猫n tu艒","tone":"41","id":1709,"definition":"1. to set off\r\n"},{"characters":"琚滃瓙","pinyin":"w脿 zi","tone":"40","id":1710,"definition":"1. socks\r\n2. stockings\r\n3. CL:闅粅鍙猍zhi1],灏峾瀵筟dui4],闆檤鍙孾shuang1]\r\n"},{"characters":"琚姩","pinyin":"b猫i d貌ng","tone":"44","id":1711,"definition":"1. passive\r\n"},{"characters":"琚憡","pinyin":"b猫i g脿o","tone":"44","id":1712,"definition":"1. defendant\r\n"},{"characters":"琚瓙","pinyin":"b猫i zi","tone":"40","id":1713,"definition":"1. quilt\r\n2. CL:搴奫chuang2]\r\n"},{"characters":"瑁佸垽","pinyin":"c谩i p脿n","tone":"24","id":1714,"definition":"1. judgment\r\n2. to referee\r\n3. umpire\r\n4. judge\r\n5. referee\r\n6. CL:鍊媩涓猍ge4],浣峓wei4],鍚峓ming2]\r\n"},{"characters":"瑁佸憳","pinyin":"c谩i yu谩n","tone":"22","id":1715,"definition":"1. to cut staff\r\n2. to lay off employees\r\n"},{"characters":"瑁佺紳","pinyin":"c谩i f茅ng","tone":"22","id":1716,"definition":"1. tailor\r\n2. dressmaker\r\n"},{"characters":"瑁","pinyin":"zhu膩ng","tone":"1","id":1717,"definition":"1. adornment\r\n2. to adorn\r\n3. dress\r\n4. clothing\r\n5. costume (of an actor in a play)\r\n6. to play a role\r\n7. to pretend\r\n8. to install\r\n9. to fix\r\n10. to wrap (sth in a bag)\r\n11. to load\r\n12. to pack\r\n"},{"characters":"瑁呬慨","pinyin":"zhu膩ng xi奴","tone":"11","id":1718,"definition":"1. to decorate\r\n2. interior decoration\r\n3. to fit up\r\n4. to renovate\r\n"},{"characters":"瑁呴グ","pinyin":"zhu膩ng sh矛","tone":"14","id":1719,"definition":"1. to decorate\r\n2. decoration\r\n3. decorative\r\n4. ornamental\r\n"},{"characters":"瑕佷笉","pinyin":"y脿o b霉","tone":"44","id":1720,"definition":"1. otherwise\r\n2. or else\r\n3. how about...?\r\n4. either... (or...)\r\n"},{"characters":"瑕佹槸","pinyin":"y脿o shi","tone":"40","id":1721,"definition":"1. if\r\n"},{"characters":"瑙傚療","pinyin":"gu膩n ch谩","tone":"12","id":1722,"definition":"1. to observe\r\n2. to watch\r\n3. to survey\r\n4. to examine\r\n5. observation\r\n6. view\r\n7. perspective\r\n8. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瑙傚康","pinyin":"gu膩n ni脿n","tone":"14","id":1723,"definition":"1. notion\r\n2. thought\r\n3. concept\r\n4. sense\r\n5. views\r\n6. ideology\r\n7. general impressions\r\n"},{"characters":"瑙傜偣","pinyin":"gu膩n di菐n","tone":"13","id":1724,"definition":"1. point of view\r\n2. viewpoint\r\n3. standpoint\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瑙勫垯","pinyin":"gu墨 z茅","tone":"12","id":1725,"definition":"1. rule\r\n2. regulation\r\n3. rules and regulations\r\n"},{"characters":"瑙勫緥","pinyin":"gu墨 l菧","tone":"14","id":1726,"definition":"1. rule (e.g. of science)\r\n2. law of behavior\r\n3. regular pattern\r\n4. rhythm\r\n5. discipline\r\n"},{"characters":"瑙勬ā","pinyin":"gu墨 m贸","tone":"12","id":1727,"definition":"1. scale\r\n2. scope\r\n3. extent\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"瑙勭煩","pinyin":"gu墨 ju","tone":"10","id":1728,"definition":"1. lit. compass and set square\r\n2. fig. established standard\r\n3. rule\r\n4. customs\r\n5. practices\r\n6. fig. upright and honest\r\n7. well-behaved\r\n"},{"characters":"瑙掑害","pinyin":"ji菐o d霉","tone":"34","id":1729,"definition":"1. angle\r\n2. point of view\r\n"},{"characters":"瑙掕壊","pinyin":"ju茅 s猫","tone":"24","id":1730,"definition":"1. role\r\n2. character in a novel\r\n3. persona\r\n4. also pr. [jiao3 se4]\r\n"},{"characters":"瑙︾姱","pinyin":"ch霉 f脿n","tone":"44","id":1731,"definition":"1. to offend\r\n"},{"characters":"璁$畻","pinyin":"j矛 su脿n","tone":"44","id":1732,"definition":"1. to count\r\n2. to calculate\r\n3. to compute\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁ㄥ帉","pinyin":"t菐o y脿n","tone":"34","id":1733,"definition":"1. to dislike\r\n2. to loathe\r\n3. disagreeable\r\n4. troublesome\r\n5. annoying\r\n"},{"characters":"璁ㄨ","pinyin":"t菐o l霉n","tone":"34","id":1734,"definition":"1. to discuss\r\n2. to talk over\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁粌","pinyin":"x霉n li脿n","tone":"44","id":1735,"definition":"1. to train\r\n2. to drill\r\n3. training\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁","pinyin":"y矛 l霉n","tone":"44","id":1736,"definition":"1. to comment\r\n2. to talk about\r\n3. to discuss\r\n4. discussion\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁板綍","pinyin":"j矛 l霉","tone":"44","id":1737,"definition":"1. to record\r\n2. record (written account)\r\n3. note-taker\r\n4. record (in sports etc)\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁板繂","pinyin":"j矛 y矛","tone":"44","id":1738,"definition":"1. to remember\r\n2. to recall\r\n3. memory\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁插骇","pinyin":"ji菐ng zu貌","tone":"34","id":1739,"definition":"1. a course of lectures\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁茬┒","pinyin":"ji菐ng jiu","tone":"30","id":1740,"definition":"1. to pay particular attention to\r\n2. carefully selected for quality\r\n3. tastefully chosen\r\n"},{"characters":"璁稿","pinyin":"x菙 du艒","tone":"31","id":1741,"definition":"1. many\r\n2. a lot of\r\n3. much\r\n"},{"characters":"璁烘枃","pinyin":"l霉n w茅n","tone":"42","id":1742,"definition":"1. paper\r\n2. treatise\r\n3. thesis\r\n4. CL:绡嘯pian1]\r\n5. to discuss a paper or thesis (old)\r\n"},{"characters":"璁藉埡","pinyin":"f臎ng c矛","tone":"34","id":1743,"definition":"1. to satirize\r\n2. to mock\r\n3. irony\r\n4. satire\r\n5. sarcasm\r\n"},{"characters":"璁惧","pinyin":"sh猫 b猫i","tone":"44","id":1744,"definition":"1. equipment\r\n2. facilities\r\n3. installations\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璁炬柦","pinyin":"sh猫 sh墨","tone":"41","id":1745,"definition":"1. facilities\r\n2. installation\r\n"},{"characters":"璁捐","pinyin":"sh猫 j矛","tone":"44","id":1746,"definition":"1. plan\r\n2. design\r\n3. to design\r\n4. to plan\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璇佷欢","pinyin":"zh猫ng ji脿n","tone":"44","id":1747,"definition":"1. certificate\r\n2. papers\r\n3. credentials\r\n4. document\r\n5. ID\r\n"},{"characters":"璇佹嵁","pinyin":"zh猫ng j霉","tone":"44","id":1748,"definition":"1. evidence\r\n2. proof\r\n3. testimony\r\n"},{"characters":"璇佹槑","pinyin":"zh猫ng m铆ng","tone":"42","id":1749,"definition":"1. proof\r\n2. certificate\r\n3. identification\r\n4. testimonial\r\n5. CL:鍊媩涓猍ge4]\r\n6. to prove\r\n7. to testify\r\n8. to confirm the truth of\r\n"},{"characters":"璇勪环","pinyin":"p铆ng ji脿","tone":"24","id":1750,"definition":"1. to evaluate\r\n2. to assess\r\n"},{"characters":"璇婃柇","pinyin":"zh臎n du脿n","tone":"34","id":1751,"definition":"1. diagnosis\r\n2. to diagnose\r\n"},{"characters":"璇嶆眹","pinyin":"c铆 hu矛","tone":"24","id":1752,"definition":"1. variant of 瑭炲綑|璇嶆眹[ci2 hui4]\r\n2. vocabulary\r\n3. list of words (e.g. for language teaching purposes)\r\n4. word\r\n"},{"characters":"璇曞嵎","pinyin":"sh矛 ju脿n","tone":"44","id":1753,"definition":"1. examination paper\r\n2. test paper\r\n3. CL:浠絒fen4],寮祙寮燵zhang1]\r\n"},{"characters":"璇","pinyin":"sh墨","tone":"1","id":1754,"definition":"1. abbr. for Shijing 瑭╃稉|璇楃粡[Shi1 jing1], the Book of Songs\r\n2. poem\r\n3. CL:棣朳shou3]\r\n4. poetry\r\n5. verse\r\n"},{"characters":"璇氭伋","pinyin":"ch茅ng k臎n","tone":"23","id":1755,"definition":"1. sincere\r\n2. honest\r\n3. cordial\r\n"},{"characters":"璇氭寶","pinyin":"ch茅ng zh矛","tone":"24","id":1756,"definition":"1. sincere\r\n2. cordial\r\n"},{"characters":"璇濋","pinyin":"hu脿 t铆","tone":"42","id":1757,"definition":"1. subject (of a talk or conversation)\r\n2. topic\r\n"},{"characters":"璇炵敓","pinyin":"d脿n sh膿ng","tone":"41","id":1758,"definition":"1. to be born\r\n"},{"characters":"璇炶景","pinyin":"d脿n ch茅n","tone":"42","id":1759,"definition":"1. birthday\r\n"},{"characters":"璇㈤棶","pinyin":"x煤n w猫n","tone":"24","id":1760,"definition":"1. to inquire\r\n"},{"characters":"璇︾粏","pinyin":"xi谩ng x矛","tone":"24","id":1761,"definition":"1. detailed\r\n2. in detail\r\n3. minute\r\n"},{"characters":"璇у紓","pinyin":"ch脿 y矛","tone":"44","id":1762,"definition":"1. flabbergasted\r\n2. astonished\r\n"},{"characters":"璇皵","pinyin":"y菙 q矛","tone":"34","id":1763,"definition":"1. tone\r\n2. manner of speaking\r\n3. mood\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璇硶","pinyin":"y菙 f菐","tone":"33","id":1764,"definition":"1. grammar\r\n"},{"characters":"璇█","pinyin":"y菙 y谩n","tone":"32","id":1765,"definition":"1. language\r\n2. CL:闁|闂╗men2],绋畖绉峓zhong3]\r\n"},{"characters":"璇細","pinyin":"w霉 hu矛","tone":"44","id":1766,"definition":"1. to misunderstand\r\n2. to mistake\r\n3. misunderstanding\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璇存槑","pinyin":"shu艒 m铆ng","tone":"12","id":1767,"definition":"1. to explain\r\n2. to illustrate\r\n3. to indicate\r\n4. to show\r\n5. to prove\r\n6. explanation\r\n7. directions\r\n8. caption\r\n9. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璇存湇","pinyin":"shu矛 f煤","tone":"42","id":1768,"definition":"1. to persuade\r\n2. to convince\r\n3. to talk sb over\r\n4. Taiwan pr. [shui4 fu2]\r\n"},{"characters":"璇锋眰","pinyin":"q菒ng qi煤","tone":"32","id":1769,"definition":"1. to request\r\n2. to ask\r\n3. request\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璇","pinyin":"d煤","tone":"2","id":1770,"definition":"1. comma\r\n2. phrase marked by pause\r\n3. to read\r\n4. to study\r\n5. reading of word (i.e. pronunciation), similar to 鎷奸煶[pin1 yin1]\r\n"},{"characters":"璇剧▼","pinyin":"k猫 ch茅ng","tone":"42","id":1771,"definition":"1. course\r\n2. academic program\r\n3. CL:鍫俒tang2],绡|鑺俒jie2],闁|闂╗men2]\r\n"},{"characters":"璋冨姩","pinyin":"di脿o d貌ng","tone":"44","id":1772,"definition":"1. to transfer\r\n2. to maneuver (troops etc)\r\n3. movement of personnel\r\n4. to mobilize\r\n5. to bring into play\r\n"},{"characters":"璋冩暣","pinyin":"ti谩o zh臎ng","tone":"23","id":1773,"definition":"1. to adjust\r\n2. adjustment\r\n3. revision\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璋冪毊","pinyin":"ti谩o p铆","tone":"22","id":1774,"definition":"1. naughty\r\n2. mischievous\r\n3. unruly\r\n"},{"characters":"璋","pinyin":"t谩n","tone":"2","id":1775,"definition":"1. surname Tan\r\n2. to speak\r\n3. to talk\r\n4. to converse\r\n5. to chat\r\n6. to discuss\r\n"},{"characters":"璋堝垽","pinyin":"t谩n p脿n","tone":"24","id":1776,"definition":"1. to negotiate\r\n2. negotiation\r\n3. talks\r\n4. conference\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璋﹁櫄","pinyin":"qi膩n x奴","tone":"11","id":1777,"definition":"1. modest\r\n2. self-effacing\r\n3. to make modest remarks\r\n"},{"characters":"璋ㄦ厧","pinyin":"j菒n sh猫n","tone":"34","id":1778,"definition":"1. cautious\r\n2. prudent\r\n"},{"characters":"璞嗚厫","pinyin":"d貌u fu","tone":"40","id":1779,"definition":"1. tofu\r\n2. bean curd\r\n"},{"characters":"璞″緛","pinyin":"xi脿ng zh膿ng","tone":"41","id":1780,"definition":"1. emblem\r\n2. symbol\r\n3. token\r\n4. badge\r\n5. to symbolize\r\n6. to signify\r\n7. to stand for\r\n"},{"characters":"璞℃","pinyin":"xi脿ng q铆","tone":"42","id":1781,"definition":"1. Chinese chess\r\n2. CL:鍓痆fu4]\r\n"},{"characters":"璞崕","pinyin":"h谩o hu谩","tone":"22","id":1782,"definition":"1. luxurious\r\n"},{"characters":"璐濆3","pinyin":"b猫i k茅","tone":"42","id":1783,"definition":"1. shell\r\n2. conch\r\n3. cowry\r\n4. mother of pearl\r\n5. hard outer skin\r\n6. also pr. [bei4 qiao4]\r\n"},{"characters":"璐$尞","pinyin":"g貌ng xi脿n","tone":"44","id":1784,"definition":"1. to contribute\r\n2. to dedicate\r\n3. to devote\r\n4. contribution\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璐骇","pinyin":"c谩i ch菐n","tone":"23","id":1785,"definition":"1. property\r\n2. assets\r\n3. estate\r\n4. CL:绛唡绗擺bi3]\r\n"},{"characters":"璐㈠姟","pinyin":"c谩i w霉","tone":"24","id":1786,"definition":"1. financial affairs\r\n"},{"characters":"璐㈠瘜","pinyin":"c谩i f霉","tone":"24","id":1787,"definition":"1. wealth\r\n2. riches\r\n"},{"characters":"璐㈡斂","pinyin":"c谩i zh猫ng","tone":"24","id":1788,"definition":"1. finances (public)\r\n2. financial\r\n"},{"characters":"璐d换","pinyin":"z茅 r猫n","tone":"24","id":1789,"definition":"1. responsibility\r\n2. blame\r\n3. duty\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璐e","pinyin":"z茅 b猫i","tone":"24","id":1790,"definition":"1. to blame\r\n2. to criticize\r\n3. condemnation\r\n4. reproach\r\n"},{"characters":"璐ュ潖","pinyin":"b脿i hu脿i","tone":"44","id":1791,"definition":"1. to ruin\r\n2. to corrupt\r\n3. to undermine\r\n"},{"characters":"璐︽埛","pinyin":"zh脿ng h霉","tone":"44","id":1792,"definition":"1. bank account\r\n2. online account\r\n"},{"characters":"璐ㄩ噺","pinyin":"zh矛 li脿ng","tone":"44","id":1793,"definition":"1. quality\r\n2. (physics) mass\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璐箟","pinyin":"bi菐n y矛","tone":"34","id":1794,"definition":"1. derogatory sense\r\n2. negative connotation\r\n"},{"characters":"璐綆","pinyin":"bi菐n d墨","tone":"31","id":1795,"definition":"1. to belittle\r\n2. to disparage\r\n3. to play down\r\n4. to demean\r\n5. to degrade\r\n6. to devalue\r\n"},{"characters":"璐锋","pinyin":"d脿i ku菐n","tone":"43","id":1796,"definition":"1. a loan\r\n2. CL:绛唡绗擺bi3]\r\n3. to provide a loan (e.g. bank)\r\n4. to raise a loan (from e.g. a bank)\r\n"},{"characters":"璐告槗","pinyin":"m脿o y矛","tone":"44","id":1797,"definition":"1. (commercial) trade\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"璧勬枡","pinyin":"z墨 li脿o","tone":"14","id":1798,"definition":"1. material\r\n2. resources\r\n3. data\r\n4. information\r\n5. profile (Internet)\r\n6. CL:浠絒fen4],鍊媩涓猍ge4]\r\n"},{"characters":"璧勬牸","pinyin":"z墨 g茅","tone":"12","id":1799,"definition":"1. qualifications\r\n2. seniority\r\n"},{"characters":"璧勬簮","pinyin":"z墨 yu谩n","tone":"12","id":1800,"definition":"1. Ziyuan county in Guilin 妗傛灄[Gui4 lin2], Guangxi\r\n2. natural resource (such as water or minerals)\r\n3. resource (such as manpower or tourism)\r\n"},{"characters":"璧勯噾","pinyin":"z墨 j墨n","tone":"11","id":1801,"definition":"1. funds\r\n2. funding\r\n3. capital\r\n"},{"characters":"璧屽崥","pinyin":"d菙 b贸","tone":"32","id":1802,"definition":"1. to gamble\r\n"},{"characters":"璧斿伩","pinyin":"p茅i ch谩ng","tone":"22","id":1803,"definition":"1. to compensate\r\n"},{"characters":"璧","pinyin":"zhu脿n","tone":"4","id":1804,"definition":"1. to earn\r\n2. to make a profit\r\n3. to cheat\r\n4. to swindle\r\n"},{"characters":"璧炴垚","pinyin":"z脿n ch茅ng","tone":"42","id":1805,"definition":"1. to approve\r\n2. to endorse\r\n3. (literary) to assist\r\n"},{"characters":"璧炵編","pinyin":"z脿n m臎i","tone":"43","id":1806,"definition":"1. to admire\r\n2. to praise\r\n3. to eulogize\r\n"},{"characters":"璧","pinyin":"y铆ng","tone":"2","id":1807,"definition":"1. to beat\r\n2. to win\r\n3. to profit\r\n"},{"characters":"璧ゅ瓧","pinyin":"ch矛 z矛","tone":"44","id":1808,"definition":"1. (financial) deficit\r\n2. red letter\r\n"},{"characters":"璧ら亾","pinyin":"ch矛 d脿o","tone":"44","id":1809,"definition":"1. equator (of the earth or astronomical body)\r\n"},{"characters":"璧跺揩","pinyin":"g菐n ku脿i","tone":"34","id":1810,"definition":"1. at once\r\n2. immediately\r\n"},{"characters":"璧剁揣","pinyin":"g菐n j菒n","tone":"33","id":1811,"definition":"1. hurriedly\r\n2. without delay\r\n"},{"characters":"瓒","pinyin":"ch猫n","tone":"4","id":1812,"definition":"1. to avail oneself of\r\n2. to take advantage of\r\n3. old variant of 瓒乕chen4]\r\n"},{"characters":"瓒呯骇","pinyin":"ch膩o j铆","tone":"12","id":1813,"definition":"1. super-\r\n2. ultra-\r\n3. hyper-\r\n"},{"characters":"瓒呰秺","pinyin":"ch膩o yu猫","tone":"14","id":1814,"definition":"1. to surpass\r\n2. to exceed\r\n3. to transcend\r\n"},{"characters":"瓒嬪娍","pinyin":"q奴 sh矛","tone":"14","id":1815,"definition":"1. trend\r\n2. tendency\r\n"},{"characters":"瓒","pinyin":"t脿ng","tone":"4","id":1816,"definition":"1. old variant of 瓒焄tang1]\r\n2. to wade\r\n3. to trample\r\n4. to turn the soil\r\n5. classifier for times, round trips or rows\r\n6. a time\r\n7. a trip\r\n"},{"characters":"璺","pinyin":"di膿","tone":"1","id":1817,"definition":"1. to drop\r\n2. to fall\r\n3. to tumble\r\n4. Taiwan pr. [die2]\r\n"},{"characters":"韪","pinyin":"c菐i","tone":"3","id":1818,"definition":"1. variant of 韪cai3]\r\n2. to step on\r\n3. to tread\r\n4. to stamp\r\n5. to press a pedal\r\n6. to pedal (a bike)\r\n"},{"characters":"韫","pinyin":"b猫ng","tone":"4","id":1819,"definition":"1. to jump\r\n2. to bounce\r\n3. to hop\r\n"},{"characters":"韫","pinyin":"d膿ng","tone":"1","id":1820,"definition":"1. to step on\r\n2. to tread on\r\n3. to wear\r\n4. Taiwan pr. [deng4]\r\n"},{"characters":"韫","pinyin":"d奴n","tone":"1","id":1821,"definition":"1. to crouch\r\n2. to squat\r\n3. to stay (somewhere)\r\n"},{"characters":"韬唤","pinyin":"sh膿n f猫n","tone":"14","id":1822,"definition":"1. identity\r\n2. status\r\n3. capacity\r\n4. dignity\r\n5. position\r\n6. rank\r\n"},{"characters":"韬潗","pinyin":"sh膿n c谩i","tone":"12","id":1823,"definition":"1. stature\r\n2. build (height and weight)\r\n3. figure\r\n"},{"characters":"韬茶棌","pinyin":"du菕 c谩ng","tone":"32","id":1824,"definition":"1. to conceal oneself\r\n2. to go into hiding\r\n3. to take cover\r\n"},{"characters":"韬","pinyin":"t菐ng","tone":"3","id":1825,"definition":"1. to recline\r\n2. to lie down\r\n"},{"characters":"杞﹀帰","pinyin":"ch膿 xi膩ng","tone":"11","id":1826,"definition":"1. carriage\r\n2. CL:绡|鑺俒jie2]\r\n"},{"characters":"杞﹀簱","pinyin":"ch膿 k霉","tone":"14","id":1827,"definition":"1. garage\r\n"},{"characters":"杞","pinyin":"zhu菐n","tone":"3","id":1828,"definition":"1. see 杞夋枃|杞枃[zhuai3 wen2]\r\n2. to turn\r\n3. to change direction\r\n4. to transfer\r\n5. to forward (mail)\r\n6. to revolve\r\n7. to turn\r\n8. to circle about\r\n9. to walk about\r\n10. classifier for revolutions (per minute etc): revs, rpm\r\n11. classifier for repeated actions\r\n"},{"characters":"杞彉","pinyin":"zhu菐n bi脿n","tone":"34","id":1829,"definition":"1. to change\r\n2. to transform\r\n3. shift\r\n4. transformation\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"杞憡","pinyin":"zhu菐n g脿o","tone":"34","id":1830,"definition":"1. to pass on\r\n2. to communicate\r\n3. to transmit\r\n"},{"characters":"杞祦","pinyin":"l煤n li煤","tone":"22","id":1831,"definition":"1. to alternate\r\n2. to take turns\r\n"},{"characters":"杞","pinyin":"ru菐n","tone":"3","id":1832,"definition":"1. soft\r\n2. flexible\r\n3. variant of 杌焲杞痆ruan3]\r\n"},{"characters":"杞欢","pinyin":"ru菐n ji脿n","tone":"34","id":1833,"definition":"1. (computer) software\r\n"},{"characters":"杞","pinyin":"q墨ng","tone":"1","id":1834,"definition":"1. light\r\n2. easy\r\n3. gentle\r\n4. soft\r\n5. reckless\r\n6. unimportant\r\n7. frivolous\r\n8. small in number\r\n9. unstressed\r\n10. neutral\r\n11. to disparage\r\n"},{"characters":"杞绘槗","pinyin":"q墨ng y矛","tone":"14","id":1835,"definition":"1. easily\r\n2. lightly\r\n3. rashly\r\n"},{"characters":"杞绘澗","pinyin":"q墨ng s艒ng","tone":"11","id":1836,"definition":"1. light\r\n2. gentle\r\n3. relaxed\r\n4. effortless\r\n5. uncomplicated\r\n6. to relax\r\n7. to take things less seriously\r\n"},{"characters":"杞昏","pinyin":"q墨ng sh矛","tone":"14","id":1837,"definition":"1. contempt\r\n2. contemptuous\r\n3. to despise\r\n4. to scorn\r\n5. scornful\r\n"},{"characters":"杈呭","pinyin":"f菙 d菐o","tone":"33","id":1838,"definition":"1. to coach\r\n2. to tutor\r\n3. to give advice (in study)\r\n"},{"characters":"杈","pinyin":"sh奴","tone":"1","id":1839,"definition":"1. to lose\r\n2. to transport\r\n3. to donate\r\n4. to enter (a password)\r\n"},{"characters":"杈撳叆","pinyin":"sh奴 r霉","tone":"14","id":1840,"definition":"1. to import\r\n2. to input\r\n"},{"characters":"杈涜嫤","pinyin":"x墨n k菙","tone":"13","id":1841,"definition":"1. hard\r\n2. exhausting\r\n3. with much toil\r\n4. thanks for your trouble\r\n"},{"characters":"杈炶亴","pinyin":"c铆 zh铆","tone":"22","id":1842,"definition":"1. to resign\r\n"},{"characters":"杈f","pinyin":"l脿 ji膩o","tone":"41","id":1843,"definition":"1. hot pepper\r\n2. chili\r\n"},{"characters":"杈ㄨ","pinyin":"bi脿n r猫n","tone":"44","id":1844,"definition":"1. to recognize\r\n2. to identify\r\n"},{"characters":"杈╂姢","pinyin":"bi脿n h霉","tone":"44","id":1845,"definition":"1. to speak in defense of\r\n2. to argue in favor of\r\n3. to defend\r\n4. to plead\r\n"},{"characters":"杈╄В","pinyin":"bi脿n ji臎","tone":"43","id":1846,"definition":"1. to explain\r\n2. to justify\r\n3. to defend (a point of view etc)\r\n4. to provide an explanation\r\n5. to try to defend oneself\r\n"},{"characters":"杈╄","pinyin":"bi脿n l霉n","tone":"44","id":1847,"definition":"1. debate\r\n2. argument\r\n3. to argue over\r\n4. CL:鍫磡鍦篬chang3],娆ci4]\r\n"},{"characters":"杈╄瘉","pinyin":"bi脿n zh猫ng","tone":"44","id":1848,"definition":"1. to investigate\r\n2. dialectical\r\n"},{"characters":"杈瓙","pinyin":"bi脿n zi","tone":"40","id":1849,"definition":"1. plait\r\n2. braid\r\n3. pigtail\r\n4. a mistake or shortcoming that may be exploited by an opponent\r\n5. handle\r\n6. CL:鏍筟gen1],姊潀鏉tiao2]\r\n"},{"characters":"杈瑰","pinyin":"bi膩n j矛ng","tone":"14","id":1850,"definition":"1. frontier\r\n2. border\r\n"},{"characters":"杈圭晫","pinyin":"bi膩n ji猫","tone":"14","id":1851,"definition":"1. boundary\r\n2. border\r\n"},{"characters":"杈圭枂","pinyin":"bi膩n ji膩ng","tone":"11","id":1852,"definition":"1. border area\r\n2. borderland\r\n3. frontier\r\n4. frontier region\r\n"},{"characters":"杈圭紭","pinyin":"bi膩n yu谩n","tone":"12","id":1853,"definition":"1. edge\r\n2. fringe\r\n3. verge\r\n4. brink\r\n5. periphery\r\n6. marginal\r\n7. borderline\r\n"},{"characters":"杈惧埌","pinyin":"d谩 d脿o","tone":"24","id":1854,"definition":"1. to reach\r\n2. to achieve\r\n3. to attain\r\n"},{"characters":"杈炬垚","pinyin":"d谩 ch茅ng","tone":"22","id":1855,"definition":"1. to reach (an agreement)\r\n2. to accomplish\r\n"},{"characters":"杩呴","pinyin":"x霉n s霉","tone":"44","id":1856,"definition":"1. rapid\r\n2. speedy\r\n3. fast\r\n"},{"characters":"杩囧垎","pinyin":"gu貌 f猫n","tone":"44","id":1857,"definition":"1. excessive\r\n2. undue\r\n3. overly\r\n"},{"characters":"杩囨晱","pinyin":"gu貌 m菒n","tone":"43","id":1858,"definition":"1. to be allergic\r\n2. allergy\r\n"},{"characters":"杩囨湡","pinyin":"gu貌 q墨","tone":"41","id":1859,"definition":"1. to be overdue\r\n2. to exceed the time limit\r\n3. to expire (as in expiration date)\r\n"},{"characters":"杩庢帴","pinyin":"y铆ng ji膿","tone":"21","id":1860,"definition":"1. to meet\r\n2. to welcome\r\n3. to greet\r\n"},{"characters":"杩愭皵","pinyin":"y霉n qi","tone":"40","id":1861,"definition":"1. luck (good or bad)\r\n"},{"characters":"杩愮敤","pinyin":"y霉n y貌ng","tone":"44","id":1862,"definition":"1. to use\r\n2. to put to use\r\n"},{"characters":"杩愯緭","pinyin":"y霉n sh奴","tone":"41","id":1863,"definition":"1. transport\r\n2. haulage\r\n3. transit\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"杩戜唬","pinyin":"j矛n d脿i","tone":"44","id":1864,"definition":"1. the not-very-distant past\r\n2. modern times, excluding recent decades\r\n3. (in the context of Chinese history) the period from the Opium Wars until the May 4th Movement (mid-19th century to 1919)\r\n4. capitalist times (pre-1949)\r\n"},{"characters":"杩涘彛","pinyin":"j矛n k菕u","tone":"43","id":1865,"definition":"1. to import\r\n2. imported\r\n3. entrance\r\n4. inlet (for the intake of air, water etc)\r\n"},{"characters":"杩涙","pinyin":"j矛n b霉","tone":"44","id":1866,"definition":"1. progress\r\n2. improvement\r\n3. to improve\r\n4. to progress\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"杩濆弽","pinyin":"w茅i f菐n","tone":"23","id":1867,"definition":"1. to violate (a law)\r\n"},{"characters":"杩炲繖","pinyin":"li谩n m谩ng","tone":"22","id":1868,"definition":"1. promptly\r\n2. at once\r\n"},{"characters":"杩炵画","pinyin":"li谩n x霉","tone":"24","id":1869,"definition":"1. continuous\r\n2. in a row\r\n3. serial\r\n4. consecutive\r\n"},{"characters":"杩熸棭","pinyin":"ch铆 z菐o","tone":"23","id":1870,"definition":"1. sooner or later\r\n"},{"characters":"杩熺枒","pinyin":"ch铆 y铆","tone":"22","id":1871,"definition":"1. to hesitate\r\n"},{"characters":"杩熺紦","pinyin":"ch铆 hu菐n","tone":"23","id":1872,"definition":"1. slow\r\n2. sluggish\r\n"},{"characters":"杩熼挐","pinyin":"ch铆 d霉n","tone":"24","id":1873,"definition":"1. slow in one's reactions\r\n2. sluggish (in movement or thought)\r\n"},{"characters":"杩垏","pinyin":"p貌 qi猫","tone":"44","id":1874,"definition":"1. urgent\r\n2. pressing\r\n"},{"characters":"杩稿彂","pinyin":"b猫ng f膩","tone":"41","id":1875,"definition":"1. to burst forth\r\n"},{"characters":"杩","pinyin":"zhu墨","tone":"1","id":1876,"definition":"1. to sculpt\r\n2. to carve\r\n3. musical instrument (old)\r\n4. to chase after\r\n5. to seek\r\n6. to do one's utmost to seek or procure sth\r\n7. to recall\r\n"},{"characters":"杩芥眰","pinyin":"zhu墨 qi煤","tone":"12","id":1877,"definition":"1. to pursue (a goal etc) stubbornly\r\n2. to seek after\r\n3. to woo\r\n"},{"characters":"閫","pinyin":"tu矛","tone":"4","id":1878,"definition":"1. to retreat\r\n2. to decline\r\n3. to move back\r\n4. to withdraw\r\n"},{"characters":"閫浼","pinyin":"tu矛 xi奴","tone":"41","id":1879,"definition":"1. to retire\r\n2. retirement (from work)\r\n"},{"characters":"閫姝","pinyin":"tu矛 b霉","tone":"44","id":1880,"definition":"1. to do less well than before\r\n2. to make a concession\r\n3. setback\r\n4. backward step\r\n5. leeway\r\n6. room to maneuver\r\n7. fallback\r\n"},{"characters":"閫傚悎","pinyin":"sh矛 h茅","tone":"42","id":1881,"definition":"1. to fit\r\n2. to suit\r\n"},{"characters":"閫傚簲","pinyin":"sh矛 y矛ng","tone":"44","id":1882,"definition":"1. to adapt\r\n2. to fit\r\n3. to suit\r\n"},{"characters":"閫","pinyin":"t谩o","tone":"2","id":1883,"definition":"1. to escape\r\n2. to run away\r\n3. to flee\r\n"},{"characters":"閫冮伩","pinyin":"t谩o b矛","tone":"24","id":1884,"definition":"1. to escape\r\n2. to evade\r\n3. to avoid\r\n4. to shirk\r\n"},{"characters":"閫忔槑","pinyin":"t貌u m铆ng","tone":"42","id":1885,"definition":"1. transparent\r\n2. open (non-secretive)\r\n"},{"characters":"閫愭","pinyin":"zh煤 b霉","tone":"24","id":1886,"definition":"1. progressively\r\n2. step by step\r\n"},{"characters":"閫愭笎","pinyin":"zh煤 ji脿n","tone":"24","id":1887,"definition":"1. gradually\r\n"},{"characters":"閫","pinyin":"d矛","tone":"4","id":1888,"definition":"1. to hand over\r\n2. to pass on sth\r\n3. to gradually increase or decrease\r\n4. progressively\r\n"},{"characters":"閫掑","pinyin":"d矛 z膿ng","tone":"41","id":1889,"definition":"1. to increase by degrees\r\n2. in increasing order\r\n3. incremental\r\n4. progressive\r\n"},{"characters":"閫","pinyin":"d貌u","tone":"4","id":1890,"definition":"1. to stay\r\n2. to stop\r\n3. to tease (play with)\r\n4. amusing\r\n5. short pause in reading aloud, equivalent to comma (also written 璁|璇籟dou4])\r\n"},{"characters":"閫氬父","pinyin":"t艒ng ch谩ng","tone":"12","id":1891,"definition":"1. regular\r\n2. usual\r\n3. normal\r\n4. usually\r\n5. normally\r\n"},{"characters":"閫氱煡","pinyin":"t艒ng zh墨","tone":"11","id":1892,"definition":"1. to notify\r\n2. to inform\r\n3. notice\r\n4. notification\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"閫氳繃","pinyin":"t艒ng gu貌","tone":"14","id":1893,"definition":"1. by means of\r\n2. through\r\n3. via\r\n4. to pass through\r\n5. to get through\r\n6. to adopt\r\n7. to pass (a bill or inspection etc)\r\n8. to switch over\r\n"},{"characters":"閫熷害","pinyin":"s霉 d霉","tone":"44","id":1894,"definition":"1. speed\r\n2. rate\r\n3. velocity\r\n4. (music) tempo\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"閫犳垚","pinyin":"z脿o ch茅ng","tone":"42","id":1895,"definition":"1. to bring about\r\n2. to create\r\n3. to cause\r\n"},{"characters":"閫崟","pinyin":"d脿i b菙","tone":"43","id":1896,"definition":"1. to arrest\r\n2. to apprehend\r\n3. an arrest\r\n"},{"characters":"閫昏緫","pinyin":"lu贸 ji","tone":"20","id":1897,"definition":"1. logic (loanword)\r\n"},{"characters":"閫艰揩","pinyin":"b墨 p貌","tone":"14","id":1898,"definition":"1. to force\r\n2. to compel\r\n3. to coerce\r\n"},{"characters":"閬嶅竷","pinyin":"bi脿n b霉","tone":"44","id":1899,"definition":"1. to cover the whole (area)\r\n2. to be found throughout\r\n"},{"characters":"閬忓埗","pinyin":"猫 zh矛","tone":"44","id":1900,"definition":"1. to check\r\n2. to contain\r\n3. to hold back\r\n4. to keep within limits\r\n5. to constrain\r\n6. to restrain\r\n"},{"characters":"閬撳痉","pinyin":"d脿o d茅","tone":"42","id":1901,"definition":"1. virtue\r\n2. morality\r\n3. ethics\r\n4. CL:绋畖绉峓zhong3]\r\n"},{"characters":"閬撶悊","pinyin":"d脿o li","tone":"40","id":1902,"definition":"1. reason\r\n2. argument\r\n3. sense\r\n4. principle\r\n5. basis\r\n6. justification\r\n7. CL:鍊媩涓猍ge4]\r\n"},{"characters":"閬楁喚","pinyin":"y铆 h脿n","tone":"24","id":1903,"definition":"1. regret\r\n2. to regret\r\n3. to be sorry that\r\n"},{"characters":"閬靛畧","pinyin":"z奴n sh菕u","tone":"13","id":1904,"definition":"1. to comply with\r\n2. to abide by\r\n3. to respect (an agreement)\r\n"},{"characters":"閬垮厤","pinyin":"b矛 mi菐n","tone":"43","id":1905,"definition":"1. to avert\r\n2. to prevent\r\n3. to avoid\r\n4. to refrain from\r\n"},{"characters":"閭璇","pinyin":"y膩o q菒ng","tone":"13","id":1906,"definition":"1. to invite\r\n2. invitation\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"閭眬","pinyin":"y贸u j煤","tone":"22","id":1907,"definition":"1. post office\r\n2. CL:瀹禰jia1],鍊媩涓猍ge4]\r\n"},{"characters":"閮ㄩ棬","pinyin":"b霉 m茅n","tone":"42","id":1908,"definition":"1. department\r\n2. branch\r\n3. section\r\n4. division\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"閮","pinyin":"d艒u","tone":"1","id":1909,"definition":"1. surname Du\r\n2. all\r\n3. both\r\n4. entirely\r\n5. (used for emphasis) even\r\n6. already\r\n7. (not) at all\r\n8. capital city\r\n9. metropolis\r\n"},{"characters":"閯欒","pinyin":"b菒 sh矛","tone":"34","id":1910,"definition":"1. to despise\r\n2. to disdain\r\n3. to look down upon\r\n"},{"characters":"閰嶅悎","pinyin":"p猫i h茅","tone":"42","id":1911,"definition":"1. matching\r\n2. fitting in with\r\n3. compatible with\r\n4. to correspond\r\n5. to fit\r\n6. to conform to\r\n7. rapport\r\n8. to coordinate with\r\n9. to act in concert with\r\n10. to cooperate\r\n11. to become man and wife\r\n12. to combine parts of machine\r\n"},{"characters":"閰掑惂","pinyin":"ji菙 b膩","tone":"31","id":1912,"definition":"1. bar\r\n2. pub\r\n3. saloon\r\n4. CL:瀹禰jia1]\r\n"},{"characters":"閰辨补","pinyin":"ji脿ng y贸u","tone":"42","id":1913,"definition":"1. soy sauce\r\n"},{"characters":"閰","pinyin":"su膩n","tone":"1","id":1914,"definition":"1. sour\r\n2. tart\r\n3. sick at heart\r\n4. grieved\r\n5. sore\r\n6. aching\r\n7. pedantic\r\n8. impractical\r\n9. an acid\r\n"},{"characters":"閱","pinyin":"zu矛","tone":"4","id":1915,"definition":"1. intoxicated\r\n"},{"characters":"閱","pinyin":"c霉","tone":"4","id":1916,"definition":"1. vinegar\r\n2. jealousy (in love rivalry)\r\n"},{"characters":"閱","pinyin":"x菒ng","tone":"3","id":1917,"definition":"1. to wake up\r\n2. to be awake\r\n3. to become aware\r\n4. to sober up\r\n5. to come to\r\n"},{"characters":"閲囧彇","pinyin":"c菐i q菙","tone":"33","id":1918,"definition":"1. to adopt or carry out (measures, policies, course of action)\r\n2. to take\r\n"},{"characters":"閲囩撼","pinyin":"c菐i n脿","tone":"34","id":1919,"definition":"1. to accept\r\n2. to adopt\r\n"},{"characters":"閲囪","pinyin":"c菐i f菐ng","tone":"33","id":1920,"definition":"1. to interview\r\n2. to gather news\r\n3. to hunt for and collect\r\n4. to cover\r\n"},{"characters":"閲囪喘","pinyin":"c菐i g貌u","tone":"34","id":1921,"definition":"1. to procure (for an enterprise etc)\r\n2. to purchase\r\n"},{"characters":"閲囬泦","pinyin":"c菐i j铆","tone":"32","id":1922,"definition":"1. to gather\r\n2. to collect\r\n3. to harvest\r\n"},{"characters":"閲","pinyin":"zh貌ng","tone":"4","id":1923,"definition":"1. to repeat\r\n2. repetition\r\n3. again\r\n4. re-\r\n5. classifier: layer\r\n6. heavy\r\n7. serious\r\n8. to attach importance to\r\n"},{"characters":"閲嶅彔","pinyin":"ch贸ng di茅","tone":"22","id":1924,"definition":"1. to overlap\r\n2. to superimpose\r\n3. to telescope\r\n4. to run together\r\n5. to duplicate\r\n6. one over another\r\n7. superposition\r\n8. an overlap\r\n9. redundancy\r\n10. reduplication (in Chinese grammar, e.g. 鏁f暎姝san4 san4 bu4] to have a stroll)\r\n"},{"characters":"閲嶅","pinyin":"ch贸ng f霉","tone":"24","id":1925,"definition":"1. to repeat\r\n2. to duplicate\r\n3. CL:鍊媩涓猍ge4]\r\n4. variant of 閲嶈|閲嶅[chong2 fu4]\r\n"},{"characters":"閲嶅ぇ","pinyin":"zh貌ng d脿","tone":"44","id":1926,"definition":"1. great\r\n2. important\r\n3. major\r\n4. significant\r\n"},{"characters":"閲嶇偣","pinyin":"zh貌ng di菐n","tone":"43","id":1927,"definition":"1. to recount (e.g. results of election)\r\n2. to re-evaluate\r\n3. important point\r\n4. main point\r\n5. focus\r\n6. key (project etc)\r\n7. to focus on\r\n8. to put the emphasis on\r\n"},{"characters":"閲嶈","pinyin":"zh貌ng sh矛","tone":"44","id":1928,"definition":"1. to attach importance to sth\r\n2. to value\r\n"},{"characters":"閲嶉噺","pinyin":"zh貌ng li脿ng","tone":"44","id":1929,"definition":"1. weight\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"閲戝睘","pinyin":"j墨n sh菙","tone":"13","id":1930,"definition":"1. metal\r\n2. CL:绋畖绉峓zhong3]\r\n"},{"characters":"閽堝","pinyin":"zh膿n du矛","tone":"14","id":1931,"definition":"1. to be directed against\r\n2. to be aimed at\r\n3. to counter\r\n4. in the light of\r\n5. in connection with\r\n"},{"characters":"閽","pinyin":"di脿o","tone":"4","id":1932,"definition":"1. to fish with a hook and bait\r\n"},{"characters":"閽炵エ","pinyin":"ch膩o pi脿o","tone":"14","id":1933,"definition":"1. paper money\r\n2. a bill (e.g. 100 yuan)\r\n3. CL:寮祙寮燵zhang1],绱畖鎵嶽za1]\r\n"},{"characters":"閽㈤搧","pinyin":"g膩ng ti臎","tone":"13","id":1934,"definition":"1. steel\r\n"},{"characters":"閽ュ寵","pinyin":"y脿o shi","tone":"40","id":1935,"definition":"1. key\r\n2. CL:鎶奫ba3]\r\n"},{"characters":"閾","pinyin":"l铆ng","tone":"2","id":1936,"definition":"1. (small) bell\r\n2. CL:闅粅鍙猍zhi1]\r\n"},{"characters":"閾","pinyin":"y铆n","tone":"2","id":1937,"definition":"1. silver\r\n2. silver-colored\r\n3. relating to money or currency\r\n"},{"characters":"閿鍞","pinyin":"xi膩o sh貌u","tone":"14","id":1938,"definition":"1. to sell\r\n2. to market\r\n3. sales (representative, agreement etc)\r\n"},{"characters":"閿","pinyin":"su菕","tone":"3","id":1939,"definition":"1. to lock up\r\n2. to lock\r\n3. lock\r\n4. CL:鎶奫ba3]\r\n5. old variant of 閹東閿乕suo3]\r\n"},{"characters":"閿","pinyin":"gu艒","tone":"1","id":1940,"definition":"1. pot\r\n2. pan\r\n3. boiler\r\n4. CL:鍙kou3],闅粅鍙猍zhi1]\r\n"},{"characters":"閿","pinyin":"chu铆","tone":"2","id":1941,"definition":"1. hammer\r\n2. to hammer into shape\r\n3. weight (e.g. of a steelyard or balance)\r\n4. variant of 閷榺閿chui2]\r\n"},{"characters":"閿洏","pinyin":"ji脿n p谩n","tone":"42","id":1942,"definition":"1. keyboard\r\n"},{"characters":"闀胯緢","pinyin":"zh菐ng b猫i","tone":"34","id":1943,"definition":"1. one's elders\r\n2. older generation\r\n"},{"characters":"闀块","pinyin":"ch谩ng t煤","tone":"22","id":1944,"definition":"1. long distance\r\n"},{"characters":"闂數","pinyin":"sh菐n di脿n","tone":"34","id":1945,"definition":"1. lightning\r\n2. CL:閬揫dao4]\r\n"},{"characters":"闂","pinyin":"b矛 s猫","tone":"44","id":1946,"definition":"1. to stop up\r\n2. to close up\r\n3. hard to get to\r\n4. out of the way\r\n5. inaccessible\r\n6. unenlightened\r\n7. blocking\r\n"},{"characters":"闂","pinyin":"w猫n h貌u","tone":"44","id":1947,"definition":"1. to give one's respects\r\n2. to send a greeting\r\n"},{"characters":"闂","pinyin":"chu菐ng","tone":"3","id":1948,"definition":"1. to rush\r\n2. to charge\r\n3. to dash\r\n4. to break through\r\n5. to temper oneself (through battling hardships)\r\n"},{"characters":"闂","pinyin":"w茅n","tone":"2","id":1949,"definition":"1. surname Wen\r\n2. to hear\r\n3. news\r\n4. well-known\r\n5. famous\r\n6. reputation\r\n7. fame\r\n8. to smell\r\n9. to sniff at\r\n"},{"characters":"闃呰","pinyin":"yu猫 d煤","tone":"42","id":1950,"definition":"1. to read\r\n2. reading\r\n"},{"characters":"闃愯堪","pinyin":"ch菐n sh霉","tone":"34","id":1951,"definition":"1. to expound (a position)\r\n2. to elaborate (on a topic)\r\n3. to treat (a subject)\r\n"},{"characters":"闃熶紞","pinyin":"du矛 w菙","tone":"43","id":1952,"definition":"1. ranks\r\n2. troops\r\n3. queue\r\n4. line\r\n5. procession\r\n6. CL:鍊媩涓猍ge4],鏀痆zhi1],姊潀鏉tiao2]\r\n"},{"characters":"闃冲厜","pinyin":"y谩ng gu膩ng","tone":"21","id":1953,"definition":"1. sunshine\r\n2. CL:绶殀绾縖xian4]\r\n3. transparent (open to public scrutiny)\r\n"},{"characters":"闃冲彴","pinyin":"y谩ng t谩i","tone":"22","id":1954,"definition":"1. variant of 闄借嚭|闃冲彴[yang2 tai2]\r\n2. balcony\r\n3. porch\r\n"},{"characters":"闃","pinyin":"zh猫n","tone":"4","id":1955,"definition":"1. disposition of troops\r\n2. wave\r\n3. spate\r\n4. burst\r\n5. spell\r\n6. short period of time\r\n7. classifier for events or states of short duration\r\n"},{"characters":"闃舵","pinyin":"ji膿 du脿n","tone":"14","id":1956,"definition":"1. stage\r\n2. section\r\n3. phase\r\n4. period\r\n5. CL:鍊媩涓猍ge4]\r\n"},{"characters":"闃绘","pinyin":"z菙 zh菒","tone":"33","id":1957,"definition":"1. to prevent\r\n2. to block\r\n"},{"characters":"闄嗗湴","pinyin":"l霉 d矛","tone":"44","id":1958,"definition":"1. dry land (as opposed to the sea)\r\n"},{"characters":"闄嗙画","pinyin":"l霉 x霉","tone":"44","id":1959,"definition":"1. in turn\r\n2. successively\r\n3. one after the other\r\n4. bit by bit\r\n"},{"characters":"闄堝垪","pinyin":"ch茅n li猫","tone":"24","id":1960,"definition":"1. to display\r\n2. to exhibit\r\n"},{"characters":"闄堟棫","pinyin":"ch茅n ji霉","tone":"24","id":1961,"definition":"1. old-fashioned\r\n"},{"characters":"闄堣堪","pinyin":"ch茅n sh霉","tone":"24","id":1962,"definition":"1. an assertion\r\n2. to declare\r\n3. to state\r\n"},{"characters":"闄岀敓","pinyin":"m貌 sh膿ng","tone":"41","id":1963,"definition":"1. strange\r\n2. unfamiliar\r\n"},{"characters":"闄愬埗","pinyin":"xi脿n zh矛","tone":"44","id":1964,"definition":"1. to restrict\r\n2. to limit\r\n3. to confine\r\n4. restriction\r\n5. limit\r\n6. CL:鍊媩涓猍ge4]\r\n"},{"characters":"闄″抄","pinyin":"d菕u qi脿o","tone":"34","id":1965,"definition":"1. precipitous\r\n"},{"characters":"闄","pinyin":"ch煤","tone":"2","id":1966,"definition":"1. to get rid of\r\n2. to remove\r\n3. to exclude\r\n4. to eliminate\r\n5. to wipe out\r\n6. to divide\r\n7. except\r\n8. not including\r\n"},{"characters":"闄ゅ","pinyin":"Ch煤 x墨","tone":"21","id":1967,"definition":"1. lunar New Year's Eve\r\n"},{"characters":"闄ら潪","pinyin":"ch煤 f膿i","tone":"21","id":1968,"definition":"1. only if (..., or otherwise, ...)\r\n2. only when\r\n3. only in the case that\r\n4. unless\r\n"},{"characters":"闅忎究","pinyin":"su铆 bi脿n","tone":"24","id":1969,"definition":"1. as one wishes\r\n2. as one pleases\r\n3. at random\r\n4. negligent\r\n5. casual\r\n6. wanton\r\n"},{"characters":"闅忔墜","pinyin":"su铆 sh菕u","tone":"23","id":1970,"definition":"1. conveniently\r\n2. without extra trouble\r\n3. while doing it\r\n4. in passing\r\n"},{"characters":"闅忔椂","pinyin":"su铆 sh铆","tone":"22","id":1971,"definition":"1. at any time\r\n2. at all times\r\n3. at the right time\r\n"},{"characters":"闅忕潃","pinyin":"su铆 zhe","tone":"20","id":1972,"definition":"1. along with\r\n2. in the wake of\r\n3. following\r\n"},{"characters":"闅忚韩","pinyin":"su铆 sh膿n","tone":"21","id":1973,"definition":"1. to (carry) on one's person\r\n2. to (take) with one\r\n"},{"characters":"闅斿","pinyin":"g茅 b矛","tone":"24","id":1974,"definition":"1. next door\r\n2. neighbor\r\n"},{"characters":"闅惧厤","pinyin":"n谩n mi菐n","tone":"23","id":1975,"definition":"1. hard to avoid\r\n2. difficult to escape from\r\n3. will inevitably\r\n"},{"characters":"闅炬","pinyin":"n谩n gu脿i","tone":"24","id":1976,"definition":"1. (it's) no wonder (that...)\r\n2. (it's) not surprising (that)\r\n"},{"characters":"闆嗕腑","pinyin":"j铆 zh艒ng","tone":"21","id":1977,"definition":"1. to concentrate\r\n2. to centralize\r\n3. to focus\r\n4. centralized\r\n5. concentrated\r\n6. to put together\r\n"},{"characters":"闆嗕綋","pinyin":"j铆 t菒","tone":"23","id":1978,"definition":"1. collective\r\n2. social\r\n3. team\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"闆嗗悎","pinyin":"j铆 h茅","tone":"22","id":1979,"definition":"1. to gather\r\n2. to assemble\r\n3. set (mathematics)\r\n"},{"characters":"闆岄泟","pinyin":"c铆 xi贸ng","tone":"22","id":1980,"definition":"1. male and female\r\n"},{"characters":"闆曞埢","pinyin":"di膩o k猫","tone":"14","id":1981,"definition":"1. to carve\r\n2. to engrave\r\n3. carving\r\n"},{"characters":"闆曞","pinyin":"di膩o s霉","tone":"14","id":1982,"definition":"1. a statue\r\n2. a Buddhist image\r\n3. sculpture\r\n4. to carve\r\n"},{"characters":"闆朵欢","pinyin":"l铆ng ji脿n","tone":"24","id":1983,"definition":"1. part\r\n2. component\r\n"},{"characters":"闆堕","pinyin":"l铆ng sh铆","tone":"22","id":1984,"definition":"1. between-meal nibbles\r\n2. snacks\r\n"},{"characters":"闆","pinyin":"l茅i","tone":"2","id":1985,"definition":"1. surname Lei\r\n2. thunder\r\n3. mine (weapon)\r\n4. (Internet slang) terrifying\r\n5. terrific\r\n"},{"characters":"闆","pinyin":"w霉","tone":"4","id":1986,"definition":"1. fog\r\n2. mist\r\n3. CL:鍫磡鍦篬chang2],闄闃礫zhen4]\r\n"},{"characters":"闇搁亾","pinyin":"b脿 d脿o","tone":"44","id":1987,"definition":"1. the Way of the Hegemon\r\n2. abbr. for 闇哥帇涔嬮亾\r\n3. despotic rule\r\n4. rule by might\r\n5. evil as opposed to the Way of the King 鐜嬮亾\r\n6. overbearing\r\n7. tyranny\r\n8. (of liquor, medicine etc) strong\r\n9. potent\r\n"},{"characters":"闈","pinyin":"q墨ng","tone":"1","id":1988,"definition":"1. abbr. for 闈掓捣[Qing1 hai3], Qinghai Province\r\n2. nature's color\r\n3. green or blue\r\n4. greenish black\r\n5. youth\r\n6. young (of people)\r\n"},{"characters":"闈掓槬","pinyin":"q墨ng ch奴n","tone":"11","id":1989,"definition":"1. youth\r\n2. youthfulness\r\n"},{"characters":"闈","pinyin":"f膿i","tone":"1","id":1990,"definition":"1. abbr. for 闈炴床[Fei1 zhou1], Africa\r\n2. to not be\r\n3. not\r\n4. wrong\r\n5. incorrect\r\n6. non-\r\n7. un-\r\n8. in-\r\n9. to reproach or blame\r\n10. (colloquial) to insist on\r\n11. simply must\r\n"},{"characters":"闈","pinyin":"k脿o","tone":"4","id":1991,"definition":"1. to lean against or on\r\n2. to stand by the side of\r\n3. to come near to\r\n4. to depend on\r\n5. to trust\r\n6. to fuck (vulgar)\r\n7. traditional military costume drama where the performers wear armor (old)\r\n"},{"characters":"闈复","pinyin":"mi脿n l铆n","tone":"42","id":1992,"definition":"1. to face sth\r\n2. to be confronted with\r\n"},{"characters":"闈㈠","pinyin":"mi脿n du矛","tone":"44","id":1993,"definition":"1. to confront\r\n2. to face\r\n"},{"characters":"闈㈢Н","pinyin":"mi脿n j墨","tone":"41","id":1994,"definition":"1. area (of a floor, piece of land etc)\r\n2. surface area\r\n3. tract of land\r\n"},{"characters":"闉偖","pinyin":"bi膩n p脿o","tone":"14","id":1995,"definition":"1. firecrackers\r\n2. string of small firecrackers\r\n3. CL:鏋歔mei2]\r\n"},{"characters":"闉瓥","pinyin":"bi膩n c猫","tone":"14","id":1996,"definition":"1. to spur on\r\n2. to urge on\r\n3. to encourage sb (e.g. to make progress)\r\n"},{"characters":"椤","pinyin":"y猫","tone":"4","id":1997,"definition":"1. page\r\n2. leaf\r\n"},{"characters":"椤","pinyin":"d菒ng","tone":"3","id":1998,"definition":"1. apex\r\n2. crown of the head\r\n3. top\r\n4. roof\r\n5. most\r\n6. to carry on the head\r\n7. to push to the top\r\n8. to go against\r\n9. to replace\r\n10. to substitute\r\n11. to be subjected to (an aerial bombing, hailstorm etc)\r\n12. (slang) to \"bump\" a forum thread to raise its profile\r\n13. classifier for headwear, hats, veils etc\r\n"},{"characters":"椤","pinyin":"xi脿ng","tone":"4","id":1999,"definition":"1. surname Xiang\r\n2. back of neck\r\n3. item\r\n4. thing\r\n5. term (in a mathematical formula)\r\n6. sum (of money)\r\n7. classifier for principles, items, clauses, tasks, research projects etc\r\n"},{"characters":"椤圭洰","pinyin":"xi脿ng m霉","tone":"44","id":2000,"definition":"1. item\r\n2. project\r\n3. (sports) event\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"椤归摼","pinyin":"xi脿ng li脿n","tone":"44","id":2001,"definition":"1. necklace\r\n2. CL:姊潀鏉tiao2]\r\n"},{"characters":"椤轰究","pinyin":"sh霉n bi脿n","tone":"44","id":2002,"definition":"1. conveniently\r\n2. in passing\r\n3. without much extra effort\r\n"},{"characters":"椤哄埄","pinyin":"sh霉n l矛","tone":"44","id":2003,"definition":"1. smoothly\r\n2. without a hitch\r\n"},{"characters":"椤哄簭","pinyin":"sh霉n x霉","tone":"44","id":2004,"definition":"1. sequence\r\n2. order\r\n"},{"characters":"椤","pinyin":"d霉n","tone":"4","id":2005,"definition":"1. to stop\r\n2. to pause\r\n3. to arrange\r\n4. to lay out\r\n5. to kowtow\r\n6. to stamp (one's foot)\r\n7. at once\r\n8. classifier for meals, beatings, scoldings etc: time, bout, spell, meal\r\n"},{"characters":"椤挎椂","pinyin":"d霉n sh铆","tone":"42","id":2006,"definition":"1. immediately\r\n2. suddenly\r\n"},{"characters":"棰佸竷","pinyin":"b膩n b霉","tone":"14","id":2007,"definition":"1. to issue\r\n2. to proclaim\r\n3. to enact (laws, decrees etc)\r\n"},{"characters":"棰勪範","pinyin":"y霉 x铆","tone":"42","id":2008,"definition":"1. to prepare a lesson\r\n"},{"characters":"棰勬姤","pinyin":"y霉 b脿o","tone":"44","id":2009,"definition":"1. forecast\r\n"},{"characters":"棰勮","pinyin":"y霉 d矛ng","tone":"44","id":2010,"definition":"1. to place an order\r\n2. to book ahead\r\n"},{"characters":"棰勯槻","pinyin":"y霉 f谩ng","tone":"42","id":2011,"definition":"1. to prevent\r\n2. to take precautions against\r\n3. to protect\r\n4. to guard against\r\n5. precautionary\r\n6. prophylactic\r\n"},{"characters":"棰嗗煙","pinyin":"l菒ng y霉","tone":"34","id":2012,"definition":"1. domain\r\n2. sphere\r\n3. field\r\n4. territory\r\n5. area\r\n"},{"characters":"棰嗗","pinyin":"l菒ng d菐o","tone":"33","id":2013,"definition":"1. lead\r\n2. leading\r\n3. to lead\r\n4. leadership\r\n5. leader\r\n6. CL:浣峓wei4],鍊媩涓猍ge4]\r\n"},{"characters":"棰戦亾","pinyin":"p铆n d脿o","tone":"24","id":2014,"definition":"1. frequency\r\n2. (television) channel\r\n"},{"characters":"棰","pinyin":"k膿","tone":"1","id":2015,"definition":"1. classifier for small spheres, pearls, corn grains, teeth, hearts, satellites etc\r\n"},{"characters":"棰樼洰","pinyin":"t铆 m霉","tone":"24","id":2016,"definition":"1. subject\r\n2. title\r\n3. topic\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"棰濆","pinyin":"茅 w脿i","tone":"24","id":2017,"definition":"1. extra\r\n2. added\r\n3. additional\r\n"},{"characters":"棰犲","pinyin":"di膩n d菐o","tone":"13","id":2018,"definition":"1. to turn upside down\r\n2. to reverse\r\n3. back to front\r\n4. confused\r\n5. deranged\r\n6. crazy\r\n"},{"characters":"棰犵案","pinyin":"di膩n b菕","tone":"13","id":2019,"definition":"1. to shake\r\n2. to jolt\r\n3. to bump\r\n"},{"characters":"椋庝織","pinyin":"f膿ng s煤","tone":"12","id":2021,"definition":"1. social custom\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"椋庢櫙","pinyin":"f膿ng j菒ng","tone":"13","id":2022,"definition":"1. scenery\r\n2. landscape\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"椋庢牸","pinyin":"f膿ng g茅","tone":"12","id":2023,"definition":"1. style\r\n"},{"characters":"椋庨櫓","pinyin":"f膿ng xi菐n","tone":"13","id":2024,"definition":"1. risk\r\n2. hazard\r\n"},{"characters":"椋","pinyin":"pi膩o","tone":"1","id":2025,"definition":"1. variant of 椋剕椋榌piao1]\r\n2. to float\r\n"},{"characters":"椋炴満","pinyin":"f膿i j墨","tone":"11","id":2026,"definition":"1. airplane\r\n2. CL:鏋禰jia4]\r\n"},{"characters":"椋熺墿","pinyin":"sh铆 w霉","tone":"24","id":2027,"definition":"1. food\r\n2. CL:绋畖绉峓zhong3]\r\n"},{"characters":"楗簵","pinyin":"f脿n di脿n","tone":"44","id":2028,"definition":"1. restaurant\r\n2. hotel\r\n3. CL:瀹禰jia1],鍊媩涓猍ge4]\r\n"},{"characters":"楗卞拰","pinyin":"b菐o h茅","tone":"32","id":2029,"definition":"1. saturation\r\n"},{"characters":"棣","pinyin":"ch谩n","tone":"2","id":2030,"definition":"1. gluttonous\r\n2. greedy\r\n3. to have a craving\r\n"},{"characters":"棣掑ご","pinyin":"m谩n tou","tone":"20","id":2031,"definition":"1. steamed roll\r\n2. steamed bun\r\n3. steamed bread\r\n4. CL:鍊媩涓猍ge4]\r\n"},{"characters":"棣","pinyin":"sh菕u","tone":"3","id":2032,"definition":"1. head\r\n2. chief\r\n3. first (occasion, thing etc)\r\n4. classifier for poems, songs etc\r\n"},{"characters":"棣栧厛","pinyin":"sh菕u xi膩n","tone":"31","id":2033,"definition":"1. first (of all)\r\n2. in the first place\r\n"},{"characters":"棣栭兘","pinyin":"sh菕u d奴","tone":"31","id":2034,"definition":"1. capital (city)\r\n2. CL:鍊媩涓猍ge4]\r\n"},{"characters":"棣","pinyin":"xi膩ng","tone":"1","id":2035,"definition":"1. fragrant\r\n2. sweet smelling\r\n3. aromatic\r\n4. savory or appetizing\r\n5. (to eat) with relish\r\n6. (of sleep) sound\r\n7. perfume or spice\r\n8. joss or incense stick\r\n9. CL:鏍筟gen1]\r\n"},{"characters":"棣欒偁","pinyin":"xi膩ng ch谩ng","tone":"12","id":2036,"definition":"1. sausage\r\n2. CL:鏍筟gen1]\r\n"},{"characters":"椹鹃┒","pinyin":"ji脿 sh菒","tone":"43","id":2037,"definition":"1. to pilot (ship, airplane etc)\r\n2. to drive\r\n"},{"characters":"楠","pinyin":"m脿","tone":"4","id":2038,"definition":"1. to scold\r\n2. to abuse\r\n3. to curse\r\n4. CL:閫歔tong4],闋搢椤縖dun4]\r\n5. variant of 缃祙楠俒ma4]\r\n"},{"characters":"楠","pinyin":"pi脿n","tone":"4","id":2039,"definition":"1. to cheat\r\n2. to swindle\r\n3. to deceive\r\n4. to get on (a horse etc) by swinging one leg over\r\n"},{"characters":"楠ㄥご","pinyin":"g菙 tou","tone":"30","id":2040,"definition":"1. bone\r\n2. CL:鏍筟gen1],濉妡鍧梉kuai4]\r\n3. moral character\r\n4. bitterness\r\n"},{"characters":"楂樺叴","pinyin":"g膩o x矛ng","tone":"14","id":2041,"definition":"1. happy\r\n2. glad\r\n3. willing (to do sth)\r\n4. in a cheerful mood\r\n"},{"characters":"楂樻。","pinyin":"g膩o d脿ng","tone":"14","id":2042,"definition":"1. superior quality\r\n2. high grade\r\n3. top grade\r\n"},{"characters":"楂樼骇","pinyin":"g膩o j铆","tone":"12","id":2043,"definition":"1. high level\r\n2. high grade\r\n3. advanced\r\n4. high-ranking\r\n"},{"characters":"榄呭姏","pinyin":"m猫i l矛","tone":"44","id":2044,"definition":"1. charm\r\n2. fascination\r\n3. glamor\r\n4. charisma\r\n"},{"characters":"椴滆壋","pinyin":"xi膩n y脿n","tone":"14","id":2045,"definition":"1. bright-colored\r\n2. gaily-colored\r\n"},{"characters":"榛勯噾","pinyin":"hu谩ng j墨n","tone":"21","id":2046,"definition":"1. gold\r\n2. golden (opportunity)\r\n3. prime (time)\r\n"},{"characters":"榧撴帉","pinyin":"g菙 zh菐ng","tone":"33","id":2047,"definition":"1. to applaud\r\n2. to clap\r\n"},{"characters":"榧撹垶","pinyin":"g菙 w菙","tone":"33","id":2048,"definition":"1. heartening (news)\r\n2. to boost (morale)\r\n3. CL:鍊媩涓猍ge4]\r\n"},{"characters":"榧犳爣","pinyin":"sh菙 bi膩o","tone":"31","id":2049,"definition":"1. mouse (computing)\r\n"},{"characters":"榧绘稌","pinyin":"b铆 t矛","tone":"24","id":2050,"definition":"1. nasal mucus\r\n2. snivel\r\n"},{"characters":"榫","pinyin":"l贸ng","tone":"2","id":2051,"definition":"1. surname Long\r\n2. dragon\r\n3. CL:姊潀鏉tiao2]\r\n4. imperial\r\n"}]
\ No newline at end of file
diff --git a/devtools_options.yaml b/devtools_options.yaml
new file mode 100644
index 0000000..7e7e7f6
--- /dev/null
+++ b/devtools_options.yaml
@@ -0,0 +1 @@
+extensions:
diff --git a/ios/.gitignore b/ios/.gitignore
new file mode 100755
index 0000000..0f1df0f
--- /dev/null
+++ b/ios/.gitignore
@@ -0,0 +1,32 @@
+*.mode1v3
+*.mode2v3
+*.moved-aside
+*.pbxuser
+*.perspectivev3
+**/*sync/
+.sconsign.dblite
+.tags*
+**/.vagrant/
+**/DerivedData/
+Icon?
+**/Pods/
+**/.symlinks/
+profile
+xcuserdata
+**/.generated/
+Flutter/App.framework
+Flutter/Flutter.framework
+Flutter/Flutter.podspec
+Flutter/Generated.xcconfig
+Flutter/app.flx
+Flutter/app.zip
+Flutter/flutter_assets/
+Flutter/flutter_export_environment.sh
+ServiceDefinitions.json
+Runner/GeneratedPluginRegistrant.*
+
+# Exceptions to above rules.
+!default.mode1v3
+!default.mode2v3
+!default.pbxuser
+!default.perspectivev3
diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist
new file mode 100644
index 0000000..9367d48
--- /dev/null
+++ b/ios/Flutter/AppFrameworkInfo.plist
@@ -0,0 +1,26 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ App
+ CFBundleIdentifier
+ io.flutter.flutter.app
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ App
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1.0
+ MinimumOSVersion
+ 8.0
+
+
diff --git a/ios/Flutter/Debug.xcconfig b/ios/Flutter/Debug.xcconfig
new file mode 100644
index 0000000..592ceee
--- /dev/null
+++ b/ios/Flutter/Debug.xcconfig
@@ -0,0 +1 @@
+#include "Generated.xcconfig"
diff --git a/ios/Flutter/Release.xcconfig b/ios/Flutter/Release.xcconfig
new file mode 100644
index 0000000..592ceee
--- /dev/null
+++ b/ios/Flutter/Release.xcconfig
@@ -0,0 +1 @@
+#include "Generated.xcconfig"
diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..cf9124e
--- /dev/null
+++ b/ios/Runner.xcodeproj/project.pbxproj
@@ -0,0 +1,471 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
+ 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
+ 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
+ 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
+ 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
+ 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = "";
+ dstSubfolderSpec = 10;
+ files = (
+ );
+ name = "Embed Frameworks";
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; };
+ 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; };
+ 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; };
+ 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; };
+ 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; };
+ 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; };
+ 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; };
+ 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; };
+ 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; };
+ 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
+ 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; };
+ 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 97C146EB1CF9000F007C117D /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 9740EEB11CF90186004384FC /* Flutter */ = {
+ isa = PBXGroup;
+ children = (
+ 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
+ 9740EEB21CF90195004384FC /* Debug.xcconfig */,
+ 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
+ 9740EEB31CF90195004384FC /* Generated.xcconfig */,
+ );
+ name = Flutter;
+ sourceTree = "";
+ };
+ 97C146E51CF9000F007C117D = {
+ isa = PBXGroup;
+ children = (
+ 9740EEB11CF90186004384FC /* Flutter */,
+ 97C146F01CF9000F007C117D /* Runner */,
+ 97C146EF1CF9000F007C117D /* Products */,
+ );
+ sourceTree = "";
+ };
+ 97C146EF1CF9000F007C117D /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 97C146EE1CF9000F007C117D /* Runner.app */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 97C146F01CF9000F007C117D /* Runner */ = {
+ isa = PBXGroup;
+ children = (
+ 97C146FA1CF9000F007C117D /* Main.storyboard */,
+ 97C146FD1CF9000F007C117D /* Assets.xcassets */,
+ 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
+ 97C147021CF9000F007C117D /* Info.plist */,
+ 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
+ 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
+ 74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
+ 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
+ );
+ path = Runner;
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 97C146ED1CF9000F007C117D /* Runner */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
+ buildPhases = (
+ 9740EEB61CF901F6004384FC /* Run Script */,
+ 97C146EA1CF9000F007C117D /* Sources */,
+ 97C146EB1CF9000F007C117D /* Frameworks */,
+ 97C146EC1CF9000F007C117D /* Resources */,
+ 9705A1C41CF9048500538489 /* Embed Frameworks */,
+ 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Runner;
+ productName = Runner;
+ productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 97C146E61CF9000F007C117D /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 1020;
+ ORGANIZATIONNAME = "";
+ TargetAttributes = {
+ 97C146ED1CF9000F007C117D = {
+ CreatedOnToolsVersion = 7.3.1;
+ LastSwiftMigration = 1100;
+ };
+ };
+ };
+ buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
+ compatibilityVersion = "Xcode 9.3";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = 97C146E51CF9000F007C117D;
+ productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 97C146ED1CF9000F007C117D /* Runner */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 97C146EC1CF9000F007C117D /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
+ 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
+ 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
+ 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXShellScriptBuildPhase section */
+ 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Thin Binary";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
+ };
+ 9740EEB61CF901F6004384FC /* Run Script */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Run Script";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
+ };
+/* End PBXShellScriptBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 97C146EA1CF9000F007C117D /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
+ 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+ 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 97C146FB1CF9000F007C117D /* Base */,
+ );
+ name = Main.storyboard;
+ sourceTree = "";
+ };
+ 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 97C147001CF9000F007C117D /* Base */,
+ );
+ name = LaunchScreen.storyboard;
+ sourceTree = "";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 249021D3217E4FDB00AE95B9 /* Profile */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = iphoneos;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Profile;
+ };
+ 249021D4217E4FDB00AE95B9 /* Profile */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CLANG_ENABLE_MODULES = YES;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ ENABLE_BITCODE = NO;
+ INFOPLIST_FILE = Runner/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ PRODUCT_BUNDLE_IDENTIFIER = org.joyfulmantis.risingtone;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = Profile;
+ };
+ 97C147031CF9000F007C117D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ MTL_ENABLE_DEBUG_INFO = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ 97C147041CF9000F007C117D /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = iphoneos;
+ SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ 97C147061CF9000F007C117D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CLANG_ENABLE_MODULES = YES;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ ENABLE_BITCODE = NO;
+ INFOPLIST_FILE = Runner/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ PRODUCT_BUNDLE_IDENTIFIER = org.joyfulmantis.risingtone;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = Debug;
+ };
+ 97C147071CF9000F007C117D /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CLANG_ENABLE_MODULES = YES;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ ENABLE_BITCODE = NO;
+ INFOPLIST_FILE = Runner/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ PRODUCT_BUNDLE_IDENTIFIER = org.joyfulmantis.risingtone;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 97C147031CF9000F007C117D /* Debug */,
+ 97C147041CF9000F007C117D /* Release */,
+ 249021D3217E4FDB00AE95B9 /* Profile */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 97C147061CF9000F007C117D /* Debug */,
+ 97C147071CF9000F007C117D /* Release */,
+ 249021D4217E4FDB00AE95B9 /* Profile */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 97C146E61CF9000F007C117D /* Project object */;
+}
diff --git a/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..919434a
--- /dev/null
+++ b/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..f9b0d7c
--- /dev/null
+++ b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+
+
+
+
+ PreviewsEnabled
+
+
+
diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
new file mode 100644
index 0000000..a28140c
--- /dev/null
+++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ios/Runner.xcworkspace/contents.xcworkspacedata b/ios/Runner.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..1d526a1
--- /dev/null
+++ b/ios/Runner.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..f9b0d7c
--- /dev/null
+++ b/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+
+
+
+
+ PreviewsEnabled
+
+
+
diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift
new file mode 100644
index 0000000..70693e4
--- /dev/null
+++ b/ios/Runner/AppDelegate.swift
@@ -0,0 +1,13 @@
+import UIKit
+import Flutter
+
+@UIApplicationMain
+@objc class AppDelegate: FlutterAppDelegate {
+ override func application(
+ _ application: UIApplication,
+ didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
+ ) -> Bool {
+ GeneratedPluginRegistrant.register(with: self)
+ return super.application(application, didFinishLaunchingWithOptions: launchOptions)
+ }
+}
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x.png
new file mode 100644
index 0000000..1f31f76
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x~ipad.png
new file mode 100644
index 0000000..1f31f76
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@3x.png
new file mode 100644
index 0000000..4f01a43
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20~ipad.png
new file mode 100644
index 0000000..f727c69
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29.png
new file mode 100644
index 0000000..712306e
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x.png
new file mode 100644
index 0000000..e57c2f3
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x~ipad.png
new file mode 100644
index 0000000..e57c2f3
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@3x.png
new file mode 100644
index 0000000..fae1bc9
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29~ipad.png
new file mode 100644
index 0000000..712306e
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x.png
new file mode 100644
index 0000000..ccf4821
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x~ipad.png
new file mode 100644
index 0000000..ccf4821
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@3x.png
new file mode 100644
index 0000000..a2d91ae
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40~ipad.png
new file mode 100644
index 0000000..1f31f76
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@2x~car.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@2x~car.png
new file mode 100644
index 0000000..a2d91ae
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@2x~car.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@3x~car.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@3x~car.png
new file mode 100644
index 0000000..5b9f6f4
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@3x~car.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5@2x~ipad.png
new file mode 100644
index 0000000..83ff77e
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x.png
new file mode 100644
index 0000000..a2d91ae
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x~ipad.png
new file mode 100644
index 0000000..c2468a0
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@3x.png
new file mode 100644
index 0000000..5b9f6f4
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ios-marketing.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ios-marketing.png
new file mode 100644
index 0000000..cae67a2
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ios-marketing.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ipad.png
new file mode 100644
index 0000000..cd5f306
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
new file mode 100644
index 0000000..0bedcf2
--- /dev/null
+++ b/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage.png",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage@3x.png",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png differ
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
new file mode 100644
index 0000000..89c2725
--- /dev/null
+++ b/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
@@ -0,0 +1,5 @@
+# Launch Screen Assets
+
+You can customize the launch screen with your own desired assets by replacing the image files in this directory.
+
+You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
\ No newline at end of file
diff --git a/ios/Runner/Base.lproj/LaunchScreen.storyboard b/ios/Runner/Base.lproj/LaunchScreen.storyboard
new file mode 100644
index 0000000..f2e259c
--- /dev/null
+++ b/ios/Runner/Base.lproj/LaunchScreen.storyboard
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ios/Runner/Base.lproj/Main.storyboard b/ios/Runner/Base.lproj/Main.storyboard
new file mode 100644
index 0000000..f3c2851
--- /dev/null
+++ b/ios/Runner/Base.lproj/Main.storyboard
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
new file mode 100644
index 0000000..5c56d0d
--- /dev/null
+++ b/ios/Runner/Info.plist
@@ -0,0 +1,45 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ risingtone
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ $(FLUTTER_BUILD_NAME)
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ $(FLUTTER_BUILD_NUMBER)
+ LSRequiresIPhoneOS
+
+ UILaunchStoryboardName
+ LaunchScreen
+ UIMainStoryboardFile
+ Main
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UIViewControllerBasedStatusBarAppearance
+
+
+
diff --git a/ios/Runner/Runner-Bridging-Header.h b/ios/Runner/Runner-Bridging-Header.h
new file mode 100644
index 0000000..308a2a5
--- /dev/null
+++ b/ios/Runner/Runner-Bridging-Header.h
@@ -0,0 +1 @@
+#import "GeneratedPluginRegistrant.h"
diff --git a/lib/app.dart b/lib/app.dart
new file mode 100755
index 0000000..c87d5d0
--- /dev/null
+++ b/lib/app.dart
@@ -0,0 +1,119 @@
+import 'package:flutter/foundation.dart';
+import 'package:flutter/material.dart';
+import 'package:flutter/services.dart';
+import 'package:flutter_bloc/flutter_bloc.dart';
+import 'package:flutter_localizations/flutter_localizations.dart';
+
+import 'blocs/dictionary_bloc.dart';
+import 'blocs/history_bloc.dart';
+import 'blocs/srs_bloc.dart';
+import 'blocs/user_data_bloc.dart';
+import 'generated/l10n.dart';
+import 'repository/dictionary_repository.dart';
+import 'repository/dictionary_repository_static.dart';
+import 'repository/upload_repository.dart';
+import 'repository/upload_repository_server.dart';
+import 'view/first_run_view.dart';
+import 'view/skill_tree_view.dart';
+import 'view/splash_page_view.dart';
+import 'widgets/app_swatch.dart';
+import 'widgets/concave_corners.dart';
+
+class App extends StatelessWidget {
+ static final RouteObserver> routeObserver =
+ RouteObserver>();
+
+ const App({super.key});
+
+ @override
+ Widget build(BuildContext context) {
+ DictionaryRepository dictionaryRepository;
+ UploadRepository uploadRepository;
+ if (kReleaseMode) {
+ dictionaryRepository = DictionaryRepositoryStatic();
+ uploadRepository = UploadRepositoryServer();
+ } else {
+ dictionaryRepository = DictionaryRepositoryStatic();
+ uploadRepository = UploadRepositoryServer();
+ }
+ return MultiBlocProvider(
+ providers: [
+ BlocProvider(
+ create: (_) => UserDataBloc(uploadRepository),
+ ),
+ BlocProvider(
+ create: (_) => SRSBloc(),
+ ),
+ BlocProvider(
+ create: (_) => DictionaryBloc(dictionaryRepository)),
+ ],
+ child: BlocProvider(
+ create: (context) => HistoryBloc(uploadRepository)
+ ..add(UploadHistories((b) => b
+ ..userDataState = BlocProvider.of(context).state)),
+ child: const AppView(),
+ ));
+ }
+}
+
+class AppView extends StatefulWidget {
+ const AppView({super.key});
+
+ @override
+ AppViewState createState() => AppViewState();
+}
+
+class AppViewState extends State {
+ final _navigatorKey = GlobalKey();
+
+ NavigatorState get _navigator => _navigatorKey.currentState!;
+
+ @override
+ Widget build(BuildContext context) {
+ return MaterialApp(
+ localizationsDelegates: const [
+ S.delegate,
+ GlobalMaterialLocalizations.delegate,
+ GlobalWidgetsLocalizations.delegate,
+ GlobalCupertinoLocalizations.delegate
+ ],
+ supportedLocales: S.delegate.supportedLocales,
+ theme: ThemeData(
+ primarySwatch: AppSwatch.kToDark,
+ appBarTheme: AppBarTheme(
+ shape: BottomConcaveCorners(),
+ backgroundColor: AppSwatch.kToDark,
+ elevation: 0),
+ ),
+ navigatorKey: _navigatorKey,
+ navigatorObservers: [App.routeObserver],
+ builder: (_, child) {
+ if (!(BlocProvider.of(context).state.initialized ??
+ false)) {
+ BlocProvider.of(context).add(InitializeUserData());
+ }
+ if (BlocProvider.of(context).state
+ is DictionaryLoading) {
+ BlocProvider.of(context).add(LoadDictionary());
+ }
+ return BlocListener(
+ listener: (_, state) {
+ if (state is UserDataLoaded) {
+ _navigator.pushAndRemoveUntil(
+ SkillTreeView.route(),
+ (route) => false,
+ );
+ } else {
+ _navigator.pushAndRemoveUntil(
+ FirstRunView.route(),
+ (route) => false,
+ );
+ }
+ },
+ child: child,
+ );
+ },
+ onGenerateRoute: (_) => SplashPageView.route(),
+ );
+ }
+}
diff --git a/lib/blocs/custom_practice_settings_form_bloc.dart b/lib/blocs/custom_practice_settings_form_bloc.dart
new file mode 100644
index 0000000..5661e93
--- /dev/null
+++ b/lib/blocs/custom_practice_settings_form_bloc.dart
@@ -0,0 +1,67 @@
+import 'package:built_collection/built_collection.dart';
+import 'package:flutter_form_bloc/flutter_form_bloc.dart';
+
+import '../model/flashcard_model.dart';
+import '../util/pinyin_helpers.dart';
+import 'srs_bloc.dart';
+
+class CustomPracticeSettingsFormBloc extends FormBloc {
+ final SRSBloc _srsBloc;
+ final MultiSelectFieldBloc, bool> userSetWeightMaskField;
+ final TextFieldBloc userSetDailyCardsField;
+
+ CustomPracticeSettingsFormBloc._(
+ this._srsBloc, this.userSetWeightMaskField, this.userSetDailyCardsField) {
+ addFieldBlocs(fieldBlocs: [userSetWeightMaskField, userSetDailyCardsField]);
+ }
+
+ factory CustomPracticeSettingsFormBloc(SRSBloc srsBloc) {
+ List> initialValues = List.from(srsBloc
+ .state.customPracticeWeightMask
+ .rebuild((b) => b.removeWhere((_, v) => !v))
+ .keys);
+
+ MultiSelectFieldBloc, bool> userSetWeightMaskField =
+ MultiSelectFieldBloc(
+ items: toneList().toList(),
+ initialValue: initialValues,
+ validators: [_selectAtLeastOne],
+ );
+
+ TextFieldBloc userSetDailyCardsField = TextFieldBloc(
+ validators: [_isInteger],
+ initialValue: (srsBloc.state.customPracticeDailyCards.toString()),
+ );
+
+ return CustomPracticeSettingsFormBloc._(
+ srsBloc, userSetWeightMaskField, userSetDailyCardsField);
+ }
+
+ @override
+ void onSubmitting() async {
+ MapBuilder, bool> newWeightMask = MapBuilder();
+ newWeightMask.addIterable(toneList(),
+ key: (BuiltList item) => item,
+ value: (BuiltList item) =>
+ userSetWeightMaskField.value.contains(item));
+
+ _srsBloc.add(UpdateSRSCustomPracticeSettings((b) => b
+ ..customPracticeWeightMask = newWeightMask
+ ..customPracticeDailyCards = userSetDailyCardsField.valueToInt));
+ emitSuccess();
+ }
+
+ static String? _selectAtLeastOne(List> value) {
+ if (value.isEmpty) {
+ return "You need to select at least one tone pair.";
+ }
+ return null;
+ }
+
+ static String? _isInteger(String value) {
+ if (int.tryParse(value) == null) {
+ return "Please enter a valid integer.";
+ }
+ return null;
+ }
+}
diff --git a/lib/blocs/dictionary_bloc.dart b/lib/blocs/dictionary_bloc.dart
new file mode 100644
index 0000000..0ad70a9
--- /dev/null
+++ b/lib/blocs/dictionary_bloc.dart
@@ -0,0 +1,38 @@
+import '../model/dict_entry_model.dart';
+import 'package:bloc_concurrency/bloc_concurrency.dart';
+import 'package:built_collection/built_collection.dart';
+import 'package:built_value/built_value.dart';
+import 'package:flutter_bloc/flutter_bloc.dart';
+
+import '../repository/dictionary_repository.dart';
+
+part 'dictionary_event.dart';
+part 'dictionary_state.dart';
+part 'dictionary_bloc.g.dart';
+
+class DictionaryBloc extends Bloc {
+ final DictionaryRepository _dictionaryRepository;
+
+ DictionaryBloc(this._dictionaryRepository) : super(DictionaryLoading()) {
+ on(_eventHandler, transformer: sequential());
+ }
+
+ void _eventHandler(
+ DictionaryEvent event, Emitter emit) async {
+ if (event is LoadDictionary) {
+ var newState = await _loadDictionary(event);
+ if (newState != null) emit(newState);
+ }
+ }
+
+ Future _loadDictionary(LoadDictionary event) async {
+ if (state is! DictionaryLoading) {
+ throw ("_loadDictionary called when state is $state, aborting...");
+ }
+
+ BuiltMap> dictionary =
+ await _dictionaryRepository.dictionaryByTone();
+
+ return DictionaryLoaded((b) => b..dictionary = dictionary.toBuilder());
+ }
+}
diff --git a/lib/blocs/dictionary_bloc.g.dart b/lib/blocs/dictionary_bloc.g.dart
new file mode 100644
index 0000000..365e466
--- /dev/null
+++ b/lib/blocs/dictionary_bloc.g.dart
@@ -0,0 +1,286 @@
+// GENERATED CODE - DO NOT MODIFY BY HAND
+
+part of 'dictionary_bloc.dart';
+
+// **************************************************************************
+// BuiltValueGenerator
+// **************************************************************************
+
+class _$LoadDictionary extends LoadDictionary {
+ factory _$LoadDictionary([void Function(LoadDictionaryBuilder)? updates]) =>
+ (new LoadDictionaryBuilder()..update(updates))._build();
+
+ _$LoadDictionary._() : super._();
+
+ @override
+ LoadDictionary rebuild(void Function(LoadDictionaryBuilder) updates) =>
+ (toBuilder()..update(updates)).build();
+
+ @override
+ LoadDictionaryBuilder toBuilder() =>
+ new LoadDictionaryBuilder()..replace(this);
+
+ @override
+ bool operator ==(Object other) {
+ if (identical(other, this)) return true;
+ return other is LoadDictionary;
+ }
+
+ @override
+ int get hashCode {
+ return 678181665;
+ }
+
+ @override
+ String toString() {
+ return newBuiltValueToStringHelper(r'LoadDictionary').toString();
+ }
+}
+
+class LoadDictionaryBuilder
+ implements Builder {
+ _$LoadDictionary? _$v;
+
+ LoadDictionaryBuilder();
+
+ @override
+ void replace(LoadDictionary other) {
+ ArgumentError.checkNotNull(other, 'other');
+ _$v = other as _$LoadDictionary;
+ }
+
+ @override
+ void update(void Function(LoadDictionaryBuilder)? updates) {
+ if (updates != null) updates(this);
+ }
+
+ @override
+ LoadDictionary build() => _build();
+
+ _$LoadDictionary _build() {
+ final _$result = _$v ?? new _$LoadDictionary._();
+ replace(_$result);
+ return _$result;
+ }
+}
+
+class _$DictionaryLoading extends DictionaryLoading {
+ factory _$DictionaryLoading(
+ [void Function(DictionaryLoadingBuilder)? updates]) =>
+ (new DictionaryLoadingBuilder()..update(updates))._build();
+
+ _$DictionaryLoading._() : super._();
+
+ @override
+ DictionaryLoading rebuild(void Function(DictionaryLoadingBuilder) updates) =>
+ (toBuilder()..update(updates)).build();
+
+ @override
+ DictionaryLoadingBuilder toBuilder() =>
+ new DictionaryLoadingBuilder()..replace(this);
+
+ @override
+ bool operator ==(Object other) {
+ if (identical(other, this)) return true;
+ return other is DictionaryLoading;
+ }
+
+ @override
+ int get hashCode {
+ return 914769417;
+ }
+
+ @override
+ String toString() {
+ return newBuiltValueToStringHelper(r'DictionaryLoading').toString();
+ }
+}
+
+class DictionaryLoadingBuilder
+ implements Builder {
+ _$DictionaryLoading? _$v;
+
+ DictionaryLoadingBuilder();
+
+ @override
+ void replace(DictionaryLoading other) {
+ ArgumentError.checkNotNull(other, 'other');
+ _$v = other as _$DictionaryLoading;
+ }
+
+ @override
+ void update(void Function(DictionaryLoadingBuilder)? updates) {
+ if (updates != null) updates(this);
+ }
+
+ @override
+ DictionaryLoading build() => _build();
+
+ _$DictionaryLoading _build() {
+ final _$result = _$v ?? new _$DictionaryLoading._();
+ replace(_$result);
+ return _$result;
+ }
+}
+
+class _$DictionaryLoadFailed extends DictionaryLoadFailed {
+ factory _$DictionaryLoadFailed(
+ [void Function(DictionaryLoadFailedBuilder)? updates]) =>
+ (new DictionaryLoadFailedBuilder()..update(updates))._build();
+
+ _$DictionaryLoadFailed._() : super._();
+
+ @override
+ DictionaryLoadFailed rebuild(
+ void Function(DictionaryLoadFailedBuilder) updates) =>
+ (toBuilder()..update(updates)).build();
+
+ @override
+ DictionaryLoadFailedBuilder toBuilder() =>
+ new DictionaryLoadFailedBuilder()..replace(this);
+
+ @override
+ bool operator ==(Object other) {
+ if (identical(other, this)) return true;
+ return other is DictionaryLoadFailed;
+ }
+
+ @override
+ int get hashCode {
+ return 636658513;
+ }
+
+ @override
+ String toString() {
+ return newBuiltValueToStringHelper(r'DictionaryLoadFailed').toString();
+ }
+}
+
+class DictionaryLoadFailedBuilder
+ implements Builder {
+ _$DictionaryLoadFailed? _$v;
+
+ DictionaryLoadFailedBuilder();
+
+ @override
+ void replace(DictionaryLoadFailed other) {
+ ArgumentError.checkNotNull(other, 'other');
+ _$v = other as _$DictionaryLoadFailed;
+ }
+
+ @override
+ void update(void Function(DictionaryLoadFailedBuilder)? updates) {
+ if (updates != null) updates(this);
+ }
+
+ @override
+ DictionaryLoadFailed build() => _build();
+
+ _$DictionaryLoadFailed _build() {
+ final _$result = _$v ?? new _$DictionaryLoadFailed._();
+ replace(_$result);
+ return _$result;
+ }
+}
+
+class _$DictionaryLoaded extends DictionaryLoaded {
+ @override
+ final BuiltMap> dictionary;
+
+ factory _$DictionaryLoaded(
+ [void Function(DictionaryLoadedBuilder)? updates]) =>
+ (new DictionaryLoadedBuilder()..update(updates))._build();
+
+ _$DictionaryLoaded._({required this.dictionary}) : super._() {
+ BuiltValueNullFieldError.checkNotNull(
+ dictionary, r'DictionaryLoaded', 'dictionary');
+ }
+
+ @override
+ DictionaryLoaded rebuild(void Function(DictionaryLoadedBuilder) updates) =>
+ (toBuilder()..update(updates)).build();
+
+ @override
+ DictionaryLoadedBuilder toBuilder() =>
+ new DictionaryLoadedBuilder()..replace(this);
+
+ @override
+ bool operator ==(Object other) {
+ if (identical(other, this)) return true;
+ return other is DictionaryLoaded && dictionary == other.dictionary;
+ }
+
+ @override
+ int get hashCode {
+ var _$hash = 0;
+ _$hash = $jc(_$hash, dictionary.hashCode);
+ _$hash = $jf(_$hash);
+ return _$hash;
+ }
+
+ @override
+ String toString() {
+ return (newBuiltValueToStringHelper(r'DictionaryLoaded')
+ ..add('dictionary', dictionary))
+ .toString();
+ }
+}
+
+class DictionaryLoadedBuilder
+ implements Builder {
+ _$DictionaryLoaded? _$v;
+
+ MapBuilder>? _dictionary;
+ MapBuilder> get dictionary =>
+ _$this._dictionary ??=
+ new MapBuilder>();
+ set dictionary(MapBuilder>? dictionary) =>
+ _$this._dictionary = dictionary;
+
+ DictionaryLoadedBuilder();
+
+ DictionaryLoadedBuilder get _$this {
+ final $v = _$v;
+ if ($v != null) {
+ _dictionary = $v.dictionary.toBuilder();
+ _$v = null;
+ }
+ return this;
+ }
+
+ @override
+ void replace(DictionaryLoaded other) {
+ ArgumentError.checkNotNull(other, 'other');
+ _$v = other as _$DictionaryLoaded;
+ }
+
+ @override
+ void update(void Function(DictionaryLoadedBuilder)? updates) {
+ if (updates != null) updates(this);
+ }
+
+ @override
+ DictionaryLoaded build() => _build();
+
+ _$DictionaryLoaded _build() {
+ _$DictionaryLoaded _$result;
+ try {
+ _$result =
+ _$v ?? new _$DictionaryLoaded._(dictionary: dictionary.build());
+ } catch (_) {
+ late String _$failedField;
+ try {
+ _$failedField = 'dictionary';
+ dictionary.build();
+ } catch (e) {
+ throw new BuiltValueNestedFieldError(
+ r'DictionaryLoaded', _$failedField, e.toString());
+ }
+ rethrow;
+ }
+ replace(_$result);
+ return _$result;
+ }
+}
+
+// ignore_for_file: deprecated_member_use_from_same_package,type=lint
diff --git a/lib/blocs/dictionary_event.dart b/lib/blocs/dictionary_event.dart
new file mode 100644
index 0000000..e4f971c
--- /dev/null
+++ b/lib/blocs/dictionary_event.dart
@@ -0,0 +1,12 @@
+part of 'dictionary_bloc.dart';
+
+abstract class DictionaryEvent {
+ const DictionaryEvent();
+}
+
+abstract class LoadDictionary
+ implements Built, DictionaryEvent {
+ LoadDictionary._();
+ factory LoadDictionary([void Function(LoadDictionaryBuilder) updates]) =
+ _$LoadDictionary;
+}
diff --git a/lib/blocs/dictionary_state.dart b/lib/blocs/dictionary_state.dart
new file mode 100644
index 0000000..1fa2ca3
--- /dev/null
+++ b/lib/blocs/dictionary_state.dart
@@ -0,0 +1,35 @@
+part of 'dictionary_bloc.dart';
+
+abstract class DictionaryState {
+ const DictionaryState();
+}
+
+abstract class DictionaryLoading
+ implements
+ Built,
+ DictionaryState {
+ DictionaryLoading._();
+ factory DictionaryLoading([void Function(DictionaryLoadingBuilder) updates]) =
+ _$DictionaryLoading;
+}
+
+abstract class DictionaryLoadFailed
+ implements
+ Built,
+ DictionaryState {
+ DictionaryLoadFailed._();
+ factory DictionaryLoadFailed(
+ [void Function(DictionaryLoadFailedBuilder) updates]) =
+ _$DictionaryLoadFailed;
+}
+
+abstract class DictionaryLoaded
+ implements
+ Built,
+ DictionaryState {
+ BuiltMap> get dictionary;
+
+ DictionaryLoaded._();
+ factory DictionaryLoaded([void Function(DictionaryLoadedBuilder) updates]) =
+ _$DictionaryLoaded;
+}
diff --git a/lib/blocs/first_run_form_bloc.dart b/lib/blocs/first_run_form_bloc.dart
new file mode 100644
index 0000000..ee543f2
--- /dev/null
+++ b/lib/blocs/first_run_form_bloc.dart
@@ -0,0 +1,73 @@
+import 'package:flutter_form_bloc/flutter_form_bloc.dart';
+import 'package:uuid/uuid.dart';
+
+import 'user_data_bloc.dart';
+
+class FirstRunFormBloc extends FormBloc {
+ final UserDataBloc userDataBloc;
+ final genderField = SelectFieldBloc(
+ items: GenderModel.values.toList(),
+ validators: [_genderRequired],
+ );
+ final languageLevelField = SelectFieldBloc(
+ items: LanguageLevelModel.values.toList(),
+ validators: [_languageLevelRequired],
+ );
+ final motherLanguageField = TextFieldBloc(
+ validators: [_motherLanguageRequired],
+ );
+ final acceptTermsField = BooleanFieldBloc(
+ validators: [_acceptTermsRequired],
+ );
+
+ FirstRunFormBloc(this.userDataBloc) {
+ addFieldBlocs(fieldBlocs: [
+ genderField,
+ languageLevelField,
+ motherLanguageField,
+ acceptTermsField
+ ]);
+ }
+
+ @override
+ void onSubmitting() async {
+ String uniqueID = const Uuid().v4();
+
+ userDataBloc.add(SaveUserData((b) => b
+ ..uniqueID = uniqueID
+ ..gender = genderField.value!
+ ..languageLevel = languageLevelField.value!
+ ..motherLanguage = motherLanguageField.value
+ ..dataAgreement = acceptTermsField.value));
+
+ emitSuccess();
+ }
+
+ static String? _genderRequired(GenderModel? value) {
+ if (value == null) {
+ return "Please choose your gender.";
+ }
+ return null;
+ }
+
+ static String? _languageLevelRequired(LanguageLevelModel? value) {
+ if (value == null) {
+ return "Please choose your language level.";
+ }
+ return null;
+ }
+
+ static String? _motherLanguageRequired(String value) {
+ if (value.isEmpty) {
+ return "Please enter your mother language.";
+ }
+ return null;
+ }
+
+ static String? _acceptTermsRequired(bool value) {
+ if (!value) {
+ return "You need to accept the terms in order to continue.";
+ }
+ return null;
+ }
+}
diff --git a/lib/blocs/history_bloc.dart b/lib/blocs/history_bloc.dart
new file mode 100644
index 0000000..ce02607
--- /dev/null
+++ b/lib/blocs/history_bloc.dart
@@ -0,0 +1,50 @@
+import 'package:built_collection/built_collection.dart';
+import 'package:built_value/built_value.dart';
+import 'package:built_value/serializer.dart';
+import 'package:hydrated_bloc/hydrated_bloc.dart';
+
+import '../model/history_model.dart';
+import '../util/serializers.dart';
+import '../repository/upload_repository.dart';
+import 'user_data_bloc.dart';
+
+part 'history_bloc.g.dart';
+part 'history_event.dart';
+part 'history_state.dart';
+
+class HistoryBloc extends HydratedBloc {
+ final UploadRepository _uploadRepository;
+ HistoryBloc(this._uploadRepository) : super(HistoryInitial()) {
+ on((event, emit) {
+ if (state is HistoryInitial) {
+ emit(
+ HistoriesLoaded((b) => b..histories = event.histories.toBuilder()));
+ } else if (state is HistoriesLoaded) {
+ emit((state as HistoriesLoaded)
+ .rebuild((b) => b.histories.addAll(event.histories)));
+ }
+ });
+ on((event, emit) async {
+ if (state is HistoriesLoaded && event.userDataState is UserDataWithJWT) {
+ var response = await _uploadRepository.uploadHistory(
+ (event.userDataState as UserDataWithJWT).jwtKey,
+ (state as HistoriesLoaded));
+ if (response == Result.Success) {
+ emit(HistoryInitial());
+ }
+ }
+ });
+ }
+
+ @override
+ Map? toJson(HistoryState state) => state.toJson();
+
+ @override
+ HistoryState? fromJson(Map json) {
+ try {
+ return HistoriesLoaded.fromJson(json);
+ } catch (_) {
+ return HistoryInitial();
+ }
+ }
+}
diff --git a/lib/blocs/history_bloc.g.dart b/lib/blocs/history_bloc.g.dart
new file mode 100644
index 0000000..566ee36
--- /dev/null
+++ b/lib/blocs/history_bloc.g.dart
@@ -0,0 +1,403 @@
+// GENERATED CODE - DO NOT MODIFY BY HAND
+
+part of 'history_bloc.dart';
+
+// **************************************************************************
+// BuiltValueGenerator
+// **************************************************************************
+
+Serializer _$historiesLoadedSerializer =
+ new _$HistoriesLoadedSerializer();
+
+class _$HistoriesLoadedSerializer
+ implements StructuredSerializer {
+ @override
+ final Iterable types = const [HistoriesLoaded, _$HistoriesLoaded];
+ @override
+ final String wireName = 'HistoriesLoaded';
+
+ @override
+ Iterable