From 23b742707d55dd99f876f307fdfdae32574f8439 Mon Sep 17 00:00:00 2001 From: Kylos Date: Fri, 2 Feb 2024 06:16:27 +0000 Subject: [PATCH] =?UTF-8?q?update=20=E7=90=86=E4=BA=8B=E5=8D=95=E4=BD=8D/N?= =?UTF-8?q?ASL.md.=20=E8=BF=91=E6=9C=9F=E4=BA=A7=E5=93=81=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=88=B0=E4=BA=86=20https=20=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kylos --- "\347\220\206\344\272\213\345\215\225\344\275\215/NASL.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\347\220\206\344\272\213\345\215\225\344\275\215/NASL.md" "b/\347\220\206\344\272\213\345\215\225\344\275\215/NASL.md" index 282c930..afe4a39 100644 --- "a/\347\220\206\344\272\213\345\215\225\344\275\215/NASL.md" +++ "b/\347\220\206\344\272\213\345\215\225\344\275\215/NASL.md" @@ -1,7 +1,7 @@ ## 项目基本信息 1. 名称:NASL -2. 官网:[nasl](http://nasl.codewave.163.com/) +2. 官网:[nasl](https://nasl.codewave.163.com/) 3. 仓库:公司内源,可通过 [CodeWave 智能开发平台](https://sf.163.com/product/lcap) 体验 4. 简介:NASL 是网易数帆 CodeWave 智能开发平台用于描述 Web 应用的领域特定语言。它主要包含两部分:基础语言 和 Web 应用特定领域(如数据定义、数据查询、页面、流程、权限等)的 子语言集合。 -- Gitee