浏览代码

Name changed from Lambda to ARZ Serverless

Alan Yeung 2 年之前
父节点
当前提交
26245723f0

+ 1 - 1
agi.go

@@ -77,7 +77,7 @@ func AGIInit() {
 
 	// external AGI related function
 	externalAGIRouter := prout.NewModuleRouter(prout.RouterOption{
-		ModuleName:  "External AGI",
+		ModuleName:  "ARZ Serverless",
 		AdminOnly:   false,
 		UserHandler: userHandler,
 		DeniedHandler: func(w http.ResponseWriter, r *http.Request) {

+ 0 - 0
web/Lambda/img/function_icon.png → web/ARZ Serverless/img/function_icon.png


+ 0 - 0
web/Lambda/img/function_icon.psd → web/ARZ Serverless/img/function_icon.psd


+ 0 - 0
web/Lambda/img/small_icon.png → web/ARZ Serverless/img/small_icon.png


+ 0 - 0
web/Lambda/img/small_icon.psd → web/ARZ Serverless/img/small_icon.psd


+ 2 - 2
web/Lambda/index.html → web/ARZ Serverless/index.html

@@ -10,7 +10,7 @@
         <script src="../script/ao_module.js"></script>
         <script src="../script/semantic/semantic.min.js"></script>
         <script type="application/javascript" src="../script/clipboard.min.js"></script>
-        <title>Lambda @ arozos</title>
+        <title>ARZ Serverless</title>
         <style>
             body{
                 background-color:white;
@@ -63,7 +63,7 @@
             <div>
                 <br>
                 <h1 class="ui header">
-                    <span id="normalStatus">Lambda @ arozos</span>
+                    <span id="normalStatus">ARZ Serverless</span>
                     <div class="sub header">
                        You can run our own AGI script without login by setting up the configuration below
                     </div>

+ 3 - 3
web/Lambda/init.agi → web/ARZ Serverless/init.agi

@@ -7,11 +7,11 @@
 
 //Define the launchInfo for the module
 var moduleLaunchInfo = {
-    Name: "Lambda",
+    Name: "ARZ Serverless",
 	Group: "Utilities",
-	IconPath: "Lambda/img/small_icon.png",
+	IconPath: "ARZ Serverless/img/small_icon.png",
 	Version: "0.1",
-	StartDir: "Lambda/index.html"
+	StartDir: "ARZ Serverless/index.html"
 }
 
 //Register the module