Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yutao8 committed Nov 20, 2024
1 parent 2bf395d commit c4369d2
Show file tree
Hide file tree
Showing 11 changed files with 23,105 additions and 14,722 deletions.
Empty file modified .github/workflows/main.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/static.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions .user.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
open_basedir=/www/wwwroot/star.aiyunxi.cn/starred/:/tmp/
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified example.config.php
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</script>
<script>
window.onload = function() {
loadDoc("README.md", function(xmlhttp) {
loadDoc("readme.md", function(xmlhttp) {
markdownText = xmlhttp.responseText;
var md = window.markdownit();
var html = md.render(markdownText);
Expand Down
1 change: 0 additions & 1 deletion index.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
}
file_put_contents('starList.json',jsonEncode($listAll));
makeMarkdown($listAll);
echo file_get_contents('index.html');


//获取关注列表
Expand Down
5 changes: 5 additions & 0 deletions push.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
php index.php
git add .
git commit -m "update"
git push
5,939 changes: 5,939 additions & 0 deletions readme.md

Large diffs are not rendered by default.

31,879 changes: 17,159 additions & 14,720 deletions starList.json
100644 → 100755

Large diffs are not rendered by default.

0 comments on commit c4369d2

Please sign in to comment.