mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
move custom assistant folder in to text assistant
This commit is contained in:
@ -56,12 +56,12 @@
|
|||||||
<script type="text/javascript" src="scripts/text-annotations/text-annotator.js"></script>
|
<script type="text/javascript" src="scripts/text-annotations/text-annotator.js"></script>
|
||||||
<script type="text/javascript" src="scripts/text-annotations/spelling.js"></script>
|
<script type="text/javascript" src="scripts/text-annotations/spelling.js"></script>
|
||||||
<script type="text/javascript" src="scripts/text-annotations/grammar.js"></script>
|
<script type="text/javascript" src="scripts/text-annotations/grammar.js"></script>
|
||||||
<script type="text/javascript" src="scripts/custom-annotations/annotation-popup.js"></script>
|
<script type="text/javascript" src="scripts/text-annotations/custom-annotations/annotation-popup.js"></script>
|
||||||
<script type="text/javascript" src="scripts/custom-annotations/custom-annotator.js"></script>
|
<script type="text/javascript" src="scripts/text-annotations/custom-annotations/custom-annotator.js"></script>
|
||||||
<script type="text/javascript" src="scripts/custom-annotations/manager.js"></script>
|
<script type="text/javascript" src="scripts/text-annotations/custom-annotations/manager.js"></script>
|
||||||
<script type="text/javascript" src="scripts/custom-annotations/assistant-replace.js"></script>
|
<script type="text/javascript" src="scripts/text-annotations/custom-annotations/assistant-replace.js"></script>
|
||||||
<script type="text/javascript" src="scripts/custom-annotations/assistant-hint.js"></script>
|
<script type="text/javascript" src="scripts/text-annotations/custom-annotations/assistant-hint.js"></script>
|
||||||
<script type="text/javascript" src="scripts/custom-annotations/assistant-replace-hint.js"></script>
|
<script type="text/javascript" src="scripts/text-annotations/custom-annotations/assistant-replace-hint.js"></script>
|
||||||
|
|
||||||
<script type="text/javascript" src="scripts/generate.js"></script>
|
<script type="text/javascript" src="scripts/generate.js"></script>
|
||||||
<script type="text/javascript" src="scripts/code.js"></script>
|
<script type="text/javascript" src="scripts/code.js"></script>
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
/// <reference path="./utils/theme.js" />
|
/// <reference path="./utils/theme.js" />
|
||||||
/// <reference path="../vendor/select2-4.0.6-rc.1/dist/js/select2.js" />
|
/// <reference path="../vendor/select2-4.0.6-rc.1/dist/js/select2.js" />
|
||||||
/// <reference path="./custom-annotations/types.js" />
|
/// <reference path="./text-annotations/custom-annotations/types.js" />
|
||||||
|
|
||||||
|
|
||||||
(function (window) {
|
(function (window) {
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/// <reference path="./types.js" />
|
/// <reference path="./types.js" />
|
||||||
/// <reference path="../text-annotations/text-annotator.js" />
|
/// <reference path="../text-annotator.js" />
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
@ -36,7 +36,7 @@
|
|||||||
/// <reference path="./assistant-hint.js" />
|
/// <reference path="./assistant-hint.js" />
|
||||||
/// <reference path="./assistant-replace-hint.js" />
|
/// <reference path="./assistant-replace-hint.js" />
|
||||||
/// <reference path="./assistant-replace.js" />
|
/// <reference path="./assistant-replace.js" />
|
||||||
/// <reference path="../text-annotations/text-annotator.js" />
|
/// <reference path="../text-annotator.js" />
|
||||||
/// <reference path="./annotation-popup.js" />
|
/// <reference path="./annotation-popup.js" />
|
||||||
|
|
||||||
class CustomAssistantManager {
|
class CustomAssistantManager {
|
||||||
Reference in New Issue
Block a user